d26a2cba71dc5c14871b1e737932e2257ee038cd
[gnus] / lisp / ChangeLog
1 2013-08-13  Glenn Morris  <rgm@gnu.org>
2
3         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
4
5         * gnus.el (gnus-valid-select-methods): Fix type.
6
7         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
8
9 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * mm-decode.el (mm-display-external): Run a timer for the temp files
12         deletion after a viewer exits; add a deletion timer for the needsterm
13         case, too.
14
15         * mm-decode.el (mm-display-external): Try to delete temporary files by
16         using a 1-min. timer.
17
18 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
21         New internal variables.
22         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
23         (mm-display-external): Use it to delete temporary files instead of
24         using timers.
25
26 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
29
30 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
31
32         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
33         with cond for backwards compatability.
34
35 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * mm-decode.el (mm-display-external): Bind process-connection-type to
38         nil; don't delete a temp file immediately even if a viewer finishes,
39         since it may be a shell script, like xdg-open, that launches a real
40         viewer program belatedly.
41
42 2013-08-05  Dave Abrahams  <dave@boostpro.com>
43
44         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
45         that we can create nndoc groups that excerpt other groups.
46
47 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-delay.el (gnus-delay-article): Fix typo.
50
51         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
52         articles.
53
54         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
55         we can get spell-checking etc.
56
57 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
60         a single one used for encoding the whole text in a header.
61
62 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
65         doesn't work properly on XEmacs.
66
67 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
70         before sending.
71
72         * dgnushack.el (dgnushack-compile): Add a temporary check for
73         gnus-icalendar.
74
75         * mm-decode.el (mm-command-output): New face.
76         (mm-display-external): Use it.
77
78 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
79
80         * nnmbox.el (nnmbox-request-article): Don't change point.
81
82 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
85         Include `handle' parameter.
86
87 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
88
89         * gnus-icalendar.el: New file.
90
91 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
94
95         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
96         dummy roots, too.
97
98 2013-08-01  David Edmondson  <dme@dme.org>
99
100         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
101         out on ttys.
102
103 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
106         not empty.
107
108         * nnrss.el (nnrss-discover-feed): Indent.
109
110 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
113
114 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
117         dirty to ensure nnimap data being saved.
118
119 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
120
121         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
122         menu entry.
123
124         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
125         the current thread's total score instead of the current article's
126         score.
127
128         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
129         (gnus-sort-threads-recursively): Delete defcustom.
130         (gnus-sort-threads-recursive): Adapt accordingly.
131
132 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
133
134         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
135         (gnus-sort-threads-recursive): Use it.
136         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
137         again.  Now that determines how to sort subthreads.
138
139 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
140
141         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
142         (gnus-sort-threads): Use it.
143
144 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
145
146         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
147         punctuation characters follow parentheses (bug#14950).
148
149 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus.el (gnus-continuum-version):
152         * gnus-msg.el (gnus-extended-version): Simplify.
153
154         * gnus.el (gnus-continuum-version-1): Remove.
155         * gnus-msg.el (gnus-bug): Revert.
156
157         Calculate gnus-version correctly on Cygwin.
158
159         * gnus.el (gnus-continuum-version): Do main calculations in integers.
160         (gnus-continuum-version-1): New function, return a string.
161
162         * gnus-msg.el (gnus-extended-version, gnus-bug):
163         Use gnus-continuum-version-1 instead of gnus-continuum-version.
164
165 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
166
167         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
168         (bug#13384).
169
170 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
173         that were only relevant in a development version a long time ago.
174
175 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
178         that the old Emacs 24s bundle.
179
180 2013-07-10  David Engster  <deng@randomsample.de>
181
182         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
183         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
184         fixes a bug in Emacs trunk where the 'unexist' marks were always
185         removed at startup because "Gnus v5.13" was considered smaller than "Ma
186         Gnus v0.03".
187
188 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
189
190         * gnus.el (gnus-summary-line-format): Reference
191         `gnus-user-date-format-alist' for the &user-date; format, not
192         `gnus-summary-user-date-format-alist'.
193
194 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
197         delete files (bug#13481).
198
199 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
200
201         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
202
203 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
206         display images.
207
208         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
209
210         * message.el (message-cancel-news): According to
211         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
212         preferred over "cmsg cancel" in the Subject.
213
214         * nnir.el (nnir-engines): Note that the group specs are regexps
215         (bug#13238).
216
217         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
218         gotten read-only text properties, ensure that those aren't heeded when
219         copying stuff over (bug#13434).
220
221         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
222         (bug#13762).
223
224 2013-07-05  David Kastrup  <dak@gnu.org>
225
226         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
227         authinfo file again (important for blank passwords).  This had been
228         broken with 2013-06-15 change.
229
230 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
233         Revert 2013-01-14 change.
234
235 2013-07-02  Daiki Ueno  <ueno@gnu.org>
236
237         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
238         of 'create-image' for XEmacs compatibility; check errors when decoding
239         image.  Reported by Uwe Brauer.
240
241 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
244         gnus-button-push revised at 2011-01-19.
245
246 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
249         now live in the lisp/net Emacs 24 repository.
250
251 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * eww.el (eww-update-header-line-format): Quote % characters.
254
255 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * eww.el (eww-process-text-input): Display passwords as asterisks.
258
259         * shr.el (shr-make-table-1): Protect against invalid column-spans.
260
261 2013-06-19  Tom Tromey  <tromey@redhat.com>
262
263         * eww.el (eww-top-url): Remove.
264         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
265         (eww-render): Set new variables.  Don't set eww-top-url.
266         (eww-handle-link): Handle "prev", "home", and "contents".
267         Downcase the rel text.
268         (eww-top-url): Choose best top URL.
269
270 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * eww.el: Rewrite to implement form elements "by hand" instead of
273         relying in widget.el.  Using widget.el leads to too many
274         user interface inconsistencies.
275         (eww-self-insert): Implement entering commands in text fields.
276         (eww-process-text-input): New function to make text input field editing
277         work.
278         (eww-submit): Rewrite to use the new-style form methods.
279         (eww-select-display): Display the correct selected item.
280         (eww-change-select): Implement changing the select value.
281         (eww-toggle-checkbox): Implement radio/checkboxes.
282         (eww-update-field): Fix compilation error.
283         (eww-tag-textarea): Implement <textarea>.
284
285         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
286         don't shadow mode-specific bindings.
287
288         * eww.el (eww-browse-url): Don't push stuff onto history if there's
289         nothing to push.
290
291         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
292
293 2013-06-19  Glenn Morris  <rgm@gnu.org>
294
295         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
296
297 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
300
301 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * shr.el (shr-make-table-1): Implement <td rowspan>.
304         (shr-table-horizontal-line): Allow nil as a value, and change the
305         default.
306         (shr-insert-table-ruler): Respect the nil value.
307
308 2013-06-18  Tom Tromey  <tromey@barimba>
309
310         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
311         New defvars.
312         (eww-open-file): New defun.
313         (eww-render): Initialize new variables.
314         (eww-display-html): Handle "link" and "a".
315         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
316         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
317         (eww-back-url): Rename from eww-previous-url.
318         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
319         defuns.
320
321 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-tag-table): Insert the images after the table, so that
324         they're not covered by the table colourisation, which often looked
325         awkward.
326         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
327         <dd>.
328         (shr-make-table-1): Implement <td colspan=> support.
329         (shr-insert-document): Use one less than window width if `shr-width' is
330         nil, since otherwise things may get one character too wide.
331
332 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * eww.el (eww-detect-charset): Improve regexp; move backward.
335
336 2013-06-18  Glenn Morris  <rgm@gnu.org>
337
338         * mm-decode.el (widget-convert-button): Autoload.
339
340         * sieve-manage.el (mm-enable-multibyte): Autoload.
341
342         * shr.el (libxml-parse-html-region): Declare.
343         (shr-render-buffer): Explicit error if no libxml2 support.
344
345 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
346
347         * auth-source.el (auth-source-current-line): New function.
348         (auth-source-netrc-parse-entries): When a data token is "machine",
349         assume we're in the wrong place and abort parsing the current line.
350
351 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
354         (eww-convert-widgets): Don't bug out if the first widget starts at the
355         beginning of the buffer.
356         (eww-convert-widgets): Fix last patch.
357         (eww-tag-input): Support <input type=image>.
358
359         * shr.el (shr-insert-table): Respect border-collapse: collapse.
360         (shr-tag-base): Protect against base specs that are degenerate.
361         (shr-ensure-paragraph): Don't delete empty lines that have text
362         properties, because these may be input fields.
363
364         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
365         we can navigate to them.
366
367         * shr.el (shr-colorize-region): Put the colours over the entire region.
368         (shr-inhibit-decoration): New variable.
369         (shr-add-font): Use it to inhibit text property decorations while doing
370         preliminary table renderings.  This speeds up typical Wikipedia page
371         renderings by 15%.
372         (shr-tag-span): Don't respect the <title>, because that overwrites the
373         help-echo from links inside the spans.
374         (shr-next-link): Use `help-echo' for navigation, so that we can
375         navigate to form elements, too.
376
377         * eww.el (eww-button): New face.
378         (eww-convert-widgets): Use it to make submit buttons more button-like.
379
380         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
381         that Gnus commands work.
382
383         * shr.el (shr-render-td): Support horizontal alignment.
384
385         * eww.el (eww-put-color): Removed.
386         (eww-colorize-region): Use `add-face-text-property'.
387
388         * shr.el (shr-add-font): Append face data, so that we get the correct
389         precedence: The innermost value (which is applied first) wins.
390         (shr-make-overlay): Obsolete function.
391
392         * mm-decode.el (mm-convert-shr-links): New function to convert
393         new-style shr URL links into widgets.
394         (mm-shr): Use it.
395
396         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
397         widget commands, since we're no longer using widgets for links.
398
399         * shr.el (shr-next-link): New command.
400         (shr-previous-link): New command.
401         (shr-urlify): Don't use `widget-convert', because that's slow.
402         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
403         because collecting the overlays and reapplying them when generating
404         tables is slow.
405         (shr-insert-table): Ditto.
406
407 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
408
409         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
410         * shr.el (browse-url): Require `url'.
411         * eww.el (url): Require format-spec.
412
413 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * eww.el (eww-display-html): Default to using the entire window width.
416         (eww-browse-url): Don't add a User-Agent header (twice), because that
417         makes Bing refuse connection.
418
419         * shr.el (shr-make-table): Cache the table rendering at the table
420         level, and not the <td> level.  This is a bit faster.
421
422         * eww.el (eww-render): Go to the correct ID when given URLs ending with
423         #id.
424
425         * shr.el (shr-tag-li): Don't require a new paragraph, since other
426         browsers don't.
427         (shr-expand-url): Respect #anchor links.
428         (shr-parse-base): Chop off the anchor before using.
429         (shr-descend): Respect display: none.
430         (shr-descend): Allow marking elements that have certain IDs.
431
432         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
433
434         * shr.el (shr-expand-url): Don't bug out on zero-length links.
435
436         * eww.el (eww-tag-textarea): Support <textarea>.
437
438 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
439
440         * shr.el (shr-dom-to-xml): Fixed function call.
441
442         * eww.el (eww): New group.
443         (eww-header-line-format): New custom variable.
444         (eww-current-title): New variable.
445         (eww-display-html): Update header and handle title tag.
446         (eww-update-header-line-format): New function.
447         (eww-tag-title): New function.
448
449         * shr.el (shr-dom-to-xml): New function.
450         (shr-tag-svg): Add support for the SVG tag.
451         (shr-bullet): New custom variable.
452         (shr-tag-li): Support custom bullet in unordered lists.
453
454 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * shr.el (shr-expand-url): Respect // URLs.
457
458         * eww.el (eww-tag-body): Override the shr body rendering so that we can
459         put a background colour onto the entire buffer.
460         (eww-render): When being redirected, use the redirect URL as the new
461         base URL.
462
463         * shr.el (shr-parse-base): Fix parsing error.
464
465         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
466
467         * shr.el (shr-parse-base): New function.
468         (shr-expand-url): Use it to expand relative URLs reliably.
469
470 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * auth-source.el (auth-source-search-collection): Fix docstring.
473         (auth-source-netrc-parse): Refactor and improve netrc parser to support
474         single-quoted strings and multiline entries.
475         (auth-source-netrc-parse-next-interesting)
476         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
477         functions to support parser.
478
479 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * eww.el (eww-submit): Get submit button logic right when hitting RET
482         on non-submit buttons.
483
484         * shr.el: Remove shr-preliminary-table-render, since that can't really
485         be used for anything in practice.
486
487 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
488
489         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
490         (sieve-manage-quit).
491
492 2013-06-14  Glenn Morris  <rgm@gnu.org>
493
494         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
495
496 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
497
498         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
499         control the maximum size of photo ID image.
500         (mml2015-epg-key-image-to-string): Respect it.
501
502 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
505         instead of the final one so that we can more easily distinguish them.
506
507         * eww.el (eww-submit): Compute the submission URL correctly.
508
509 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
510
511         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
512         Use plist-get rather than CL's getf.
513         (sieve-manage-parse-capability): Avoid CL's remove-if.
514
515 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
516
517         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
518         (sieve-manage-quit).
519
520 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * shr.el (shr-expand-url): Expansion should chop off the bits after the
523         last slash.
524
525         * eww.el (eww-tag-select): Use the first value as the default value.
526
527 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
528
529         * eww.el (eww): Prepend urls with http:// if scheme is missing.
530         (eww-mode): Use `define-derived-mode'.
531         (eww-parse-headers): Parse headers from beginning of buffer so that
532         file:// links work.
533
534 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
537
538 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
541         to handle them at all.
542
543 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
546         work, too.
547         (eww-tag-select): Implement <select>.
548
549 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
550
551         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
552         stream managing functions by using open-protocol-stream to do most of
553         the work.  Has the nice benefit of enabling STARTTLS.
554         Wait for capabilities after STARTTLS: following RFC5804, the server
555         sends new capabilities after successfully establishing a TLS connection
556         with the client. The client should update the cached list of
557         capabilities, but we just ignore the answer for now.
558         (sieve-manage-network-p, sieve-manage-network-open)
559         (sieve-manage-starttls-p, sieve-manage-starttls-open)
560         (sieve-manage-forward, sieve-manage-streams)
561         (sieve-manage-stream-alist): Remove unneeded functions neither in the
562         API, nor called by any other function.
563         Enable Multibyte for SieveManage buffers: The parser won't properly
564         handle umlauts and line endings unless multibyte is turned on in the
565         process buffer.
566
567 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * eww.el (eww-tag-input): Support password fields.
570         (eww-submit): Support POST.
571
572 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * eww.el (eww-tag-form): Protect against degenerate forms.
575
576         * shr.el (shr-expand-url): Expand URLs that start with a slash
577         correctly.
578
579         * eww.el (eww-submit): Get submit button logic right.
580
581         * shr.el (shr-final-table-render): New variable to signal when we're
582         doing the final table rendering so that we can collect more data at
583         that point.
584
585         * eww.el (eww-submit): Make form submission work.
586         (eww-tag-input): Implement submit buttons.
587         (eww-click-radio): Implement radio and checkboxes.
588         (eww-submit): Handle hidden elements.
589
590         * shr.el (shr-descend): Allow other packages to override (or provide)
591         rendering of elements.
592         (shr-expand-url): Strip query strings from URLs before expanding them.
593
594         * eww.el: Don't require cl-lib.
595         (eww-tag-form): Start form support.
596
597         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
598
599         * eww.el: Start writing a new, tiny web browser.
600         (eww-previous-url): New command.
601         (eww-quit): New command.
602
603 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
604
605         * sieve.el: Put point at beginning of buffer when viewing a script.
606         (sieve-open-server): Respect the PORT parameter.  Show the correct port
607         number in sieve-buffer's header.  Fixed code to also work with a string
608         as port specifier. Properly close the connection on pressing 'q'.  Make
609         sieve-manage-quit close the connection and process buffer.  Also, remove
610         duplicate keybinding for 'q'.
611
612 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
613
614         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
615         make it easier to read.
616         (mm-pkcs7-enveloped-magic): Ditto.
617
618 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
619
620         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
621         before `image-type-available-p' to avoid loading the image libraries
622         needlessly.
623
624 2013-06-05  David Engster  <deng@randomsample.de>
625
626         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
627         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
628         to see whether the group was synced before.
629
630 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
633         when opening the connection.
634         Suggested by João Távora <joaotavora@gmail.com> in
635         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
636
637 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
640         assume Date header begins with "Date", that may be customized into
641         something like "X-Sent" using gnus-article-time-format.
642         (article-transform-date): Allow multi-line Date header.
643
644 2013-06-02  David Engster  <deng@randomsample.de>
645
646         * registry.el (initialize-instance, registry-lookup)
647         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
648         (registry-lookup-secondary-value, registry-search, registry-delete)
649         (registry-insert, registry-reindex, registry-size, registry-prune): Do
650         not wrap methods in `eval-and-compile'.  This breaks due to latest
651         changes in EIEIO (introduction of eieio-core.el).
652
653 2013-05-30  Glenn Morris  <rgm@gnu.org>
654
655         * nnmail.el (nnmail-fancy-expiry-target):
656         Also bind mail-dont-reply-to-names.
657
658         * spam-stat.el (spam-stat-save):
659         No need to tweak font-lock in temp buffers.
660
661         * shr.el (shr-put-image): Silence compiler.
662
663 2013-05-29  Glenn Morris  <rgm@gnu.org>
664
665         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
666
667         * gnus-group.el (gnus-sequence-of-unread-articles)
668         (gnus-summary-add-mark, gnus-mark-article-as-read)
669         (gnus-group-make-articles-read): Declare.
670
671         * gnus-sum.el (gnus-parameter-list-identifier)
672         (gnus-article-stop-animations, gnus-stop-downloads)
673         (gnus-article-only-boring-p, article-goto-body)
674         (gnus-flush-original-article-buffer, article-narrow-to-head)
675         (gnus-article-hidden-text-p, gnus-delete-wash-type)
676         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
677
678         * gnus.el: No need to eval-and-compile autoloads.
679
680         * gravatar.el (help-function-arglist): Autoload.
681
682         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
683
684         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
685
686         * spam.el: No need to load spam-report when compiling.
687         No need to eval-and-compile autoloads.
688         (spam-report-resend-to): Declare.
689         (spam-report-resend-register-routine): Require 'spam-report.
690
691 2013-05-24  Julien Danjou  <julien@danjou.info>
692
693         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
694         setup.
695
696 2013-05-23  Glenn Morris  <rgm@gnu.org>
697
698         * gnus-util.el (rmail-swap-buffers-maybe)
699         (rmail-maybe-set-message-counters, rmail-count-new-messages)
700         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
701         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
702
703         * mm-decode.el: No need to load term when compiling.
704         (term-mode, term-char-mode): Declare.
705
706         * mm-util.el: No need to load jka-compr when compiling.
707         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
708
709         * nnmaildir.el: Require is automatically eval-and-compile.
710         (nnmail): Require at run-time too.
711
712         * registry.el (registry-size): Move definition before use.
713
714 2013-05-22  Daiki Ueno  <ueno@gnu.org>
715
716         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
717         signed data to conform the standard.  (Bug#14232)
718
719 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
720
721         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
722         double angle quotation mark.
723
724 2013-05-20  Glenn Morris  <rgm@gnu.org>
725
726         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
727
728 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
729
730         * message.el (message-insert-formatted-citation-line): handle finding
731         first/lastname when more than 2 names appear.
732
733 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
734
735         * shr.el (shr-tag-span): New function.
736
737 2013-05-18  Glenn Morris  <rgm@gnu.org>
738
739         * message.el (message-mode): Use message-mode-abbrev-table,
740         with text-mode-abbrev-table as parent.  (Bug#14413)
741
742 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * message.el (message-expand-group): Decode group names.
745
746 2013-05-16  Julien Danjou  <julien@danjou.info>
747
748         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
749         app-icon.
750
751 2013-05-15  Glenn Morris  <rgm@gnu.org>
752
753         * shr-color.el (shr-color-visible-luminance-min)
754         (shr-color-visible-distance-min): Use shr-color group.
755
756 2013-05-11  Glenn Morris  <rgm@gnu.org>
757
758         * gnus-vm.el: Make it loadable without VM.
759         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
760         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
761
762 2013-05-09  Glenn Morris  <rgm@gnu.org>
763
764         * mml1991.el: Make it loadable.  (Bug#13456)
765
766         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
767         * gnus-async.el (gnus-async-post-fetch-function):
768         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
769         * gnus-html.el (gnus-html-image-cache-ttl):
770         * gnus-notifications.el (gnus-notifications-timeout):
771         * gnus-picon.el (gnus-picon-properties):
772         * gnus-util.el (gnus-completion-styles):
773         * gnus.el (gnus-other-frame-resume-function):
774         * message.el (message-user-organization-file)
775         (message-cite-reply-position):
776         * nnir.el (nnir-summary-line-format)
777         (nnir-retrieve-headers-override-function):
778         * shr-color.el (shr-color-visible-luminance-min):
779         * shr.el (shr-blocked-images):
780         * spam-report.el (spam-report-resend-to):
781         * spam.el (spam-summary-exit-behavior): Fix custom types.
782
783         * gnus-salt.el (gnus-selected-tree-face): Fix default.
784
785 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
788         because of let-binding help-xref-following.  (Bug#14356)
789
790 2013-05-06  Glenn Morris  <rgm@gnu.org>
791
792         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
793
794 2013-05-04  Andrew Cohen  <cohen@bu.edu>
795
796         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
797         entering into the registry.
798
799 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
800
801         * gnus.el: Ma Gnus v0.7 is released.
802
803 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
806         (Bug#14304)
807
808 2013-04-27  Glenn Morris  <rgm@gnu.org>
809
810         * gnus.el (gnus-list-debbugs):
811         Use require rather than autoload.  (Bug#14262)
812
813 2013-04-27  Julien Danjou  <julien@danjou.info>
814
815         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
816         port to "sieve" now that it has an official IANA port assigned.
817
818 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
821         Don't set the MAILHOST environment variable permanently (Bug#14271).
822
823 2013-04-26  Glenn Morris  <rgm@gnu.org>
824
825         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
826
827 2013-04-25  Andrew Cohen  <cohen@bu.edu>
828
829         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
830         string values of 'gcc-self. Thanks to Saroj Thirumalai.
831
832 2013-04-24  Andrew Cohen  <cohen@bu.edu>
833
834         * nnir.el (nnir-close-group): Make sure we are in the right group.
835
836         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
837         dependency table from all newly retrieved headers.
838
839 2013-04-16  David Edmondson  <dme@dme.org>
840
841         Support <img src="data:...">.
842
843         * shr.el (shr-image-from-data): New function.
844         (shr-tag-img): Use it.
845
846 2013-04-14  Andrew Cohen  <cohen@bu.edu>
847
848         * nnir.el (nnir-request-set-mark): Make sure we are in the right
849         group.
850
851 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
854         corresponding to any existing group (Bug#14166).
855
856 2013-04-10  Andrew Cohen  <cohen@bu.edu>
857
858         * nnir.el (number-sequence): No longer used.
859         (nnir-request-set-mark): New function.
860         (nnir-request-update-info): Improve marks updating.
861         (nnir-request-scan): Don't duplicate marks updating.
862         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
863         Use 'assq rather than 'assoc.  Quote anonymous function.
864         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
865         Use 'gnus-group-prefixed-p.
866         (gnus-summary-create-nnir-group): Make sure server for method is open.
867
868 2013-04-04  Andrew Cohen  <cohen@bu.edu>
869
870         * nnir.el (gnus-nnir-group-p): New function.
871         (nnir-possibly-change-group): Use it.
872
873         * gnus-msg.el (gnus-setup-message): Use it.
874
875 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * mml.el (mml-minibuffer-read-description): Use `default' insted of
878         `initial-input' for the argument name.
879         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
880
881 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
882
883         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
884         (used by MH-E).
885
886 2013-04-01  Andrew Cohen  <cohen@bu.edu>
887
888         * nnir.el (nnir-request-update-mark): Improve mark updating in original
889         group.
890
891         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
892         fix compilation.
893
894 2013-03-31  Andrew Cohen  <cohen@bu.edu>
895
896         * nnir.el (nnir-method-default-engines): And another typo.
897
898 2013-03-30  Andrew Cohen  <cohen@bu.edu>
899
900         * nnir.el (nnir-method-default-engines): Fix typo.
901
902 2013-03-29  Andrew Cohen  <cohen@bu.edu>
903
904         * nnir.el: Define 'number-sequence for xemacs.
905         (gnus-summary-create-nnir-group): New function to create an nnir group
906         from an nnir summary buffer based on the current query.
907         (nnir-request-create-group): Update to allow nnir group creation based
908         on the current query.
909
910 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * nndraft.el (nndraft-request-expire-articles):
913         Make expiry target always `delete'.
914
915 2013-03-27  Andrew Cohen  <cohen@bu.edu>
916
917         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
918         buffer use the posting-style and gcc of the original article group.
919         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
920
921         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
922         after other deffoos.
923
924 2013-03-25  Andrew Cohen  <cohen@bu.edu>
925
926         * nnir.el: Major rewrite.  Cleaner separation between searches and group
927         management.  Marks are now shown in nnir summary buffers.  Rudimentary
928         support for real (i.e. not ephemeral) nnir groups.
929         (gnus-summary-make-nnir-group): New function for initiating searches
930         from a summary buffer.
931
932 2013-03-18  Sam Steingold  <sds@gnu.org>
933
934         * message.el (message-bury): Minor cleanup.
935
936 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
937
938         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
939
940 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * nndir.el (nndir-request-list): Remove 2nd argument passed to
943         nnml-request-list.  (Bug#13873)
944         (nndir-request-newsgroups): Remove, unused.
945
946         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
947
948 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
949
950         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
951         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
952         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
953
954 2013-03-03  Ted Phelps  <phelps@gnusto.com>
955
956         * shr.el: Make all the overlays set the `evaporate' property so that
957         they're removed properly.
958
959 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
960
961         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
962         shell-quote-argument.
963
964 2013-02-22  David Engster  <deng@randomsample.de>
965
966         * gnus-registry.el (gnus-registry-save): Provide class name when
967         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
968         `condition-case' to stay compatible with older EIEIO versions which
969         only accept one argument.
970
971 2013-02-17  Daiki Ueno  <ueno@gnu.org>
972
973         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
974         (epg-user-id-validity): Autoload.
975         (mml2015-epg-check-user-id): New function.
976         (mml2015-epg-check-sub-key): New function split from
977         mml2015-epg-find-usable-key.
978         (mml2015-epg-find-usable-key): Accept context, name, usage, and
979         optional name-is-key-id, to handle the case when user-id is unusable.
980         Reported by Łukasz Stelmach <stlman@poczta.fm>.
981
982 2013-02-17  Glenn Morris  <rgm@gnu.org>
983
984         * shr.el (shr-put-image): Use image-multi-frame-p if available.
985
986 2013-02-16  Glenn Morris  <rgm@gnu.org>
987
988         * shr.el (shr-put-image): Only animate images that specify a delay.
989         This is consistent with the old image-animated-p behavior.
990
991 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
994         for XEmacs.
995
996 2013-02-13  Juri Linkov  <juri@jurta.org>
997
998         * gnus-art.el (gnus-article-mode-map):
999         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1000         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1001
1002 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1003
1004         * auth-source.el (auth-source-format-prompt): Don't get confused by
1005         any "\" in replacement text.  (Bug#13637)
1006
1007 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1008
1009         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1010         (gnus-backend-trace): Honour gnus-backend-trace.
1011
1012         * mml.el (mml-insert-part): Insert closing tag.
1013
1014         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1015
1016 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1019         able to find the article, which can happen in debbugs groups,
1020         apparently.
1021
1022 2013-01-16  Glenn Morris  <rgm@gnu.org>
1023
1024         * smiley.el (smiley-style): Make the file loadable in batch mode.
1025
1026 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1027
1028         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1029         imap process running.
1030
1031 2013-01-14  Julien Danjou  <julien@danjou.info>
1032
1033         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1034         Compare addresses against addresses, not against the full From field.
1035
1036 2013-01-13  Richard Stallman  <rms@gnu.org>
1037
1038         * message.el (message-forward-make-body-mime): New args BEG, END
1039         specify what part of FORWARD-BUFFER to use.  Do the work directly
1040         instead of calling `mml-insert-buffer'.
1041
1042 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1043
1044         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1045         cross-reference(s).
1046
1047         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1048         cross-reference(s).
1049
1050 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1051
1052         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1053         and point-max-marker.
1054         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1055
1056 2013-01-11  Julien Danjou  <julien@danjou.info>
1057
1058         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1059         max are almost equal. Also return the correct value for V which is
1060         already between 0 and 1.
1061
1062 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1063
1064         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1065         to mml2015-encrypt-to-self.
1066         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1067
1068 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1069
1070         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1071         mml-smime-epg-find-usable-secret-key.
1072
1073 2013-01-08  Glenn Morris  <rgm@gnu.org>
1074
1075         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1076
1077 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1078
1079         * mml-smime.el: Support signing by sender.
1080         Requested by Uwe Brauer.
1081         (mml-smime-sign-with-sender): New user option analogous
1082         to mml2015-sign-with-sender.
1083         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1084         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1085         mml2015.el.
1086
1087 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1090         isn't running, because Gnus will probably not know how to handle the
1091         Gcc header (bug#11941).
1092
1093         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1094         articles.
1095
1096 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1099         (nnfolder-generate-active-file): Make this function work with recursive
1100         folder names.
1101
1102 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1103
1104         * nntp.el (nntp-open-connection): Use HELP as the capability command
1105         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1106         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1107
1108 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1109
1110         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1111         place holder since this gives `Invalid face reference: nil' messages.
1112         Use the `default' face instead.  It has the same effect here, even
1113         though it is not no-op.
1114
1115         * gnus-util.el
1116         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1117
1118 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1121         non-string posting styles (bug#13285).
1122
1123 2012-12-27  Glenn Morris  <rgm@gnu.org>
1124
1125         * plstore.el (plstore-passphrase-callback-function):
1126         Use plstore-get-file.
1127
1128 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1129
1130         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1131         stderr.
1132
1133 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1136
1137         * gnus-compat.el (set-buffer-multibyte): Remove.
1138
1139 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1140
1141         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1142         temporary file to get PGP key image.  Pass no-show-photos when
1143         extracting image to avoid having it pop up twice.
1144
1145 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1148         eligible for treatment.
1149
1150         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1151         lines.  This makes summary commands with hidden threads work more
1152         reliably.
1153
1154         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1155         button to mark the hidden citations (bug#9395).
1156
1157 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1158
1159         * mml2015.el (mml2015-epg-signature-to-string): New function.
1160         (mml2015-epg-verify-result-to-string): New function.
1161         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1162         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1163         instead of epg-verify-result-to-string.
1164         (epg-signature-key-id, epg-signature-to-string): Autoload.
1165         (epg-verify-result-to-string): Remove autoload.
1166
1167 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1168
1169         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1170         ID image from GPG public key.
1171         (mml2015-epg-key-image-to-string): New function.
1172
1173 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1174
1175         * plstore.el (plstore-passphrase-callback-function): Fix error when
1176         error when plstore-cache-passphrase-for-symmetric-encryption is set
1177         (bug#13264).
1178
1179 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1182         buffer to the article buffer here, because that clobbers multiple
1183         article buffers.
1184
1185         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1186         buffer always points to the right summary buffer.
1187
1188 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1189
1190         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1191         the password (bug#12097).
1192
1193 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1194
1195         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1196         (bug#13263).
1197
1198         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1199         buffer exists before using it (bug#12475).
1200
1201         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1202         offline groups (bug#11937).
1203
1204         * message.el (message-yank-original): When using customize to set the
1205         value of `message-cite-style', the variable it set to a symbol that's
1206         the name of the variable, which must then be dereferenced (bug#12616).
1207
1208 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1209
1210         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1211         the `face' property with a list whose car is the face specified in the
1212         format string and whose cdr is (nil).
1213         * lisp/gnus-util.el
1214         (gnus-put-text-property-excluding-characters-with-faces):
1215         Change accordingly.
1216         (gnus-get-text-property-excluding-characters-with-faces): New function.
1217         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1218         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1219         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1220
1221 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1222
1223         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1224         login methods.
1225         (nnimap-login): Respect the `nnimap-authenticator' variable.
1226
1227         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1228         mark state when moving articles.  Otherwise unticked articles will get
1229         their ticks back after moving.
1230
1231 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1234
1235         * message.el (message-ignored-news-headers): Always remove
1236         X-Message-SMTP-Method to avoid information leakage if the user
1237         mistakenly inserts the header into news messages.
1238
1239         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1240
1241         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1242         right than four characters, this command would move point to
1243         `point-max'.  Don't do that.
1244
1245         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1246         to nil to allow re-selecting groups that gain articles.
1247         (gnus-bug-group-download-format-alist): Update the URL.
1248
1249 2012-12-23  Andreas Schwab  <schwab@suse.de>
1250
1251         * shr.el (shr-tag-em): Render em as italic, not bold.
1252
1253 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1256         for reuse.
1257         (gnus-open-server): Use it to add more tracing.
1258         (gnus-finish-retrieve-group-infos): Add backend tracing.
1259         (gnus-backend-trace): Also note the elapsed seconds.
1260
1261 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1262
1263         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1264         Set epa-file-encrypt-to from variable to avoid querying.
1265
1266 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1267
1268         * sieve-mode.el (sieve-font-lock-keywords):
1269         Keywords should be word delimited.  (Bug#13173)
1270
1271 2012-12-13  Andreas Schwab  <schwab@suse.de>
1272
1273         * tls.el (tls-program): Update customize type.
1274
1275 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1278         instead of <pre> to align message header.
1279
1280 2012-12-12  Sam Steingold  <sds@gnu.org>
1281
1282         * gnus.el (gnus-other-frame-resume-function): Add user option.
1283         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1284
1285 2012-12-06  Sam Steingold  <sds@gnu.org>
1286
1287         * gnus-start.el (gnus-before-resume-hook): Add.
1288         (gnus-1): Run it when Gnus is alive.
1289
1290 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1293         * gnus-art.el (article-unsplit-urls)
1294         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1295         * gnus-registry.el (gnus-registry-get-article-marks)
1296         * message.el (message-goto-body): Use it.
1297         (message-called-interactively-p): Remove.
1298
1299         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1300         (spam-stat-score-buffer): Use it.
1301
1302         * spam.el: Silence the warnings against BBDB functions when compiling.
1303
1304         * gnus-score.el (gnus-score-decode-text-parts):
1305         Use append+mapcar instead of the cl function mapcan.
1306
1307 2012-12-05  Sam Steingold  <sds@gnu.org>
1308
1309         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1310         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1311         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1312
1313 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gmm-utils.el (gmm-called-interactively-p): Revert.
1316         This seems to cause Emacs to get stuck!
1317         * gnus-art.el (article-unsplit-urls)
1318         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1319         * gnus-registry.el (gnus-registry-get-article-marks)
1320         * message.el (message-goto-body)
1321         (message-called-interactively-p): Revert.
1322
1323         * gmm-utils.el (gmm-called-interactively-p): New function.
1324         * gnus-art.el (article-unsplit-urls)
1325         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1326         * gnus-registry.el (gnus-registry-get-article-marks)
1327         * message.el (message-goto-body): Use it.
1328         (message-called-interactively-p): Remove.
1329
1330         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1331         * gnus-sync.el (gnus-sync-lesync-call)
1332         * message.el (message-read-from-minibuffer): Use it.
1333
1334 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gmm-utils.el (gmm-flet): Remove.
1337         * gnus-sync.el (gnus-sync-lesync-call)
1338         * message.el (message-read-from-minibuffer): Don't use it.
1339
1340 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1343
1344 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1347
1348         * gnus-sync.el (gnus-sync-lesync-call)
1349         * message.el (message-read-from-minibuffer): Use gmm-flet.
1350
1351         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1352
1353         * gnus-util.el (gnus-macroexpand-all): Remove.
1354
1355 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1356
1357         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1358         to TAB, not [tab].
1359         (gnus-summary-article-map): Likewise.
1360
1361         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1362         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1363
1364 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1365
1366         * time-date.el: Commentary fix.
1367
1368 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1369
1370         * color.el: Don't require cl.
1371         (color-complement): `caddr' -> `nth 2'.
1372
1373         * time-date.el (time-to-seconds): De-obsolete.
1374
1375 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * message.el (message-get-reply-headers):
1378         Make sure the reply goes to the author if it is a wide reply.
1379
1380 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1381
1382         * gnus-score.el (gnus-score-body):
1383         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1384         scoring by body.
1385
1386 2012-11-16  Glenn Morris  <rgm@gnu.org>
1387
1388         * gnus-diary.el (nndiary-request-create-group-functions)
1389         (nndiary-request-update-info-functions)
1390         (gnus-subscribe-newsgroup-functions)
1391         (nndiary-request-accept-article-functions):
1392         Use new names for hooks rather than obsolete aliases.
1393
1394 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1397
1398 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1401         in meta tag with the one the part specifies in its header.
1402
1403 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1404
1405         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1406         by default.
1407
1408 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1411         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1412
1413 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1416         and a runtime function for it, of which the XEmacs version takes only
1417         two arguments.
1418
1419 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1420
1421         * nndiary.el (nndiary-request-create-group-functions)
1422         (nndiary-request-update-info-functions)
1423         (nndiary-request-accept-article-functions):
1424         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1425         "-hooks" suffix.
1426
1427 2012-10-19  Julien Danjou  <julien@danjou.info>
1428
1429         * gnus-art.el: Require gnus-util because it uses
1430         `gnus-timer--function'.
1431
1432 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1433
1434         * starttls.el (starttls-extra-arguments): Doc fix.
1435
1436 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1439         it.
1440
1441 2012-10-06  Glenn Morris  <rgm@gnu.org>
1442
1443         * gnus-notifications.el (gnus-notifications):
1444         Add missing group :version tag.
1445         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1446         (gnus-gcc-post-body-encode-hook):
1447         * gnus-sync.el (gnus-sync-lesync-name)
1448         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1449
1450 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1451
1452         * color.el (color-hsl-to-rgb): Fix incorrect results for
1453         small and large hue values.  (Bug#12559)
1454
1455 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         New UIDL implementation.
1458
1459         * mail-source.el (mail-sources, mail-source-keyword-map):
1460         Add :leave as a pop3 keyword.
1461         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1462
1463         * pop3.el (pop3-leave-mail-on-server): Allow number.
1464         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1465         (pop3-movemail): Add UIDL support.
1466         (pop3-send-streaming-command): Take a list of mail numbers instead of
1467         the number of mails.
1468         (pop3-write-to-file): Add X-UIDL header.
1469         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1470         (pop3-uidl-add-xheader): New functions.
1471
1472         * message.el (message-ignored-resent-headers):
1473         Add X-Content-Length and X-UIDL headers.
1474
1475 2012-10-05  Glenn Morris  <rgm@gnu.org>
1476
1477         * color.el (color-name-to-rgb, color-rgb-to-hex)
1478         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1479         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1480         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1481         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1482
1483 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1486         a user about whether to delete temp files if once a user answered as n.
1487
1488 2012-09-25  Chong Yidong  <cyd@gnu.org>
1489
1490         * password-cache.el (password-read-and-add): Use a declare form to mark
1491         this function obsolete.
1492
1493 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * lpath.el: Bind mail-encode-mml for old Emacsen.
1496
1497 2012-09-17  Richard Stallman  <rms@gnu.org>
1498
1499         * message.el (message-in-body-p): Don't set mark or modify buffer.
1500
1501         * mml.el (mml-attach-file): Doc fix.
1502         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1503         Set mail-encode-mml when in Mail mode.
1504         Simplify code to set HEAD and move back to HEAD.
1505         (mml-insert-multipart, mml-insert-part):
1506         Set mail-encode-mml when in Mail mode.
1507
1508 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-util.el (gnus-timer--function): New function.
1511
1512         * gnus-art.el (gnus-article-stop-animations): Use it.
1513
1514 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1515
1516         Fix glitches caused by addition of psec to timers.
1517         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1518         rather than raw access to timer vector.
1519
1520 2012-09-11  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-notifications.el (gnus-notifications): Check for nil values in
1523         ignored addresses check.
1524
1525 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1526
1527         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1528
1529 2012-09-07  Chong Yidong  <cyd@gnu.org>
1530
1531         * gnus-util.el
1532         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1533
1534         * gnus-salt.el (gnus-tree-highlight-node):
1535         * gnus-sum.el (gnus-summary-highlight-line):
1536         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1537
1538 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1539
1540         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1541
1542 2012-09-06  Juri Linkov  <juri@jurta.org>
1543
1544         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1545         scheme for buffer names to be more consistent with other group and
1546         article buffer names in Gnus.
1547
1548 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1549
1550         * gnus-util.el
1551         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1552
1553         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1554         Jenkner.
1555
1556         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1557
1558         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1559
1560         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1561
1562 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1565         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1566
1567         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1568         string-prefix-p in Emacs >=23.2.
1569
1570         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1571         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1572         instead of string-match-p.
1573         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1574
1575 2012-09-06  Kenichi Handa  <handa@gnu.org>
1576
1577         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1578         lowercase a..f.
1579
1580 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1581
1582         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1583
1584 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1585
1586         * nnimap.el (nnimap-request-move-article): Decode the group name when
1587         doing internal moves to avoid charset issues.
1588
1589         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1590         TIME is set.
1591
1592 2012-09-05  Juri Linkov  <juri@jurta.org>
1593
1594         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1595         than one group at a time (bug#11961).
1596
1597 2012-09-05  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1600         this hide the real reason with a message giving absolutely no hint.
1601
1602 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1605         to the backend (bug#11804).
1606
1607         * message.el (message-insert-newsgroups): Don't insert newsgroup
1608         duplicates (bug#12275).
1609
1610 2012-09-05  John Wiegley  <johnw@newartisans.com>
1611
1612         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1613         sieve rules.
1614
1615 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1616
1617         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1618         function.
1619
1620         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1621
1622         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1623
1624 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1625
1626         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1627         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1628         This should make nnmaildir more usable with offlineimap.
1629
1630 2012-09-05  Julien Danjou  <julien@danjou.info>
1631
1632         * nnimap.el (nnimap-request-list): Revert change that made listing
1633         synchronous.
1634         (nnimap-get-responses): Restore.
1635
1636 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1637
1638         * dgnushack.el: XEmacs 21.5 compilation fix.
1639
1640         * gnus-notifications.el (gnus-notifications-notify): Use it.
1641
1642         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1643         warnings on XEmacs.
1644
1645 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1646
1647         Better seeds for (random).
1648         * gnus-sync.el (gnus-sync-lesync-setup):
1649         * message.el (message-canlock-generate, message-unique-id):
1650         Change (random t) to (random), now that the latter is more random.
1651
1652 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1653
1654         * nnimap.el (nnimap-change-group): Document result value
1655
1656         * auth-source.el (auth-sources): Fix macos keychain access.
1657
1658         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1659         allow the backend `request-head' function to determine the group
1660         name on its own.
1661         (gnus-request-expire-articles): Filter out negative article numbers
1662         during expiry (Bug#11980).
1663
1664         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1665         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1666
1667         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1668         you've found the article when you haven't.
1669
1670         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1671         that nnimap-change-group can return t.
1672
1673 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1674
1675         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1676
1677 2012-08-30  Julien Danjou  <julien@danjou.info>
1678
1679         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1680         `gnus-notifications-timeout'.
1681         (gnus-notifications-timeout): Add.
1682         (gnus-notifications-action): New function.
1683         (gnus-notifications-notify): Add :action using
1684         `gnus-notifications-action'.
1685         (gnus-notifications-id-to-msg): New variable.
1686         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1687         notifications id to messages.
1688
1689 2012-08-30  Kenichi Handa  <handa@gnu.org>
1690
1691         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1692         once.
1693
1694 2012-08-29  Julien Danjou  <julien@danjou.info>
1695
1696         * gnus-notifications.el: New file.
1697         (gnus-notifications-notify): New function.
1698         (gnus-notifications): Use `gnus-notifications-notify'.
1699
1700 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1703         transfer encoding first; bind gnus-newsgroup-charset to the charset
1704         that the article specifies (Bug#12209).
1705
1706 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1709         (gnus-group-customize-done): Encode values posting-style holds.
1710
1711         * gnus-msg.el (gnus-summary-resend-message)
1712         (gnus-configure-posting-styles): Decode values posting-style group
1713         parameter holds.
1714
1715 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1718         `name' and `address' in Resent-From header.
1719
1720 2012-08-14  Chong Yidong  <cyd@gnu.org>
1721
1722         * gnus-art.el (article-display-face): Handle failure in
1723         gnus-create-image (Bug#11802).
1724
1725 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1726
1727         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1728         Use defsetf.
1729
1730 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1731
1732         * auth-source.el (auth-source-plstore-search)
1733         (auth-source-secrets-search): Ignore :require and :type in search spec.
1734
1735 2012-08-06  Julien Danjou  <julien@danjou.info>
1736
1737         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1738         `nnimap-request-move-article'.
1739
1740         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1741         Remove autoload, already handled by gnus.el.
1742
1743         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1744
1745         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1746         supported by nnimap actually. Reverts previous change.
1747
1748         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1749         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1750         to-buffer argument that is already supported.
1751
1752 2012-08-05  Julien Danjou  <julien@danjou.info>
1753
1754         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1755         Add autoload.
1756
1757 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus.el (gnus-valid-select-methods): Fix custom type.
1760
1761 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * auth-source.el (auth-sources, auth-source-backend-parse)
1764         (auth-source-macos-keychain-search)
1765         (auth-source-macos-keychain-search-items)
1766         (auth-source-macos-keychain-result-append)
1767         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1768         auth-source.el through the /usr/bin/security utility.
1769         (auth-sources): Fix syntax error.
1770         (auth-source-macos-keychain-result-append): Fix variable name.
1771         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1772
1773 2012-07-27  Julien Danjou  <julien@danjou.info>
1774
1775         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1776         Emacs < 24.1
1777
1778 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * message.el (message-kill-address): Don't kill last newline.
1781         (message-skip-to-next-address): Don't move to the next header.
1782         (message-fill-field-address): Work properly.
1783
1784 2012-07-25  Julien Danjou  <julien@danjou.info>
1785
1786         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1787
1788 2012-07-24  Julien Danjou  <julien@danjou.info>
1789
1790         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1791
1792         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1793         (nntp-async-timer-handler): Remove, unused.
1794
1795         * nnimap.el (nnimap-get-responses): Remove, unused.
1796
1797         * nnheader.el (mail-header-set-extra): Remove, unused.
1798
1799         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1800         unused.
1801
1802         * mm-view.el (mm-view-sound-file): Remove, unused.
1803
1804         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1805         (mm-url-encode-multipart-form-data): Remove, unused.
1806
1807         * message.el (message-remove-signature, message-make-host-name)
1808         (message-fill-address): Remove, unused.
1809
1810         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1811         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1812         unused.
1813
1814         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1815         (gnus-xmas-call-region): Remove, unused.
1816
1817         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1818
1819         * gnus-util.el (gnus-extract-address-component-name)
1820         (gnus-extract-address-component-email, gnus-sortable-date)
1821         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1822         (gnus-process-live-p): Remove, unused.
1823
1824         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1825
1826         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1827         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1828         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1829         function.
1830
1831         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1832
1833         * gnus-score.el (gnus-summary-score-crossposting)
1834         (gnus-score-regexp-bad-p): Remove, unused.
1835
1836         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1837
1838         * gnus-range.el (gnus-sublist-p): Remove, unused.
1839
1840         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1841         unused.
1842
1843         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1844
1845         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1846         (gnus-request-associate-buffer): Remove, unused.
1847
1848         * gnus-group.el (gnus-group-set-method-info)
1849         (gnus-group-set-params-info): Remove, unused.
1850
1851         * gnus-fun.el (gnus-shell-command-to-string)
1852         (gnus-shell-command-on-region): Remove, unused.
1853
1854         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1855
1856         * gnus-art.el (gnus-article-text-type-exists-p)
1857         (article-translate-characters, gnus-article-hide-text-of-type)
1858         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1859         Remove, unused.
1860
1861 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1862
1863         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1864
1865 2012-07-21  Julien Danjou  <julien@danjou.info>
1866
1867         * message.el (message-dont-reply-to-names): Replace deprecated
1868         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1869         (message-get-reply-headers): Ditto.
1870
1871 2012-07-18  Julien Danjou  <julien@danjou.info>
1872
1873         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1874         `sieve-upload-and-kill'.
1875
1876         * sieve.el (sieve-bury-buffer): Remove function.
1877         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1878         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1879
1880 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1881
1882         * shr.el (shr-expand-url): Handle URL starting with `//'.
1883
1884 2012-07-13  Chong Yidong  <cyd@gnu.org>
1885
1886         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1887         instead of calling toggle-read-only with a (bogus) argument.
1888
1889 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1890
1891         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1892         of initial input when reading the author to restrict the summary to.
1893
1894 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mm-decode.el (mm-shr):
1897         Allow overriding charset by mm-charset-override-alist.
1898
1899 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-article-view-part):
1902         Toggle subparts of multipart/alternative part.
1903
1904 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1905
1906         * shr.el (shr-render-buffer): New command.
1907         (shr-visit-file): Use it.
1908
1909 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1912         Set no-byte-compile and no-update-autoloads.
1913
1914 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1917
1918 2012-06-25  Julien Danjou  <julien@danjou.info>
1919
1920         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1921         `nnimap-request-move-articles-find-limit' since we do not use it only
1922         for move operations.
1923         (nnimap-request-accept-article): Use
1924         `nnimap-request-articles-find-limit' to limit search by message-id.
1925
1926 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1927
1928         Support higher-resolution time stamps (Bug#9000).
1929
1930         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1931         VARLIST.  It's optional, for backward compatibility.
1932         (encode-time-value): New optional arg PICO.  New type 3.
1933         (time-to-seconds) [!float-time]: Support the new picoseconds
1934         component if it's used.
1935         (seconds-to-time, time-subtract, time-add):
1936         Support ps-resolution time stamps as well.
1937
1938 2012-06-19  Julien Danjou  <julien@danjou.info>
1939
1940         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1941
1942         * nnimap.el (nnimap-log-buffer): Check that
1943         `window-point-insertion-type' is boundp, since it's not available in
1944         XEmacs.
1945
1946 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1947
1948         * nnimap.el (nnimap-log-buffer): Add this, setting
1949         `window-point-insertion-type' in the buffer to t.
1950         (nnimap-log-command): Use nnimap-log-buffer.
1951
1952 2012-06-19  Julien Danjou  <julien@danjou.info>
1953
1954         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1955         argument to be able to limit the search.
1956         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1957         (nnimap-request-move-articles-find-limit): Add this to limit the search
1958         by Message-Id after a message move.
1959         (nnimap): Add defgroup.
1960
1961 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1962
1963         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1964
1965 2012-06-15  Julien Danjou  <julien@danjou.info>
1966
1967         * nnimap.el (nnimap-find-article-by-message-id): Use
1968         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1969         (nnimap-possibly-change-group): Add read-only argument.
1970         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1971         issuing EXAMINE manually.
1972         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1973         with read-only argument.
1974         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1975         cannot possibly change because we need to be sure that it's either
1976         read-write or read-only.
1977
1978 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1981         being bound to a lambda form.
1982
1983 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1984
1985         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1986         articles when fetch-old is non-nil (bug#11370).
1987
1988 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1989
1990         * gnus-picon.el (gnus-picon-properties): New defcustom.
1991         (gnus-picon-create-glyph): Use it.
1992
1993 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-group.el (gnus-group-get-new-news): Respect
1996         `gnus-group-use-permanent-levels', as documented (bug#11638).
1997
1998 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1999
2000         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2001         groups (bug#11641).
2002
2003 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2004
2005         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2006         is an integer to avoid later problems.
2007
2008 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2011         locales.
2012
2013         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2014         on a handle.
2015
2016         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2017         address as the default.
2018         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2019
2020         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2021         makes no sense to query the user about internal files.
2022
2023         * gnus-spec.el: Remove all the byte-compilation stuff, since
2024         benchmarking shows that it doesn't help when entering large summary
2025         buffers.
2026
2027         * gnus-xmas.el (gnus-xmas-define): Remove.
2028
2029         * gnus-util.el (gnus-byte-code): Remove.
2030
2031         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2032         grouplens stuff.
2033
2034 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2037         (bug#11514).
2038
2039 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2040
2041         * message.el (message-buffers): Return all buffers derived from Message
2042         to make `gnus-dired-attach' work with mu4e.
2043
2044 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2045
2046         * nntp.el: Stop the `letf' madness.
2047         (nntp--report-1): New var.
2048         (nntp-report): Merge nntp-report-1 into it.
2049         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2050         the nntp-report function.
2051
2052         * auth-source.el: Fix comment-style to follow the convention.
2053
2054 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2055
2056         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2057         (mm-dissect-singlepart): Don't guess the MIME type of
2058         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2059         set.
2060         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2061         toplevel MIME type is multipart/encrypted.
2062
2063 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2066         a string so that Gcc works (bug#11514).
2067
2068 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2069
2070         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2071         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2072
2073 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2074
2075         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2076         jumping to *Server* from a dedicated *Group* window.
2077         (gnus-configure-frame): CSE.
2078
2079         * gnus-registry.el: Minor style cleanup.
2080         (gnus-registry--set/remove-mark): New function, extracted from
2081         gnus-registry-install-shortcuts.
2082         (gnus-registry-install-shortcuts): Use it.
2083
2084 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * nnspool.el (news-path): Use eval-and-compile.
2087
2088 2012-05-24  Glenn Morris  <rgm@gnu.org>
2089
2090         * nnspool.el (news-directory, news-path, news-inews-program):
2091         Move here from paths.el.  Don't see a need for these to be autoloaded.
2092
2093         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2094         Merge in doc from paths.el version.  Don't see any need for this to be
2095         autoloaded, or for the warning about users not setting it.
2096
2097 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2098
2099         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2100         format.  In particular, add an optional argument and a docstring.
2101
2102         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2103
2104         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2105         current before calling `gnus-groups-to-gnus-format'.
2106         Note that this was already the case for `gnus-active-to-gnus-format'.
2107
2108 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2109
2110         Fix minor Y10k bug.
2111         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2112
2113 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2114
2115         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2116         message once it's actually open.
2117
2118 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2119
2120         * gnus.el: Ma Gnus v0.5 is released.
2121
2122 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * auth-source.el (auth-source--aput-1, auth-source--aput)
2125         (auth-source--aget): New functions and macros.
2126         Use them instead of aput/aget.
2127
2128 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2129
2130         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2131
2132 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2133
2134         * plstore.el (plstore-called-interactively-p): New compat macro copied
2135         from message.el.
2136         (plstore-mode): Use it.
2137
2138 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2139
2140         * plstore.el: Revive the editing feature.
2141         (plstore-mode): New mode to edit plstore file.
2142         (plstore-mode-toggle-display, plstore-mode-original)
2143         (plstore-mode-decoded): New command.
2144         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2145         (plstore--insert-buffer, plstore--make): New function.
2146         (plstore-open, plstore-save): Simplify by using them.
2147
2148 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2151
2152 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2153
2154         * tls.el (open-tls-stream): Remove unused binding.
2155
2156 2012-04-16  Glenn Morris  <rgm@gnu.org>
2157
2158         * nndraft.el (nndraft-request-list): Fix declaration.
2159
2160 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * mm-decode.el (mm-dissect-buffer): Doc fix.
2163
2164         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2165         don't have a current group.
2166
2167         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2168         buffer if it doesn't exist.
2169
2170         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2171         given, mark the group as ephemeral with the current window conf.
2172
2173         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2174         buffer exists, which it doesn't if we haven't started Gnus.
2175         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2176
2177 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2180         type is.
2181
2182         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2183         `unexists' entries.
2184         (gnus-clean-old-newsrc): Fix last checkin.
2185
2186         * nnimap.el (nnimap-update-info): None of the articles below the active
2187         low-water mark exist.
2188
2189         * dgnushack.el: Get rid of XEmacs compilation warning.
2190
2191         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2192         would have gotten if we posted to the group, and use that to compare
2193         against the message we want to cancel (bug#10808).
2194
2195         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2196         on XEmacs.
2197
2198 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2199
2200         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2201         `scroll-margin'.
2202
2203 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2204
2205         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2206         citation prefix within a block of cited text should be considered part
2207         of that block *only* if it is a blank line.
2208
2209 2012-04-09  Chong Yidong  <cyd@gnu.org>
2210
2211         * binhex.el, hashcash.el, uudecode.el:
2212         Remove * characters from the front of variable docstrings.
2213
2214 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2217         before kinsoku-bol characters nor within kinsoku-eol characters.
2218
2219 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2222         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2223         (gnus-sync-read): Use mapc instead of mapcar.
2224
2225         * mm-archive.el: Require mm-decode for some macros.
2226         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2227         the byte compiler.
2228         (mm-archive-decoders): New function that returns the value of
2229         the mm-archive-decoders variable.
2230
2231         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2232         instead.
2233         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2234
2235         * nnimap.el (gnus-refer-thread-use-nnir):
2236         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2237
2238 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2241
2242 2012-03-12  Peter Münster  <pmrb@free.fr>
2243
2244         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2245         (gnus-demon-cancel): Ditto.
2246         (gnus-demon-run-callback): When function cannot be called due to low
2247         idleness, call it when idleness reaches the expected value, instead of
2248         waiting another timer period.
2249         (gnus-demon-init): Add `time' to arguments of call-back.
2250
2251 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2254
2255         * gnus.el: Register gnus-registry functions.
2256
2257         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2258         indent.
2259
2260         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2261         enabled before warping.
2262
2263 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2264
2265         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2266         registry about each article retrieved.
2267
2268         * gnus-int.el (gnus-select-group-with-message-id): New function.
2269         (gnus-try-warping-via-registry): Ditto.
2270         (gnus-warp-to-article): Fall back on the registry.
2271
2272 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2273
2274         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2275         inboxes.
2276
2277 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2280
2281 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2284         gnus-gcc-self-resent-messages may be a group parameter.
2285         (gnus-summary-resend-message): Don't encode encoded words in header
2286         when Gcc'ing resent message.
2287
2288 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * shr.el (shr-insert): Treat non-breaking space just like normal
2291         space.  This seems to produce more pleasing results.
2292         (shr-insert): Only insert a blank line if we're starting from an image.
2293         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2294         (shr-ensure-paragraph): Consider lines with white space to be blank.
2295
2296 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2297
2298         * Makefile.in: Respect DESTDIR.
2299
2300 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2301
2302         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2303         and gnus-gcc-post-body-encode-hook.
2304
2305 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2308         messages that don't exist.
2309
2310         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2311
2312 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2315         Remove.
2316
2317         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2318
2319         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2320
2321 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2324         have a group name.
2325
2326         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2327         a multibyte buffer (bug#7410).
2328         (article-wash-html): Parse the original article buffer to get the
2329         unencoded data (bug#7410).
2330
2331         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2332         .newsrc.el files.
2333
2334 2012-04-05  Bastien Guerry  <bzg@altern.org>
2335
2336         * color.el (color-lighten-name): Fix typo.
2337
2338 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2341         "#" to avoid having them interpreted as comments.
2342
2343 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * shr.el (shr-insert): Update the text state properly to avoid
2346         inserting spurious paragraph starts.
2347
2348 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * shr.el (shr-table-widths): Divide the extra width more fairly over
2351         the TDs (bug#10973).
2352         (shr-render-td): Don't delete too much padding.
2353         (shr-natural-width): Compute the natural width more correctly.
2354         (shr-insert): Allow the natural width to be computed for tables again.
2355         (shr-tag-table-1): Rework how the natural widths are computed by
2356         rendering the table a third time.
2357         (shr-natural-width): Removed.
2358         (shr-buffer-width): New function.
2359         (shr-expand-newlines): Use it.
2360
2361         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2362         using a `gnus-use-full-window' setup (bug#11013).
2363
2364 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2367         24.1 release.
2368
2369 2012-03-10  David Edmondson  <dme@dme.org>
2370
2371         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2372         'Forwarded Message' header and the start of the message.
2373
2374 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2375
2376         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2377         isn't running (bug#10897).
2378
2379 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2382         This is inconsistent with all the other stream functions, which leave
2383         the setting up to the higher levels (if so wanted) (bug#10931).
2384
2385 2012-02-28  Glenn Morris  <rgm@gnu.org>
2386
2387         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2388         mm-decode.el: Standardize possessive apostrophe usage.
2389
2390 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2393
2394 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2395
2396         * parse-time.el (parse-time-string): Allow extractor to return nil.
2397
2398 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2401
2402 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2405
2406 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2407
2408         * mm-decode.el (mm-shr): Remove "soft hyphens".
2409
2410         * nnimap.el (nnimap-request-list): Return the group names encoded as
2411         utf8.  Otherwise non-European group names don't work.
2412         (nnimap-request-newgroups): Ditto.
2413
2414         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2415         the default in `read-string' (bug#10757).
2416
2417         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2418         topics (bug#10843).
2419
2420         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2421         buffer.  Suggested by Herbert Valerio Riedel.
2422         (nnimap-request-move-article): Delete the message from the correct IMAP
2423         server.
2424
2425 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2426
2427         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2428         Reported by Peter Münster.
2429
2430 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * shr.el (shr-image-fetched): Make sure we really kill the right
2433         buffer.
2434
2435 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2436
2437         * gnus-start.el (gnus-1): Avoid duplicate entries.
2438
2439 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2440
2441         * imap.el: Remove.
2442
2443         * nntp.el (nntp-coding-system-for-read): Remove.
2444         (nntp-coding-system-for-write): Ditto.
2445         (nntp-open-connection): Just use `binary' directly.
2446
2447         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2448         Gnus 0.3.
2449
2450 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2451
2452         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2453         application/octet-stream parts really is.
2454
2455         * gnus-sum.el (gnus-propagate-marks): Remove.
2456
2457 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2458
2459         * shr.el (shr-rescale-image): Undo previous change; see
2460         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2461
2462 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2463
2464         * gnus.el: Ma Gnus v0.3 is released.
2465
2466 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-sum.el (gnus-summary-local-variables): Make
2469         `gnus-newsgroup-unexist' into a local variable.
2470
2471 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * registry.el (registry-usage-test, registry-persistence-test): Move to
2474         tests/gnustest-registry.el.
2475         (registry-make-testable-db, registry-match-test)
2476         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2477
2478         * gnus-registry.el (gnus-registry-misc-test)
2479         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2480
2481         * tests/gnustest-registry.el: New file with the registry and
2482         gnus-registry ERT tests.
2483
2484 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-msg.el (gnus-summary-resend-message): Make
2487         gnus-summary-resend-message-insert-gcc be last item in
2488         message-header-setup-hook.
2489
2490 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2491
2492         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2493         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2494         Remove.
2495         (nnfolder-open-server): Don't use marks.
2496         (nnfolder-request-delete-group): Ditto.
2497         (nnfolder-request-rename-group): Ditto.
2498         (nnfolder-request-set-mark, nnfolder-request-marks)
2499         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2500         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2501
2502         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2503         (nnml-marks-modtime): Remove.
2504         (nnml-request-delete-group): Don't use marks.
2505         (nnml-request-rename-group): Ditto.
2506         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2507         (nnml-save-marks, nnml-open-marks): Remove.
2508
2509         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2510         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2511         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2512         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2513         (nntp-server-to-method-cache): Remove.
2514
2515         * shr.el (shr-rescale-image): Fix wrong merge.
2516
2517 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2518
2519         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2520         too-wide lines.
2521
2522 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnimap.el (nnimap-record-commands): New variable.
2525         (nnimap-log-command): Use it.
2526         (nnimap-make-process-buffer): Add a space to the process buffer.
2527         (nnimap-transform-headers): Don't bug out on header lines containing
2528         stuff that look like IMAP length encodings.
2529
2530         * shr.el (shr-rescale-image): Allow viewing large images.
2531
2532 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2533
2534         * nnml.el (nnml-request-compact-group): Delete the marks file after
2535         compaction (bug#10800).
2536
2537         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2538         group exit.
2539
2540         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2541         QRESYNC/FETCH output.
2542
2543 2012-02-11  Glenn Morris  <rgm@gnu.org>
2544
2545         * sieve-manage.el (sieve-manage-default-stream):
2546         * shr.el (shr):
2547         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2548         (nnir-retrieve-headers-override-function)
2549         (nnir-imap-default-search-key, nnir-notmuch-program)
2550         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2551         (nnir-method-default-engines):
2552         * message.el (message-cite-reply-position):
2553         * gssapi.el (gssapi-program):
2554         * gravatar.el (gravatar):
2555         * gnus-sum.el (gnus-refer-thread-use-nnir):
2556         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2557         (gnus-registry-max-pruned-entries):
2558         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2559         * gnus-int.el (gnus-after-set-mark-hook)
2560         (gnus-before-update-mark-hook):
2561         * gnus-async.el (gnus-async-post-fetch-function):
2562         * auth-source.el (auth-source-cache-expiry):
2563         Add missing :version tags to new defcustoms and defgroups.
2564
2565 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2566
2567         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2568         `gnus-newsgroup-unexist'.
2569
2570         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2571         marks.
2572         (gnus-article-special-mark-lists): Put the `unexist' in the special
2573         marks list instead.
2574
2575         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2576         articles in the list of articles to be selected.
2577
2578         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2579         articles.
2580         (nnimap-update-info): Keep track of unexisting articles.
2581         (nnimap-update-qresync-info): Ditto.
2582
2583 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * message.el (message-default-send-mail-function): Made into own
2586         function for reuse by emacsbug.el.
2587
2588 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2589
2590         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2591         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2592
2593 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2594
2595         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2596         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2597
2598         * gnus-compat.el: Define `timer-set-function'.
2599
2600         * mm-decode.el (mm-display-external): Output the text from the command
2601         in the buffer after the command finished.  This makes text-based
2602         commands behave better.
2603
2604 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2607
2608 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2611         23.1.
2612
2613 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2616
2617 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2618
2619         * message.el (smtpmail-smtp-user): Silence compiler warning.
2620
2621 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2622
2623         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2624         SMTP user name.
2625
2626 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-sum.el (gnus-summary-show-thread):
2629         next-single-char-property-change may return nil in XEmacs.
2630         (gnus-summary-article-map): Fix typo.
2631
2632 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2635         running.
2636
2637         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2638
2639         * gnus.el (gnus-server-extend-method): Don't add an -address component
2640         if the method already has one (bug#9676).
2641
2642 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2645         of an initial-input for consistency (bug#10757).
2646
2647         * dgnushack.el: Fix XEmacs compilation warning.
2648
2649         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2650
2651         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2652
2653 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2656         lines that are narrower than the window width.  Otherwise background
2657         "blocks" will look less readable.
2658
2659 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2662         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2663         have newlines within the strings, and where the UID comes after the
2664         BODYSTRUCTURE element (bug#10537).
2665
2666         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2667         (bug#10732).
2668
2669         * shr.el (shr-insert-document): Add doc string.
2670         (shr-visit-file): Ditto.
2671         (shr-remove-trailing-whitespace): New function.
2672         (shr-insert-document): Use it to clean up trailing whitespace as the
2673         final step (bug#10714).
2674
2675 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2678         buffer if `gnus-kill-summary-on-exit' is nil.
2679
2680 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2683         when just reading a single group from "without" Gnus.
2684
2685 2012-02-06  Chong Yidong  <cyd@gnu.org>
2686
2687         * gnus-sum.el (gnus-summary-show-thread):
2688         next-single-char-property-change never returns nil (Bug#8657).
2689
2690 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2691
2692         * message.el (message-multi-smtp-send-mail): New function.
2693         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2694         header to implement multi-SMTP functionality.
2695
2696         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2697         (gnus-agentize): Don't set it.
2698         (gnus-agent-send-mail): Don't use it.
2699
2700         * gnus-sum.el (gnus-summary-widget-backward): New function and
2701         keystroke.
2702
2703         * gnus-compat.el: More the compat functions more compatible.
2704
2705         * shr.el (shr-put-image): Remove underlines from sliced images.
2706         (shr-zoom-image): Compute the region to be replaced more correctly.
2707
2708 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2711         (gnus-summary-resend-message-insert-gcc): New function.
2712         (gnus-summary-resend-message): Modify message-header-setup-hook and
2713         message-sent-hook to make it work for Gcc.
2714         (gnus-inews-do-gcc): Update the number of unread articles of groups
2715         that messages are Gcc'd to.
2716
2717         * message.el (message-resend): Run message-sent-hook to do Gcc.
2718
2719 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2720
2721         * lpath.el: Fix an XEmacs compilation warning.
2722
2723         * gnus-compat.el: Require `help-fns' to fix compilation error.
2724
2725         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2726         a higher level to silence compilation.
2727
2728         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2729         parameter to allow controlling the scaling.
2730
2731         * shr.el (shr-zoom-image): New command and keystroke.
2732         (shr-put-image): Take a `size' flag to say how to scale the image.
2733
2734         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2735         deletion unless already defined.
2736
2737         * gnus.el (gnus-compat): Require it.
2738
2739         * gnus-compat.el: New file.
2740
2741         * gnus-start.el (gnus-clean-old-newsrc): New function.
2742         (gnus-read-newsrc-file): Use it.
2743
2744         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2745         Use recursive deletion.
2746         (mm-dissect-archive): Add support for zip files.
2747
2748         * gnus-util.el (gnus-recursive-directory-files): New function.
2749
2750         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2751         (mm-archive-decoders): Add tgz support.
2752
2753         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2754         Otherwise inserting text into the Gnus buffer can look odd.
2755
2756         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2757
2758         * mm-archive.el (mm-archive-decoders): Add support for tar.
2759
2760         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2761
2762         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2763
2764 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2765
2766         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2767
2768         * mm-archive.el: New file.
2769
2770         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2771
2772         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2773
2774         * message.el (message-goto-*): Make all the `message-goto-*' commands
2775         push the mark before moving point.  This makes it easier to go back to
2776         where you came from after editing whatever you jumped to.
2777
2778 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2779
2780         * gnus.el: Ma Gnus v0.1 is released.
2781
2782 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2783
2784         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2785         without reconnecting.
2786         (nnimap-possibly-change-group): Ditto.
2787         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2788         connection has died before being called.
2789
2790 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2791
2792         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2793         an initial sync unless we're really doing one.
2794
2795         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2796         address parameter if one already exists (bug#9676).
2797
2798         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2799         not the prefix, as documented (bug#10689).
2800
2801 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2804         the "server".
2805
2806         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2807         the real error message with the useless "previously known to be down".
2808         Which isn't even correct.
2809
2810         * nntp.el (nntp-open-connection): Report the error message if the nntp
2811         server can't be reached.
2812
2813         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2814         groups we do a total scan for.
2815         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2816         doing that.
2817
2818 2012-01-31  Jim Meyering  <jim@meyering.net>
2819
2820         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2821         Correct a comment (insert "not") and hide nominally-doubled "to".
2822
2823 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus.el (gnus-version): Change name to "Ma Gnus".
2826
2827 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2828
2829         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2830         section in the manual.
2831
2832 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2833
2834         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2835         words.
2836         (rfc2047-encode-string): Ditto.
2837         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2838         understand folded filename="..." parameters, for instance.
2839
2840         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2841         the message for greater debuggability.
2842
2843 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2844
2845         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2846         instead of setting it locally, since the latter doesn't seem to have
2847         any effect (most of the time).
2848
2849 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2850
2851         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2852         function call.
2853
2854 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2855
2856         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2857         seconds, and make the repeat clause with HH:MM specs work as
2858         documented.
2859
2860 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2861
2862         * proto-stream.el (proto-stream-capability-open): Fall back on
2863         :end-of-command if :end-of-capability doesn't exist.
2864
2865 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2868         bound globally in old Emacsen and XEmacsen.
2869
2870 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2873         so that previous errors don't prohibit getting new news.
2874
2875         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2876
2877         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2878
2879 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2880
2881         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2882         buffer, not of the string which is its name.
2883
2884 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2885
2886         * proto-stream.el (proto-stream-capability-open): Wait for
2887         :end-of-capability, not :end-of-command.
2888
2889         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2890         non-server-marks groups.
2891         (gnus-group-make-articles-read): Ditto.
2892
2893         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2894         methods (bug#9676).
2895
2896         * gnus.el (gnus-method-ephemeral-p): New function.
2897
2898 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2901         left-to-right.
2902
2903 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2904
2905         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2906         warning.
2907
2908 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2909
2910         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2911         macroexpand the nnir things, since they haven't been defined yet, and
2912         nnir requires gnus-sum.
2913
2914 2012-01-24  Julien Danjou  <julien@danjou.info>
2915
2916         * color.el (color-rgb-to-hsl): Fix value computing.
2917         (color-hue-to-rgb): New function.
2918         (color-hsl-to-rgb): New function.
2919         (color-clamp, color-saturate-hsl, color-saturate-name)
2920         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2921         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2922
2923 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2926
2927 2012-01-19  Julien Danjou  <julien@danjou.info>
2928
2929         * color.el (color-name-to-rgb): Use the white color to find the max
2930         color component value and return correctly computed values.
2931         (color-name-to-rgb): Add missing float conversion for max value.
2932
2933 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2936         logical server name in addition to the actual machine address.
2937
2938         * auth-source.el (auth-source-user-and-password): Add convenience
2939         wrapper to search by just host and optionally user.
2940
2941 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2944         after rendering.
2945
2946 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2949         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2950         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2951
2952 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2955         (bug#9693).
2956         (gnus-summary-setup-buffer): Document return value (bug#9697).
2957
2958         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2959         since ido doesn't work on symbols (bug#9632).
2960
2961         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2962         when getting a single value as when getting all the values.  This means
2963         that atoms like `gcc-self' work cumulatively, like variable settings,
2964         instead of getting the value from the last matching clause.
2965         (gnus-group-find-parameter): Protect against the group buffer not
2966         existing (bug#9585).
2967
2968 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus-start.el (gnus-activate-group): Document more parameters
2971         (bug#9694).
2972
2973         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2974         (bug#9692).
2975
2976         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2977         article was fetched, so that it can be expired later (bug#9958).
2978         (gnus-agent-summary-fetch-series): Add doc string.
2979         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2980         (bug#9517).
2981
2982         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2983         retrieval is happening.
2984
2985         * gnus.el (gnus-parameters): Doc fix.
2986
2987 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2988
2989         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2990         show the thread after expansion.
2991
2992 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-art.el (article-narrow-to-head): If the head is completely
2995         empty, narrow to the empty region (bug#9764).
2996
2997         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2998         read, and then mark them as unread only when the unread mark is used.
2999         This makes `C-- T k' actually work, even though it's confusing.
3000
3001         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3002         alive before we try to find its window.
3003
3004 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3005
3006         * mm-decode.el (mm-display-external): Use a longer timeout for the
3007         deletion to allow slow programs to display the file.
3008
3009 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3012         prompt to be less confusing.
3013
3014         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3015         argument to `message-reply'.  This broke `special-display-*' frame
3016         pop-uping (bug#10238).
3017
3018 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3021         systems, since these allegedly don't work there.
3022
3023 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3024
3025         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3026         live buffer.
3027
3028 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * nnir.el (nnir-retrieve-headers): Protect against the article not
3031         existing on the server (bug#10335).
3032
3033 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3034
3035         * gnus-agent.el (gnus-agent-load-local): Recompute
3036         gnus-agent-article-local on changing method.
3037
3038 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus.el (gnus-parameters): Note precedence.
3041
3042 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3043
3044         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3045         in the group buffer.
3046
3047 2012-01-04  Julien Danjou  <julien@danjou.info>
3048
3049         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3050         change.
3051
3052 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3055         too.
3056
3057         * nntp.el (nntp-retrieve-group-data-early): Use it.
3058
3059 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * nntp.el (nntp-retrieval-in-progress): New variable.
3062         (nntp-make-process-buffer): Make it buffer-local.
3063
3064         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3065         2010.
3066         (gnus-demon-init): Use it to compute the time if time is on the form
3067         "04:23".
3068
3069         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3070
3071         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3072         status in the correct buffer.
3073
3074 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3075
3076         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3077         when opening topics (bug#10407).
3078
3079 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * gnus-cus.el (gnus-score-customize):
3082         * gnus-sum.el (gnus-sort-gathered-threads):
3083         * message.el (message-shorten-references):
3084         * nnmairix.el (nnmairix-request-group):
3085         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3086
3087 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3088
3089         * gnus-agent.el (gnus-agent-regenerate-group):
3090         * gnus-int.el (gnus-retrieve-group-data-early):
3091         * mm-util.el (mm-codepage-ibm-list):
3092         * nndiary.el (Commentary, nndiary-get-new-mail):
3093         * nnir.el (nnir):
3094         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3095
3096 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * mm-view.el (mm-display-inline-fontify): Add comment.
3099
3100 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3103         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3104
3105 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * gnus-art.el (gnus-split-methods):
3108         * gnus-msg.el (gnus-configure-posting-styles):
3109         * gnus-spec.el (gnus-parse-simple-format):
3110         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3111         * message.el (message-do-actions): Spelling fix.
3112
3113 2011-12-15  Juri Linkov  <juri@jurta.org>
3114
3115         * mm-decode.el (mm-inline-media-tests): Add missing
3116         `mm-handle-media-subtype'.
3117
3118 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * gnus-group.el (gnus-group-tool-bar):
3121         * gnus-sum.el (gnus-summary-tool-bar):
3122         * message.el (message-tool-bar):
3123         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3124
3125 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3126
3127         * plstore.el (plstore--insert-buffer): Spelling fix.
3128
3129 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3130
3131         * message.el (message-valid-fqdn-regexp): Update with newly approved
3132         top-level domain names ".tel" and ".asia".
3133
3134 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3137         unconditionally.
3138
3139 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3142         pop-to-buffer-same-window for old Emacsen.
3143
3144 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3145
3146         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3147
3148 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3149
3150         * netrc.el (netrc-credentials): Spelling fix.
3151
3152 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3153
3154         * gnus-fun.el (gnus-fun-ppm-change-string):
3155         * gnus-msg.el (gnus-inews-do-gcc):
3156         * gnus-sum.el (gnus-summary-find-for-reselect):
3157         * gnus.el (gnus-summary-cancelled):
3158         * message.el (message-cancel-hook, message-send-news):
3159         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3160         * nnir.el (nnir-run-hyrex):
3161         * nntp.el (nntp-with-open-group-function):
3162         * pgg.el (pgg-pending-timers): Spelling fix.
3163
3164 2011-12-04  Chong Yidong  <cyd@gnu.org>
3165
3166         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3167         change (Bug#10200).
3168
3169 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * compface.el (uncompface):
3172         * gnus-art.el (gnus-article-x-face-command): Update the header format
3173         of icon data for the most recent icontopbm program.
3174
3175 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-msg.el (gnus-inews-do-gcc):
3178         * message.el (message-send-mail):
3179         * mml.el (mml-generate-mime): Share the value of the buffer-local
3180         `message-options' variable between a draft buffer and temprary working
3181         buffers.
3182
3183 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3184
3185         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3186
3187 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3190         for Cygwin.
3191
3192 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3193
3194         * gnus-group.el (gnus-group-prepare-flat):
3195         * mm-bodies.el (mm-encode-body):
3196         * mml.el (mml-preview):
3197         * nnml.el (nnml-request-compact-group):
3198         * pop3.el (pop3-stream-type): Spelling fix.
3199
3200 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3201
3202         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3203
3204 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3205
3206         * color.el (color-rgb-to-hsl):
3207         * gmm-utils.el (gmm-tool-bar-style):
3208         * gnus-group.el (gnus-group-prepare-flat):
3209         * gnus-topic.el (gnus-topic-prepare-topic):
3210         * mm-decode.el (mm-discouraged-alternatives):
3211         * rfc2047.el (rfc2047-encode-1):
3212         * starttls.el: Spelling fix.
3213
3214 2011-11-24  Glenn Morris  <rgm@gnu.org>
3215
3216         * binhex.el (binhex-begin-line): Give it basic doc-string.
3217
3218         * starttls.el, tls.el: Fix case of "GnuTLS".
3219
3220 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3221
3222         * gnus-group.el (gnus-group-highlight): Fix typo.
3223
3224 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3225
3226         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3227         value of `delete-file', that returns nil for a local file but returns t
3228         for a remote file using ssh.
3229
3230 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3231
3232         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3233
3234 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3237         avoid later breakage.
3238
3239 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3242         article buffers' name.
3243
3244 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3247         by Paul Eggert's spellfixes two days ago.
3248
3249 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3252         doesn't have it.
3253
3254         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3255         buffer-local instead of binding them to avoid warnings.  Also demote
3256         errors (bug#10063).
3257         (font-lock-mode-hook): Shut up byte compiler.
3258
3259 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3260
3261         * mm-util.el (mm-charset-after):
3262         * nnir.el (nnir-run-hyrex):
3263         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3264         (ntlm-get-password-hashes, ntlm-md4hash):
3265         * smime.el: Fix typo.
3266
3267 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * gnus-agent.el (gnus-agent-expire-group-1):
3270         * nndiary.el (nndiary-last-occurence):
3271         * nnimap.el (nnimap-request-set-mark):
3272         * nnmairix.el (nnmairix-only-use-registry):
3273         * gnus-group.el (gnus-group-prepare-flat):
3274         * gnus-sum.el (gnus-decode-encoded-word-methods):
3275         * message.el (message-wash-subject):
3276         * nntp.el (nntp-retrieve-headers-with-xover):
3277         * smime.el (smime-certificate-directory): Spelling fix.
3278
3279 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3280
3281         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3282
3283         * color.el:
3284         * gnus-agent.el (gnus-agent-possibly-alter-active):
3285         * gnus-dired.el (gnus-dired-print):
3286         * mail-parse.el:
3287         * nnmairix.el (nnmairix-request-group):
3288         * shr.el (shr-image-displayer):
3289         * sieve-manage.el:
3290         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3291
3292 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3293
3294         * gnus-sum.el (gnus-auto-select-subject):
3295         * spam-report.el (spam-report-resend): Spelling fix.
3296
3297 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3298
3299         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3300         * gnus-art.el (gnus-default-article-saver):
3301         * gnus-srvr.el (gnus-server-copy-server):
3302         * gnus.el (gnus-sloppily-equal-method-parameters):
3303         * html2text.el (html2text-format-tag-list):
3304         * message.el (message-narrow-to-head):
3305         * nndiary.el:
3306         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3307         * sieve.el: Spelling fix.
3308
3309 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3312         * gnus-sum.el (gnus-summary-make-menu-bar):
3313         * gnus-uu.el (gnus-uu-decode-postscript)
3314         (gnus-uu-decode-postscript-and-save):
3315         * mailcap.el (mailcap-print-command):
3316         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3317         Fix typos.
3318
3319 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3320
3321         * gnus-art.el (gnus-article-part-wrapper):
3322         * html2text.el (html2text-fix-paragraphs):
3323         * mm-decode.el (mm-image-fit-p):
3324         * rfc2047.el (rfc2047-encode-message-header):
3325         * shr-color.el (shr-color-visible-distance-min)
3326         (shr-color-relative-to-absolute, set-minimum-interval)
3327         (shr-color-visible): Fix typos.
3328
3329 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3330
3331         * gmm-utils.el (gmm-tool-bar-item):
3332         * gnus-art.el (gnus-treat-body-boundary):
3333         * gnus-diary.el (gnus-user-format-function-d):
3334         * gnus-start.el (gnus-get-unread-articles):
3335         * pgg-gpg.el (pgg-gpg-update-agent):
3336         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3337
3338 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3339
3340         * gnus-topic.el (gnus-group-prepare-topics):
3341         * gnus-uu.el (gnus-extract-view):
3342         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3343
3344 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3345
3346         * spam.el: Move BBDB autoloads.
3347         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3348         BBDB 2 and 3.
3349         (spam-check-BBDB): Use it.
3350         (spam-enter-ham-BBDB): Use it.
3351
3352 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3353
3354         * smime.el (smime-draw-buffer): Spelling fix.
3355
3356 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3357
3358         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3359         for scanning exactly one level.
3360         * gnus-start.el (gnus-get-unread-articles): Ditto.
3361
3362 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3365         slightly clearer.
3366
3367 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3368
3369         * gnus-sync.el: More commentary about setup.
3370
3371 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * message.el (message-send-and-exit): Document `arg'.
3374
3375 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3376
3377         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3378
3379 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3380
3381         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3382
3383         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3384         we don't use `bound-and-true-p'.
3385
3386 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3387
3388         * gnus-util.el (gnus-bound-and-true-p): Remove.
3389         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3390         * nnir.el: Use it.
3391         * nnmairix.el: Use it.
3392
3393 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * gnus-sync.el: Improve docs about CouchDB admins.
3396
3397         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3398         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3399         for reasons unknown.
3400         * nnir.el: Use it.
3401         * nnmairix.el: Use it.
3402
3403         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3404         * nnir.el: Ditto.
3405         * nnmairix.el: Ditto.
3406
3407         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3408
3409 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3412         not needed.  Provide xmlplistread list function to produce XML plist
3413         output for non-Gnus LeSync clients.
3414
3415 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3418
3419         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3420         and save against it.  Group subscriptions, read marks, other marks,
3421         subscription levels, topic names, and topic offsets (the group's
3422         position within the topic) are saved.  This is an experimental backend
3423         and may change significantly.  Load json.el from the gnus-fallback-lib
3424         if it's not available otherwise.
3425         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3426
3427 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3428
3429         * message.el (message-completion-function): Make sure
3430         message-tab-body-function is not attempted if one of
3431         message-completion-alist fails to find a completion (bug#9158).
3432
3433 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3434
3435         * mml.el (mml-quote-region): Quote <#secure> tag.
3436         (mml-generate-mime-1): Unquote <#secure> tag.
3437
3438 2011-10-20  Chong Yidong  <cyd@gnu.org>
3439
3440         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3441         calling a minor mode from Lisp with nil arg enables it, so we have to
3442         make the wording a bit ambiguous here).
3443
3444 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3445
3446         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3447         * nnir.el (nnir-mode): Use it.
3448         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3449         Use it.
3450
3451         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3452         * nnmairix.el (gnus-registry-enabled): Ditto.
3453
3454 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3455
3456         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3457         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3458         only while we need to find out if it should be t or nil.
3459         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3460         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3461         the registry is installed.  Set it to nil when it's unloaded.
3462         (gnus-registry-install-p): Provide user guidance for the initial value
3463         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3464         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3465         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3466         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3467         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3468         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3469         `gnus-registry-install'.
3470
3471 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3472
3473         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3474         previous change.
3475         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3476         primary key is marked as disabled.
3477
3478 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3479
3480         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3481         primary key is marked as disabled.
3482
3483 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3484
3485         * html2text.el (html2text-clean-anchor): Check for quotes around
3486         `href' value.
3487
3488 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3491         searching.  Drop `bbdb-cache'.
3492
3493 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * message.el (message-signed-or-encrypted-p): Exclude header when
3496         checking if there is signed or encrypted body in text/plain message.
3497
3498 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3499
3500         * html2text.el (html2text-get-attr): Correctly handle attribute values
3501         containing "=".
3502
3503 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3504
3505         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3506         handle bindings.
3507
3508 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-win.el (gnus-configure-windows): Protect against reading
3511         ephemeral groups outside of Gnus.
3512
3513 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * shr.el (shr-tag-img): Don't get images displayed in tables.
3516
3517 2011-10-03  Glenn Morris  <rgm@gnu.org>
3518
3519         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3520         the "maintainer" version of debbugs.gnu.org reports.
3521
3522 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3525         make asynchronous adjacent image insertion work better.
3526
3527 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3528
3529         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3530         documentation.
3531
3532 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3535         `gnus-asynchronous' isn't shadowed.
3536
3537 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3540
3541         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3542         (nnimap-insert-partial-structure): The charset parameter isn't
3543         case-sensitive.
3544
3545         * nnheader.el (nnheader-message-maybe): New function.
3546
3547         * shr.el (shr-tag-table): Render totally broken tables better.
3548
3549         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3550         computing the boundary.
3551
3552 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * pop3.el (pop3-number-of-responses): Remove.
3555         (pop3-wait-for-messages): Rewrite to take linear time instead of
3556         exponential time.
3557
3558 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3561         re-fetch images.
3562
3563         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3564         re-fetch images when hitting `g' in Gnus.
3565
3566 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3569         (mml-compute-boundary): Don't check collision if it is non-nil.
3570         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3571         before checking collision.
3572
3573 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * message.el (message-indent-citation): Really make sure there's a
3576         newline at the end.
3577
3578         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3579         Fix suggested by John Wiegley.
3580
3581         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3582
3583         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3584
3585         * message.el (message-default-send-rename-function): Break out into its
3586         own function.
3587
3588         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3589         doesn't work under XEmacs.
3590
3591         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3592         of "imaps" to word around Windows problems.
3593         (nnimap-open-connection-1): Use it.
3594
3595         * message.el (message-indent-citation): Revert last change which made
3596         `F' not work.
3597
3598 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3599
3600         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3601         terminal as well.
3602
3603 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3606         because it displays images using overlays that aren't easy to copy to
3607         the article buffer.
3608
3609 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3610
3611         * message.el (message-indent-citation): Fix empty line removal at the
3612         end of the citation.
3613
3614 2011-09-20  Julien Danjou  <julien@danjou.info>
3615
3616         * auth-source.el (auth-source-netrc-create): Use default value for
3617         password if specified.  Evaluate default.
3618         (auth-source-plstore-create): Ditto.
3619         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3620         value evaluation.
3621         (auth-source-netrc-create): Typo fix.
3622         (auth-source-plstore-create): Ditto.
3623
3624         * password-cache.el (password-cache-remove): Remove entries even if the
3625         value is nil, so that password with a nil value (negative caching) is
3626         possible to invalidate.
3627
3628         * auth-source.el (auth-source-format-cache-entry): New function.
3629
3630 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3633
3634 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3637
3638 2011-09-19  Julien Danjou  <julien@danjou.info>
3639
3640         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3641         which work with things that are not ASCII.
3642
3643 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3646
3647 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3650         message level.
3651
3652 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3655
3656 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3659
3660 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3661
3662         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3663         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3664
3665 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3666
3667         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3668         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3669         articles.
3670
3671 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3672
3673         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3674         (message-mail-other-window, message-mail-other-frame)
3675         (message-news-other-window, message-news-other-frame):
3676         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3677         instead of setting buffer display varibles.
3678
3679 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3682
3683         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3684
3685 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3688         duplicates" to a higher level.
3689
3690         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3691         most egregious messages.
3692
3693 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3696
3697 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3698
3699         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3700         up the file (bug#9351).
3701
3702 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3705         it does with all other backends, but decode the names immediately after
3706         getting them.
3707
3708         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3709         decoding nnimap groups.
3710
3711         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3712         newsrc file.  It doesn't seem like an important optimization any more.
3713
3714 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3715
3716         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3717         overflows.
3718
3719 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3722         (gnus-interactive-exit): Extend to `quiet'.
3723
3724         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3725
3726         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3727         string.
3728
3729         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3730         renaming function arguments from `this'.
3731
3732         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3733
3734         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3735         has been renamed.
3736         (gnus-lrm-string-p): Include RLM and PDF, too.
3737
3738         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3739         (bug#9225).
3740
3741 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3742
3743         Add autoload cookies for functions used by sendmail.el.
3744         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3745
3746         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3747
3748 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-art.el (article-date-ut): Work properly even when there are
3751         things like Date header in the body; work for forwarded parts.
3752
3753 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3754
3755         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3756         original-article-buffer.
3757
3758 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3759
3760         * nnir.el (nnir-compose-result): Fix matching of server type.
3761         (nnir-run-swish++): Ditto.
3762         (nnir-run-namazu): Ditto.
3763         (nnir-run-notmuch): Ditto.
3764
3765 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3768         (bug#9405).
3769
3770         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3771         (bug#9421).
3772
3773         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3774         (bug#9425).
3775
3776         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3777         thing (bug#9426).
3778
3779 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3782         the error message.
3783
3784 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3785
3786         * message.el (message-setup-1): Return t (Bug#9392).
3787
3788 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3789
3790         * gnus-sum.el: When adding article headers to a summary buffer also
3791         update gnus-newsgroup-articles (bug#9386).
3792
3793 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * auth-source.el: Autoload help-mode.
3796
3797 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3800         names.
3801
3802 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3803
3804         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3805         mm-replace-in-string for compatibility issues.
3806         * mml2015.el (mml2015-epg-verify): Ditto.
3807
3808 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3811
3812         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3813
3814 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3817         continue on and do the clean-up phase (bug#9188).
3818
3819         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3820         just ignore groups that can't be opened instead of erroring out
3821         (bug#9225).
3822
3823         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3824         nil since some many people are fuddy-duddies.
3825
3826         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3827         images.
3828
3829         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3830         instead.
3831
3832         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3833
3834         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3835
3836         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3837         processing.
3838
3839         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3840         buffer to avoid warnings.
3841
3842 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3843
3844         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3845         specified to reduce precision.
3846
3847 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3850         bodystructures (bug#9314).
3851
3852 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3855         Make button keymap non-sticky after buttons.
3856
3857 2011-08-18  David Engster  <dengste@eml.cc>
3858
3859         * nnmairix.el (nnmairix-request-set-mark)
3860         (nnmairix-goto-original-article): Remove adding of article to registry,
3861         since `gnus-registry-add-group' isn't available anymore.
3862         (nnmairix-determine-original-group-from-registry):
3863         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3864         available anymore.
3865
3866 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3867
3868         * starttls.el (starttls-any-program-available): Define as obsolete
3869         function.
3870
3871 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3874         versions which Gnus use when appropriate.
3875
3876         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3877         a pretty destructive command.
3878
3879         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3880
3881 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * message.el (message-fix-before-sending): Make a different warning
3884         about NUL characters (bug#9270).
3885
3886         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3887         from custom (bug#9260).
3888
3889         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3890         things work in Emacs 22 and XEmacs, too.
3891
3892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3893         default From.
3894
3895         * gnus-spec.el (gnus-lrm-string-p): New macro.
3896         (gnus-lrm-string): New constant.
3897         (gnus-summary-line-format-spec): LRM-ify the from.
3898         (gnus-tilde-max-form): LRM-ify string chopping.
3899
3900         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3901
3902         * message.el (message-is-yours-p): Allow disabling canlock checking
3903         (bug#9295).
3904         (message-shoot-gnksa-feet): Add `canlock-verify'.
3905         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3906         message directory isn't writable (bug#9304).
3907
3908         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3909         non-world-readable.
3910
3911 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3914         articles.
3915
3916 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3917
3918         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3919         copy-list.
3920
3921 2011-08-12  Sam Steingold  <sds@gnu.org>
3922
3923         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3924         in the reverse order to avoid modifying the cache with `nreverse'.
3925         (gnus-all-score-files): Do not modify the value returned by
3926         `gnus-score-find-alist' because it lives in a cache variable.
3927         (gnus-current-home-score-file): No need to `nreverse' the return value
3928         of `gnus-score-find-alist', it is already in the correct order.
3929
3930 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3931
3932         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3933         type MESSAGE and subtype RFC822 is slightly different from those of
3934         type TEXT.
3935
3936 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3937
3938         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3939         This allows article-referral to work from an nnir group.
3940
3941 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3942
3943         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3944
3945 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3946
3947         * mml1991.el (mml1991-epg-find-usable-key)
3948         (mml1991-epg-find-usable-secret-key): New function.
3949         (mml1991-epg-sign): Check if signing key is usable.
3950         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3951
3952 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3953
3954         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3955         server-variables only.  This should fix a bug introduced with commit
3956         e1889675b7f4adf057833c5513c9374134c4e053.
3957         (nnir-run-query): 'nnir-search-engine should not be set from the global
3958         environment.
3959
3960 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3961
3962         * nnir.el (nnir-search-thread): Position point on referring article
3963         line.
3964         (nnir-warp-to-article): Clean up summary buffers.
3965
3966         * nnimap.el (nnimap-request-thread): Whitespace fix.
3967
3968 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3969
3970         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3971
3972 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * starttls.el (starttls-available-p): Rename from
3975         `starttls-any-program-available' and changed return convention.
3976
3977 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3978
3979         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3980         `unix-sync' unless it's defined.
3981
3982 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3983
3984         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3985         `aref' for XEmacs compatibiltiy.
3986
3987 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3990
3991 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3992
3993         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3994         closures, quote the form properly (bug#9194).
3995
3996 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3999         (gnus-summary-insert-new-articles): Protect against servers that are
4000         down.
4001
4002 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4003
4004         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4005         in mm handle if none is specified.
4006
4007 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4008
4009         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4010
4011 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4012
4013         * nnir.el (nnir-search-thread): New function to make an nnir group
4014         based on a thread query.
4015
4016         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4017         of nnir in thread referral.
4018         (gnus-summary-refer-thread): Use it.
4019
4020         * nnimap.el (nnimap-request-thread): Use it.
4021
4022 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * shr.el (shr-tag-comment): Ignore HTML comments.
4025
4026 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4027
4028         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4029         argument.
4030         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4031         Use `nnir-address' to handle server info rather than passing an arg.
4032
4033         * nnimap.el (nnimap-make-thread-query): New utility function to format
4034         an imap thread search query.
4035         (nnimap-request-thread): Use it.
4036
4037         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4038         right select-method if we are not going back to the group buffer.
4039
4040 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4043         enter invalid buffer configurations into the quit form (bug#9107).
4044         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4045         unplugged/plugged.
4046
4047         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4048         keep track of which ones are unread (bug#9061).
4049
4050         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4051         (bug#9055).
4052
4053         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4054         (bug#9041).
4055
4056         * gnus-html.el (mm-util): Require (bug#9073).
4057
4058         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4059         (gnus-summary-refer-thread): Use it to remove duplicates in the
4060         un-threaded view (bug#9053).
4061         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4062
4063 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4064
4065         * nnir.el (nnir-read-server-parm): Use default value from global
4066         variable.  Without this the default search engine parameters aren't
4067         used at all.
4068
4069 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * message.el (message-unique-id): Don't use the undocumented return
4072         value from (random t) (bug#9118).
4073
4074 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * message.el (message-auto-save-directory): If the ~/Mail directory
4077         doesn't exist, use ~ as the auto-save directory (bug#4432).
4078
4079         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4080         hasn't already been started.
4081
4082 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4085
4086         * message.el (message-reply): Work around mysterious bug where
4087         `message-mode' seems to overwrite the locally bound `subject' variable.
4088
4089 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4090
4091         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4092         correct group.
4093
4094         * gnus-int.el (gnus-request-thread): Add group argument.
4095
4096         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4097
4098 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4101
4102         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4103         renamed to `debbugs-gnu-*'.
4104
4105 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4106
4107         * plstore.el: Revert the editing feature since it is not urgent.
4108         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4109         (plstore-mode-decoded): Remove.
4110
4111 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4114         isn't very interesting any more, and it leaks potentially secret data.
4115         (gnus-debug): Remove.
4116
4117         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4118         use of :custom-show.
4119
4120 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4121
4122         * plstore.el: Add documentation.
4123         (plstore-mode): New mode to edit plstore file.
4124         (plstore-mode-toggle-display, plstore-mode-original)
4125         (plstore-mode-decoded): New command.
4126         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4127         (plstore--insert-buffer, plstore--make): New function.
4128         (plstore-open, plstore-save): Simplify by using them.
4129
4130 2011-07-06  Glenn Morris  <rgm@gnu.org>
4131
4132         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4133
4134 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4137         no longer is much used.
4138         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4139         Articles".
4140
4141 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4142
4143         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4144         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4145         `notmuch' backend.
4146
4147 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * mm-decode.el (mm-text-html-renderer): Doc fix.
4150
4151         * gnus-msg.el (gnus-bug): Fix the MML tag.
4152
4153         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4154
4155 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4158         secondary methods if started with `gnus-no-server'.
4159
4160 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4161
4162         * message.el (message-return-action): Fix typo in docstring.
4163
4164 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4167         bug reports at once.
4168
4169         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4170
4171 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * nndraft.el: Require gnus-group.
4174         (nndraft-request-list): Declare.
4175
4176         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4177         no unread article unless it matches gnus-permanently-visible-groups.
4178
4179         * nndraft.el (nndraft-update-unread-articles): New function.
4180         (nndraft-request-associate-buffer): Use it to update the number of
4181         unread articles for the nndraft groups in the group buffer when saving
4182         or killing a draft message.
4183
4184 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4187         systems to binary before writing and reading the mbox files.
4188
4189         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4190         instead of trying to list them all (bug#8978).
4191
4192 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4193
4194         * pop3.el (pop3-open-server): Use :end-of-capability.
4195
4196 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4199         the id is always a number.
4200
4201         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4202
4203         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4204         debbugs mode, if possible.
4205
4206 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4207
4208         * auth-source.el (auth-source-token-passphrase-callback-function):
4209         Reindent.
4210         (epg-context-operation): Remove unnecessary autoload.
4211
4212 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * gnus.el (gnus-list-debbugs): New command.
4215
4216         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4217         mboxstat instead of the maintbox, since the stat seems to be fuller.
4218
4219         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4220         summary buffers.
4221
4222         * message.el (message-get-reply-headers): Delete all duplicates,
4223         instead of the first.
4224         (message-get-reply-headers): Ensure that we have progress while
4225         deleting duplicates.
4226
4227         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4228         gnus-posting-style value from the summary buffer to make it easier to
4229         make that a per-buffer conf.
4230
4231 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4232
4233         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4234         found by setting `shortcut' in 'query.
4235         (nnir-request-article): Use `shortcut' setting when requesting article
4236         by Message-ID.
4237
4238 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4241         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4242         Bring the pseudo-headers back too.
4243
4244 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4245
4246         * auth-source.el (auth-source-token-passphrase-callback-function):
4247         Simplify and remove EPA dependency.
4248
4249 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4250
4251         * nnir.el (nnir-request-article): Fix error message text.
4252
4253 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4254
4255         * auth-source.el (plstore-delete): Autoload.
4256         (auth-source-plstore-search): Support delete operation.
4257         * plstore.el (plstore-delete): New function.
4258
4259 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4262         mark actually existing articles as unread rather than the ones that
4263         active asserts.
4264
4265 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4266
4267         * nntp.el (nntp-record-command):
4268         * gnus-util.el (gnus-message-with-timestamp-1):
4269         Use format-time-string rather than decoding time stamps by hand.
4270         This is simpler and insulates the code from potential changes to
4271         current-time format.
4272
4273 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4276
4277 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4278
4279         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4280         (plstore-save): Support public key encryption.
4281         (plstore--init-from-buffer): New function.
4282         (plstore-open): Use it; fix error when opening a non-existent file.
4283         (plstore-revert): Use plstore--init-from-buffer.
4284
4285 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4286
4287         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4288
4289 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4292         for old Emacsen.
4293
4294 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4295
4296         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4297         is not fully working.
4298
4299 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * dgnushack.el: Autoload sha1 on XEmacs.
4302
4303         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4304         quit window configuration.
4305
4306         * auth-source.el (epg-context-set-passphrase-callback):
4307         Remove duplicate autoload.
4308
4309 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4310
4311         * nnir.el (nnir-request-article): Allow requesting articles by
4312         Message-ID with nnimap.
4313
4314         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4315         current server.
4316
4317 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * auth-source.el: Autoload EPA/EPG functions.
4320         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4321         changed when EPA/EPG is not available.
4322         (auth-source-backend): Rename "arg" member to "data".
4323         (auth-source-backend-parse, auth-source-plstore-search)
4324         (auth-source-plstore-create): Use it.
4325
4326 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4327
4328         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4329         `gnus-refer-article-methods'.
4330
4331 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * auth-source.el: Require EPA and EPG.
4334         (auth-source-passphrase-alist): New variable.
4335         (auth-source-passphrase-callback-function)
4336         (auth-source-token-passphrase-callback-function): Callbacks for the
4337         netrc field encryption (GPG tokens).
4338         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4339         Symmetric encryption and decryption of the netrc GPG tokens.
4340         (auth-source-netrc-normalize): Use them, simplifying the closure.
4341
4342 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4345         is available.
4346
4347 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4350         non-nil, and `nnimap-split-methods' is nil, use the former.
4351
4352 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4353
4354         * plstore.el (plstore-revert): New function.
4355         (plstore-open): Use it; hide the buffer from user.
4356
4357 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4358
4359         * auth-source.el (auth-source-backend): New member "arg".
4360         (auth-source-backend-parse): Handle new backend 'plstore.
4361         * plstore.el: New file.
4362
4363 2011-06-30  Glenn Morris  <rgm@gnu.org>
4364
4365         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4366
4367 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4370         expiring articles to.
4371
4372         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4373         variations as ASCII (bug#5458).
4374
4375 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4378
4379 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * message.el (message-point-in-header-p): Tweak the function to default
4382         to saying that we're not in the headers if there is no separator at
4383         all.  This makes it possible to use the Message version of `M-q' in
4384         buffers with no headers (bug#7987).
4385         (message-point-in-header-p): Fix last checkin to work with an empty
4386         mail-header-separator, too.
4387
4388         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4389         again, save the choice via customize.
4390
4391 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4394
4395         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4396         ended the connection, bail out before waiting infinitely on a new
4397         connection.
4398
4399 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4402         reports.
4403
4404         * gnus.el (gnus-bug-package): Use "gnus."
4405         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4406
4407 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * dgnushack.el: Make the timer warning go away on XEmacs.
4410
4411         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4412         animations going on at article exit time.
4413
4414         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4415         since removing it breaks people upgrading.
4416
4417         * shr.el (shr-put-image): Use the new interface for animating images.
4418         (shr-put-image): Animate for 60 seconds.
4419
4420         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4421         avoid compiler warnings.
4422
4423         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4424         error with `find-file-hooks' on Emacs 22.
4425         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4426         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4427         on all architectures.
4428
4429         * spam.el (spam-stat): Require in a normal fashion without binding
4430         `spam-stat-install-hooks' to avoid compilation warnings.
4431
4432         * spam-stat.el (spam-stat-install-hooks): Remove.
4433         (spam-stat-install-hooks): Don't run automatically.
4434
4435 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4436
4437         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4438         and keystroke.
4439
4440 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * auth-source.el (auth-source-netrc-cache): Move forward.
4443
4444 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * proto-stream.el (proto-stream-open-starttls): Use
4447         `gnutls-available-p' to see whether we have built-in support.
4448
4449         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4450         we already know.
4451         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4452         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4453
4454 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4457         %S format, since that looks odd.
4458         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4459         file, especially when saving.
4460
4461 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4462
4463         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4464         article found.
4465
4466 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4469         `auth-source-save-secrets' with a more sensitive alist that can be
4470         configured per file.  Experimental, so defaults to 'never.
4471         (auth-source-netrc-create): Use it.  Still experimental code.
4472         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4473         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4474
4475 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * auth-source.el (auth-source-save-secrets): New variable to control if
4478         secret tokens should be saved encrypted.
4479         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4480         to `auth-source-netrc-normalize'.
4481         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4482         on the EPA variables being defined.
4483         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4484         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4485         the lexical-let closure.
4486         (auth-source-netrc-create): Create "gpg:" tokens according to
4487         `auth-source-save-secrets'.
4488
4489 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-group.el (gnus-group-update-group): Add new argument
4492         `info-unchanged' that stops updating dribble buffer.
4493
4494         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4495         deletes lines matching to it in dribble buffer.
4496
4497         * gnus-agent.el (gnus-agent-fetch-group-1):
4498         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4499         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4500         * gnus-start.el (gnus-group-change-level):
4501         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4502
4503         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4504         if newsgroup info is not changed.
4505
4506         * gnus-group.el (gnus-group-get-new-news-this-group):
4507         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4508         Don't update dribble buffer.
4509
4510 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4513         remove entries with groups we ignore.
4514
4515 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4518         the underline comes at the bottom.
4519
4520 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4523         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4524         (gnus-registry-article-marks-to-names): Rename from
4525         `gnus-registry-user-format-function-M2'.
4526
4527 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4530         ephemeral group.
4531
4532 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * shr.el (shr-browse-image): Copy the URL if called interactively.
4535
4536 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4539         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4540         done, then unselected articles may be marked as read.
4541
4542         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4543         since not doing this seems to lead to a race condition in pop3-logon.
4544
4545         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4546         so that the call chain it correct when we call "upwards".
4547
4548         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4549         in read-only groups.
4550
4551         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4552
4553         * message.el (message-cite-reply-position): Doc string fix.
4554
4555         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4556         avoid regexp overflow.
4557         (nnimap-transform-split-mail): Ditto.
4558
4559         * pop3.el (pop3-retr): Error out if the server closes the connection.
4560
4561 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4562
4563         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4564         mm-with-unibyte-current-buffer.  The buffer should not contain any
4565         multibyte chars anyway at this stage.
4566
4567 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4570         at the end of lines.
4571
4572 2011-05-29  Julien Danjou  <julien@danjou.info>
4573
4574         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4575
4576 2011-05-27  Glenn Morris  <rgm@gnu.org>
4577
4578         * gnus-group.el (gnus-bug-group-download-format-alist):
4579         Use the "maintainer" version of debian reports as well.
4580
4581 2011-05-26  Glenn Morris  <rgm@gnu.org>
4582
4583         * gnus-group.el (gnus-bug-group-download-format-alist):
4584         Use the "maintainer" version of debbugs.gnu.org reports.
4585
4586 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4589
4590 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4591
4592         * gnus-cus.el (gnus-agent-customize-category):
4593         * gnus-delay.el (gnus-delay-send-queue):
4594         * gnus.el (gnus-other-frame):
4595         Don't quote lambda expressions with `quote'.
4596
4597 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4600         the thread moves us backwards and so we loop forever.
4601
4602 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4605         whitespace in base64 data lines.
4606
4607 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * gnus-registry.el (gnus-registry-user-format-function-M):
4610         Use `mapconcat'.
4611         (gnus-registry-user-format-function-M2): Use to see the full text of
4612         the marks.  Make "," the mark text separator.
4613
4614         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4615         authentication with auth-source.
4616
4617 2011-05-17  Glenn Morris  <rgm@gnu.org>
4618
4619         * gnus-group.el (gnus-import-other-newsrc-file):
4620         Use insert-file-contents.
4621
4622 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4625         1000 iterations.
4626
4627 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * nntp.el (nntp-open-connection): Check if process-type is available.
4630
4631 2011-05-16  Julien Danjou  <julien@danjou.info>
4632
4633         * shr.el (shr-tag-del): Add support for del tag.
4634
4635 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-html.el (gnus-html-put-image): Register a displayer.
4638
4639         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4640
4641 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * registry.el (prune-factor): New initialization parameter defaulting
4644         to 0.1.
4645         (registry-prune-hard): Use it.
4646
4647         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4648         0.1 expicitly.
4649
4650 2011-05-13  Glenn Morris  <rgm@gnu.org>
4651
4652         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4653         is bound, since this function requires sendmail.
4654
4655 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4656
4657         * registry.el (registry-usage-test): Disable pruning test.
4658
4659 2011-05-11  David Engster  <dengste@eml.cc>
4660
4661         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4662         Bind set-network-process-option for XEmacs.
4663
4664 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * registry.el (registry-prune-hard-candidates)
4667         (registry-prune-soft-candidates): Helper methods for registry pruning.
4668         (registry-prune): Use them.  Make the sort function optional.
4669
4670 2011-05-10  Jim Meyering  <meyering@redhat.com>
4671
4672         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4673
4674 2011-05-10  Julien Danjou  <julien@danjou.info>
4675
4676         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4677         symbol and not a list.
4678
4679 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * gnus-art.el (gnus-article-mode): Move binding of
4682         shr-put-image-function here from gnus-article-prepare-display.
4683
4684         * shr.el (shr-put-image-function): New variable.
4685         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4686         (shr-put-image): Return scaled image.
4687
4688         * gnus-art.el (gnus-shr-put-image): New function.
4689         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4690
4691         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4692         original ones, as deletable.
4693
4694 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4695
4696         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4697
4698 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * registry.el (registry-full): Add convenience method.  Fix logic.
4701         (registry-insert): Use it.  Fix logic here too.
4702
4703         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4704         `registry-prune' if `registry-full' returns t.
4705         (gnus-registry-handle-action)
4706         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4707         (gnus-registry-usage-test): Use it.
4708
4709 2011-05-07  Julien Danjou  <julien@danjou.info>
4710
4711         * shr.el (shr-link): Make shr-link inherit from link by default.
4712
4713 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4716
4717 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4720         error out because the face is not a list.
4721
4722 2011-05-05  Glenn Morris  <rgm@gnu.org>
4723
4724         * proto-stream.el (gnutls-negotiate): Fix declarations.
4725
4726         * gnus-start.el (gnus-propagate-marks): Declare.
4727
4728 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * registry.el (registry-reindex): Fix percentage message.
4731
4732         * proto-stream.el (network-stream-open-starttls): Adjust to call
4733         `gnutls-negotiate' with :process and :hostname arguments.
4734
4735 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * shr.el: Add shr-link face for links.
4738         (shr-urlify): Use it.
4739
4740         * registry.el (registry-insert): Make error message more helpful.
4741
4742 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-html.el (gnus-html-schedule-image-fetching):
4745         Use url-queue-retrieve, if it exists.
4746
4747         * shr.el (shr-tag-img): Ditto.
4748
4749         * gnus.el: Autoload more gnus-agent functions.
4750
4751         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4752         agent if we haven't already (bug#8502).
4753
4754         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4755         into the Agent, too.
4756
4757         * gnus-agent.el (gnus-agent-store-article): New function.
4758
4759         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4760         and moved from that file for reuse.
4761
4762         * pop3.el (pop3-open-server): Error messages are "-ERR".
4763
4764 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4767         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4768
4769 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4770
4771         * gnus.el: No Gnus v0.17 is released.
4772
4773 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4774
4775         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4776         buffer has moved to a different frame.
4777
4778 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4781         to get the conversion from unibyte to multibyte buffers to work on
4782         Emacs 22.
4783
4784         * nntp.el (nntp-request-article): Slight clean-up.
4785
4786 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * shr.el (shr-strike-through): New face.
4789         (shr-tag-s): Use it to provide <s> support.
4790         (shr-tag-s): Remove duplicate definition.
4791
4792 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4795         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4796
4797 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4800         `gnutls-negotiate'.
4801         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4802
4803 2011-04-23  Glenn Morris  <rgm@gnu.org>
4804
4805         * gnus-sum.el (gnus-extra-headers): Bump :version.
4806
4807 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * shr.el (shr-tag-sup): New function.
4810         (shr-tag-sub): Ditto.
4811
4812 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4815         for the case where `gnus-registry-ignored-groups' is a list of lists,
4816         and don't call `gnus-parameter-registry-ignore' otherwise.
4817
4818 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * nnimap.el (nnimap-user): New backend variable.
4821         (nnimap-open-connection-1): Use it.
4822         (nnimap-credentials): Accept user parameter so it's explicit what user
4823         name is desired.
4824
4825         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4826         default.
4827
4828         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4829         not gnus-registry.el.
4830
4831         * gnus-registry.el: Mention in comments how to modify
4832         `gnus-extra-headers' for proper recipient tracking and that it may
4833         already have To and Cc recently, which it does as of this commit.
4834         (gnus-registry-ignored-groups): Remove defcustom.
4835         Explain why in comments.
4836         (gnus-registry-action): Fix data-header reference to use the extra
4837         headers.  Explain in package commentary how to add To and Cc headers to
4838         the gnus-extra-headers.
4839         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4840         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4841         parameter list or a string list in `gnus-registry-ignored-groups'.
4842         Fix logic error.
4843
4844 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * shr.el (shr-expand-url): Protect against null urls.
4847
4848 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * shr.el (shr-base): New binding.
4851         (shr-tag-base): Keep track of <base>.
4852         (shr-expand-url): New function used throughout.
4853
4854 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * gnus-registry.el
4857         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4858         (gnus-registry-ignored-groups): New variable.
4859         (gnus-registry-ignore-group-p): Use it.
4860         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4861         set the destination group to nil (same as delete) if it's ignored.
4862
4863 2011-04-20  David Engster  <dengste@eml.cc>
4864
4865         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4866
4867         * Makefile.in (test-nntp): New rule.
4868         (check): Add it.
4869         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4870
4871 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-registry.el (gnus-registry-action)
4874         (gnus-registry-fetch-header-fast):
4875         Don't use mail-header that looks an internal function of mailheader.el.
4876
4877 2011-04-19  Glenn Morris  <rgm@gnu.org>
4878
4879         * time-date.el (time-to-days): Remove unused local variables.
4880
4881 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-registry.el: Eliminate cl functions.
4884         (gnus-registry-sort-addresses): New function that replaces mapcan.
4885         (gnus-registry-action, gnus-registry-spool-action)
4886         (gnus-registry-split-fancy-with-parent)
4887         (gnus-registry-fetch-recipients-fast): Use it.
4888         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4889
4890         * registry.el (initialize-instance, registry-lookup)
4891         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4892         (registry-lookup-secondary-value, registry-search, registry-delete)
4893         (registry-insert, registry-reindex, registry-size, registry-prune):
4894         Use eval-and-compile.
4895
4896 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * registry.el (registry-reindex): New method to recreate the secondary
4899         registry indices.
4900
4901         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4902         tracked field changes.
4903         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4904         (gnus-registry-action, gnus-registry-spool-action)
4905         (gnus-registry-handle-action)
4906         (gnus-registry--split-fancy-with-parent-internal)
4907         (gnus-registry-split-fancy-with-parent)
4908         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4909         move, and delete actions, and for fancy splitting with parent.
4910         (gnus-registry-extract-addresses)
4911         (gnus-registry-fetch-recipients-fast)
4912         (gnus-registry-fetch-header-fast): Convenience functions.
4913         (gnus-registry-misc-test): ERT test of
4914         `gnus-registry-extract-addresses'.
4915
4916 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4919         Track by subject first, then sender.
4920
4921 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4924
4925         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4926         Lisp.
4927
4928         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4929         (gnus-draft-send): Use it to avoid popping
4930         up frames from gnus-group-send-queue.
4931
4932 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * gnus-registry.el: Updated gnus-registry docs.
4935
4936 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4939         Fix logic bug.
4940         (gnus-registry-post-process-groups): Fix logging of no results and
4941         quote sender and subject.
4942
4943 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4946         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4947         gnutls-cli are too slow to be done opportunistically.
4948
4949         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4950         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4951         we had no early-data returned.
4952         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4953         two async commands to the same server at the same time.
4954
4955 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4956
4957         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4958
4959 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4962         "warning" level.
4963
4964         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4965         (mm-url-insert-file-contents): Don't set the package names.
4966
4967 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * gnus-registry.el (gnus-registry-action): Remove properties and
4970         simplify subject in `gnus-registry-handle-action'.
4971         (gnus-registry-spool-action): Get subject and sender from message if
4972         they are not passed in.
4973         (gnus-registry-handle-action): Remove properties and simplify subject
4974         consistently.
4975
4976 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4977
4978         * registry.el: Require CL before using defmacro*.
4979
4980 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (article-treat-date): Assume that
4983         gnus-article-date-headers may be a group parameter.
4984
4985 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4988
4989         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4990         interactively so the newsrc file can contain foreign groups too.
4991         Useful for debugging but not much for users.
4992
4993 2011-04-07  David Engster  <dengste@eml.cc>
4994
4995         * registry.el (registry-usage-test): Only do
4996         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4997         lexical binding.
4998
4999 2011-04-07  David Engster  <dengste@eml.cc>
5000
5001         * Makefile.in (check, test-registry): New rules for test-suite.
5002
5003 2011-04-06  David Engster  <dengste@eml.cc>
5004
5005         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5006         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5007
5008 2011-04-06  David Engster  <dengste@eml.cc>
5009
5010         * registry.el (initialize-instance): Change :after to :AFTER to be
5011         compatible with old EIEIO version in XEmacs.
5012
5013 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5014
5015         * gnus-registry.el (gnus-registry-post-process-groups)
5016         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5017         and provide better messaging.
5018
5019 2011-04-06  David Engster  <dengste@eml.cc>
5020
5021         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5022         errors.
5023
5024         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5025         dgnushack-compile with error-on-warn enabled, and to signal an error if
5026         clean compilation failed.
5027         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5028         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5029
5030 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5033         unconditionally anyway, discarding errors.
5034         (gnus-registry-delete-entries): New convenience function.
5035         (gnus-registry-import-eld): Import from old .eld registry.
5036
5037         * registry.el: Don't use ERT if it's not available.  Load it
5038         unconditionally anyway, discarding errors.
5039
5040         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5041         version from the Claudio Bley GnuTLS patch (extra optional parameters
5042         and host name).
5043
5044 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5047         fixup the parameters that can be customized by the user between
5048         save/read cycles.
5049         (gnus-registry-read): Use it.
5050         (gnus-registry-make-db): Use it.
5051         (gnus-registry-spool-action, gnus-registry-handle-action):
5052         Fix messaging.
5053         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5054         Map references to actual group names with sender and subject tracking.
5055         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5056         (gnus-registry-usage-test): Add subject lookup test.
5057
5058         * registry.el (registry-db, initialize-instance): Set up constructor
5059         instead of :initform arguments for the sake of older Emacsen.
5060         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5061         pre-lexbind merge bug.
5062         (registry-usage-test): Use it.
5063         (initialize-instance, registry-db): Move the non-function initforms
5064         back to the class definition.
5065
5066 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * registry.el: New library to manage gnus-registry-style data.
5069
5070         * gnus-registry.el: Use it (major rewrite).
5071
5072         * nnregistry.el: Use it.
5073
5074         * spam.el: Use it.
5075
5076 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5079         marks on non-selected articles.
5080
5081 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5082
5083         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5084         parameter to open-protocol-stream.
5085
5086 2011-04-01  Julien Danjou  <julien@danjou.info>
5087
5088         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5089         fundamental-mode.
5090
5091 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5094         servers.
5095
5096 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5099         made marks not propagate, again.
5100
5101 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5102
5103         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5104         Make this the default type.
5105         (proto-stream-open-plain): Rename from proto-stream-open-default.
5106         (open-protocol-stream, proto-stream-open-starttls)
5107         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5108         with `plain'.
5109
5110         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5111         value.
5112
5113         * nntp.el (nntp-open-connection-function): Document the fact that some
5114         values are not functions but are instead handled specially.
5115         Recognize nntp-open-plain-stream value.
5116         (nntp-open-connection): Recognize that value.
5117
5118 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5121         where it seems to be needed.
5122
5123 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5126         stuff.
5127
5128         * gnus-score.el (gnus-score-string): Fix calling convention of
5129         `gnus-simplify-buffer-fuzzy' after last patches.
5130
5131         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5132         server for articles we didn't get any headers for.  This is a sanity
5133         check.
5134
5135 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5136
5137         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5138         new CAPABILITY, use it.
5139
5140 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5143         downloading anything.
5144
5145         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5146
5147 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5148
5149         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5150         colors.
5151         (gnus-splash-svg-color-symbols): New function.
5152
5153 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5156         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5157         (gnus-simplify-subject-fuzzy): Use the local
5158         gnus-simplify-subject-fuzzy-regex instead of the global one.
5159         This makes using this variable in group parameters work.
5160
5161 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-registry.el (gnus-registry-unfollowed-groups):
5164         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5165         archive:sent-YYYY-MM-DD groups).
5166         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5167         tracking if there are more than `gnus-registry-max-track-groups'
5168         matches.
5169
5170 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5171
5172         * message.el (message--yank-original-internal): New function to do the
5173         insertion cleanly inside eval in `message-yank-original'.
5174         (message-yank-original): Use it.
5175
5176 2011-03-29  Julien Danjou  <julien@danjou.info>
5177
5178         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5179         local variables disabled rather than `normal-mode'.
5180
5181 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5182
5183         * imap.el (imap-shell-open, imap-process-connection-type):
5184         Use imap-process-connection-type for 'shell' streams as well as
5185         Kerberos, SSL, other subprocesses.
5186
5187 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5188
5189         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5190         with open-network-stream.
5191         (proto-stream-always-use-starttls): Option removed.
5192         (open-protocol-stream): Return a process object by default.  Provide a
5193         new parameter :return-list specifying a list-type return value, which
5194         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5195         :type `network' to `try-starttls', and `network-only' to `default'.
5196         Make `default' the default, for compatibility with open-network-stream.
5197         Handle the no-parameter case exactly as open-network-stream, with no
5198         additional stream processing.  Search plists using plist-get.
5199         Explicitly add :end-of-commend parameter if it is missing.
5200         (proto-stream-open-default): Rename from
5201         proto-stream-open-network-only.  Return 'default as the type.
5202         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5203         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5204         failed.  Always return a list with a (possibly dead) process as the
5205         first element, for compatibility with open-network-stream.
5206         (proto-stream-open-tls): Use plist-get.  Always return a list.
5207         (proto-stream-open-shell): Return `default' as connection type.
5208         (proto-stream-capability-open): Use plist-get.
5209         (proto-stream-eoc): Function deleted.
5210
5211         * nnimap.el (nnimap-stream, nnimap-open-connection)
5212         (nnimap-open-connection-1): Handle renaming of :type parameter for
5213         open-protocol-stream.
5214         (nnimap-open-connection-1): Pass a :return-list parameter
5215         open-protocol-stream to obtain a list return value.  Parse this list
5216         using plist-get.
5217
5218         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5219         for open-protocol-stream.  Accept open-protocol-stream return value
5220         that is a subprocess object instead of a list.  Handle the case of a
5221         dead returned process.
5222
5223 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5226
5227         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5228
5229 2011-03-21  Julien Danjou  <julien@danjou.info>
5230
5231         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5232         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5233         query.
5234         (mm-inline-text): Render normal text with fontification whenever
5235         possible.
5236
5237         * gnus-sum.el (gnus-summary-save-parts-1):
5238         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5239         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5240         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5241         Use `mm-handle-filename'.
5242
5243         * mm-util.el (mm-handle-filename): New function, return the filename of
5244         an handle.
5245
5246 2011-03-18  Julien Danjou  <julien@danjou.info>
5247
5248         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5249         (gnus-buffer-live-p): Check that buffer is not nil.
5250
5251 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5252
5253         * gnus.el: No Gnus v0.15 is released.
5254
5255 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5258         avoid warning on XEmacs.
5259
5260         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5261         on XEmacs.
5262
5263         * gnus-art.el: Require mouse, which the build bot seems to say is
5264         needed.
5265
5266         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5267
5268         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5269         XEmacs, since it doesn't have url-retrieve-synchronously.
5270
5271         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5272         since assoc-string doesn't exist in XEmacs.
5273
5274 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5275
5276         * gnus-group.el (gnus-group-list-ticked): New function.
5277         (gnus-group-make-menu-bar): Provide a menu entry for it.
5278         (gnus-group-list-map): Provide a binding for it.
5279
5280 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * shr.el (shr-visit-file): New command.
5283
5284         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5285
5286 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5287
5288         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5289         servers.
5290
5291 2011-03-16  Julien Danjou  <julien@danjou.info>
5292
5293         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5294         inline.
5295
5296         * gnus-art.el (article-hide-list-identifiers):
5297         Use gnus-group-get-list-identifiers.
5298
5299         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5300         (gnus-summary-remove-list-identifiers):
5301         Use gnus-group-get-list-identifiers to get regexp.
5302         (gnus-select-newsgroup, gnus-summary-insert-subject)
5303         (gnus-summary-insert-articles):
5304         Call gnus-summary-remove-list-identifiers unconditionally.
5305
5306 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5309         we're selecting a group with unread articles.
5310
5311         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5312
5313         * gssapi.el: New file separated out from imap.el to provide a general
5314         Kerberos 5 connection facility for Emacs.
5315
5316         * message.el (message-elide-ellipsis): Document the format spec
5317         ellipsis.
5318
5319 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * message.el (message-elide-region): Allow the ellipsis to say how many
5322         lines were removed.
5323
5324 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5327         window configurations containing buffers that are now dead.
5328
5329         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5330         parsing to avoid integer overflows.
5331         (nnimap-parse-flags): Simplify the last change.
5332         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5333         too large for 32-bit Emacsen.
5334
5335 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5336
5337         * auth-source.el (auth-source-netrc-create):
5338         * message.el (message-yank-original): Fix use of `case'.
5339
5340 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5341
5342         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5343         XEmacs, which was one character too wide.
5344
5345 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5346
5347         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5348         default number of articles to display.
5349         (gnus-articles-to-read): Use pretty names for prompt.
5350
5351 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-int.el (gnus-open-server): Ditto.
5354
5355         * gnus-start.el (gnus-activate-group): Give a backtrace if
5356         debug-on-quit is set and the user hits `C-g'.
5357         (gnus-read-active-file): Ditto.
5358
5359         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5360
5361 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * message.el (message-yank-original): Use cond instead of CL case.
5364
5365 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5366
5367         * auth-source.el (auth-source-netrc-create): Use usual format for the
5368         default in prompts.
5369
5370 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * lpath.el: Fbind read-char-choice for XEmacs.
5373
5374 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * auth-source.el (auth-source-netrc-create): Show the default in the
5377         prompt when prompting for token creation.
5378
5379 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * auth-source.el (auth-source-format-prompt): Always convert the value
5382         to a string to avoid evaluating non-string arguments.
5383         (auth-source-netrc-create): Offer default properly, not as initial
5384         content in `read-string'.
5385         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5386         of line to determine if we've been run before.  If so, don't run again,
5387         but print a trivial message to indicate the cache was hit instead.
5388
5389 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5392         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5393         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5394         Gnus.
5395
5396 2011-03-11  Julien Danjou  <julien@danjou.info>
5397
5398         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5399         modified file".
5400
5401 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * auth-source.el (auth-source-read-char-choice): New function to read a
5404         character choice using `dropdown-list', `read-char-choice', or
5405         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5406         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5407         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5408         (auth-source-netrc-saver): Use it.
5409         (auth-source-pick-first-password): New convenience function.
5410
5411 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5414         parameter in the credentials.
5415         (nnimap-open-connection-1): Use it after a successful login.
5416         (nnimap-credentials): Add IMAP-specific user and password prompt.
5417
5418         * auth-source.el (auth-source-search): Add :require parameter, taking a
5419         list.  Document it and the :save-function return token.  Pass :require
5420         down.  Change the CREATED message from a warning to a debug statement.
5421         (auth-source-search-backends): Pass :require down.
5422         (auth-source-netrc-search): Pass :require down.
5423         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5424         Change save prompt to indicate all modifications saved here are
5425         deletions.
5426         (auth-source-netrc-create): Take user login name as default in user
5427         prompt.  Move all the save functionality to a lexically bound function
5428         under the :save-function token in the returned list.  Set up clearer
5429         default prompts for user, host, port, and secret.
5430         (auth-source-netrc-saver): New function, intended to be wrapped for
5431         :save-function.
5432
5433 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5436         lines to be spaces instead.
5437
5438 2011-03-07  Julien Danjou  <julien@danjou.info>
5439
5440         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5441         (sieve-sasl-auth): Check that auth-source-search did return something,
5442         or just return an empty string.
5443
5444 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5445
5446         * gnus.el (gnus-interactive): Use read-directory-name.
5447
5448         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5449         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5450         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5451         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5452         Likewise.
5453
5454         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5455
5456 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5459         onto the list of killed groups, too.  This makes killed nnimap groups,
5460         for instance, more reliably not reappear.
5461
5462         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5463         the parent.
5464
5465         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5466
5467         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5468         really have server-side marks.
5469
5470         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5471         since most backends do not usefully have server-side marks.
5472         (gnus-update-read-articles): Propagate marks to all backends that
5473         really have server-side marks.
5474
5475 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5476
5477         * message.el (message-cite-reply-position, message-cite-style):
5478         New variables.
5479         (message-yank-original): Use the new citation styles.
5480
5481 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5482
5483         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5484         buffer-local issue); don't mark it buffer-local when running under
5485         XEmacs.
5486
5487 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5488
5489         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5490         numbers too big to be `read'.
5491
5492 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * password-cache.el (password-in-cache-p): Add autoload.
5495
5496         * message.el (message-options): Make buffer-local two ways to attempt
5497         to fix a XEmacs bug.
5498
5499 2011-03-02  Julien Danjou  <julien@danjou.info>
5500
5501         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5502
5503 2011-03-01  Julien Danjou  <julien@danjou.info>
5504
5505         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5506         group.
5507         (article-hide-list-identifiers): Use list-identifier group parameter.
5508
5509 2011-02-28  Julien Danjou  <julien@danjou.info>
5510
5511         * sieve.el (sieve-buffer-script-name): New local variable to store
5512         sieve script name.
5513         (sieve-edit-script): Store sieve script name.
5514         (sieve-upload): Use sieve script name when uploading.
5515         (sieve-upload): Use substitute-command-keys.
5516         (sieve-edit-script): Use substitute-command-keys.
5517         (sieve-refresh-scriptlist): Use substitute-command-keys.
5518         (sieve-manage-mode-map): Define keymap properly.
5519         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5520         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5521         Remove commented code about cvs.
5522         (sieve-manage-quit): New function.
5523         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5524
5525 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5528
5529 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * auth-source.el (auth-source-search): Cache empty result sets.
5532
5533         * password-cache.el (password-in-cache-p): Convenience function to
5534         check if a key is in the cache, even if the value is nil.
5535
5536         * auth-source.el (auth-source-save-behavior): New variable to replace
5537         `auth-source-never-create'.
5538         (auth-source-netrc-create): Use it.
5539         (auth-source-never-save): Remove.
5540
5541 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5542
5543         * nnimap.el (nnimap-stream): Doc fix.
5544         (nnimap-open-connection-1): Reverse the order of the ports to that the
5545         prompted-for port is first.
5546
5547         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5548         retrieval by the no-group selection.
5549
5550         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5551         numerical parameters.
5552
5553 2011-02-25  Julien Danjou  <julien@danjou.info>
5554
5555         * gnus-gravatar.el: Use gnus-with-article-buffer.
5556
5557         * gnus-art.el (gnus-with-article-buffer): Check that the
5558         gnus-article-buffer is alive.
5559
5560 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * auth-source.el (auth-source-creation-prompts): New variable to manage
5563         creation-time prompts.
5564         (auth-source-search): Document it.
5565         (auth-source-format-prompt): Add utility function.
5566         (auth-source-netrc-create): Don't default the user name to
5567         user-login-name.  Use `auth-source-creation-prompts' and some default
5568         prompts for user, host, port, and password (the default generic prompt
5569         remains ugly).
5570         (auth-source-never-save): Add customizable option to never save info.
5571         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5572         mode excursion.
5573
5574 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5577         argument that XEmacs doesn't support.
5578
5579         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5580         compiled for Emacsen having no `libxml-parse-html-region' support.
5581
5582         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5583
5584         * lpath.el: Bind buffer-save-without-query for XEmacs.
5585
5586 2011-02-23  Julien Danjou  <julien@danjou.info>
5587
5588         * gnus-art.el (article-make-date-line): Ignore errors if time is
5589         invalid and not convertible.
5590         (article-make-date-line): Only add lapsed time if time is not nil.
5591
5592 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5595         `read-char-choice' for backwards compatibility.
5596         (auth-source-netrc-element-or-first): New function to DTRT for
5597         parameter extraction.
5598         (auth-source-netrc-create): Use it and fix multiple parameter print
5599         bug.  Use the default passed from above (given-default) or the
5600         built-in (user-login-name for :user).
5601
5602 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5603
5604         * gnus-start.el (gnus-dribble-read-file):
5605         Set buffer-save-without-query, since we always want to save the dribble
5606         file, probably.
5607
5608         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5609         nnimap.
5610
5611         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5612         -summary- since it's a user-visible variable.
5613
5614         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5615         first time you use the new Gnus.
5616
5617 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * auth-source.el: Don't load netrc.el.
5620         (auth-sources): Search ~/.netrc as well by default.
5621         (auth-source-debug): Add 'trivia option for extra output.
5622         (auth-source-do-trivia): Use it.
5623         (auth-source-search): Simplify logic to use
5624         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5625         appropriate.  Don't keep a running count at this level.  Layer :create
5626         and :delete options appropriately on the first and second passes.
5627         Don't track the backend with the search results.
5628         (auth-source-search-backends): New function to search a list of
5629         backends for a processed spec.
5630         (auth-source-netrc-parse): Cache all netrc files, making
5631         auth-source-netrc-cache an alist keyed by the file name and using the
5632         file mtime as the caching criterion.  Keep the obfuscated data secret
5633         with a lexical bind.
5634         (auth-source-netrc-search): Don't calculate the length of the results
5635         unnecessarily.
5636         (auth-source-search-backends): Fix bug.
5637         (auth-source-netrc-create): Rework prompts.
5638
5639 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5640
5641         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5642         Lower case names of search constraints.
5643         (nnir-run-query): Cache and reuse search constraints for all imap
5644         servers.
5645
5646 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5649         after exit.
5650         (gnus-setup-message): Define missing variable from last checkin.
5651
5652         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5653         value, show the raw article.
5654
5655 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5656
5657         * gnus.el: No Gnus v0.13 is released.
5658
5659 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5660
5661         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5662         auth-source now accepts numbers.
5663
5664         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5665         spec, too.
5666         (auth-source-ensure-strings): New function.
5667
5668         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5669         (gnus-article-setup-buffer): Always restart the date timer so that user
5670         changes to the frequency is respected.
5671
5672         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5673         port numbers, so make sure it gets that if nnimap-server-port is
5674         explicit.
5675
5676 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5677
5678         * nnimap.el (nnimap-inbox): Doc fix.
5679
5680 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5681
5682         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5683         Autoload.  Add optional arg FRAME, and pass it to color-values.
5684         (color-complement): Caller changed.  Doc fix.
5685         (color-gradient): Rewrite for better clarity and efficiency.
5686
5687 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5688
5689         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5690         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5691         color-lab-to-srgb.
5692
5693 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5694
5695         * color.el: First part of merge from hexrgb.el.
5696         (color-rgb-to-hex): Rename from color-rgb->hex.
5697         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5698         saturation to zero if the value is too small.
5699         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5700         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5701         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5702         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5703         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5704         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5705         (color-cie-de2000): Doc fix.
5706
5707 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5708
5709         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5710         given method as in the group name if we're using an extended method.
5711         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5712         command, if we're using that, instead of waiting for the beginning.
5713
5714         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5715         we're sure to get unique server names, and we don't output two async
5716         commands in the same buffer.  This fixes an NNTP hang for some users.
5717
5718 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5719
5720         * gnus.el: No Gnus v0.11 is released.
5721
5722 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5725         summary buffer before reading going to the next buffer.  This avoids
5726         putting the point in the group buffer if you `C-g' the command.
5727
5728         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5729         cache (for now) to make ~/.authinfo.gpg files usable.
5730
5731         * nnfolder.el (copyright-update): Define for the compiler.
5732
5733         * auth-source.el (auth-source-search): Fix unbound variable.
5734
5735 2011-02-19  Glenn Morris  <rgm@gnu.org>
5736
5737         * gnus.el (gnus-meta): Doc fix.
5738
5739 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5740
5741         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5742         in case it's not yet loaded.
5743
5744 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5745
5746         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5747         line we're waiting for.
5748
5749 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5750
5751         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5752         face with line-width greater than zero will cause RET in gnus summary
5753         buffer to scroll down article page-wise because auto vscroll happens,
5754         it should be temporally disabled when doing a scroll-up.
5755
5756 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5757
5758         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5759         outputs from the server.
5760
5761 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5762
5763         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5764         later so that bbdb can hook in easier.
5765
5766 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5767
5768         * auth-source.el (auth-source-search): Don't try to create credentials
5769         if the caller doesn't want that.
5770         (auth-source-search): If we don't find a match, don't bug out on
5771         non-bound variables.
5772         (auth-source-search): Only ask a single backend to create the
5773         credentials.
5774
5775         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5776         logging.
5777         (nnimap-credentials): Protect against auth-source-search returning nil.
5778         (nnimap-request-list): Protect against not being able to open the
5779         server.
5780
5781 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5782
5783         * auth-source.el (auth-source-search): Do a two-phase search, one with
5784         no :create to get the responses from all backends.
5785
5786         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5787         when getting credentials.
5788
5789         * gnus-util.el (gnus-delete-duplicates): New function.
5790
5791 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5794         a creation default, pass the whole port list down.  It will be
5795         completed.
5796
5797         * auth-source.el (auth-source-search): Updated docs to talk about
5798         multiple creation choices.
5799         (auth-source-netrc-create): Accept a list as a value (from the search
5800         parameters) and do completion on that list.  Keep a separate netrc line
5801         with the password obscured for showing the user.
5802
5803         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5804         first choice to `auth-source-search' so it will be used for entry
5805         creation instead of the server's Gnus-specific name.
5806         (nnimap-credentials): Rely on the auth-source library to select which
5807         port is actually wanted in the new netrc entry, so don't override
5808         `auth-source-creation-defaults'.
5809
5810         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5811         :protocol and accept a missing user, host, or port as a wildcard match.
5812         (auth-source-debug): Default to off.
5813
5814         (auth-source-netrc-search, auth-source-netrc-create)
5815         (auth-source-secrets-search, auth-source-secrets-create)
5816         (auth-source-user-or-password, auth-source-backend, auth-sources)
5817         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5818         instead of :protocol.
5819
5820         * nnimap.el (nnimap-credentials): Pass a port default to
5821         `auth-source-search' in case an entry needs to be created.
5822         (nnimap-open-connection-1): Use :port instead of :protocol.
5823
5824 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * auth-source.el: Bind load-path when loading EIEIO from
5827         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5828         21.4 doesn't support, to `require'.
5829         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5830         delete-dups that is not available in XEmacs 21.4.
5831
5832 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5833
5834         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5835         as EIEIO must also be loaded when auth-source.el is being
5836         byte-compiled.
5837
5838 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5841
5842         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5843
5844         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5845
5846         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5847
5848         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5849
5850         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5851
5852         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5853
5854         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5855         necessary.
5856
5857 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5860         nil means that nnimap doesn't get updated.
5861
5862 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5865         result when the user doesn't want to write to the file.
5866         (auth-source-netrc-search): Expect a synthetic result and proceed
5867         accordingly.
5868         (auth-source-cache-expiry): New variable to override
5869         `password-cache-expiry'.
5870         (auth-source-remember): Use it.
5871
5872         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5873         parameter.  Create entry if necessary by using :create t.
5874         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5875
5876 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * auth-source.el (auth-source-debug): Enable by default and don't
5879         mention the obsolete `auth-source-hide-passwords'.
5880         (auth-source-do-warn): New function to debug unconditionally.
5881         (auth-source-do-debug): Use it.
5882         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5883         and for Secrets API entries when the secrets.el library is not
5884         available.
5885
5886 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5889         (gnus-summary-exit): Kill the correct article buffer on exit from a
5890         `C-d' group.
5891
5892         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5893         gnus-propagate-marks.
5894
5895         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5896         before killing the buffers so that a non-full window conf gets handled
5897         correctly.
5898         (gnus-summary-exit): Ditto.
5899         (gnus-summary-read-group-1): Ditto.
5900
5901         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5902         async code again so that we can debug it properly.
5903
5904         * message.el (message-reply): Take an optional switch-buffer parameter
5905         so that Gnus window confs are respected better.
5906
5907 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5910         `plist-get' to accept non-list parameters (XEmacs issue).
5911         Fix docstring.
5912         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5913         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5914         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5915         Login collection is "Login" and not "login".
5916
5917 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5920         multiple headers.
5921
5922         * nnimap.el (nnimap-inhibit-logging): New variable.
5923         (nnimap-log-command): Don't log login commands.
5924
5925         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5926         to have more parameters.
5927
5928         * nnimap.el (nnimap-send-command): Mark the command time for each
5929         command, so that we don't get NOOPs stepping on our toes.
5930
5931         * gnus-art.el (article-date-ut): Get the date from the Date header on
5932         `t'.
5933
5934 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * auth-source.el (auth-source-search): Use copy-sequence instead of
5937         the cl.el copy-list.
5938
5939 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5940
5941         * imap.el: Bring it back (revert
5942         84d800cd31de3064f0ed39617d725709a2f8f42f).
5943
5944 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5945
5946         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5947         Improve prompt.
5948
5949 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5950
5951         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5952         washing status from the default format.  It isn't very informative.
5953
5954 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5955
5956         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5957         Fix Gcc processing on imap.
5958
5959 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * imap.el: Remove file.  All the functionality is in nnimap.el.
5962
5963 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5964
5965         * message.el (message-bury): Don't pop up a new window when selected
5966         window is dedicated.
5967
5968 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5969
5970         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5971
5972 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * sieve-manage.el: Autoload `auth-source-search'.
5975         (sieve-sasl-auth): Use it.
5976
5977 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * nnimap.el: Autoload `auth-source-forget+'.
5980         (nnimap-open-connection-1): Use it if the connection fails.
5981
5982         * auth-source.el: Require `password-cache'.
5983         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5984         obsolete.
5985         (auth-source-magic): Marker for `password-cache' keys.
5986         (auth-source-do-cache): Update docstring.
5987         (auth-source-search): Use and check cache.
5988         (auth-source-forget-all-cached, auth-source-remember)
5989         (auth-source-recall, auth-source-forget, auth-source-forget+)
5990         (auth-source-specmatchp): Caching support functions.
5991         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5992         Remove and obsolete.
5993         (auth-source-user-or-password): Remove caching to further discourage
5994         using it.  Always hide passwords.
5995
5996         * password-cache.el (password-cache-remove): Accept secrets that are
5997         not strings.
5998
5999 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6002         code for now, since it doesn't work for all users.
6003
6004 2011-02-09  Julien Danjou  <julien@danjou.info>
6005
6006         * message.el (message-options): Make message-options really buffer
6007         local.
6008
6009 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * mail-source.el: Autoload `auth-source-search'.
6012         (mail-source-keyword-map): Note order matters.
6013         (mail-source-set-1): Get all the mail-source source values and
6014         defaults and search auth-source on those if needed.  This can all
6015         probably be simplified.
6016
6017         * nnimap.el: Autoload `auth-source-search'.
6018         (nnimap-credentials): Use it.
6019         (nnimap-open-connection-1): Ask for the virtual server and physical
6020         address in one shot.
6021
6022         * nntp.el: Autoload `auth-source-search'.
6023         (nntp-send-authinfo): Use it.  Note TODO.
6024
6025 2011-02-08  Julien Danjou  <julien@danjou.info>
6026
6027         * shr.el (shr-tag-body): Add support for text attribute in body
6028         markups.
6029
6030         * message.el (message-options): Make message-options a local variable.
6031
6032 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * auth-source.el (auth-source-secrets-search)
6035         (auth-source-user-or-password): Use `append' instead of `nconc'.
6036         (auth-source-user-or-password): Build return list better and protect
6037         against nil :secret.
6038
6039 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6040
6041         * nnimap.el (nnimap-update-info): Refactor slightly.
6042         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6043         (nnimap-update-info): Clean up slightly.
6044         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6045         characters.
6046         (nnimap-process-quirk): Rename function to avoid collision.
6047         (nnimap-update-info): Fix macrology bug-out.
6048         (nnimap-update-info): Simplify split history test.
6049
6050 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6051
6052         * auth-source.el (top): Require 'eieio unconditionally.
6053         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6054         (auth-source-secrets-search): Limit search when `max' is greater than
6055         number of results.
6056
6057 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6058
6059         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6060         part not returning any data.
6061
6062         * proto-stream.el (open-protocol-stream): Document the return value.
6063
6064 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * auth-source.el (auth-source-secrets-search): Add examples.
6067
6068 2011-02-06  Julien Danjou  <julien@danjou.info>
6069
6070         * message.el (message-setup-1): Handle message-generate-headers-first
6071         set to t.
6072
6073 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6076         API with a string "secrets:collection-name" and with 'default.
6077         (auth-source-backend-parse): Parse "secrets:collection-name" and
6078         'default.  Recurse on parses instead of repeating code.  Use the
6079         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6080         message when ignoring a source.
6081         (auth-source-search): List ignored search keys at the top level.
6082         (auth-source-netrc-create): Use `case' instead of `cond'.
6083         (auth-source-secrets-search): Created with TODOs.
6084         (auth-source-secrets-create): Created with TODOs.
6085         (auth-source-retrieve, auth-source-create, auth-source-delete)
6086         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6087         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6088         (auth-source-user-or-password-sftp)
6089         (auth-source-user-or-password-smtp): Remove.
6090         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6091         around `auth-source-search'.  Not tested thoroughly.
6092
6093 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * auth-source.el: Bring in assoc and eioeio libraries.
6096         (secrets-enabled): New variable to track the status of the Secrets API.
6097         (auth-source-backend): New EIOEIO class to represent a backend.
6098         (auth-source-creation-defaults): New variable to set prompt defaults
6099         during token creation (see the `auth-source-search' docstring for
6100         details).
6101         (auth-sources): Simplify to allow a simple string as a netrc backend
6102         spec.
6103         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6104         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6105         (auth-source-search): Main auth-source API entry point.
6106         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6107         (auth-source-search-collection): Helper function for searching.
6108         (auth-source-netrc-parse, auth-source-netrc-normalize)
6109         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6110         Supports search, create, and delete.
6111         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6112         backend stubs.
6113         (auth-source-user-or-password): Call `auth-source-search' but it's not
6114         ready yet.
6115
6116 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6117
6118         * message.el (message-setup-1): Remove the read-only stuff, since it
6119         doesn't work under XEmacs, for some reason.
6120
6121         * gnus-sum.el (gnus-user-date): Rename back from
6122         gnus-summary-user-date since user code refers to it.
6123
6124         * shr.el (shr-render-td): Store the actual background color used.
6125
6126         * message.el (message-setup-1): Don't bind the constant
6127         -forbidden-properties.
6128         (message-setup-1): Revert previous change, since it needs to bind the
6129         props to insert them.
6130         (message-resend): Allow removing the read-only separator line.
6131
6132 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6133
6134         * nnimap.el (nnimap-request-accept-article): Give an error message if
6135         the APPEND wasn't successful.
6136
6137 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6138
6139         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6140         that have no groups.
6141
6142 2011-02-03  Julien Danjou  <julien@danjou.info>
6143
6144         * gnus-draft.el: Remove progn around gnus-draft-setup.
6145
6146 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6147
6148         * gnus-start.el (gnus-read-active-for-groups): This function is never
6149         called with a nil `infos', so clean that up.
6150         (gnus-get-unread-articles): Request active files from primary/secondary
6151         methods that have no groups (yet).
6152
6153 2011-02-03  Julien Danjou  <julien@danjou.info>
6154
6155         * message.el (message-setup-1): Always generate References first.
6156         (message-mail): Return the return value of message-setup, not always t.
6157         (message-setup-1): Insert mail-header-separator with read-only and
6158         intangible properties set.
6159
6160         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6161         user-date in docstring.
6162
6163         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6164
6165         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6166         docstring.
6167
6168         * gnus.el (gnus-user-date-format-alist): Change default value.
6169         Use defcustom, with type and group. Move from gnus-util.el.
6170         Rename to gnus-summary-user-date-format-alist.
6171
6172 2011-02-03  Glenn Morris  <rgm@gnu.org>
6173
6174         * nnimap.el (gnus-fetch-headers): Declare.
6175
6176         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6177
6178 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6179
6180         * message.el (message-forward-make-body-digest-plain)
6181         (message-followup, message-reply): Clean up things noted by Stefan.
6182
6183         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6184         gnus-article-update-date-headers is nil.
6185         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6186         it didn't really work with defcustom.
6187         (article-update-date-lapsed): Make sure the window start doesn't move,
6188         either.
6189
6190 2011-02-01  Julien Danjou  <julien@danjou.info>
6191
6192         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6193         format.
6194
6195         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6196         standard in Emacs nowadays.
6197
6198         * color.el (color-gradient): Add a color-gradient function.
6199
6200 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6201
6202         * message.el (message-expand-name): Don't trust the return value of
6203         bbdb-complete-name.
6204         (message-check-news-header-syntax): Remove unused var `start'.
6205         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6206         (message-inhibit-body-encoding): Move to before first use.
6207         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6208         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6209         (Organization, Message-ID, Date, mh-previous-window-config):
6210         Defvar the vars using dynamic scoping.
6211
6212 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6213
6214         * shr.el (shr-render-td): Only do colors at the final rendering.
6215         Should be slightly faster.
6216         (shr-insert-table): Fix up TD background colors when doing the
6217         vertical padding.
6218
6219         * gnus-art.el (article-date-ut): Protect against articles with no Date
6220         header.
6221         (article-update-date-lapsed): Don't use current-column to find the
6222         horizontal position.  It's fragile in the presence of \003 characters.
6223
6224         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6225
6226 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-art.el (article-transform-date): Rewrite to still work when
6229         there are several rfc2822 parts.
6230         (article-transform-date): Fix infinite recursion.
6231         (article-date-ut): Replace infinitely many Date headers with a single
6232         one when called interactively.
6233
6234         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6235         secure manner.
6236
6237         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6238         move around by not using save-window-excursion.  It seems to work...
6239
6240 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-art.el (article-make-date-line): Work for user-defined format.
6243
6244 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6245
6246         * nntp.el (nntp-retrieve-group-data-early)
6247         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6248         fetching functions.
6249
6250         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6251         thoroughly for all backends that have no known groups.  This should
6252         allow new nnml methods to retrieve mail.
6253
6254         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6255         that Gnus doesn't know exists again.
6256
6257         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6258         (gnus-treat-date-ut): Ditto.
6259         (gnus-article-update-date-header): Rename.
6260         (gnus-treat-date-local): Remove.
6261         (gnus-treat-date-english): Remove.
6262         (gnus-treat-date-lapsed): Remove.
6263         (gnus-treat-date-combined-lapsed): Remove.
6264         (gnus-treat-date-original): Remove.
6265         (gnus-treat-date-iso8601): Remove.
6266         (gnus-treat-date-user-defined): Remove.
6267         (gnus-article-date-headers): New variable to control all the date
6268         header options.
6269         (article-date-ut): Rewrite to allow using the new way to format date
6270         headers(s).
6271
6272 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6273
6274         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6275         method.
6276         (nnmail-article-group): A better test for fanciness.
6277
6278         * nnimap.el (nnimap-request-head): Protect against not finding the
6279         article by Message-ID.
6280
6281 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6284         keep point at the "same place".
6285
6286 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6289         data if the group is inactive.
6290
6291 2011-01-28  Julien Danjou  <julien@danjou.info>
6292
6293         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6294         (gnus-all-windows-visible-p): Remove old compatibility code.
6295         (gnus-window-top-edge): Add docstring.
6296
6297         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6298
6299 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6302         older request-update-info.
6303
6304         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6305
6306 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6307
6308         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6309         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6310
6311 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6314         groups.  This makes the nndraft:queue group pop up if it's not already
6315         there.
6316
6317         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6318         messages" logic, which was reversed.
6319
6320         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6321         the "same place" even if point is on the line being replaced.
6322         (article-update-date-lapsed): Allow updating both the combined lapsed
6323         and the lapsed headers.
6324         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6325         (article-make-date-line): Limit the number of segments dynamically to
6326         avoid too-long lines.
6327
6328 2011-01-27  Julien Danjou  <julien@danjou.info>
6329
6330         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6331         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6332
6333 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6336         Use plist-get instead of the cl function getf.
6337
6338 2011-01-27  Glenn Morris  <rgm@gnu.org>
6339
6340         * gnus-util.el (float-time): Get rid of compiler warning, again.
6341
6342 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6343
6344         * shr.el (shr-put-color): Special-case background colors: Do put them
6345         at the blank parts at the front of the lines.
6346
6347         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6348         exit hook to nix out all data on readedness on group exit.
6349
6350         * gnus-util.el (float-time): If float-time is bound, always use it on
6351         all Emacsen.  It's unclear why the subrp check was there.
6352         (time-date): Require to make some autoload issues on XEmacs go away.
6353
6354         * shr.el (shr-put-color): Don't do the box padding in tables, since
6355         they're already padded.
6356
6357 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-art.el (gnus-article-next-page): When the last line of the
6360         article is displayed, scroll down once more instead of going to the
6361         next article at once.
6362         (article-lapsed-string): Refactor out and allow specifying how many
6363         segments you want.
6364         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6365         (gnus-article-update-lapsed-header): New variable.
6366
6367         * shr.el: Revert change that made headings use different-sized faces.
6368         The Emacs display engine isn't advanced enough that, for instance,
6369         tables can comfortably use differently-sized faces.
6370
6371 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6372
6373         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6374         used.
6375         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6376         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6377         we're using an encrypted connection.
6378
6379         * proto-stream.el: Alter the interface functions to also return the
6380         actual stream type used: network or tls.
6381
6382 2011-01-25  Julien Danjou  <julien@danjou.info>
6383
6384         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6385         (mm-display-javascript-inline): New function.
6386
6387         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6388         viewing function.
6389
6390 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * shr.el (shr-expand-newlines): Fix variable name.
6393
6394 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6395
6396         * shr.el (shr-expand-newlines): Make nested boxes work.
6397
6398 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6399
6400         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6401         backgrounds.
6402         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6403         in a more sensible manner.
6404
6405 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6408         if EPG is loaded.
6409
6410 2011-01-24  Julien Danjou  <julien@danjou.info>
6411
6412         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6413         tags.
6414
6415 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6418         commands.
6419
6420         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6421         in the article buffer.
6422         (gnus-gravatar-insert): Use blank space from the current buffer to
6423         avoid breaking text properties.  This makes X-Sent updating work again.
6424
6425         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6426
6427 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6430         fix the bug in url-http.el instead.
6431
6432         * shr.el (shr-image-fetched): Ditto.
6433
6434         * shr.el (shr-image-fetched): Avoid having point move in the article
6435         buffer.
6436
6437         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6438         buffer after being called.  It's apparently being killed by url.el, and
6439         killing it made point move to end-of-buffer in a random buffer.
6440
6441         * shr.el (shr-image-fetched): Ditto.
6442
6443 2011-01-23  Julien Danjou  <julien@danjou.info>
6444
6445         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6446
6447         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6448         text/x-org.
6449
6450 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6451
6452         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6453         (i.e., nnimap) returning nil as the article number.
6454
6455 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6456
6457         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6458         "DelSp" parameter in RFC3676.
6459
6460 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6461
6462         * message.el (message-check-recipients): Display the encoded version of
6463         the bogus address if they differ.
6464
6465         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6466         after sending.
6467
6468         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6469
6470         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6471
6472         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6473         group buffer after sending the queue.
6474
6475         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6476
6477 2011-01-22  Julien Danjou  <julien@danjou.info>
6478
6479         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6480
6481 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6482
6483         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6484         nested related parts.
6485
6486         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6487         unexpired articles.  This fixes the regression that led expiry marks to
6488         disappear from nnfolder groups.
6489
6490 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6491
6492         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6493         Don't confuse the "ret" of "retrograde" with RET.
6494
6495 2011-01-21  Julien Danjou  <julien@danjou.info>
6496
6497         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6498         than mm-insert-inline.
6499
6500 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6503         Widen article buffer.
6504
6505 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6506
6507         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6508         the temp buffer.
6509         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6510
6511 2011-01-20  Julien Danjou  <julien@danjou.info>
6512
6513         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6514
6515         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6516         than mm-insert-inline to insert inline part: this respect
6517         mm-inline-media-tests displayers.
6518
6519         * mm-view.el (mm-display-shell-script-inline): New function.
6520
6521         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6522
6523         * mm-uu.el (mm-uu-type-alist): Add org block.
6524         (mm-uu-org-src-code-block-extract): New function.
6525
6526         * mm-view.el (mm-display-org-inline): New function.
6527
6528         * mm-decode.el (mm-automatic-display): Add text/org.
6529
6530         * mailcap.el (mailcap-mime-extensions): Add .org.
6531
6532 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6535         gnus-article-add-buttons.
6536
6537 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6538
6539         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6540         From header with a date and "nobody" as the sender.
6541
6542 2011-01-19  Julien Danjou  <julien@danjou.info>
6543
6544         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6545         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6546         if you have the same regexp several times.
6547         (gnus-button-push): Fix matching when regexp is symbol.
6548
6549 2011-01-15  Glenn Morris  <rgm@gnu.org>
6550
6551         * message.el (message-mail): A compose-mail function should
6552         accept headers as strings.
6553
6554 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6555
6556         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6557         Add :vert-only tags.
6558         (message-mail): New arg RETURN-ACTION.
6559         (message-return-action): New var.
6560         (message-bury): Use it.
6561         (message-mode): Make it buffer-local.
6562         (message-send-and-exit): Always call message-bury.
6563
6564         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6565         message-mail.
6566
6567 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * nnimap.el (nnimap-convert-partial-article): Protect against
6570         zero-length body parts.
6571
6572         * mm-decode.el (mm-preferred-alternative-precedence):
6573         Discourage showing empty parts.
6574
6575         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6576         and stuff if the backend didn't return the article number.  This fixes
6577         an Exchange-related nnimap bug.
6578
6579         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6580         group window, because it does the wrong thing when a separate frame
6581         displays the group buffer.
6582
6583         * proto-stream.el (open-protocol-stream): Protect against the low-level
6584         transport functions returning nil.
6585
6586 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6587
6588         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6589         (mml2015-epg-find-usable-secret-key): New function.
6590         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6591         mml2015-epg-find-usable-key (Bug#7797).
6592         (mml2015-epg-encrypt): Ditto.
6593
6594 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * dgnushack.el (rot13-string): Fix the way to get the argument.
6597
6598 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6601
6602 2011-01-03  Glenn Morris  <rgm@gnu.org>
6603
6604         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6605
6606         * sieve.el (sieve-open-server): Give a more explicit error if
6607         sieve-manage-open returns nil.  (Bug#7720)
6608
6609 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6610
6611         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6612
6613 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6616         This avoids sending passwords in plain text over non-encrypted
6617         channels.
6618
6619         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6620
6621         * nnimap.el (nnimap-login): Refactored out into own function, and
6622         implement CRAM-MD5.
6623         (nnimap-wait-for-line): Refactored out.
6624
6625         * mm-view.el (mml-smime): Require.
6626
6627 2010-12-20  David Engster  <deng@eml.cc>
6628
6629         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6630         use EPG to decrypt S/MIME messages instead of openssl.
6631
6632 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6635
6636         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6637         status is the group clearly is unreachable.
6638
6639         * auth-source.el (auth-source-create): Add the optional second
6640         parameter to `local-variable-p' to be compatible with XEmacs.
6641
6642 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6643
6644         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6645         work when using a compressed nnml folder.
6646
6647 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6650         backends after sanitising on entry, because this never makes sense:
6651         If the articles have gone missing, then the data no longer exists on
6652         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6653         overwrite anything anyway.
6654
6655         * shr.el (shr-insert-document): Bind shr-width dynamically to
6656         window-width if it's nil.
6657
6658 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6659
6660         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6661         with the meaning of using the full emacs window width for rendering.
6662
6663 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6664
6665         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6666         case when sender is not given.
6667
6668 2010-12-23  Julien Danjou  <julien@danjou.info>
6669
6670         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6671         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6672         the addresses, otherwise we might misplaced the gravatar.
6673
6674 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6675
6676         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6677         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6678         obsolete in Emacs.
6679
6680 2010-12-20  Julien Danjou  <julien@danjou.info>
6681
6682         * gnus-util.el (gnus-rescale-image): Revert last change.
6683
6684 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6685
6686         * binhex.el: Improve commentary (Bug#7482).
6687
6688 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus-group.el (gnus-group-delete-articles): New command.
6691
6692 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6693
6694         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6695
6696 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6699         here, since it's up to the backends to do CRLF removal if their
6700         protocol has it.
6701
6702         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6703
6704 2010-12-17  Julien Danjou  <julien@danjou.info>
6705
6706         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6707         they are from file.  Can also scale up.
6708
6709 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6710
6711         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6712         Restore gnus-use-agent.
6713         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6714
6715         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6716
6717 2010-12-17  Julien Danjou  <julien@danjou.info>
6718
6719         * gravatar.el (gravatar-retrieve-synchronously): New function.
6720         (gravatar-get-data): Make more robust.
6721
6722 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6725
6726 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6729         to really consider the last line.
6730
6731 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6732
6733         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6734         list of recipient keys, or use symmetric encryption if not a list.
6735         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6736         EPA override, replacing the call to `netrc-store-data'.
6737
6738 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6739
6740         * gnus-srvr.el: Avoid passing nil regexp argument to
6741         delete-matching-lines.
6742
6743 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6746         fetching stops when Gnus exits.
6747
6748         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6749         function.
6750         (nnfolder-request-expire-articles): Save all the buffers after doing
6751         expiry.
6752
6753         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6754         the last article", since that led to serious performance regressions
6755         when expiring nnml groups.
6756
6757 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6758
6759         * nnir.el: Improve customizations.
6760
6761 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6764
6765         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6766         group has been killed.
6767         (gnus-group-yank-group): Ditto.
6768
6769         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6770
6771         * nnimap.el (nnimap-request-update-group-status): New function.
6772
6773         * gnus-int.el (gnus-request-update-group-status): New interface
6774         function.
6775
6776         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6777         copying read-ness to the backends.
6778
6779         * nnimap.el (nnimap-quirk): New function.
6780         (nnimap-retrieve-group-data-early): Use it.
6781         (nnimap-quirks): New alist.
6782
6783 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6786         don't delete it within indentation.
6787
6788 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6791         previous line.
6792
6793 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6796         QRESYNC command by deleting a superfluous space which broke Cyrus
6797         servers.  This change will break other servers that are buggy the other
6798         way around.
6799
6800 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * spam.el: Reindent and fix long lines.
6803         (spam-copy-or-move-routine): Exclude invalid move destinations.
6804
6805 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6806
6807         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6808         installed the registry.
6809
6810 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6813
6814 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6815
6816         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6817         groupname doesn't contain "gmane".
6818
6819 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6822         and netrc-bound-and-true-p bindings.
6823         (netrc-parse): Cache the netrc contents.
6824
6825         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6826         (gnus-1): Don't create the nndrafts group twice.
6827         (gnus-setup-news): There's no need to read the active file here, since
6828         that's done again later on a per-backend basis.
6829         (gnus-start-draft-setup): Make sure that the new group is started out
6830         empty.
6831
6832         * gnus-agent.el (gnus-agentize): Don't create the queue group
6833         automatically on startup.  It'll be created later, if needed.
6834
6835         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6836         of automatically subscribed groups.
6837         (gnus-auto-subscribed-categories): New variable.
6838         (gnus-matches-options-n): Use it.
6839         (gnus-default-subscribed-newsgroups): Remove unused variable.
6840         (gnus-start-draft-setup): Message a bit less.
6841
6842 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6843
6844         * nnir.el (nnir-run-imap): Return article list in order of increasing
6845         UID.
6846
6847 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-sum.el (gnus-summary-enter-digest-group):
6850         Mention gnus-auto-select-on-ephemeral-exit.
6851
6852         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6853         convention of the network-only option.
6854
6855 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * proto-stream.el (proto-stream-open-network-only): New function to
6858         have a way to specify non-STARTTLS upgrade connections.
6859
6860 2010-12-10  Julien Danjou  <julien@danjou.info>
6861
6862         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6863         email address is nil.
6864
6865         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6866
6867 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6868
6869         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6870         deletion.
6871         (nnir-run-imap): Only need to parse list once.
6872
6873 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * shr.el (shr-tag-script): Ignore <script>.
6876         (shr-tag-label): Add <label> support.
6877
6878 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6881
6882         * shr.el (shr-image-displayer): Work for images lined side by side.
6883
6884 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6885
6886         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6887         parameter, since XEmacs doesn't accept t as a parameter.
6888
6889 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6890
6891         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6892         ids.
6893         (nnir-run-gmane): Simplify groupspec formatting.
6894         (nnir-request-expire-articles): New function.
6895
6896 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6899         overflow, possibly.
6900
6901         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6902         (shr-render-td): Handle td style="" better.
6903         (shr-tag-table): Use the color from the style sheet.
6904         (shr-render-td): Make sure we copy over all the overlays, too.
6905
6906 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6907
6908         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6909         (nnir-request-article): Improve article retrieval.
6910
6911 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * mm-util.el (mm-extra-numeric-entities): New variable.
6914
6915         * mm-url.el (mm-url-decode-entities):
6916         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6917
6918         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6919
6920 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * message.el: Use completion-at-point.
6923         (message-completion-function): New fun, extracted from message-tab.
6924         (message-mode): Use it for completion-at-point-functions.
6925         (message-tab): Use it and completion-at-point.
6926
6927 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6930         character if a non-breakable character follows.
6931
6932 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6935         any stream.
6936
6937         * shr.el (shr-tag-font): Colorize the region.
6938         (shr-tag-body): Ditto.
6939         (shr-tag-font): Actually let the styles be inherited instead of
6940         overwriting them.
6941         (shr-tag-font): Get the background color right.
6942         (shr-tag-style): Ignore all <style> tags for the moment.
6943
6944         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6945         a Message-ID to avoid having nnimap depend on gnus-sum.
6946
6947         * shr.el (shr-descend): Only colorize something if we have a node that
6948         sets colors.
6949
6950 2010-12-06  Julien Danjou  <julien@danjou.info>
6951
6952         * shr.el (shr-render-td): Render td content with shr-descend, so style
6953         will be applied to <td> too.
6954         (shr-colorize-region): Colorize region even if we only have a background.
6955         (shr-tag-body): Fix color and background color inheritance.
6956         Do not recolorize after shr-generic.
6957         (shr-tag-font): Let shr-generic colorize via inheritance.
6958
6959 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6962
6963 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6964
6965         * nnir.el (nnir-request-move-article): Remove obsolete code.
6966
6967 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6970
6971 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * gnus-sum.el (gnus-summary-respool-article): The completion function
6974         expects a list instead of an alist.
6975
6976         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6977         string as the parameter.
6978
6979         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6980
6981         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6982         styles.
6983         (shr-colorize-region): New function.
6984         (shr-insert-background-overlay): Remove.
6985         (shr-render-td): Background setting should be taken care of on a higher
6986         level.
6987         (shr-tag-body): Use post-hoc colorizations.
6988         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6989         (shr-put-color-1): Don't overwrite old colors.
6990         (shr-colorize-region): When the background color isn't explicit, use
6991         a fixed background.
6992
6993         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6994         nnmail variables.
6995
6996 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6997
6998         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6999         unless necessary.
7000
7001 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7002
7003         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7004         server.
7005
7006 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7009         so that TAB works.
7010
7011         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7012         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7013
7014         * shr.el (shr-urlify): Show the URL before the title to avoid
7015         misleading URLs.
7016
7017 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7018
7019         * shr.el (shr-urlify): Display the title in <a> tags.
7020
7021 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7022
7023         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7024
7025 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7026
7027         * nnir.el: Rearrange code to allow macros to be autoloaded by
7028         gnus-sum.el.
7029         (nnir-retrieve-headers-override-function): Make this variable
7030         customizable.
7031         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7032
7033         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7034         from nnir.el.
7035
7036 2010-12-03  Julien Danjou  <julien@danjou.info>
7037
7038         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7039
7040 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7043         allow optional argument `environment'.
7044
7045 2010-12-03  Glenn Morris  <rgm@gnu.org>
7046
7047         * mm-extern.el (message-goto-body): Update declaration.
7048
7049 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-util.el (gnus-macroexpand-all): New function.
7052
7053         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7054         instead of macroexpand-all that is unavailable in XEmacs.
7055
7056 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7057
7058         * nnir.el (nnir-summary-line-format): New variable.
7059         (nnir-mode): Use it.
7060         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7061         (nnir-article-ids): Reimplement as defsubst.
7062         (nnir-retrieve-headers): Don't mangle the subject header.
7063         (nnir-run-imap): Use 100 as RSV score.
7064         (nnir-run-find-grep): Fix for full server searching.
7065         (nnir-run-gmane): Better restriction to gmane groups.
7066
7067         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7068         summary buffers.
7069
7070 2010-12-02  Julien Danjou  <julien@danjou.info>
7071
7072         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7073
7074         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7075
7076         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7077         support.
7078
7079 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7080
7081         * nnir.el: Update to handle the registry better.
7082         (autoload): Silence byte-compiler.
7083         (nnir-open-server): Add a hook for nnir groups.
7084         (nnir-request-move-article): Don't mangle the header.  Better to use
7085         formatting variables (which will be added in the future).
7086         (nnir-registry-action): Update the registry using the original article
7087         group name.
7088         (nnir-mode): Install nnir-specific hooks for updating the registry.
7089
7090         * gnus-sum.el
7091         (gnus-article-original-subject,gnus-newsgroup-original-name):
7092         Remove obsolete variables.
7093         (gnus-summary-move-article): Remove use of obsolete variables.
7094         (gnus-summary-local-variables): Make move and delete hooks local to
7095         summary buffers.
7096
7097 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * rtree.el: New file.
7100
7101 2010-12-01  Julien Danjou  <julien@danjou.info>
7102
7103         * message.el (message-user-organization): Do not use
7104         gnus-local-organization.
7105
7106         * gnus.el: Remove gnus-local-organization.
7107
7108         * gnus-msg.el: Remove nastygram thing.
7109
7110 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7113         funcall.
7114
7115 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7118         names.
7119
7120         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7121         characters.
7122
7123         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7124         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7125         Suggested by Štěpán Němec <stepnem@gmail.com>.
7126         (gnus-gravatar-transform-address): Use mail-extract-address-components
7127         that supports non-ASCII names rather than mail-header-parse-addresses.
7128
7129 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * proto-stream.el (open-protocol-stream): All starttls connections are
7132         handled by the network handler.
7133
7134 2010-11-30  Julien Danjou  <julien@danjou.info>
7135
7136         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7137         (nnimap-open-connection-1): Fix PREAUTH.
7138
7139         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7140
7141 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7144         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7145         (shr-insert): Use them.
7146         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7147
7148 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7149
7150         * nnir.el (nnir-request-move-article): Bail out if original group
7151         doesn't support article moves.
7152         (nnir-get-active): Improve active list retrieval.
7153
7154 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7157
7158 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7159
7160         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7161         seem to accept strings-with-numbers as port numbers.
7162
7163 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7164
7165         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7166         change the registry.
7167
7168 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7171         delete-dups that is not available in XEmacs 21.4.
7172
7173         * mm-util.el (mm-delete-duplicates): Add comment.
7174
7175 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7176
7177         * nnir.el (nnir-ignored-newsgroups): New variable.
7178         (nnir-get-active): Use it.
7179
7180 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * proto-stream.el (proto-stream-open-network): Add some comments.
7183
7184         * nntp.el (nntp-open-connection): Provide a :success condition.
7185
7186         * nnimap.el (nnimap-open-connection-1): Ditto.
7187
7188         * proto-stream.el (proto-stream-open-network): See what the response to
7189         the STARTTLS command is.
7190
7191         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7192         backwards compatibility).
7193         (nnimap-open-connection-1): Really respect nnimap-server-port.
7194
7195         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7196         TLS upgrades we don't really care about the identity of the peer.
7197         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7198         that what we've checked for.
7199         (proto-stream-always-use-starttls): Only default to t if
7200         open-gnutls-stream exists.
7201         (proto-stream-open-network): If STARTTLS failed, then just open a
7202         normal connection.
7203         (proto-stream-open-network): Wait until the greeting before doing
7204         STARTTLS.
7205
7206         * nntp.el (nntp-open-connection): Report what the connection error is.
7207
7208         * proto-stream.el (open-protocol-stream): Rename from
7209         open-proto-stream.
7210
7211 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * nnimap.el (nnimap-stream): Change default to `undecided'.
7214         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7215         first, and then network.
7216         (nnimap-open-connection-1): Respect nnimap-server-port.
7217         (nnimap-open-connection): Be more backwards-compatible.
7218
7219         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7220         (proto-stream-open-starttls): De-duplicate the starttls code.
7221         (proto-stream-open-starttls): Folded back into the main function.
7222         (proto-stream-open-network): Fix typo in the gnutls path.
7223         (proto-stream-command): Refactor out.
7224
7225         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7226
7227         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7228         starttls.el STARTTLS.
7229
7230         * color.el (color-lab->srgb): Fix function call name.
7231
7232         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7233         if we're using tls.el.
7234         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7235         built in, then don't try to establish a STARTTLS connection.
7236
7237         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7238         servers.
7239
7240         * proto-stream.el (open-proto-stream): Use network, not stream.
7241         (open-proto-stream): Add a way to specify what the end of a command is.
7242
7243         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7244         connections types.
7245         (nntp-open-network-stream): Remove.
7246         (nntp-open-ssl-stream): Remove.
7247         (nntp-open-tls-stream): Remove.
7248         (nntp-ssl-program): Remove.
7249
7250         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7251
7252 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7253
7254         * nnir.el: Fix typos.
7255         (nnir-retrieve-headers-override-function): Rename variable to reflect
7256         new semantics.
7257         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7258         macros.
7259         (nnir-request-article, nnir-request-move-article): Use them.
7260         (nnir-categorize): New function.
7261         (nnir-run-query): Use it.
7262         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7263         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7264         sorted.
7265         (nnir-group-full-name): Use gnus-group-full-name instead.
7266         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7267         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7268
7269 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7272
7273         * proto-stream.el: New library to provide protocol-specific
7274         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7275         protocols.
7276         (open-proto-stream): Complete the documentation.
7277         (proto-stream-open-network): Fix some typos.
7278
7279         * nnimap.el (nnimap-open-connection): Use it.
7280
7281 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7282
7283         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7284         negotiation.
7285
7286 2010-11-26  Julien Danjou  <julien@danjou.info>
7287
7288         * color.el: Rename various rgb functions to srgb.
7289
7290 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7293         names.
7294
7295 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * shr.el (shr-insert): Revert last change.
7298         (shr-find-fill-point): Never leave point being at bol;
7299         relax the kinsoku limitation when rendering tables.
7300
7301 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7304         results from -accept-article.
7305
7306         * shr-color.el: Require cl when compiling.
7307
7308         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7309         checkin.
7310
7311         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7312
7313         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7314
7315         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7316         'add and 'delete to set backend marks.
7317
7318         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7319
7320         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7321
7322         * nntp.el (nntp-request-set-mark): Use it.
7323
7324         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7325
7326         * nnml.el (nnml-request-set-mark): Ditto.
7327
7328         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7329         introduces regressions in article selection.
7330         (nnimap-find-uid-response): New function.
7331         (nnimap-request-accept-article): Use the UID returned, if any.
7332         (nnimap-request-move-article): Use the UID returned, if any.
7333         (nnimap-get-groups): Reimplement to work with folded lines.
7334         (nnimap-find-uid-response): The UID is the last element in the list.
7335         (nnimap-request-set-mark): Extend syntax with 'set.
7336
7337         * nnml.el (nnml-request-set-mark): Ditto.
7338
7339         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7340
7341         * nntp.el (nntp-request-set-mark): Ditto.
7342
7343 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * message.el (message-called-interactively-p): A temporary macro.
7346         (message-goto-body): Use it temporarily.
7347
7348 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7351         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7352         (nnimap-last-response-string): Fix last unfolding fix.
7353
7354 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * shr.el (shr-insert): Fix the way to fold lines.
7357
7358 2010-11-25  Julien Danjou  <julien@danjou.info>
7359
7360         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7361
7362         * color.el: Rename from color-lab.el
7363         (color-rgb->hex): Add.
7364         (color-complement): Add.
7365         (color-complement-hex): Add.
7366
7367         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7368
7369 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * shr-color.el (shr-color-visible): Don't bug out if the color names
7372         don't exist.
7373
7374 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7377         assuming that article displaying or another mml-preview may be
7378         interrupted for an error or for the like.
7379
7380         * shr.el (shr-get-background): Fix argument name.
7381
7382 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7385
7386         * gnus-sum.el (gnus-summary-include-articles): New function.
7387
7388         * message.el (message-goto-body): called-interactively-p needs a
7389         parameter, so use `any'.
7390
7391         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7392         clear marks before moving, since they're synced from the Gnus side
7393         first.
7394
7395         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7396         (gnus-summary-move-article): Copy over all marks before moving, so that
7397         IMAP doesn't think a new article has arrived.
7398
7399 2010-11-24  Julien Danjou  <julien@danjou.info>
7400
7401         * shr.el (shr-insert-background-overlay): Fix typo.
7402         (shr-render-td): Copy the background before rendering.
7403
7404         * shr-color.el (shr-color-visible): Fix docstring.
7405
7406         * shr.el (shr-tag-table): Add bgcolor support.
7407         (shr-render-td): Add bgcolor support.
7408         (shr-get-background): Add.
7409         (shr-insert-foreground-overlay): Use shr-get-background.
7410
7411         * message.el (message-goto-body): Use called-interactively-p.
7412         (message-in-body-p): message-goto-body returns point.
7413
7414 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7417         Fixes something or other in Emacs 23, and is backwards compatible.
7418
7419         * message.el (message-goto-body): Remove the <#secure special-casing,
7420         which is too special.
7421
7422         * shr.el (shr-parse-style): Drop !important from styles.
7423
7424 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7425
7426         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7427         this function to return incorrect results when calling it with an
7428         explicit article argument different from
7429         (gnus-summary-article-number).
7430
7431 2010-11-24  Julien Danjou  <julien@danjou.info>
7432
7433         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7434         (shr-tag-body): Add background support.
7435         (shr-descend): Add background support.
7436         (shr-tag-title): Add.
7437
7438         * shr-color.el (shr-color-visible): Really return original background
7439         if fixed.
7440
7441 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * shr.el (shr-color-check): Protect against non-existent color names.
7444
7445 2010-11-24  Julien Danjou  <julien@danjou.info>
7446
7447         * color-lab.el: Require 'cl when compiling.
7448
7449         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7450
7451         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7452         matched part.
7453
7454         * color-lab.el: Fix all expt calls to use float type.
7455
7456 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7459         expression to shr-color-check as is.
7460
7461         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7462
7463         * color-lab.el: Add coding cookie.
7464         (float-pi): Use eval-and-compile.
7465
7466         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7467         compiled for Emacsen having no `libxml-parse-html-region' support.
7468
7469 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * shr.el (shr-insert-color-overlay): Split stuff like
7472         "#444444 !important" to find the real color.
7473         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7474         parse <font color="red"> entries.
7475
7476 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7477
7478         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7479         point when parsing headers.
7480
7481         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7482         is positioned properly when parsing headers.
7483
7484 2010-11-23  Julien Danjou  <julien@danjou.info>
7485
7486         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7487
7488         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7489
7490         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7491
7492         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7493         Use shr-color-hue-to-rgb.
7494         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7495
7496 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7497
7498         * shr.el (shr-color->hexadecimal): Autoload.
7499         (shr-descend): Add color to all tags.
7500
7501 2010-11-22  Julien Danjou  <julien@danjou.info>
7502
7503         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7504         shr-color->hexadecimal.
7505
7506         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7507         RGB() or HSL() color representation.
7508
7509         * shr.el (shr-tag-font): Add.
7510         (shr-tag-color-check): New function to get better colors.
7511         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7512         tag-span.
7513
7514         * shr-color.el: New file.
7515
7516         * color-lab.el: New file.
7517
7518         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7519
7520 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7521
7522         * nnir.el: Fix typo in comments.
7523         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7524         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7525
7526 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7529
7530         * nnimap.el (nnimap-get-capabilities): Refactor out.
7531         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7532
7533 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7534
7535         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7536         appearing when `mm-uu-hide-markers' is nil.
7537
7538 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * nnimap.el (nnimap-unselect-group): Make into its own function.
7541         (nnimap-request-rename-group): Unselect group before renaming.
7542         This had gotten lost somewhere.
7543         (nnimap-request-accept-article): Keep track of examined groups, and
7544         unselect the group before APPENDing to read-only groups.
7545         (nnimap-request-move-article): Clear flags before moving so that they
7546         can be re-set later.
7547
7548 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7551         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7552
7553 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-mime-display-single):
7556         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7557         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7558         parameter.
7559
7560 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7563         (shr-table-vertical-line): New variable.
7564         (shr-insert-table): Use it.
7565
7566 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-html.el (gnus-html-wash-images): Don't display images if
7569         gnus-inhibit-images is non-nil; register displayer for cid images.
7570         (gnus-html-display-image): Work for cid image.
7571         (gnus-html-insert-image): Allow arguments.
7572         (gnus-html-put-image): Inhibit read-only.
7573         (gnus-html-prefetch-images): Don't prefetch images if
7574         gnus-inhibit-images is non-nil.
7575
7576 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * shr.el (shr-put-image): Break lines when inserting big pictures.
7579
7580 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7581
7582         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7583         sender, thanks Katsumi Yamaoka.
7584
7585 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7586
7587         * nnir.el (nnir-run-imap): Reverse the article list for each group
7588         rather than the whole list.
7589
7590 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * shr.el (shr-image-displayer): Protect function against non-existent
7593         image source.
7594
7595         * gnus-art.el (gnus-inhibit-images): New user option.
7596         (gnus-mime-display-single): Don't display image if it is non-nil.
7597
7598         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7599         gnus-inhibit-images.
7600
7601         * shr.el (shr-image-displayer): New function.
7602         (shr-tag-img): Use it.
7603
7604 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7605
7606         * mml2015.el (mml2015-epg-sign): Use From header.
7607
7608 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7611
7612         * gnus-util.el (gnus-find-text-property-region): Return markers.
7613
7614         * shr.el (shr-tag-img): Put a displayer in the text property.
7615
7616         * gnus-util.el (gnus-find-text-property-region): New utility function.
7617
7618         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7619         (gnus-html-show-images): Remove.
7620
7621         * gnus-art.el (gnus-article-show-images): New, more general function.
7622
7623         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7624         image url text properties.
7625
7626         * shr.el: Ditto.
7627
7628         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7629         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7630
7631 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7634         work for two or more articles.
7635
7636 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7639         divide an image that's in an html article to two or more when washing
7640         non-ASCII characters in alt text of it.
7641
7642 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7645         smime-decrypt-region using function argument.
7646         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7647
7648         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7649
7650         * smime.el (smime-decrypt-region): Catch it.
7651
7652 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7653
7654         * smime.el (smime-mode-map): Move initialization into declaration.
7655         (gnus-run-mode-hooks): Don't autoload.
7656         (smime-mode): Use define-derived-mode.
7657
7658 2010-11-11  Glenn Morris  <rgm@gnu.org>
7659
7660         * smime.el (from): Restrict declaration to XEmacs.
7661
7662         * nnir.el (gnus-group-topic-name): Autoload.
7663
7664 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * shr.el (shr-insert): Don't break long line if it is because of
7667         kinsoku-bol characters in the line end.
7668
7669 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7670
7671         * nnir.el (nnir-request-move-article): Fix to provide original group
7672         and subject.
7673         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7674         been retrieved.
7675
7676         * gnus-sum.el (gnus-summary-move-article): Use original group and
7677         subject for virtual articles such as those in an nnir summary buffer.
7678
7679 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7682         least 21.5).
7683
7684         * smime.el (from): Declare it again for XEmacs.
7685
7686 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * message.el (message-resend): Don't disable encoding unless it's
7689         already encoded.
7690
7691         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7692         low-numbered articles.
7693
7694 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * rfc2047.el (rfc2047-syntax-table): Simplify.
7697
7698         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7699
7700         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7701         set-char-table-range for XEmacs.
7702
7703 2010-11-10  Glenn Morris  <rgm@gnu.org>
7704
7705         * time-date.el (time-to-seconds): Always an alias on Emacs,
7706         never a real function.
7707         (with-no-warnings): Remove compat stub, now unused.
7708         (time-less-p): Doc fix.
7709         (time-to-number-of-days): Simplify.
7710
7711         * smime.el (from): Remove unused declaration.
7712
7713         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7714         (gnus-float-time): On Emacs, always an alias.
7715
7716         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7717         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7718
7719 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * dgnushack.el: Don't use ignore-errors in the top level form since it
7722         is unavailable in XEmacs even if cl is loaded.
7723
7724         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7725
7726 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * shr.el (browse-url-mailto): Autoload.
7729
7730         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7731
7732         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7733         regexp doesn't need quoting.
7734
7735 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7736
7737         * message.el (message-subject-trailing-was-ask-regexp)
7738         (message-subject-trailing-was-regexp): Match was: in addition to was.
7739
7740 2010-11-09  Glenn Morris  <rgm@gnu.org>
7741
7742         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7743         (nnbabyl-check-mbox): Use point-at-bol.
7744
7745 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7748
7749         * message.el (message-mailto): New function.
7750         (message-mailto): Should accept other parameters.
7751         (message-mailto): Remove since it duplicates browse-url-mailto
7752         functionality.
7753
7754 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7757         methods.
7758         (gnus-read-active-file): Ditto.
7759
7760         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7761         ": " from the prompt.
7762         (gnus-group-make-group): Ditto.
7763
7764 2010-11-07  Glenn Morris  <rgm@gnu.org>
7765
7766         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7767         (gnus-bookmark-kill-line): Use point-at-eol.
7768
7769 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7772         asterisks in From header.
7773
7774 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7777         string to avoid making the From headers syntactically invalid.
7778
7779         * message.el (message-send-mail): Don't insert courtesy messages if the
7780         message already has List-Post and List-ID messages.
7781
7782 2010-11-06  Glenn Morris  <rgm@gnu.org>
7783
7784         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7785         `condition', `type', `length' a prefix.
7786         (gnus-treat-predicate): Update for above name changes.
7787
7788 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7789
7790         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7791         binding.  Handled by `gnus-summary-refer-thread' instead.
7792         (nnir-warp-to-article): New backend function.
7793
7794         * nnimap.el (nnimap-request-thread): Force dependency updating.
7795
7796         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7797         (gnus-summary-refer-thread): Rework to improve thread-referral.
7798
7799         * gnus-int.el (gnus-warp-to-article): New function.
7800
7801         * gnus-sum.el (gnus-summary-article-map): Bind it.
7802
7803 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7804
7805         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7806         gnus-summary-refer-thread.
7807
7808         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7809         headers.
7810         (gnus-summary-limit-include-thread): Prevent articles in thread from
7811         being cut in gnus-cut-threads.
7812         (gnus-summary-refer-thread): Limit retrieved headers to those in
7813         thread.
7814
7815 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * message.el (message-send-mail): Use the value of
7818         message-courtesy-message from the message buffer.
7819
7820         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7821
7822         * shr.el (shr-browse-url): Implement mailto: URLs.
7823
7824         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7825         "raw".
7826
7827         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7828         if it's already selected.
7829
7830         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7831
7832 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7835         to measure the length and truncate alt text.
7836
7837 2010-11-03  Glenn Morris  <rgm@gnu.org>
7838
7839         * nndiary.el (nndiary-generate-nov-databases-1)
7840         (nndiary-generate-active-info): Rename dynamic variable `files' to
7841         something less generic.
7842
7843 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7844
7845         * nnir.el (nnir-request-move-article): Call the underlying backend to
7846         move articles from nnir.
7847
7848 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7851
7852 2010-11-02  Julien Danjou  <julien@danjou.info>
7853
7854         * nnir.el: Remove wais support.
7855
7856 2010-11-02  Glenn Morris  <rgm@gnu.org>
7857
7858         * gnus-html.el: Reorder requirements to quieten compiler.
7859
7860 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7863         properly for XEmacs as well.
7864         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7865         (gnus-article-natural-long-line-p): Use window-width rather than
7866         frame-width.
7867
7868 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7869
7870         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7871         (nnir-read-parms): Don't modify query.
7872         (nnir-run-query): Add ability to search topic on current line.
7873         (nnir-get-active): Clean up.
7874
7875 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7878         degenerate articles.
7879
7880         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7881         (gnus-print-buffer): Just print the buffer as is, without any copying
7882         to a buffer and then re-highlighting.
7883
7884         * nnimap.el (nnimap-request-group): Store the new updated info.
7885         (nnimap-request-group): Select the group when we don't know whether it
7886         exists or not.
7887
7888         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7889         groups.
7890
7891         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7892         groups.
7893
7894         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7895         groups.
7896
7897         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7898         long-lines case by only filling the long lines.
7899
7900         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7901         (bug #7311).
7902
7903 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * shr.el: No need to declare `declare-function' since shr.el is for
7906         only Emacsen that provide `libxml-parse-html-region'.
7907
7908         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7909         effective only in a file it is referred to.
7910
7911 2010-11-01  Glenn Morris  <rgm@gnu.org>
7912
7913         * mm-util.el (gnus-completing-read): Autoload.
7914         (mm-read-coding-system): Simplify Emacs definition.
7915
7916         * nnmail.el (gnus-activate-group):
7917         * nnimap.el (gnutls-negotiate):
7918         * nntp.el (netrc-parse): Fix declarations.
7919
7920 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7923         string-match-p in Emacs >=23.
7924
7925         * gnus-msg.el (gnus-configure-posting-styles):
7926         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7927
7928 2010-11-01  Glenn Morris  <rgm@gnu.org>
7929
7930         * nnir.el (declare-function): Add compat stub.
7931         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7932         (nnir-run-gmane): Require 'mm-url.
7933
7934         * mm-util.el (mm-string-to-multibyte): Simplify.
7935
7936         * shr.el (declare-function): Add compat stub.
7937         (url-cache-create-filename): Declare.
7938         (mm-disable-multibyte, widget-convert-button): Autoload.
7939
7940         * smime.el (ldap-search): Declare.
7941         (smime-cert-by-ldap-1): Require ldap on Emacs.
7942
7943         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7944         (nnimap-keepalive): Use gnus-float-time.
7945
7946         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7947         (mail-source-delete-crash-box): Use gnus-float-time.
7948
7949         * gnus-dired.el (gnus-completing-read): Autoload.
7950
7951         * mm-view.el (gnus-rescale-image): Autoload.
7952
7953         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7954
7955         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7956
7957         * sieve-manage.el: Require 'cl when compiling.
7958
7959         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7960         (gnus-iswitchb-completing-read): Require iswitchb.
7961         (gnus-select-frame-set-input-focus): Silence compiler.
7962
7963 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-subject-trailing-was-query): Change default to t,
7966         since I think that's what most people want.
7967
7968         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7969         appending for easier debugging.
7970         (nnimap-wait-for-connection): Take a regexp.
7971         (nnimap-request-accept-article): Wait for the continuation line before
7972         sending anything unless we're streaming.
7973
7974         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7975         leave the header washing to take place.
7976
7977 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7978
7979         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7980         regular expression match and replace in posting styles.
7981
7982 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7983
7984         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7985         an entire server.
7986         (nnir-get-active): New function.
7987         (nnir-run-imap): Use it.
7988         (nnir-run-gmane): Who knew, gmane search returns an article score!
7989
7990         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7991         server on the current line with nnir.
7992
7993 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7996         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7997         left edge.
7998         (gnus-article-foldable-buffer): Skip past the prefix when determining
7999         raggedness.
8000
8001         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8002         the raw article, and change `C-u g' to show the article without doing
8003         treatments.
8004
8005         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8006         on to `gnus-treat-article'.
8007         (gnus-inhibit-article-treatments): New variable.
8008
8009         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8010
8011         * gnus-art.el (gnus-treatment-function-alist): Have
8012         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8013         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8014         sections.
8015
8016         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8017         parameter.
8018         (gnus-article-fill-cited-long-lines): New function.
8019         (gnus-article-fill-cited-article): Allow filling only long sections.
8020
8021         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8022         and non-punctuation (like after the apostrophe in "'We").
8023
8024         * gnus-sum.el (gnus-summary-select-article): Make sure
8025         gnus-original-article-buffer is alive.
8026
8027         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8028         reflect the order they're in in the digest.
8029
8030         * gnus.el (gnus-group-startup-message): Move point to the start of the
8031         buffer.
8032
8033         * nnimap.el (nnimap-capability): New function.
8034         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8035         is set.
8036
8037 2010-10-31  David Engster  <dengste@eml.cc>
8038
8039         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8040         conform with changes to gnus-completing-read.
8041
8042 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8045
8046 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8047
8048         * nnir.el: Move defvar, defcustom around to keep file organized
8049         and keep byte-compiler quiet.
8050         (nnir-read-parms): Accept search-engine as arg.
8051         (nnir-run-query): Pass search-engine as arg.
8052         (nnir-search-engine): Remove.
8053
8054 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * shr.el (shr-generic): The text nodes should be text, not :text.
8057
8058         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8059         later in the file.
8060
8061 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8062
8063         * nnir.el: General clean up.  Allow searching with multiple engines.
8064         Allow separate extra-parameters for each engine.
8065         Batch queries when possible.
8066         (nnir-imap-default-search-key,nnir-method-default-engines):
8067         Add customize interface.
8068         (nnir-run-gmane): New engine.
8069         (nnir-engines): Use it.  Qualify all prompts with engine name.
8070         (nnir-search-engine): Remove global variable.
8071         (nnir-run-hyrex): Restore for now.
8072         (nnir-extra-parms,nnir-search-history): New variables.
8073         (gnus-group-make-nnir-group): Use them.
8074         (nnir-group-server): Remove in favor of gnus-group-server.
8075         (nnir-request-group): Avoid searching twice.
8076         (nnir-sort-groups-by-server): New function.
8077
8078 2010-10-30  Julien Danjou  <julien@danjou.info>
8079
8080         * gnus-group.el: Remove gnus-group-fetch-control.
8081
8082         * gnus-start.el (gnus-find-new-newsgroups):
8083         Remove gnus-check-first-time-used.
8084
8085         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8086
8087 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8088
8089         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8090         set on groups that don't have \* permanentflags.
8091
8092 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8095         control the background color.
8096         (shr-tag-img): Ignore very small web bug type images.
8097         (shr-put-image): Add help-echo alt texts to the images.
8098         (shr-tag-video): Show the video poster image.
8099
8100 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * shr.el (shr-table-depth): New variable.
8103         (shr-tag-table-1): Only insert the images after the top-level table.
8104
8105         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8106
8107         * gnus-util.el (gnus-list-memq-of-list): New function.
8108
8109         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8110         selected.
8111         (nnimap-unsplittable-articles): New slot.
8112         (nnimap-new-articles): Use it.
8113
8114 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8115
8116         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8117         move to the previous line on `M-g'.
8118
8119 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8122         *-request-group, which seems unnecessary.
8123
8124         * nnimap.el (nnimap-quote-specials): Function copied over from
8125         imap.el.
8126         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8127         they support that.  Suggested by Tom Regner.
8128
8129 2010-10-29  Julien Danjou  <julien@danjou.info>
8130
8131         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8132         defalias.
8133         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8134
8135         * gnus.el: Remove `gnus-nntp-service' variable.
8136         (gnus-secondary-servers): Make obsolete.
8137         (gnus-nntp-server): Make obsolete.
8138
8139         * gnus-start.el (gnus-1): Remove x-splash calls.
8140
8141         * gnus-ems.el (gnus-x-splash): Remove.
8142
8143         * gnus.el (gnus-group-startup-message): Simplify/update code.
8144
8145         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8146         definition.
8147
8148         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8149         capability before doing anything.
8150         (gnus-group-insert-group-line): Remove useless
8151         gnus-group-remove-excess-properties.
8152
8153 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8156
8157 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8160         config after reselecting.
8161
8162 2010-10-28  Julien Danjou  <julien@danjou.info>
8163
8164         * shr.el (shr-put-image): Use point even if only inserting text.
8165         (shr-put-image): Save excursion when inserting alt text on non-graphic
8166         display, so the behavior is the same when we are on a graphic display.
8167
8168         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8169
8170 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8173         (gnus-mime-copy-part): Check coding system, not charset.
8174         (gnus-mime-view-part-externally): Never remove part.
8175         (gnus-mime-view-part-internally): Don't remove part here.
8176         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8177         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8178         multipart/alternative.
8179
8180         * mm-decode.el (mm-display-part): Take optional arg `force'.
8181
8182 2010-10-26  Julien Danjou  <julien@danjou.info>
8183
8184         * gnus-group.el (gnus-group-default-list-level): Add this function to
8185         compute the default list level.
8186         (gnus-group-default-list-level): Add possibility to use a function.
8187
8188 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8191
8192         * gnus-group.el (gnus-group-completing-read)
8193         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8194         gnus-replace-in-string.
8195
8196 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * shr.el (shr-tag-div): Add.
8199
8200         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8201
8202 2010-10-25  Julien Danjou  <julien@danjou.info>
8203
8204         * gnus-util.el: Remove `gnus-with-local-quit'.
8205
8206         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8207
8208 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8211         the original article buffer.
8212
8213 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * nnimap.el (nnimap-request-head): New function.
8216         (nnimap-request-move-article): Try to be slightly faster by not
8217         requesting the entire message when moving.
8218         (nnimap-transform-headers): Don't bug out on bodiless articles.
8219         (nnimap-send-command): Have no outstanding messages if the IMAP server
8220         doesn't support streaming.
8221         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8222
8223 2010-10-24  Julien Danjou  <julien@danjou.info>
8224
8225         * message.el (message-default-headers): Fix type.
8226
8227 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8230         prefetching images.
8231
8232         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8233         backend for unknown groups.  This is mainly useful for nnimap groups.
8234
8235         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8236         group isn't covered by the agent.
8237
8238 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8239
8240         * nnir.el (nnir-method-default-engines): New variable.
8241         (nnir-run-query): Use it.
8242         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8243         (gnus-summary-nnir-goto-thread): Change group if needed.
8244
8245         * gnus-group.el (gnus-group-group-map): Add key binding for
8246         gnus-group-make-nnir-group.
8247
8248 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * shr.el (shr-tag-object): Add.
8251
8252         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8253         original article buffer live.
8254         (gnus-summary-select-article-buffer):
8255         Mention gnus-widen-article-buffer.
8256
8257 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * shr.el (shr-tag-strong): Add.
8260
8261 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8264         group names.  They mess up the group buffer badly.
8265
8266         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8267
8268         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8269         instead of the summary one.
8270
8271 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mml.el (mml-preview): Work properly when editing article.
8274
8275         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8276         gnus-have-read-active-file if it's already been in.
8277
8278 2010-10-22  Tom Tromey  <tromey@redhat.com>
8279
8280         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8281         gnus-group-completing-read.
8282
8283 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * message.el (message-mode-map): Don't bind M-; to comment region, to
8286         allow the global comment-dwim to work.
8287
8288 2010-10-21  Julien Danjou  <julien@danjou.info>
8289
8290         * message.el (message-setup-1): Allow message-default-headers to be a
8291         function.
8292
8293 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * shr.el (shr-tag-table): Simplify.
8296
8297 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8300         to avoid trying to snarf invalid stuff.
8301
8302         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8303
8304         * gnus.el (gnus-message-archive-group): Quote value.
8305         (gnus-message-archive-group): Mark as changed.
8306
8307         * shr.el (shr-add-font): Don't put the font properties on the newline
8308         or the indentation.
8309
8310         * message.el (message-fix-before-sending): Change options when sending
8311         non-printable characters.
8312
8313         * gnus.el (gnus-message-archive-method): Change the default to
8314         monthly outgoing groups.
8315
8316         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8317         that have gotten new numbers.
8318
8319         * nnimap.el (nnimap-request-replace-article): New function.
8320
8321 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8324         (nnrss-request-article): Don't use special html washing code.
8325
8326 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * shr.el (shr-tag-table): Remove useless nconc.
8329
8330 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * gnus-art.el (article-wash-html): Simplify and remove the charset
8333         stuff.  Use the normal html rendering code instead of the special html
8334         washing code.
8335
8336         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8337         `gnus-w3m' symbols.
8338         (mm-text-html-washer-alist): Remove.
8339
8340         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8341         (mm-inline-media-tests): Remove use.
8342         (mm-text-html-renderer): Change default to the `shr' symbol.
8343
8344         * mm-view.el (mm-inline-text-html): Remove use.
8345
8346         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8347         `gnus-blocked-images' to be a function.
8348         (gnus-article-wash-function): Remove.
8349
8350 2010-10-20  Julien Danjou  <julien@danjou.info>
8351
8352         * spam.el (spam-list-of-processors): Mark as obsolete.
8353
8354         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8355         (nnimap-insert-partial-structure): Fix boundary detection.
8356
8357 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8358
8359         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8360         run file-truename on remote files.  This can be expensive and even
8361         prevent one from editing drafts if some unrelated buffer has a stale
8362         connection.
8363
8364 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8367         kinsoku-eol regardless of shr-kinsoku-shorten.
8368         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8369         (shr-tag-table): Support caption, thead, and tfoot.
8370
8371 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8374         lines.
8375         (shr-save-contents): New command and keystroke.
8376
8377         * nndoc.el (nndoc-type-alist): Add git support.
8378         (nndoc-git-type-p): New function.
8379         (nndoc-transform-git-article): Ditto.
8380         (nndoc-transform-git-headers): Ditto.
8381         (nndoc-transform-git-headers): Generate Subject headers.
8382
8383         * shr.el (shr-parse-style): New function.
8384         (shr-tag-span): Ditto.
8385
8386         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8387         to `G G' to avoid collisions.
8388
8389 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * shr.el: Load kinsoku if necessary.
8392         (shr-kinsoku-shorten): New internal variable.
8393         (shr-find-fill-point): Make kinsoku shorten text line if
8394         shr-kinsoku-shorten is bound to non-nil.
8395         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8396         shr-indentation too when testing if table is wider than frame width.
8397         (shr-insert-table): Use `string-width' instead of `length' to measure
8398         text width.
8399         (shr-insert-table-ruler): Make sure indentation is done at bol.
8400
8401 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8402
8403         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8404         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8405         undecoded network data.
8406
8407 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8410         name in the mode line spec so that the mode line menu works
8411         (bug #2431).
8412
8413         * message.el (message-get-reply-headers): If we're fed `to-address',
8414         then always use that.
8415
8416         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8417         aren't so wide as to need to switch off the edit menu.
8418
8419         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8420         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8421
8422         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8423         `M-g'.
8424         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8425         the permanent marks.
8426
8427 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8428
8429         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8430         Splitting according to references/in-reply-to obeys the ignore-groups
8431         variable, while splitting by sender and subject do not.
8432
8433 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8436         alist, so that we can look for non-Unicode chars.
8437         (article-translate-strings): Allow both character and string maps.
8438
8439 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * shr.el (shr-insert): Don't insert space behind a wide character
8442         categorized as kinsoku-bol, or between characters both categorized as
8443         nospace.
8444
8445 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8446
8447         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8448         headers to gnus-newsgroup-headers.
8449
8450 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * shr.el (shr-tag-img): Don't align images -- since we're not
8453         rescaling, this often leads to ugly displays.
8454
8455 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8456
8457         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8458         duplicates.
8459
8460 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8461
8462         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8463         call.
8464
8465 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus.el: Autoload gnus-html-show-images.
8468
8469         * nnimap.el: Use nnheader-message throughout.
8470
8471         * shr.el (shr-tag-img): Ignore images with no data.
8472
8473 2010-10-15  Julien Danjou  <julien@danjou.info>
8474
8475         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8476         a possibility to disable format=flow encoding when using hard newlines.
8477
8478 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * shr.el (shr-insert): Remove space inserted before or after a
8481         breakable character or at the beginning or the end of a line.
8482         (shr-find-fill-point): Do kinsoku; find the second best point or give
8483         it up if there's no breakable point.
8484
8485 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * nnimap.el (nnimap-open-connection): Message when opening connection
8488         for debugging purposes.
8489
8490         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8491         on every setup buffer call to allow this to change from article to
8492         article.
8493
8494         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8495         buffers where we have a wide table.
8496
8497 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8498
8499         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8500         uses *-request-thread.
8501
8502 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8505         incantation, which is no longer valid.
8506
8507 2010-10-14  Julien Danjou  <julien@danjou.info>
8508
8509         * shr.el: Fix defcustom type (char -> character).
8510
8511 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8514         programs.
8515
8516 2010-10-14  Julien Danjou  <julien@danjou.info>
8517
8518         * shr.el (shr-tag-a): Use url-link as widget type.
8519
8520         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8521         `gnus-group-get-icon'.
8522
8523 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8526         This should make server editing work better.
8527
8528         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8529
8530         * tls.el (tls-program): Remove spurious %s from openssl.
8531
8532         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8533         (nnimap-parse-flags): Fix regexp.
8534
8535         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8536         probably work for CJVK text, too.
8537
8538         * nnimap.el (nnimap-extend-tls-programs): Remove.
8539         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8540
8541         * tls.el (tls-starttls-switches): Remove starttls hack.
8542         (open-tls-stream): Ditto.
8543         (tls-find-starttls-argument): Ditto.
8544
8545 2010-10-13  Julien Danjou  <julien@danjou.info>
8546
8547         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8548         responses.
8549
8550 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8553
8554         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8555         anything in Emacs.
8556
8557         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8558
8559 2010-10-13  Julien Danjou  <julien@danjou.info>
8560
8561         * shr.el (shr-width): Make shr-width a defcustom with default to
8562         fill-column.
8563         (shr-tag-img): Use shr-width rather than fill-column.
8564
8565 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * dgnushack.el (byte-optimize-apply):
8568         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8569
8570         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8571         position when (X-)Faces exist.
8572         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8573         avatars when called interactively.
8574
8575 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8578         gnus-article-x-face-too-ugly is bound.
8579
8580 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8583
8584         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8585         mailbox that doesn't exist.
8586
8587 2010-10-12  Julien Danjou  <julien@danjou.info>
8588
8589         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8590         (shr-get-image-data): Encode URL properly when fetching from cache.
8591         (shr-tag-img): Use aligned-to spaces to align correctly images.
8592
8593         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8594         before inserting the Gravatar.
8595
8596         * shr.el (shr-tag-img): Add align attribute support for <img>.
8597
8598 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * gnus-gravatar.el (gnus-art): Require.
8601
8602         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8603         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8604         Remove long obsoleted functions.
8605
8606 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8609
8610         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8611
8612         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8613         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8614         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8615         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8616         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8617         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8618         * sieve-manage.el, smime.el, spam.el:
8619         Fix comment for declare-function.
8620
8621 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * nnimap.el (nnimap-request-rename-group): Select group read-only
8624         before renaming it.
8625
8626         * shr.el (shr-insert): Fix up the white space only regexp.
8627
8628         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8629         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8630
8631         * shr.el (shr-current-column): New function.
8632         (shr-find-fill-point): New function.
8633
8634 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8635
8636         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8637         numbers.
8638
8639 2010-10-11  Julien Danjou  <julien@danjou.info>
8640
8641         * shr.el (shr-hr-line): Add.
8642         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8643         display hr lines.
8644         (shr-max-columns): Do not change state to nil if we just inserting
8645         spaces.
8646
8647 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8650         select the last group.
8651
8652 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8653
8654         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8655
8656 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8657
8658         * dig.el (dig-mode-map): Declare and define in one step.
8659
8660 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8663         for Gnus.
8664         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8665         (nnimap-update-qresync-info): Mark \Seen articles as read.
8666
8667         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8668         non-variable, too.
8669
8670         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8671         available.
8672         (nnimap-update-info): Rely more on the current active than the param
8673         active to avoid marking articles as read too much.
8674
8675         * auth-source.el (auth-source-create): Use (user-login-name) for the
8676         user name default.
8677
8678         * nnimap.el (nnimap-update-info): If the server doesn't return any
8679         useful info, just use the previous info.
8680         (nnimap-update-info): Prefer old info over start-article.
8681         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8682
8683 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8684
8685         * nnir.el (autoload): Clean up autoloads.
8686         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8687         Use key rather than value.
8688         (nnir-imap-search-other): New variable.
8689         (nnir-read-parm): Use it.
8690         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8691         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8692
8693 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8694
8695         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8696         the process, too.
8697
8698 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * spam.el (gnus-summary-mode-map): Bind to "$".
8701         Suggested by Russ Allbery.
8702
8703         * shr.el: Rework the way things are indented by <li> slightly.
8704
8705         * gnus.el (gnus-group-set-parameter): Fix typo.
8706
8707         * nnimap.el: Start implementing QRESYNC support.
8708
8709 2010-10-09  Julien Danjou  <julien@danjou.info>
8710
8711         * nnir.el (nnir-engines): Fix too many arguments.
8712
8713 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8716         group is the "last", so that the backends like nnfolder actually save
8717         their folders.
8718
8719         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8720         try to use that for the tls stream.
8721         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8722         UIDVALIDITY and find out which groups are read-only and not.
8723         (nnimap-get-flags): Use the same marks parsing code as the rest of
8724         nnimap.
8725
8726 2010-10-09  Julien Danjou  <julien@danjou.info>
8727
8728         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8729
8730         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8731         retrieving gravatars.
8732
8733         * shr.el (shr-table-corner): Add.
8734         (shr-table-line): Add.
8735         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8736
8737 2010-10-08  Julien Danjou  <julien@danjou.info>
8738
8739         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8740
8741 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8744
8745         * gnus-sum.el (gnus-mark-article-as-unread)
8746         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8747         (gnus-summary-set-bookmark): Use it.
8748
8749         * gnus-msg.el (gnus-setup-message): Use it.
8750
8751         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8752
8753         * gnus.el (gnus-group-remove-parameter): Use it.
8754
8755         * gnus-group.el (gnus-group-make-web-group): Use it.
8756
8757         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8758
8759         * nnregistry.el: Update docs to mention manual.
8760
8761         * gnus-registry.el: Update docs to mention nnregistry.el.
8762         (gnus-registry-initialize): Don't install nnregistry refer method
8763         automatically.
8764         (gnus-registry-install-nnregistry): Remove it.
8765
8766 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * shr.el (shr-insert): Don't insert double spaces.
8769
8770 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-gravatar.el (gnus-treat-from-gravatar)
8773         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8774         called interactively.
8775
8776         * gnus-art.el (gnus-mime-view-part-externally)
8777         (gnus-mime-view-part-internally): Make predicate function passed to
8778         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8779         of a mime type.
8780
8781         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8782
8783 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * shr.el (require): Require cl when compiling.
8786         (shr-tag-hr): New function.
8787
8788         * nnimap.el (nnimap-update-info): Remove double setting of high.
8789         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8790         This makes nnimap work properly on Courier again.
8791
8792         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8793         the variable for backwards compatibility.
8794
8795         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8796         the file name before using to avoid setting mm-default-directory to
8797         nil.
8798
8799         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8800         bidning gnus-agent variables.
8801
8802         * shr.el (shr-render-td): Use a cache for the table rendering function
8803         to avoid getting an exponential rendering behavior in nested tables.
8804         (shr-insert): Rework the line-breaking algorithm.
8805         (shr-insert): Don't leave trailing spaces.
8806         (shr-insert-table): Also insert empty TDs.
8807         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8808
8809 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8810
8811         * gnus-sum.el (gnus-number): Rename from `number'.
8812         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8813         (gnus-summary-limit-children): Update uses correspondingly.
8814
8815 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8818         (gnus-gravatar-transform-address): Don't show avatars of people of
8819         which mail addresses match gnus-gravatar-too-ugly.
8820
8821 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * shr.el (shr-table-widths): Expand TD elements to fill available
8824         space.
8825
8826 2010-10-07  Julien Danjou  <julien@danjou.info>
8827
8828         * nnimap.el (nnimap-request-rename-group): Add this method.
8829
8830 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8833         name from XEmacs' function-arglist.
8834
8835         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8836         gravatar under XEmacs.
8837
8838 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8839
8840         * auth-source.el: Update docs with TODO items.
8841
8842         * gnus-sync.el: Update docs to explain state and plans.
8843
8844         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8845         Hooks for mark updates.
8846         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8847
8848         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8849         hooks with arguments, which is needed for mark update hooks.
8850
8851 2010-10-06  Julien Danjou  <julien@danjou.info>
8852
8853         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8854         was matched.
8855
8856         * sieve-manage.el: Update example in `Commentary'.
8857
8858         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8859
8860         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8861         not 2000.
8862         (sieve-manage-authenticate): Re-add function.
8863
8864 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * shr.el (shr-insert): Get 'space transition right.
8867         (shr-render-td): Only delete space at the end of the TD.
8868
8869         * nnimap.el (nnimap-open-connection): Prepare to support
8870         open-gnutls-stream.
8871
8872         * shr.el: Rearrange function order to be more logical.
8873
8874 2010-10-06  Julien Danjou  <julien@danjou.info>
8875
8876         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8877         (nnrss-discover-feed): Remove 404 URL in docstring.
8878
8879         * nnir.el: Fix Swish-E URL.
8880         Fix Namazu URL.
8881
8882         * message.el (message-change-subject): Remove 404 URL in a comment.
8883
8884 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8887         called interactively.
8888
8889         * gnus-util.el (gnus-remove-if): Allow hash table.
8890         (gnus-remove-if-not): New function.
8891
8892         * gnus-art.el (gnus-mime-view-part-as-type):
8893         * gnus-score.el (gnus-summary-score-effect):
8894         * gnus-sum.el (gnus-read-move-group-name):
8895         Replace remove-if-not with gnus-remove-if-not.
8896
8897         * gnus-group.el (gnus-group-completing-read):
8898         Regard collection as a hash table if it is not a list.
8899
8900 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8903
8904         * shr.el: Document the table-rendering algorithm.
8905
8906 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8909         for Emacsen having no `libxml-parse-html-region' support.
8910
8911 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8914         invalid URLs.
8915
8916         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8917         line-broken.
8918         (shr-tag-img): Ignore image fetching errors.
8919         (shr-overlays-in-region): Compute overlay positions correctly.
8920
8921         * mm-decode.el (mm-shr): Require shr.
8922
8923         * gnus-art.el (gnus-blocked-images): Move variable here.
8924
8925         * shr.el (shr-insert-table): Bind free variable.
8926
8927         * mm-decode.el (mm-shr): Bind shr-content-function.
8928
8929         * shr.el (shr-content-function): New variable.
8930
8931         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8932         added for symmetry.
8933
8934         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8935
8936         * gnus-group.el (gnus-group-make-group): Doc fix.
8937
8938         * nnimap.el (nnimap-request-newgroups): Return success.
8939
8940         * shr.el (shr-find-elements): New function.
8941         (shr-tag-table): Put all the images after the table.
8942         (shr-tag-table): Really inhibit images inside the table.
8943         (shr-collect-overlays): Copy over overlays from the TD elements to the
8944         main document.
8945
8946         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8947         gnus-blocked-images.
8948
8949 2010-10-05  Julien Danjou  <julien@danjou.info>
8950
8951         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8952
8953         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8954         (gnus-html-maximum-image-size): Add this function.
8955         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8956
8957         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8958         server-value of the capability is nil.
8959
8960 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * shr.el (shr-tag-em): Add <EM> tag.
8963
8964 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8965
8966         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8967         customizable.
8968
8969         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8970         handing broken links to browse-url.
8971
8972 2010-10-05  Julien Danjou  <julien@danjou.info>
8973
8974         * gnus-util.el (gnus-emacs-completing-read)
8975         (gnus-iswitchb-completing-read): Use autoload rather than require.
8976
8977 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8980         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8981         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8982         iswitchb-temp-buflist for XEmacs.
8983
8984         * gnus-util.el (gnus-completing-read-function): Exclude
8985         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8986         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8987         XEmacs.
8988
8989         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8990         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8991
8992         * gnus-html.el: Don't require help-fns under XEmacs.
8993         (gnus-html-schedule-image-fetching): Work for XEmacs.
8994
8995         * mm-decode.el (mm-shr): Decode contents by charset.
8996
8997 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998
8999         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9000         unknown.
9001
9002         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9003         (shr-get-image-data): Ensure against the cache file missing.
9004
9005         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9006         for data.
9007
9008         * spam-report.el (spam-report-url-ping-plain): Don't query about
9009         killing the process.
9010
9011         * shr.el (shr-render-td): Protect against too-wide text.
9012
9013 2010-10-04  Julien Danjou  <julien@danjou.info>
9014
9015         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9016         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9017
9018         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9019         retrieved.
9020
9021 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * shr.el (browse-url): Require.
9024         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9025         lines.
9026         (shr-show-alt-text, shr-browse-image): New commands.
9027         (shr-browse-url, shr-copy-url): New commands.
9028
9029         * gnus-sum.el (gnus-widen-article-window): New variable.
9030         (gnus-summary-select-article-buffer): Use it.
9031
9032         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9033         without @ signs.
9034
9035 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9036
9037         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9038
9039 2010-10-04  Julien Danjou  <julien@danjou.info>
9040
9041         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9042         for XEmacs.
9043
9044 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9047
9048         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9049         (nnimap-close-server): Implement.
9050
9051         * dgnushack.el (iswitchb): Require to shut up the compiler.
9052
9053         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9054         (shr-insert): Tweak line breaking.
9055         (shr-insert): Handle <pre> better.
9056         (shr-tag-li): Get <li> indentation right.
9057         (shr-tag-li): Get <li> indentation even righter.
9058         (shr-tag-blockquote): Ensure paragraph start.
9059         (shr-make-table): Tweak table generation.
9060         (shr-make-table): Fix typo.
9061
9062         * shr.el: Implement table rendering.
9063
9064 2010-10-04  Julien Danjou  <julien@danjou.info>
9065
9066         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9067
9068 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * shr.el (shr-insert): Use string anchors instead of line anchors.
9071
9072 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * shr.el: Add headings.
9075         (shr-ensure-paragraph): Actually work.
9076         (shr-tag-li): Make <ul> prettier.
9077         (shr-insert): Get white space at the beginning/end of elements right.
9078         (shr-tag-p): Collapse subsequent <p>s.
9079         (shr-ensure-paragraph): Don't insert double line feeds after blank
9080         lines.
9081         (shr-insert): \t is also space.
9082         (shr-tag-s): Fix "s" tag name function.
9083         (shr-tag-s): Fix face prop name.
9084
9085 2010-10-03  Julien Danjou  <julien@danjou.info>
9086
9087         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9088
9089         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9090         gnus-window-inside-pixel-edges.
9091
9092         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9093         gnus-ems.
9094
9095         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9096
9097         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9098         function.
9099
9100         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9101         resize choice.
9102
9103 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9106         beginning of the buffer.
9107
9108         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9109         article buffer again.
9110
9111         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9112
9113         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9114         when it's at the start of the buffer.
9115
9116         * shr.el (shr-tag-blockquote): Convert name.
9117         (shr-rescale-image): Use the right image-size variant.
9118
9119         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9120         buffer isn't shown, then select the current article first instead of
9121         bugging out.
9122         (gnus-summary-select-article-buffer): Show both the article and summary
9123         buffers again.
9124
9125         * shr.el (shr-fontize-cont): Protect against regions with no text.
9126         Rename tag functions to shr-tag-* for enhanced security.
9127         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9128
9129 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9130
9131         * shr.el (shr-insert):
9132         * pop3.el (pop3-movemail):
9133         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9134         loaded.
9135
9136 2010-10-03  Glenn Morris  <rgm@gnu.org>
9137
9138         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9139
9140         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9141
9142         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9143
9144         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9145
9146         * gnus-util.el (gnus-make-local-hook): Simplify.
9147
9148 2010-10-02  Julien Danjou  <julien@danjou.info>
9149
9150         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9151         (gnus-ido-completing-read): New function.
9152         (gnus-emacs-completing-read): New function.
9153         (gnus-completing-read): Use gnus-completing-read-function.
9154         Add gnus-completing-read-function.
9155
9156 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157
9158         * shr.el (shr-insert-document): Autoload.
9159         (shr-img): Be silent.
9160         (shr-insert): Add a newline after every picture before text.
9161         (shr-add-font): Use overlays for combining faces.
9162         (shr-insert): Pass upwards the text start point.
9163
9164         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9165         possible.
9166         (mm-shr): New function.
9167
9168 2010-10-02  Julien Danjou  <julien@danjou.info>
9169
9170         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9171         should go backward.
9172
9173 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9174
9175         * shr.el (shr): Fix typo in provide call.
9176
9177 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * shr.el: New file.
9180
9181         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9182
9183         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9184         completing read.
9185
9186 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187
9188         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9189         we're being queried about.  Suggested by Dan Jacobson.
9190
9191         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9192         Suggested by Jason Eisner.
9193
9194         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9195         table, too.  Suggested by Stefan Wiens.
9196         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9197         the table unnecessary.  Suggested by Stefan Wiens.
9198
9199         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9200         longer needed, and probably doesn't work either, as pointed out by
9201         Stefan Wiens.
9202         (gnus-summary-exit): Remove call to the clearing function.
9203         (gnus-summary-exit-no-update): Ditto.
9204
9205         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9206         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9207         Reported by Stefan Monnier.
9208         (gnus-summary-save-in-rmail): Ditto.
9209
9210         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9211         article buffer, instead of both the article buffer and the summary
9212         buffer.  Sort of suggested by Dan Jacobson.
9213
9214         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9215
9216         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9217         Suggested by Dan Jacobson.
9218
9219         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9220         documentation clearer.
9221
9222         * message.el (message-shorten-references): Comment on the number "21".
9223         Suggested by Stefan Monnier.
9224
9225         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9226         Suggested by Dan Jacobson.
9227
9228         * gnus.el (gnus-large-newsgroup):
9229         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9230
9231         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9232         externalize attachments.  Bug reported by Steve Wen.
9233
9234         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9235         really message anything to the user.
9236
9237         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9238         directly.
9239
9240         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9241         messages in empty groups.
9242
9243 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9244
9245         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9246         non-UIDNEXT group.
9247
9248 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9251         not the value from the collection.
9252
9253         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9254         values.  This sometimes happens on some groups that have no info.
9255         (nnimap-request-newgroups): New function.
9256
9257 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9258
9259         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9260         check into `gnus-registry-initialize'.
9261         (gnus-registry-initialize): Ditto.
9262         Fix and extend header docs.
9263
9264 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265
9266         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9267         regexp backtrace overflows.
9268
9269         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9270         for starttls that tls.el implements; i.e. openssl.
9271
9272         * tls.el (tls-starttls-switches): Give up on using starttls with
9273         gnutls-cli.
9274         (tls-program): Add --insecure to be consistent with the defaults from
9275         openssl s_client.  Now all three commands are insecure.
9276
9277 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * lpath.el: Bind completion-styles-alist for XEmacs.
9280
9281         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9282         (gravatar-create-image): New function that's an alias to
9283         gnus-xmas-create-image, gnus-create-image, or create-image.
9284         (gravatar-data->image): Use it.
9285
9286 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9287
9288         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9289         install the nnregistry refer method.
9290         (gnus-registry-install-hooks): Use it.
9291         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9292         unfollowed groups.
9293
9294 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9295
9296         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9297         expanding threads.
9298
9299 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * nnir.el: Use the server names without suffixes (bug #7009).
9302
9303         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9304         unencrypted to STARTTLS, if possible.
9305
9306 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9307
9308         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9309         headers before superseding.
9310
9311 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * nnrss.el (nnrss-use-local): Add documentation.
9314
9315         * nnimap.el (nnimap-extend-tls-programs): New function.
9316         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9317         (nnimap-wait-for-connection): Accept the greeting from the stupid
9318         output from openssl s_client -starttls, too.
9319
9320         * tls.el (tls-starttls-switches): New variable.
9321         (tls-find-starttls-argument): Use it.
9322         (open-tls-stream): Ditto.
9323
9324         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9325         (netrc-machine): Ditto.
9326
9327         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9328         article number.
9329         (nnimap-split-fancy): New variable.
9330         (nnimap-split-incoming-mail): Use it.
9331
9332         * nntp.el (nntp-server-list-active-group): Document.
9333
9334         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9335         SELECT to get the message-id.
9336
9337         * mail-source.el (mail-sources): Remove webmail support.
9338         (defvar): Ditto.
9339         (mail-source-fetcher-alist): Ditto.
9340         (mail-source-fetch-webmail): Remove.
9341
9342         * webmail.el: Remove -- doesn't seem relevant any more.
9343
9344         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9345
9346         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9347         the \r.
9348
9349 2010-09-30  Julien Danjou  <julien@danjou.info>
9350
9351         * gnus-agent.el (gnus-agent-add-group): Fix call to
9352         gnus-completing-read.
9353
9354 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * nndoc.el (nndoc-retrieve-groups): New function.
9357
9358         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9359         `default', use nnmail-split-methods.
9360         (nnimap-request-article): Downcase the NILs so that they are nil.
9361
9362         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9363         symbol.
9364
9365         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9366         code, since if the user has requested network, that's what they ought
9367         to get.
9368         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9369         (nnimap-split-rule): Mark as obsolete.
9370
9371         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9372         New variable.
9373
9374         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9375         correct slot, too.
9376
9377 2010-09-29  Julien Danjou  <julien@danjou.info>
9378
9379         * gnus.el (gnus-local-domain): Declare variable obsolete.
9380
9381         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9382         Fix history computing.
9383         (gnus-ido-completing-read): Require ido.
9384
9385 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9388         build Gnus.
9389
9390         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9391         when interpreting the structures.
9392         (nnimap-request-accept-article): Add \r\n to the lines to make this
9393         work with Cyrus.
9394
9395         * nndraft.el (nndraft-request-expire-articles): Use the group name
9396         instead if "nndraft".  Fix found by Nils Ackermann.
9397
9398 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9399
9400         * nnregistry.el: Add.
9401
9402 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9403
9404         * nnmail.el (group, group-art-list, group-art):
9405         Remove unneeded directives.
9406
9407 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9410         (mm-mime-charset):
9411         * rfc2047.el (rfc2047-syntax-table):
9412         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9413
9414         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9415         rather than `insert-file-contents' and `eval-region'.
9416
9417         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9418         construction.
9419
9420         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9421
9422         * time-date.el: No need to require cl for Emacs 21.
9423
9424 2010-09-29  Julien Danjou  <julien@danjou.info>
9425
9426         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9427         replacement of `gnus-gravatar-relief' to mimic
9428         `gnus-faces-properties-alist'.
9429         Add :version property.
9430
9431 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * mail-source.el (mail-source-report-new-mail):
9434         * message.el (message-default-mail-headers):
9435         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9436
9437         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9438
9439 2010-09-28  Julien Danjou  <julien@danjou.info>
9440
9441         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9442         mail-address contains the same string as real-name.
9443
9444         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9445         non-blank in header, otherwise it'll get stripped.
9446
9447         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9448         real-name, and then for mail address rather than doing : or , search.
9449
9450 2010-09-27  Julien Danjou  <julien@danjou.info>
9451
9452         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9453         right completing-read function.
9454         (gnus-use-ido): New variable
9455         (gnus-completing-read-with-default): Remove.
9456         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9457         (gnus-agent-add-group):
9458         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9459         * mm-view.el (mm-view-pkcs7-decrypt):
9460         * mm-util.el (mm-codepage-setup):
9461         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9462         * mml-smime.el (mml-smime-openssl-sign-query):
9463         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9464         (mml-insert-multipart):
9465         * gnus-msg.el (gnus-summary-yank-message):
9466         * gnus-int.el (gnus-start-news-server):
9467         * mm-decode.el (mm-interactively-view-part):
9468         * gnus-dired.el (gnus-dired-attach):
9469         * gnus.el (gnus-read-method):
9470         * gnus-bookmark.el (gnus-bookmark-jump):
9471         * gnus-art.el (gnus-mime-view-part-as-type)
9472         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9473         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9474         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9475         * nnmairix.el (nnmairix-create-server-and-default-group)
9476         (nnmairix-update-groups, nnmairix-get-server)
9477         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9478         (nnmairix-get-group-from-file-path):
9479         * nnrss.el (nnrss-find-rss-via-syndic8):
9480         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9481         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9482         (gnus-group-browse-foreign-server):
9483         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9484         (gnus-summary-execute-command, gnus-summary-respool-article)
9485         (gnus-read-move-group-name):
9486         * gnus-score.el (gnus-summary-increase-score)
9487         (gnus-summary-score-effect):
9488         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9489
9490 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9493         x-focus-frame.
9494
9495         * nnimap.el (auth-source-forget-user-or-password)
9496         (auth-source-user-or-password): Autoload.
9497
9498         * message.el (message-from-style, message-interactive)
9499         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9500         (message-yank-prefix, message-indentation-spaces, message-signature)
9501         (message-signature-file): Add comment.
9502
9503 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9506         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9507         new articles.
9508
9509         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9510         parts.
9511         (nnimap-request-article): Work with the t setting, too.
9512
9513         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9514         that you don't get flashes of other buffers.
9515         (gnus-summary-show-complete-article): Intern before setting.
9516
9517 2010-09-27  David Engster  <dengste@eml.cc>
9518
9519         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9520         well as HEADERS.
9521         (nnmairix-retrieve-headers): Provide new argument for the above.
9522
9523 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * gnus-sum.el (gnus-summary-move-article): Don't alter
9526         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9527         group.
9528
9529         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9530
9531         * message.el (message-cite-prefix-regexp): Revert my last edit.
9532
9533         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9534         variable instead of the Gnus variable.
9535
9536         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9537
9538         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9539
9540         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9541         since some servers don't like it.
9542         (nnimap-open-connection): Forget credentials if the server says the
9543         password was wrong.
9544         (nnimap-parse-line): Protect against invalid data.
9545
9546         * gnus-sum.el (gnus-summary-move-article): Add comment.
9547         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9548         nothing alters it while scanning for new messages.
9549
9550         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9551         which may or may not help.
9552         (nnimap-open-connection): If we're doing a stream connection, and then
9553         discover we're on a STARTTLS-capable server, then open a STARTTLS
9554         connection instead.
9555
9556 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * nnimap.el (utf7): Require.
9559
9560         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9561         prefix.
9562
9563 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9564
9565         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9566
9567 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * nnimap.el (nnimap-request-accept-article): Message the error on
9570         error.
9571
9572 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9575
9576 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * nndoc.el (nndoc-request-list): Return success always.
9579
9580         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9581         `fetch-old' -- we only want to fetch the articles we've requested.
9582         The rest are in the agent, probably.
9583         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9584         disappeared server" to something low.  It's not important.
9585
9586         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9587         arrived before the FETCH data.
9588
9589         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9590         target here, because we don't know the Gnus name of the group.
9591
9592         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9593         for the correct group.
9594
9595         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9596
9597         * gnus.el (gnus): Give a final warning after startup.
9598
9599         * gnus-util.el (gnus-action-message-log): New variable.
9600         (gnus-message): Use it.
9601         (gnus-final-warning): New function.
9602
9603         * nnimap.el (nnimap-open-connection): Record the greeting.
9604         (nnimap): Add greeting.
9605
9606 2010-09-26  Julien Danjou  <julien@danjou.info>
9607
9608         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9609         arguments.
9610         (gnus-html-wash-images): Fix spec computing to include start/end.
9611
9612         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9613
9614 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9617         deletion.
9618         (nnimap-retrieve-headers): Don't select the group, because that's
9619         already done by nnimap-possibly-change-group.
9620
9621         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9622         (gnus-picon-transform-address): Use it.
9623
9624         * mail-source.el (mail-source-value): Revert previous patch.
9625
9626         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9627         on failure.
9628         (nnimap-open-connection): Look up both virtual and physical server name
9629         credentials.
9630
9631         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9632
9633 2009-02-07  Dave Love  <fx@gnu.org>
9634
9635         * tls.el (open-tls-stream): Don't query killing process.
9636
9637 2009-02-08  Dave Love  <fx@gnu.org>
9638
9639         * gnus-win.el (gnus-window-to-buffer-helper)
9640         (gnus-all-windows-visible-p): Function needn't be a symbol.
9641
9642         * mail-source.el (mail-source-value): Function needn't be a symbol.
9643
9644 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * message.el (message-cite-prefix-regexp): Remove } from the cite
9647         prefix.
9648
9649         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9650         highlight again, so that the highlight is correct.
9651
9652         * gnus-picon.el (gnus-picon): Remove again.
9653         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9654
9655         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9656         doing the header highlightling, so that the background color of the
9657         picon is correct.
9658
9659         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9660         (gnus-picon): Ditto.
9661         (gnus-picon): Reinstate.  The background color for picons is white.
9662         (gnus-picon-insert-glyph): Make the background white.
9663
9664         * nnml.el (nnml-open-nov): Don't return dead buffers.
9665
9666         * auth-source.el (auth-source-create): Query the user for whether to
9667         store the credentials.
9668
9669         * netrc.el (netrc-store-data): New function.
9670
9671         * auth-source.el (auth-source-user-or-password): Use the existing auth
9672         sources, if any, for creation.
9673
9674         * gnus.el (gnus-group-fast-parameter): Return the last matching
9675         parameter instead of the first matching parameter.
9676
9677 2010-09-26  Julien Danjou  <julien@danjou.info>
9678
9679         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9680
9681 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * mml2015.el (mml2015-use): Remove gpg support.
9684
9685         * mml1991.el (mml1991-function-alist): Remove gpg function.
9686         (mml1991-gpg-sign): Remove.
9687
9688 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9689
9690         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9691         (gnus-browse-unsubscribe-current-group): Document it.
9692         (gnus-browse-unsubscribe-group): Use it.
9693
9694 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9697         address to the To list for easier response.
9698
9699         * gnus.el (gnus-play-startup-jingle): Remove.
9700         (gnus-splash): Don't play jingle.
9701         (gnus): Silence gnus-load message.
9702
9703         * gnus-art.el (gnus-treat-play-sounds): Remove.
9704
9705         * gnus.el (gnus-play-jingle): Remove audio support.
9706
9707         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9708
9709         * earcon.el: Remove -- no users.
9710
9711         * gnus-audio.el: Remove -- no users of this package.
9712
9713         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9714
9715         * gnus-start.el (gnus-setup-news): Remove nocem support.
9716
9717         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9718
9719         * gnus.el (gnus-use-nocem): Remove.
9720
9721         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9722         Remove.
9723
9724         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9725         uses NoCeM any more.
9726
9727         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9728         (gnus-button-ctan-handler): Ditto.
9729         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9730         (gnus-button-ctan-directory-regexp): Ditto.
9731         (gnus-button-handle-ctan): Ditto.
9732         (gnus-button-tex-level): Ditto.
9733         (gnus-button-alist): Remove CTAN stuff.
9734
9735 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9738         nnimap-streaming test.
9739
9740         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9741         servers twice.
9742
9743         * nnimap.el (nnimap-open-connection): Add more error reporting when
9744         nnimap fails early.
9745
9746         * nnheader.el (nnheader-get-report-string): New function.
9747         (nnheader-get-report): Use it.
9748
9749         * gnus-int.el (gnus-check-server): Say what the error was when opening
9750         failed.
9751
9752         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9753         using streaming.
9754
9755 2010-09-25  Julien Danjou  <julien@danjou.info>
9756
9757         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9758         gnus-window-inside-pixel-edges.
9759
9760 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9763
9764         * mm-decode.el (mm-save-part): Allow saving to other directories the
9765         normal Emacs way.
9766
9767         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9768         Suggested by Jay Berkenbilt.
9769
9770         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9771         there isn't a single byte.
9772
9773         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9774         just do it.  It doesn't really seem to matter what the user responds
9775         here, I think, so it's just a confusing question.
9776
9777         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9778         non-streaming case.
9779
9780         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9781         (gnus-article-encrypt-body): Use it.
9782
9783         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9784         keystroke.
9785
9786         * nnimap.el (nnimap-find-wanted-parts-1):
9787         Use gnus-fetch-partial-articles.
9788
9789         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9790
9791         * nnimap.el (nnimap-insert-partial-structure): New function.
9792         (nnimap-get-partial-article): New function.
9793         (nnimap-request-article): Use it.
9794         (nnimap-wait-for-response): Return whether the wait was successful.
9795         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9796         retrieval wasn't successful.
9797         (nnimap-retrieve-group-data-early): Allow throttling servers.
9798         (nnimap-streaming): New variable.
9799         (nnimap-fetch-partial-articles): Remove.
9800
9801         * mm-decode.el (mm-with-part): Protect against killed buffers.
9802
9803         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9804         for prettier summary display.
9805
9806 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9807
9808         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9809
9810 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9813         apparently third-party libraries depend on it.
9814
9815         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9816         before starting negotiation.
9817
9818         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9819         privacy reasons.
9820         (gnus-treat-mail-gravatar): Ditto.
9821
9822         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9823         buffer when inserting images.  Inserting text into the headers, for
9824         instance, can make them invalid.
9825
9826 2010-09-25  Julien Danjou  <julien@danjou.info>
9827
9828         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9829         variables.
9830
9831         * nnheader.el: Remove useless variables news-reply-yank-from and
9832         news-reply-yank-message-id.
9833
9834         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9835         variables.
9836
9837         * mml1991.el: Remove useless mml1991-verbose.
9838
9839         * gnus.el: Remove useless variable gnus-use-generic-from.
9840         Remove obsolete variable gnus-topic-indentation.
9841
9842         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9843
9844         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9845
9846         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9847
9848         * gnus-group.el: Remove useless gnus-group-icon-cache.
9849         Remove useless gnus-ephemeral-group-server.
9850
9851         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9852
9853         * mml2015.el: Remove useless mml2015-verbose.
9854
9855         * mml-smime.el: Remove useless mml-smime-verbose.
9856
9857         * gnus.el: Remove useless gnus-local-domain.
9858
9859         * gnus-gravatar.el (gnus-gravatar-transform-address):
9860         Use gnus-gravatar-size.
9861
9862         * gnus-art.el: Remove useless gnus-treat-translate.
9863
9864 2010-09-24  Julien Danjou  <julien@danjou.info>
9865
9866         * gnus-sum.el: Add support for Gravatars.
9867
9868         * gnus-art.el: Add support for Gravatars.
9869
9870         * gnus-gravatar.el: Add this file.
9871
9872         * gravatar.el: Add this file.
9873
9874 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9877
9878         * gnus-group.el (gnus-group-fetch-faq): Remove.
9879
9880         * gnus.el (gnus-group-faq-directory): Remove.
9881
9882         * gnus-group.el (gnus-group-fetch-charter): Remove.
9883
9884         * gnus.el (gnus-group-charter-alist): Remove.
9885
9886         * gnus-group.el (gnus-group-archive-directory): Remove.
9887         (gnus-group-recent-archive-directory): Ditto.
9888         (gnus-group-make-archive-group): Remove.
9889
9890         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9891
9892         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9893         use the same article number for all the cached articles.
9894
9895         * nnimap.el (nnimap-command): Register the last command time so
9896         that we can use it for idling NOOPs.
9897         (nnimap-open-connection): Start the keeplive timer.
9898         (nnimap-make-process-buffer): Store all the process buffers.
9899         (nnimap-keepalive): New function.
9900
9901         * starttls.el (starttls-open-stream): Add autoload cookie.
9902
9903 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9904
9905         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9906         handling.
9907
9908 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9911         its data structures.
9912
9913         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9914         instead of the cl.el copy-list.
9915         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9916         equalp.
9917
9918 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9921         and tool-bar-local-item-from-menu.
9922
9923         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9924         mode-line-highlight face for Emacs.
9925
9926         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9927         loading gnus-sum.elc; fix comment for canlock-verify.
9928         (gnus-article-jump-to-part): Use read-number.
9929         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9930         Remove Emacs pre-21 compatible code for help-echo.
9931         (gnus-article-next-page-1): No need to adjust the number of lines.
9932         (gnus-article-describe-bindings): Always use help-buffer.
9933
9934         * gnus-audio.el (gnus-audio-inline-sound):
9935         * gnus-cus.el (gnus-custom-mode):
9936         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9937
9938         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9939
9940         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9941         compatible code.
9942
9943 2010-09-24  Glenn Morris  <rgm@gnu.org>
9944
9945         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9946         visiting the fcc file in rmail-mode.
9947
9948         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9949
9950 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * nnir.el: Silence the byte compiler.
9953
9954         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9955         alias to browse-url-url-encode-chars if any.
9956         (gnus-html-encode-url): Use it.
9957
9958 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-start.el (gnus-use-backend-marks): New variable.
9961         (gnus-get-unread-articles-in-group): Use it.
9962
9963         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9964         makeover.
9965
9966 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9967
9968         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9969
9970 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9973         Remove.
9974         (gnus-setup-news-hook):
9975         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9976
9977         * gnus-int.el (gnus-request-update-info): Protect against backends not
9978         having the function.
9979
9980         * nnimap.el (nnimap-stream): Mention starttls.
9981         (nnimap-open-connection): Add starttls support.
9982
9983 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9984
9985         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9986
9987 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9990         BODYSTRUCTUREs.
9991         (nnimap-transform-headers): Unfold quoted {42} headers.
9992
9993         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9994         the info.
9995         (gnus-get-unread-articles): Only call updatep on backends that support
9996         it.
9997
9998         * nnweb.el (nnweb-request-update-info): NOOP.
9999
10000         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10001
10002         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10003         since it only deals with marks.
10004
10005         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10006         gnus-request-marks, and make a new gnus-request-update-info.
10007
10008         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10009         the active instead of the high number, which is usually too low.
10010
10011 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10014         * encrypt.el: Remove.
10015
10016 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10019         server in symbolic form.
10020
10021         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10022
10023 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10026         (nnimap-update-info): Fix up code slightly.
10027
10028         * gnus-int.el (gnus-open-server): Add tracing for performance
10029         debugging.
10030
10031         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10032         (gnus-group-insert-group-line): Pass the real group name so that it
10033         gets the right data.
10034
10035         * gnus-start.el (gnus-get-unread-articles): Don't have
10036         `gnus-get-unread-articles-in-group' update info, since that can be
10037         really slow and doesn't seem to be needed?
10038
10039 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10040
10041         * time-date.el (date-to-time): Try using parse-time-string first before
10042         using the slower timezone-make-date-arpa-standard.
10043
10044 2010-09-22  Julien Danjou  <julien@danjou.info>
10045
10046         * gnus-group.el (gnus-group-insert-group-line):
10047         Call gnus-group-highlight-line.
10048         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10049         default hook list.
10050         (gnus-group-update-eval-form): Add new function.
10051         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10052         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10053
10054 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055
10056         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10057         immediate, then expire all articles.
10058         (nnimap-update-info): Fix off-by-one errors.
10059         (nnimap-flags-to-marks): Would return no marks lists for group with no
10060         flags.  Instead return the other data.
10061
10062 2010-09-22  Julien Danjou  <julien@danjou.info>
10063
10064         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10065         Only return an icon.
10066         (gnus-group-insert-group-line): Compute icon to return.
10067
10068         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10069         (gnus-html-image-fetched): Only cache if
10070         gnus-html-image-automatic-caching is set.
10071         (gnus-html-image-fetched): Check for errors.
10072
10073 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10074
10075         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10076         once per method on `g'.  This ensures that backends like nnfolder don't
10077         open all their folders.
10078
10079         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10080         (nnimap-request-list): Nix out group in the correct buffer.
10081         (nnimap-parse-flags): Implement by using `read' instead of
10082         hand-parsing.
10083         (nnimap-flags-to-marks): Pass on permanent-flags.
10084         (nnimap-make-process-buffer): Record the server name.
10085         (nnimap-parse-flags): Fix typo.
10086         (nnimap-request-scan): Run split on the server in general, not just a
10087         single group.
10088
10089         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10090         parameter, and propagate this downwards.
10091
10092         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10093         since EXAMINE changes it on the server.
10094
10095         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10096         this command might take a while.
10097
10098 2010-09-22  Julien Danjou  <julien@danjou.info>
10099
10100         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10101         harmful if you have 2 images side-by-side, they can't be properly
10102         update on text deletion.  Using text-property is safer here.
10103         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10104         data.
10105
10106 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * nnimap.el (nnimap-expunge-inbox): Remove.
10109         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10110         (nnimap-expunge): Flip default to t.
10111
10112         * gnus.el (gnus-method-to-server): Don't push things to the cache
10113         unless it's unique.
10114         (gnus-server-to-method): Ditto.
10115
10116 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10117
10118         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10119
10120 2010-09-22  Julien Danjou  <julien@danjou.info>
10121
10122         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10123         get the start of data.
10124         (gnus-html-encode-url): Add this function to encode special chars in
10125         URL.
10126         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10127         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10128
10129         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10130         default.
10131         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10132
10133         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10134         images alt-text.
10135         (gnus-html-put-image): Put alt-text as help-echo.
10136
10137 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10140         * mm-util.el (mm-decompress-buffer):
10141         * nnir.el (nnir-run-find-grep):
10142         * pop3.el (pop3-list): Use 3rd arg of split-string.
10143
10144         * time-date.el (format-seconds): Comment fix.
10145
10146         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10147         and byte-optimize-form-code-walker.
10148         (dgnushack-make-auto-load): Don't advise make-autoload.
10149
10150         * lpath.el: Remove Emacs 21 stuff.
10151
10152 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10155         outside the active range.  Suggested by Dan Christensen.
10156
10157         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10158         slightly later to avoid double-getting it.
10159
10160         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10161         previous patch.
10162
10163         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10164
10165 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10166
10167         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10168
10169 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * gnus-int.el (gnus-open-server): Give a better error message in the
10172         "go offline" case.
10173
10174         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10175         marks for nnimap, which is seldom the right thing to do.
10176
10177         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10178         (gnus-same-method-different-name): New function.
10179
10180         * nnimap.el (parse-time): Require.
10181
10182         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10183         method in the presence of many similar methods.
10184
10185         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10186
10187         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10188         nnml-inhibit-expiry.
10189
10190         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10191         find out whether methods are equal.
10192
10193         * nnimap.el (nnimap-find-expired-articles): New function.
10194         (nnimap-process-expiry-targets): New function.
10195         (nnimap-request-move-article): Request the article before looking at
10196         what the Message-ID is.  Fix found by Andrew Cohen.
10197         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10198
10199         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10200         for oldness in addition to being a predicate.
10201
10202         * nnimap.el (nnimap-request-group): When we have zero articles, return
10203         the right data to Gnus.
10204         (nnimap-request-expire-articles): Only delete articles immediately if
10205         the target is 'delete.
10206
10207         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10208         method, this would bug out.
10209
10210         * gnus-group.el (gnus-group-expunge-group): Rename from
10211         gnus-group-nnimap-expunge, and implemented as a normal interface
10212         function.
10213
10214         * gnus-int.el (gnus-request-expunge-group): New function.
10215
10216         * nnimap.el (nnimap-request-create-group): Implement.
10217         (nnimap-request-expunge-group): New function.
10218
10219 2010-09-21  Julien Danjou  <julien@danjou.info>
10220
10221         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10222         (gnus-html-cache-expired): Add new function.
10223         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10224         wethever we should display image for fetch it.
10225         Compute alt-text earlier to pass it to the fetching function too.
10226         (gnus-html-schedule-image-fetching): Change function argument to only
10227         get one image at a time, not a list.
10228         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10229         cache.
10230         (gnus-html-get-image-data): New function to retrieve image data from
10231         cache.
10232         (gnus-html-put-image): Change buffer argument to use image data rather
10233         than file, and place image above region rather than inserting a new
10234         one.  Do not take alt-text as argument, since it's useless now: we place
10235         the image above alt-text.
10236         (gnus-html-prune-cache): Remove.
10237         (gnus-html-show-images): Start to fetch image when we find one, do not
10238         push into a temporary list.
10239         (gnus-html-prefetch-images): Only fetch image if they have expired.
10240         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10241         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10242
10243 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10246
10247 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10250         spec inser "*" if the group isn't active instead of 0.
10251
10252         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10253         opening the server.
10254         (nnimap-request-delete-group): Implement group deletion.
10255         (nnimap-transform-headers): Return the size of the entire message in
10256         the Bytes header, not just the size of the first part.
10257         (nnimap-request-move-article): When moving an article from nnimap,
10258         request the article first so the accepting form has an article to
10259         accept.  Reported by Dan Christensen.
10260         (nnimap-command): Make sure that the error message doesn't error out.
10261
10262 2010-09-20  David Edmondson  <dme@dme.org>
10263
10264         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10265         we haven't requested anything.
10266
10267 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10268
10269         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10270         "".  Fix found by Andrew Cohen.
10271
10272         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10273         instead of -encode-string.
10274
10275 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10278
10279         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10280         by mm-subst-char-in-string.
10281
10282 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10285         waiting for the connection string.
10286
10287         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10288         arriving.
10289
10290         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10291         bogus characters.  This allows selecting certain Gmail groups.
10292
10293         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10294         (nnimap-fetch-partial-articles): New variable.
10295         (nnimap-open-connection): When looking for credentials, also use the
10296         nnimap-server-port.
10297         (nnimap-request-article): Return the group/article number, so that Gnus
10298         `^' works as expected.
10299         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10300
10301         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10302         comments.
10303         (gnus-methods-sloppily-equal): New function.
10304         (gnus): When using the development version of Gnus, load the gnus-load
10305         file.
10306
10307         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10308         `gnus-open-server' on each method before trying to scan them etc.
10309         This ensures that all the backend parameters are set correctly.
10310
10311         * nnimap.el (nnimap-authenticator): New variable.
10312         (nnimap-open-connection): Allow anonymous login.
10313         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10314         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10315
10316         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10317         patch, found by Knut Anders Hatlen.
10318
10319 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10320
10321         * gnus-agent.el (gnus-agent-batch-confirmation)
10322         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10323         to gnus-message.
10324         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10325         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10326         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10327         * gnus-int.el (gnus-open-server): Likewise.
10328         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10329         (gnus-score-check-syntax): Likewise.
10330         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10331         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10332         Likewise.
10333         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10334
10335 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10338         calling conventions so that prefetch doesn't bug out.
10339
10340 2010-09-19  Julien Danjou  <julien@danjou.info>
10341
10342         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10343         rather than `subst-char-in-region' in order to be able to replace ASCII
10344         char by UTF-8 ones.
10345
10346         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10347         than curl.
10348         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10349         the right URL and ALT text on images.
10350         (gnus-html-wash-tags): Fix tag case.
10351         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10352         (gnus-article-html): Add -o display_ins_del=2 option.
10353         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10354
10355 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10358         the extra mail headers, which sometimes seem to happen for unknown
10359         reasons.
10360
10361         * mail-parse.el (mail-header-encode-parameter): Define as
10362         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10363         (or most, perhaps?) mail readers don't understand the latter, but do
10364         understand the former.
10365
10366         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10367         to nil, so that no methods are automatically agentized.  I think this
10368         is probably what most users want.
10369
10370         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10371         from url-retrieve, for instance about invalid URLs.
10372
10373         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10374         groups that have no articles.
10375         (nnimap-request-article): Check that we really got an article when we
10376         requested one.
10377
10378         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10379         doesn't exist.
10380
10381         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10382         nntp buffer so the agent can save it.
10383         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10384         that CRLF doesn't get translated to \n.
10385         (nnimap-open-connection): Don't make 'shell commands only send \n.
10386
10387 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10388
10389         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10390         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10391         Update var name.
10392         (nnml-generate-nov-file): Use dolist.
10393         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10394         Use with-current-buffer.
10395
10396 2010-09-18  Julien Danjou  <julien@danjou.info>
10397
10398         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10399         parallel.
10400
10401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10404         the range update right.
10405         (nnimap-request-group): Don't make `M-g' bug out on group with no
10406         marks.
10407         (nnoo): Require, so that other packages can require nnimap.
10408         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10409         command we're looking for.  This helps when the server sends more
10410         responses after we've gotten everything we expected.
10411         (nnimap): Add a `newlinep' field to keep track of end-of-line
10412         conventions.
10413         Don't send CRLF to things that don't want it.
10414         (nnimap-request-accept-article): Ditto.
10415
10416 2010-09-18  Julien Danjou  <julien@danjou.info>
10417
10418         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10419         than curl to retrieve images.
10420
10421 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422
10423         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10424         the marks.
10425         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10426         (nnimap-wait-for-connection): New function.
10427         (nnimap-open-connection): If we have PREAUTH, don't query for login
10428         credentials.
10429         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10430         when doing a partial update.
10431
10432 2010-09-18  Julien Danjou  <julien@danjou.info>
10433
10434         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10435         tags.
10436
10437 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * nnimap.el (nnimap-credentials): New function.
10440         (nnimap-open-connection): Use the new function to look for credentials
10441         also on the numeric equivalents of "imap" and "imaps".
10442
10443         * gnus-start.el (gnus-activate-group): Send the info to
10444         gnus-request-group.
10445
10446         * nnimap.el (nnimap-request-group): Have the "check" version of the
10447         function parse flags and update the info, so that a `M-g' get a total
10448         resync of all flags from the group.
10449
10450         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10451         to allow backends to alter the info on group selection.  Also alter all
10452         the backend -request-group functions to take the parameter.
10453
10454         * nnimap.el (nnimap-store-info): New function.
10455         (nnimap-update-info): Store the info for later usage.
10456         (nnimap-request-group): Use the stored info for the dont-check case, so
10457         that we don't retrieve all marks when we enter a group.
10458
10459         * nnimap.el: Use deffoo instead of defun for interface functions.
10460
10461         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10462         update the group info.  This makes the nndraft groups, for instance, go
10463         back to their old behavior.
10464
10465         * gnus-sum.el (gnus-select-newsgroup): Indent.
10466
10467         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10468         in.
10469         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10470         nothing.
10471
10472         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10473         from methods that are denied.
10474
10475         * gnus-int.el (gnus-method-denied-p): New function.
10476
10477         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10478         store the password instead of netrc.
10479         (nnimap-open-connection): Don't error out when we can't make a
10480         connections.
10481
10482         * auth-source.el (auth-source-create): In the password prompt, say what
10483         we're querying for.  Also prompt for user name if that hasn't been
10484         given.
10485
10486         * nnimap.el (nnimap-with-process-buffer): Remove.
10487
10488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10491         method when we're reading from the agent.
10492
10493         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10494
10495         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10496         that's probably most useful for users.
10497
10498         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10499         "failed" all the time.
10500
10501         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10502         ...)) with (with-current-buffer ... ).
10503
10504         * nntp.el (nntp-open-server): Return whether the open was successful or
10505         not.
10506
10507         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10508         select an unread unseen article first.
10509
10510         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10511         /etc/services, supply some sensible port defaults.
10512
10513         * dgnushack.el: Define netrc-credentials.
10514
10515 2010-09-17  Julien Danjou  <julien@danjou.info>
10516
10517         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10518
10519 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10520
10521         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10522         doesn't have any parameters.
10523
10524 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10527         only upcased checks.
10528
10529         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10530
10531         * nnimap.el (nnimap-open-shell-stream): New function.
10532         (nnimap-open-connection): Use it.
10533         (nnimap-transform-headers): Get the number of lines in each message.
10534         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10535         number of lines.
10536         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10537         problem.
10538
10539         * utf7.el (utf7-encode): Autoload.
10540
10541         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10542         to allow the mail splitting to not return a default group.  This is
10543         useful for nnimap, which will leave unmatched mail in the inbox.
10544
10545         * nnimap.el: Rewritten.
10546
10547         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10548         nnimap usage.
10549
10550         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10551         if the move is internal, so that nnimap can do fast internal moves.
10552
10553         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10554         data.
10555         (gnus-read-active-for-groups): Support finishing the early retrieval of
10556         data.
10557
10558         * gnus-range.el (gnus-range-nconcat): New function.
10559
10560         * gnus-int.el (gnus-finish-retrieve-group-infos)
10561         (gnus-retrieve-group-data-early): New functions.
10562
10563 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10564
10565         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10566         (nnrss-retrieve-groups):
10567         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10568         (pop3-quit): Use with-current-buffer.
10569
10570 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10573         instead of nnheader-accept-process-output.
10574
10575         * dgnushack.el (dgnushack-compile): Add comment.
10576
10577         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10578
10579         * gnus-html.el (gnus-html-schedule-image-fetching)
10580         (gnus-html-prefetch-images): Replace process-kill-without-query by
10581         gnus-set-process-query-on-exit-flag.
10582
10583 2010-09-16  Romain Francoise  <romain@orebokech.com>
10584
10585         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10586
10587 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10588
10589         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10590         parameter to unintern is mandatory-ish in Emacs 24.
10591
10592         * gnus-html.el (gnus-html-schedule-image-fetching)
10593         (gnus-html-prefetch-images): Check for curl before using it.
10594
10595         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10596         depend on curl, which isn't essential.
10597
10598         * imap.el: Revert back to version
10599         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10600         seem problematic.
10601
10602 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10603
10604         * gnus-registry.el (gnus-registry-install-shortcuts):
10605         Explicitly pass `obarray' to `unintern' to avoid a warning.
10606
10607 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10610         change.
10611
10612         * nnrss.el (nnrss-request-list): Remove this function and related
10613         functions, including the moreover stuff.
10614
10615 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10616
10617         * nnrss.el (nnrss-retrieve-groups): New function.
10618
10619 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10620
10621         * .dir-locals.el: Add no-byte-compile cookie.
10622
10623 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * time-date.el (format-seconds): Comment fix.
10626
10627         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10628         for back end that doesn't support request-scan.
10629
10630 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10633         then do request scans from the backends.
10634
10635         * netrc.el (netrc-credentials): New conveniency function.
10636
10637         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10638         avoid running a hook per line, since this takes a lot of time,
10639         profiling shows.
10640         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10641         directly if gnus-visual-p is true.
10642
10643 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10646         groups; replace mapcar with dolist which is a bit faster; pass groups
10647         info to gnus-read-active-file-1.
10648         (gnus-read-active-file-1): Scan only specified groups if the new
10649         optional arg `infos' is given.
10650
10651 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10654
10655         * pop3.el (pop3-movemail): Remove.
10656         (pop3-streaming-movemail): Rename to pop3-movemail.
10657
10658         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10659         don't restrict end-tag searches to the end of the line.
10660
10661 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10664         articles of every unchecked group to t, which means unknown since the
10665         server has never been opened.
10666
10667 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * gnus-html.el (gnus-html-show-alt-text): New command.
10670         (gnus-html-browse-image): Ditto.
10671         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10672         to browse the image directly.
10673         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10674         better.
10675
10676         * gnus-async.el (gnus-async-article-callback):
10677         Call `gnus-html-prefetch-images' unconditionally.
10678
10679         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10680         before feeding URLs to curl.
10681
10682 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10685         internal images as deletable by `W D D'.
10686
10687         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10688         (gnus-async-article-callback): Fix typo.
10689
10690 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10693         current line to work around bugs in the output from w3m.
10694
10695         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10696         for groups that want that.
10697
10698         * nntp.el (nntp-wait-for-string): Supply a timeout for
10699         accept-process-output to ensure progress.
10700
10701         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10702         level to get unread articles from, then use that for foreign groups,
10703         too.
10704
10705         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10706         confuses the rest of the function.
10707
10708         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10709         for the methods that support -retrieve-groups, too.
10710
10711         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10712
10713 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10716         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10717
10718         * pop3.el: Require cl when compiling.
10719         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10720
10721 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10724         that aren't going to be activated.
10725         (gnus-get-unread-articles): Fix up the last commit.
10726
10727         * gnus-html.el (gnus-article-html): Allow calling without specifying
10728         the handle.  In that case, dissect the buffer first.
10729
10730         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10731
10732         * nnimap.el (nnimap-open-connection): Revert the change that would look
10733         into authinfo for imaps instead of imap.
10734
10735         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10736         say that you don't want to call gnus-request-group with don-check, but
10737         do check the reponse.  This is for virtual groups only.
10738         (gnus-get-unread-articles): Count the archive groups as secondary, so
10739         that they're activated the same way as before.
10740
10741         * imap.el (imap-message-map): Removed optional buffer parameter, since
10742         no callers use it.
10743         (imap-message-get): Ditto.
10744         (imap-message-put): Ditto.
10745         (imap-mailbox-map): Ditto.
10746         (imap-mailbox-put): Ditto.
10747         (imap-mailbox-get): Ditto.
10748         (imap-mailbox-get): Revert last change for this function.
10749
10750         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10751         case-insensitively.
10752         (nnimap-debug): Remove.
10753
10754         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10755         callers to use `imap-fetch' instead.  According to the comments, this
10756         should be safe, since all other IMAP clients use the 1:* syntax.
10757         (imap-enable-exchange-bug-workaround): Remove.
10758         (imap-debug): Remove -- doesn't seem very useful.
10759
10760         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10761         mail from a file, and the file doesn't exist.
10762
10763         * imap.el (imap-log): New convenience function used throughout instead
10764         of repeating the same code all over the place.
10765
10766         * pop3.el (pop3-streaming-movemail): Return t for success.
10767
10768         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10769         .authinfo if we're using ssl connection.
10770
10771         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10772         already have if we're in a main Gnus `g' run.
10773
10774         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10775
10776 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10779
10780         * nnmh.el (nnmh-request-list-1): Bind `file'.
10781
10782         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10783         alias to set-process-query-on-exit-flag or process-kill-without-query.
10784         (pop3-open-server): Use it.
10785
10786 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10789         box to the Incoming file.  Fixes mistake in previous checkin.
10790
10791         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10792         request loop (for debugging purposes) removed.
10793
10794         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10795         culprit is more visible.
10796         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10797         (nnml-add-incremental-nov): New functions to do "incremental" nov
10798         updates, where we just append to the end of the existing nov files
10799         without reading/writing them in full.
10800
10801         * mail-source.el (mail-source-delete-crash-box): Really only check the
10802         incoming files once in a while.
10803
10804         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10805
10806         * mail-source.el (mail-source-delete-crash-box): Only check the
10807         incoming files for deletion once per day to save a lot of file
10808         accesses.
10809
10810         * pop3.el (pop3-logon): Fix up unbound variable typo.
10811
10812         * mail-source.el (pop3-streaming-movemail): Autoload.
10813
10814         * pop3.el (pop3-streaming-movemail):
10815         Respect pop3-leave-mail-on-server.
10816
10817         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10818         retrieval.
10819
10820         * pop3.el (pop3-process-filter): Remove unused function.
10821         (pop3-streaming-movemail, pop3-send-streaming-command)
10822         (pop3-wait-for-messages, pop3-write-to-file)
10823         (pop3-number-of-responses): New functions for streaming pop3
10824         retrieval.
10825
10826         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10827         come from no known methods.
10828         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10829         list.
10830
10831         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10832         message sizes.
10833         (pop3-movemail): Use erase-buffer instead of looping and deleting
10834         regions, which seems rather odd.
10835
10836         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10837         file once per `g' run.
10838
10839         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10840         directories.  This makes the draft queue directory work.
10841
10842         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10843         data from the backends, so that we only request the list of groups from
10844         each method once.  This should speed things up considerably.
10845
10846         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10847         detect that it's not implemented.
10848
10849         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10850         we actually do recurse down into the tree, but don't stat all leaf
10851         nodes.
10852
10853         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10854         then say so instead of bugging out.
10855
10856         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10857         files exist before trying to read them.
10858
10859         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10860         around <pre_int>.
10861
10862         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10863
10864         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10865
10866 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * mm-util.el (mm-image-load-path): Just return the image directories,
10869         not all directories in the path in addition to the image directories.
10870         (mm-image-load-path): Maintain a cache of the image directories so that
10871         the `g' command in Gnus doesn't have to stat dozens of directories each
10872         time.
10873
10874         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10875         (gnus-html-wash-tags): Add a new `i' command to insert images.
10876         (gnus-html-insert-image): New command and keystroke.
10877         (gnus-html-redisplay-with-images): New command and keystroke.
10878         (gnus-html-show-images): Rename command.
10879         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10880         spacers.
10881         (gnus-html-wash-tags): Decode entities at the end, so that entities
10882         inside the tags don't mess up the rest of the "parsing".
10883
10884         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10885         so that nnimap methods aren't agentized by default.  There's apparently
10886         many problems related to agent/imap behavior.
10887
10888         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10889
10890         * gnus-html.el: Doc fix.
10891
10892 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10895         specifier-spec-list for Emacs 21.
10896
10897         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10898         glyph-width and glyph-height instead of display-graphic-p and
10899         image-size; make avoidance of displaying small images work for XEmacs.
10900
10901         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10902         for XEmacs.
10903
10904         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10905         of symbol that holds plist data.
10906         (gnus-process-plist): Remove plist of process after getting it.
10907
10908 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * message.el (message-generate-hashcash): Change default to
10911         'opportunistic if hashcash is installed.
10912
10913         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10914         (gnus-html-put-image): Only call image-size once, since it's somewhat
10915         time-consuming on remote X servers.
10916
10917 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10920         type on data, not a file name.
10921
10922         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10923         window-pixel-edges for Emacs 21.
10924
10925         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10926         decoded contents.
10927         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10928
10929 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10932         group line format, since it isn't very interesting.
10933
10934         * gnus-agent.el (gnus-agent-short-article),
10935         (gnus-agent-long-article): Increase values for these two variables,
10936         since most people are likely to have more network connection and
10937         storage than before.
10938
10939         * gnus.el (gnus-refer-article-method): Change default to 'current.
10940         When referring an article, the common behavior is to refer it from the
10941         current select method, not the native select method.  The chances of
10942         the native select method having the message in question is rather slim
10943         these days.
10944
10945         * gnus-sum.el (gnus-auto-select-subject): Change default to
10946         `unseen-or-unread'.  I think it's likely that most people want to
10947         select an unseen article over a previously seen, but unread one.
10948
10949         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10950         means that in the article buffer none of the minor mode elements will
10951         be shown, usually, and this is not desirable in most cases.
10952
10953         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10954         that commands like `d' (and the like) go to the next line in the
10955         buffer, instead of the next unread article.  I think this is the
10956         behavior that is most natural for most users.
10957         (gnus-single-article-buffer): Change default to nil, so that people can
10958         have as many article buffers open as they have summary buffer.  I think
10959         this is the most natural way for the groups to behave.
10960
10961         * message.el (message-generate-new-buffers): Change default to
10962         `unsent', so that all new message buffers start their names with the
10963         string "*unsent", and it's easier to find the buffers if you move from
10964         them.
10965
10966 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10969         small.  They're probably tracking images.
10970         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10971         (gnus-html-rescale-image): Yet another try at getting the image sizing
10972         right.
10973
10974         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10975         nntp-marks-file-name is nil.
10976
10977 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * gnus-html.el (gnus-html-wash-tags)
10980         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10981         Better logging.
10982
10983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10986
10987         * gnus-html.el (gnus-html-wash-tags): Check the value of
10988         gnus-blocked-images in the summary buffer.
10989
10990 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10991
10992         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10993
10994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10997         like "a", it seems like.
10998         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10999         since it needs to be picked from the correct buffer.
11000
11001         * nnwfm.el: Remove.
11002
11003         * nnlistserv.el: Remove.
11004
11005 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11008         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11009
11010 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * nnkiboze.el: Remove.
11013
11014         * nndb.el: Remove.
11015
11016         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11017         alt text.
11018         (gnus-html-rescale-image): Try to get the rescaling logic right for
11019         images that are just wide and not tall.
11020
11021         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11022         overshadow variable bindings.
11023
11024 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11025
11026         * gnus-html.el (gnus-html-wash-tags)
11027         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11028         Add extra logging.
11029
11030 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11033         (gnus-max-image-proportion): New variable.
11034         (gnus-html-rescale-image): New function.
11035         (gnus-html-put-image): Rescale images.
11036
11037 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11038
11039         Fix up some byte-compiler warnings.
11040         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11041         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11042         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11043         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11044         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11045         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11046         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11047
11048 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-html.el (gnus-article-html): Decode contents by charset.
11051
11052 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11055         (gnus-html-frame-width, gnus-blocked-images):
11056         * message.el (message-prune-recipient-rules): Add custom version.
11057         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11058
11059         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11060         functions.
11061
11062         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11063         gnus-process-get.
11064
11065 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11066
11067         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11068         instead of lsub directly.
11069
11070 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * nnwarchive.el: Remove.
11073
11074         * gnus-soup.el: Remove.
11075
11076         * nnsoup.el: Remove.
11077
11078         * nnultimate.el: Remove.
11079
11080         * gnus-html.el (gnus-blocked-images): New variable.
11081
11082         * message.el (message-prune-recipients): New function.
11083         (message-prune-recipient-rules): New variable.
11084
11085         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11086         guess whether a long line is natural text or not.
11087
11088         * gnus-html.el (gnus-html-schedule-image-fetching):
11089         Use gnus-process-plist and friends for compatibility.
11090
11091 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11092
11093         * gnus-html.el: Require packages that define macros used in this file.
11094         (gnus-article-mouse-face): Declare to silence byte-compiler.
11095         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11096         process-get.
11097         (gnus-html-put-image): Use plist-get to avoid getf.
11098         (gnus-html-prefetch-images): Use with-current-buffer.
11099
11100 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-ems.el: Provide compatibility functions for
11103         gnus-set-process-plist.
11104
11105         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11106         header-line-format for XEmacs 21.4.
11107
11108         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11109         * gnus.el (gnus-valid-select-methods):
11110         * message.el (message-send-mail-partially-limit):
11111         * mm-decode.el (mm-text-html-renderer):
11112         * mml.el (mml-insert-mime-headers-always):
11113         * smiley.el (smiley-regexp-alist): Bump custom version.
11114
11115 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * gnus-html.el: Require mm-url.
11118         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11119         with the url to `url'.
11120         (gnus-html-wash-tags): Support cid: URLs/images.
11121
11122 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11125         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11126         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11127
11128         * gnus-move.el: Remove file, since it doesn't really work.
11129
11130         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11131         UTF-8.  This seems to fix problems with some German web feeds.
11132
11133         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11134         at the top so that the proper colors are applied.
11135
11136         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11137         don't have dots in their names.
11138
11139         * gnus-art.el (gnus-article-view-part): Doc fix.
11140
11141         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11142         XEmacs-compatible.
11143         (gnus-html-put-image): Don't do images on non-graphic displays.
11144
11145         * nnslashdot.el: Remove this unused backend.
11146
11147         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11148         actions.
11149         (gnus-undo-register-1): Revert last change.
11150
11151         * gnus-group.el (gnus-group-completing-read): Protect against not
11152         having completion-styles bound.
11153
11154         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11155         make broken recipients happier.
11156
11157         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11158
11159         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11160         point parameter.
11161
11162         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11163
11164         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11165         completion-styles for group selection.
11166
11167 2009-02-04  Andreas Schwab  <schwab@suse.de>
11168
11169         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11170         headers and regexp-quote the match if necessary.
11171
11172 2009-03-24  Miles Bader  <miles@gnu.org>
11173
11174         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11175         the blinking smiley.
11176
11177 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11178
11179         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11180         blink smiley.
11181
11182 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11185         where the dribbel file lives exists.
11186
11187         * message.el (message-send-mail-partially-limit): Change the default to
11188         nil, since most people don't want this.
11189
11190         * mm-url.el (mm-url-decode-entities): Also decode entities like
11191         &#x3212.
11192
11193 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11194
11195         * gnus-sum.el (gnus-summary-idna-message):
11196         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11197         Hyperlink urls in docstrings with URL `...'.
11198
11199 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11200
11201         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11202         functions.
11203
11204 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11205
11206         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11207         say what the mouseover text should be.
11208
11209         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11210         version of the mm-w3m-safe-url-regexp variable to only download images
11211         in the groups where we want that to happen.
11212
11213         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11214
11215         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11216         easier debugging.
11217         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11218         big pictures in the article buffer.
11219
11220         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11221         gnus-article-html.
11222         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11223         w3m.
11224
11225         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11226
11227 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11230         which doesn't exist.
11231
11232         * message.el (message-inhibit-ecomplete): New variable to allow some
11233         function to inhibit ecomplete address storage.
11234         (message-resend): Disable ecomplete message storage when resending
11235         messages.
11236
11237         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11238
11239 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11242         Save excursion while copying, moving, and deleting articles in order to
11243         prevent the cursor from jumping to unforeseen place.
11244
11245 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * lpath.el: No need to bind bookmark-current-buffer,
11248         bookmark-yank-point and bookmark-make-record-function.
11249
11250 2010-08-17  Glenn Morris  <rgm@gnu.org>
11251
11252         * gnus-sync.el: Require gnus components whose functions are used.
11253
11254         * gnus-art.el (bookmark-make-record-function):
11255         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11256         Declare for compiler.
11257
11258         * mm-url.el (mml-compute-boundary): Autoload.
11259
11260 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11263
11264 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11265
11266         Typo fix "hoo4a" -> "hook".
11267
11268         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11269
11270 2010-08-14  Glenn Morris  <rgm@gnu.org>
11271
11272         * gnus-sync.el (gnus-sync): Fix defgroup version.
11273
11274 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11275
11276         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11277
11278         * gnus-sync.el: Fix docs.
11279         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11280         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11281
11282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11283
11284         Optimizations for gnus-sync.el.
11285
11286         * gnus-sync.el: Add docs about gnus-sync-backend
11287         possibilities.
11288         (gnus-sync-save): Remove unnecessary message.
11289         (gnus-sync-read): Optimize and show what groups were skipped.
11290
11291 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11292
11293         Minor bug fixes for gnus-sync.el.
11294
11295         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11296         Don't read the sync on get-new-news.
11297
11298         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11299         quiet.
11300
11301         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11302         (fix typo).
11303
11304 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11305
11306         Make saving and restoring of hidden threads work with overlays.
11307         Patch applied by Ted Zlatanov.
11308
11309         * gnus-sum.el (gnus-hidden-threads-configuration)
11310         (gnus-restore-hidden-threads-configuration): Update to deal with text
11311         properties, rather than searching for a magic character.
11312
11313 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         New gnus-sync.el library for synchronization of marks.
11316
11317         * gnus-sync.el: New library for synchronization of marks.
11318
11319         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11320         renamed from `gnus-registry-grep-in-list'.
11321
11322         * gnus-registry.el (gnus-registry-follow-group-p):
11323         Use `gnus-grep-in-list'.
11324
11325         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11326
11327 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11330         determining charset of text fails.
11331
11332 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * nnmail.el (nnmail-get-new-mail-1): Revert.
11335
11336         * nnml.el (nnml-active-number): Make sure names of newly created groups
11337         in nnml-group-alist are encoded.
11338
11339 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11342         containing non-ASCII characters in active file for nnml back end.
11343
11344 2010-07-24  David Engster  <dengste@eml.cc>
11345
11346         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11347         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11348
11349 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11350
11351         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11352         tag (Bug#6654).
11353
11354 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11357         the article buffer, not the summary buffer.
11358
11359 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11362         Emacs 23 as well.
11363
11364 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11367         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11368
11369 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11370
11371         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11372         Patch applied by Karl Fogel.
11373
11374         * gnus-sum.el (gnus-summary-bookmark-make-record):
11375         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11376
11377 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11378
11379         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11380         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11381         C-w still not working correctly from Article buffers; Thierry's
11382         patch to fix that will be applied after this.
11383
11384         * gnus-art.el (bookmark-make-record-function): New local variable.
11385
11386         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11387         article buffer.
11388         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11389
11390 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11391
11392         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11393         on changes in bookmark.el.
11394
11395 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11398         `no-log' instead of message not to log prompt string.
11399
11400 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11401
11402         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11403         the *other* type of HTML form submission.
11404
11405 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11406
11407         * auth-source.el (auth-source-pick): If choice does not contain a
11408         questioned keyword, set the check to t.
11409
11410 2010-06-12  Romain Francoise  <romain@orebokech.com>
11411
11412         * gnus-util.el (gnus-date-get-time): Move up before first use.
11413
11414 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11417         (gnus-article-edit-part): Bind it to make last part that is substituted
11418         or deleted visible.
11419         (gnus-mime-display-single): Buttonize part of which id equals to
11420         gnus-mime-buttonized-part-id.
11421
11422 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11423
11424         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11425         (gnus-dd-mmm): Use gnus-date-get-time.
11426         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11427         simplify logic.
11428         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11429         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11430
11431 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11432
11433         * auth-source.el (top): Autoload `secrets-list-collections',
11434         `secrets-create-item', `secrets-delete-item'.
11435         (auth-sources): Fix tag string.
11436         (auth-get-source, auth-source-retrieve, auth-source-create)
11437         (auth-source-delete): New defuns.
11438         (auth-source-pick): Rewrite in order to avoid 2 passes.
11439         (auth-source-forget-user-or-password): New parameter USERNAME.
11440         (auth-source-user-or-password): New parameters CREATE-MISSING and
11441         DELETE-EXISTING.  Retrieve password interactively, if needed.
11442
11443 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11444
11445         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11446         deleting unused directories when gnus-expert-user is t.
11447
11448 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11451         for each temp file when gnus-article-browse-delete-temp is ask.
11452
11453 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11454
11455         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11456         Replace Lisp calls to delete-backward-char by calls to delete-char.
11457
11458 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11459
11460         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11461
11462 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11463
11464         * password-cache.el (password-cache-remove): Fix docstring.
11465
11466 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11469         article unless decoding article to be saved.
11470
11471 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11474         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11475         generated within the mm-with-unibyte-current-buffer macro.
11476
11477 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11480         to nil when we're in a mml-preview buffer and no group is selected.
11481
11482 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11483
11484         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11485         when catching the `C-g'.  Reported by "Leo".
11486
11487 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * message.el (message-forward-make-body-plain)
11490         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11491         multibyte-string-p.
11492
11493         * lpath.el: Revert.
11494
11495 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * message.el (message-forward-make-body-mml): Assume original message
11498         is multibyte string; error on unibyte.
11499         (message-forward-make-body-plain): Ditto; don't add excessive newline
11500         in body end.
11501
11502         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11503
11504 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11505
11506         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11507         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11508
11509 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * mm-extern.el (mm-extern-url): Don't use
11512         mm-with-unibyte-current-buffer.
11513         (mm-extern-cache-contents): Use with-current-buffer instead of
11514         save-excursion + set-buffer.
11515
11516 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mm-util.el (mm-emacs-mule): Remove.
11519
11520 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11521
11522         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11523         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11524         change.
11525
11526 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11529         bind the default value of enable-multibyte-characters to nil.
11530
11531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * message.el (message-forward-make-body-plain)
11534         (message-forward-make-body-mml):
11535         Don't use mm-with-unibyte-current-buffer.
11536
11537 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11538
11539         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11540
11541 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11542
11543         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11544         (Bug#5592).
11545
11546 2010-05-07  Julien Danjou  <julien@danjou.info>
11547
11548         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11549         it to mm-pipe-part.
11550
11551         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11552         it is given.
11553
11554 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * binhex.el (binhex-decode-region-internal):
11557         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11558         (dns-query):
11559         * nnweb.el (nnweb-gmane-search):
11560         * pgg-parse.el (pgg-parse-armor):
11561         * pgg.el (pgg-verify-region):
11562         * sha1.el (sha1-string-external):
11563         * uudecode.el (uudecode-decode-region-internal):
11564         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11565         XEmacs.
11566
11567         * gnus-art.el (gnus-article-browse-html-parts):
11568         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11569         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11570         make-temp-file.
11571
11572         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11573         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11574         compiling.
11575
11576         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11577         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11578         XEmacs when compiling.
11579
11580         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11581         gnus-pick-mode-off-hook for XEmacs when compiling.
11582         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11583         gnus-binary-mode-off-hook for XEmacs when compiling.
11584
11585         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11586         Return nil if char-charset is not available.
11587
11588         * imap.el (imap-disable-multibyte)
11589         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11590         macros.
11591
11592         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11593         instead of encode-coding-string.
11594
11595         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11596         'xemacs) instead of mm-emacs-mule to switch function definitions.
11597         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11598
11599         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11600         bind temporary-file-directory for XEmacs;
11601         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11602         timer-set-function for XEmacs 21.4 and SXEmacs;
11603         bind timer-list for XEmacs 21.4 and SXEmacs;
11604         fbind char-charset and find-charset-region for non-Mule XEmacs;
11605         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11606         encode-coding-region and encode-coding-string for XEmacs having no
11607         file-coding feature.
11608
11609 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11610
11611         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11612
11613 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11616         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11617
11618 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11619
11620         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11621         alias `jka-compr-delete-temp-file' no longer exists.
11622
11623 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11624
11625         Use define-minor-mode in Gnus where applicable.
11626         * mml.el (mml-mode): Use define-minor-mode.
11627         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11628         (gnus-undo-mode): Use define-minor-mode.
11629         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11630         (gnus-dead-summary-mode): Use define-minor-mode.
11631         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11632         Initialize in declaration.
11633         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11634         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11635         (gnus-mailing-list-mode): Use define-minor-mode.
11636         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11637         (gnus-draft-mode): Use define-minor-mode.
11638         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11639         (gnus-dired-mode): Use define-minor-mode.
11640
11641 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11642
11643         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11644         handles on recursive mml-to-mime translation and check them for
11645         boundary delimiter collisions.  Reported by Greg Troxel.
11646
11647 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11650
11651 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11652
11653         * mm-util.el (mm-find-buffer-file-coding-system):
11654         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11655
11656 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11657
11658         * message.el (message-generate-headers): Record insertion of optional
11659         headers as well.  Otherwise the check to prevent repeated insertion of
11660         optional headers is a no-op.
11661
11662 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11663
11664         * smime.el: Don't mention CVS.
11665
11666         * nnrss.el (nnrss-fetch): Don't mention CVS.
11667
11668         * nnir.el: Don't mention CVS.
11669
11670 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11671
11672         * gnus-sum.el (gnus-summary-bookmark-make-record):
11673         Add `location' field.
11674
11675 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * lpath.el: Fbind bookmark-default-handler,
11678         bookmark-get-bookmark-record, bookmark-make-record-default,
11679         bookmark-prop-get for Emacs <23 and XEmacs.
11680
11681 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11682
11683         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11684         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11685         Use with-current-buffer to silence the byte-compiler.
11686         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11687         bother to require `gnus'.
11688         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11689
11690 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11691
11692         * gnus-sum.el (gnus-summary-bookmark-make-record)
11693         (gnus-summary-bookmark-jump): New functions.
11694         (gnus-summary-mode): Setup bookmark support.
11695
11696 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11697
11698         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11699         if set.
11700
11701 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11704         gnus-article-browse-html-save-cid-image; make it work recursively for
11705         forwarded messages as well.
11706         (gnus-article-browse-html-parts): Work when prefix arg is given.
11707         (gnus-article-browse-html-article): Doc fix.
11708
11709 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11710
11711         * message.el (message-default-mail-headers):
11712         (message-default-headers): Carry the value mail-default-headers over
11713         into message-default-mail-headers, rather than message-default-headers.
11714
11715 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11716
11717         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11718         charset.
11719
11720         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11721         charset into the <meta> tag when the article is encoded to utf-8.
11722
11723 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (gnus-article-browse-delete-temp-files):
11726         Delete directories as well.
11727         (gnus-article-browse-html-parts): Work for images that do not specify
11728         file names; delete temp directory when quitting; insert header at the
11729         right place; use file: scheme for image files.
11730
11731 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11732
11733         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11734         (gnus-article-browse-html-parts): Use it to make temporary cid image
11735         files in addition to html file so that browser may display them.
11736
11737 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11740
11741 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11744
11745 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * auth-source.el (auth-sources): Change default to be simpler.
11748         Explain about Secret Service API sources.  Improve Customize options.
11749         (auth-source-pick): Change to accept any number of search parameters.
11750         Implement fallbacks iteratively, not recursively.  Add scoring on the
11751         second pass and sort by score.  Call Secret Service API when needed.
11752         (auth-source-user-or-password): Use it.  Call Secret Service API
11753         directly when needed to get the user name and the password.
11754
11755 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11756
11757         * message.el (message-interactive): Doc fix.
11758         (message-qmail-inject-args): Reflow.
11759         (message-kill-to-signature): Fix typo in docstring.
11760
11761         * smiley.el (smiley-buffer): Fix typo in docstring.
11762
11763 2010-03-24  Glenn Morris  <rgm@gnu.org>
11764
11765         * mail-source.el (gnus-message): Declare.
11766         (mail-source-delete-old-incoming): Require gnus-util.
11767
11768 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11771
11772         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11773
11774         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11775         password-cache's default if it is not bound.
11776         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11777         password-cache-expiry's default if it is not bound.
11778
11779         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11780         available in Emacs 21.
11781
11782         * lpath.el: Suppress compiler warnings for:
11783         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11784         XEmacs;
11785         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11786         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11787         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11788
11789 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11790
11791         * auth-source.el (auth-sources): Fix up definition so extra parameters
11792         are always inline.
11793
11794 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11795
11796         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11797         wasn't updated after mismatch.  Clear cached mailbox info correctly
11798         when uidvalidity changes.
11799         (nnimap-group-prefixed-name): New function to avoid some code
11800         duplication.
11801         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11802         (nnimap-request-group): Use it.
11803         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11804         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11805         with many imap folders.  This is done by caching the group status from
11806         the imap server persistently in a group parameter `imap-status'.  (This
11807         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11808         but not persistently, so every Gnus startup was still very slow.)
11809
11810 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11813         delete the extra newline.  Otherwise editing of :string and :number
11814         types don't work.
11815
11816 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11817
11818         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11819         secrets.el dependency.
11820         (auth-sources): Add optional user name.  Add secrets.el configuration
11821         choice (unused right now).
11822
11823 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11824
11825         * gnus-sum.el (gnus-summary-make-menu-bar):
11826         Let `gnus-registry-install-shortcuts' fill in the functions.
11827
11828         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11829         warnings.
11830         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11831         (gnus-registry-install-shortcuts): Populate and use it in a
11832         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11833
11834 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11835
11836         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11837         In-place substitutions for the group name encoding/decoding.
11838         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11839         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11840         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11841         (nnimap-update-unseen, nnimap-request-list)
11842         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11843         (nnimap-request-set-mark, nnimap-split-to-groups)
11844         (nnimap-split-articles, nnimap-request-newgroups)
11845         (nnimap-request-create-group, nnimap-request-accept-article)
11846         (nnimap-request-delete-group, nnimap-request-rename-group)
11847         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11848         `encoded-mbx' for consistency.
11849         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11850         variable `imap-current-mailbox'.
11851
11852         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11853         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11854
11855 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11856
11857         * pop3.el (pop3-display-message-size-flag): Display message size byte
11858         counts during POP3 download.
11859         (pop3-movemail): Use it.
11860         (pop3-list): Implement listing of available messages.
11861
11862 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11863
11864         * nnir.el (nnir-get-article-nov-override-function): New function to
11865         override the normal NOV retrieval.
11866         (nnir-retrieve-headers): Use it.
11867
11868 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11869
11870         * auth-source.el (netrc-machine-user-or-password): Autoload.
11871
11872 2010-03-19  Glenn Morris  <rgm@gnu.org>
11873
11874         Stop message.el from loading about 40 libraries it doesn't always need.
11875         The general approach is to autoload rather than require, and to
11876         require in the specific functions rather than the file.  (Bug#5642)
11877
11878         * gmm-utils.el: Don't require wid-edit.
11879         (widget-create-child-value, widget-convert, widget-default-get):
11880         Autoload.
11881
11882         * gnus-util.el: Don't require time-date, netrc.
11883         (message-fetch-field, gnus-group-name-decode): Declare rather than
11884         autoloading.
11885         (gnus-fetch-field): Require message.
11886         (gnus-decode-newsgroups): Require gnus-group.
11887
11888         * ietf-drums.el: Don't require time-date.
11889
11890         * message.el: Don't require hashcash, canlock, ecomplete.
11891         Do require mail-utils.  Require nnheader only when compiling.
11892         (smtpmail-default-smtp-server): Remove declaration.
11893         (message-send-mail-function): Check smtpmail-default-smtp-server
11894         is bound rather than requiring smtpmail.
11895         (message-auto-save-directory, message-insert-signature):
11896         Use expand-file-name rather than nnheader-concat.
11897         (nnheader-insert-file-contents): Autoload.
11898         (hashcash-wait-async): Declare.
11899         (message-send-mail): Only call gnus-setup-posting-charset if
11900         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11901         (message-send-mail-with-sendmail): Require sendmail.
11902         (canlock-password, canlock-password-for-verify): Declare.
11903         (message-canlock-password): Require canlock.
11904         (nnheader-get-report): Autoload.
11905         (gnus-setup-posting-charset): Declare.
11906         (message-send-news): Require gnus-msg.
11907         (message-make-references, message-make-in-reply-to): Use mail-header-id
11908         rather than the alias mail-header-message-id.
11909         (ecomplete-add-item, ecomplete-save): Declare.
11910         (message-put-addresses-in-ecomplete): Require ecomplete.
11911         (ecomplete-display-matches): Autoload.
11912
11913         * mm-decode.el: Don't require mailcap, gnus-util.
11914         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11915         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11916         Autoload.
11917         (mailcap-mime-extensions): Declare.
11918
11919         * mm-encode.el: Don't require mailcap.
11920         (mailcap-extension-to-mime): Autoload.
11921
11922         * mml-sec.el: Don't require password-cache.
11923
11924         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11925         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11926         (mml-minibuffer-read-type): Require mailcap.
11927         (mml-preview): Require gnus-msg.
11928
11929         * mml1991.el: Require password-cache.
11930         (password-cache-expiry): Remove declaration.
11931
11932         * mml2015.el: Require password-cache.
11933         (password-cache-expiry): Remove declaration.
11934
11935         * nneething.el (mailcap): Require mailcap.
11936
11937         * nnheader.el (declare-function): Add compatibility stub.
11938         (message-remove-header): Declare rather than autoload.
11939         (nnheader-replace-header): Require message.
11940
11941         * nnimap.el (declare-function): Add compatibility stub.
11942         (netrc-parse, netrc-machine-user-or-password): Declare.
11943         (nnimap-open-connection): Require netrc.
11944
11945         * nntp.el (declare-function): Add compatibility stub.
11946         (netrc-parse, netrc-machine, netrc-get): Declare.
11947         (nntp-send-authinfo): Require netrc.
11948
11949         * rfc2047.el: Don't require qp.
11950         (quoted-printable-encode-region, quoted-printable-decode-string):
11951         Autoload.
11952
11953         * sieve-mode.el: Don't require easymenu.
11954         (easy-menu-add-item): Autoload it.
11955
11956         * spam-stat.el (time-to-number-of-days): Autoload it.
11957
11958 2010-03-19  Glenn Morris  <rgm@gnu.org>
11959
11960         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11961
11962 2010-03-18  Glenn Morris  <rgm@gnu.org>
11963
11964         * hashcash.el (declare-function): Remove duplicate definition.
11965
11966 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11967
11968         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11969         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11970         value if any backslash escapes).
11971
11972 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11975         if it is available.  (bug#5647)
11976
11977         * lpath.el: Suppress compiler warning for coding-system-from-name for
11978         Emacs 21 and XEmacs.
11979
11980 2010-03-14  Juri Linkov  <juri@jurta.org>
11981
11982         * hmac-def.el:
11983         * hmac-md5.el:
11984         * netrc.el: Fix keywords.
11985
11986 2010-02-26  Glenn Morris  <rgm@gnu.org>
11987
11988         * message.el (message-send-mail-function): Change the default, so that
11989         it inherits from a customized send-mail-function.  (Bug#5643)
11990
11991 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11992
11993         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11994         shell-command-to-string signals an error (bug#5299).
11995
11996 2010-02-24  Glenn Morris  <rgm@gnu.org>
11997
11998         * message.el (message-smtpmail-send-it)
11999         (message-send-mail-with-mailclient): Doc fixes.
12000
12001 2010-02-16  Glenn Morris  <rgm@gnu.org>
12002
12003         * message.el (message-default-mail-headers): Change the default value
12004         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12005
12006 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12009         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12010
12011 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12012
12013         * time-date.el (date-to-time): Doc fix (Bug#5408).
12014
12015 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12016
12017         * message.el (message-mail): Just pass yank-action on to message-setup.
12018         (message-setup): Handle (FUN . ARGS) form of yank-action.
12019         (message-with-reply-buffer, message-widen-reply)
12020         (message-yank-original): Handle non-buffer values of
12021         message-reply-buffer (Bug#4080).
12022         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12023
12024 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12025
12026         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12027         Fix typo in docstring.
12028
12029 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12030
12031         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12032         response.
12033
12034 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12037
12038         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12039
12040         * message.el (message-check-news-header-syntax): Protect against a
12041         string that `rfc822-addresses' returns when parsing fails.
12042
12043 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12046         (gnus-previous-char-property-change): New functions.
12047
12048         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12049
12050 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12051
12052         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12053         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12054
12055 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12056
12057         * message.el (message-exchange-point-and-mark): Rework last change to
12058         avoid using optional arg of exchange-point-and-mark, for backward
12059         compatibility.
12060
12061 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12062
12063         * message.el (message-exchange-point-and-mark):
12064         Call exchange-point-and-mark with an argument rather than setting
12065         mark-active by hand (Bug#5175).
12066
12067 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * nntp.el (nntp-service-to-port): Work for service expressed with
12070         numeric string; replace [:digit:] with [0-9] for XEmacs.
12071
12072 2009-12-17  Glenn Morris  <rgm@gnu.org>
12073
12074         * gnus-group.el (gnus-bug-group-download-format-alist):
12075         Change emacs entry to debbugs.gnu.org.  Bump :version.
12076
12077 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12080
12081 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * message.el (message-info): Explain why we use `Info-goto-node'.
12084
12085 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12088
12089 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12090
12091         * message.el (message-completion-in-region): New compatibility function.
12092         (message-expand-group): Use it.
12093
12094 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12097         with no unread article should be listed if the 2nd arg `predicate' is
12098         given.
12099
12100 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12103
12104 2009-11-29  Juri Linkov  <juri@jurta.org>
12105
12106         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12107         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12108         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12109
12110 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12111
12112         * sha1.el (sha1-string-external): default-directory "/" in case
12113         otherwise non-existent.  process-connection-type pipe for touch of
12114         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12115
12116 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12117
12118         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12119         it's comms related and sgml-mode.el has "comm" on that basis too.
12120
12121 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12124         containing tspecial characters if they have been already quoted.
12125
12126 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12127
12128         * dns-mode.el (auto-mode-alist): Purecopy string.
12129
12130 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12131
12132         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12133
12134 2009-10-24  Glenn Morris  <rgm@gnu.org>
12135
12136         * gnus-art.el (help-xref-stack-item): Define for compiler.
12137
12138 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12139
12140         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12141
12142 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12145
12146 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12149         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12150
12151 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12154         (gnus-overlays-in): New alias to overlays-in.
12155
12156         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12157         gnus-overlay-get, and gnus-delete-overlay.
12158         (gnus-summary-show-thread): Make it work as well for systems in which
12159         next-single-char-property-change is not available.
12160         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12161
12162         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12163         (gnus-overlay-get): New alias to extent-property.
12164         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12165
12166         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12167         SXEmacs.
12168
12169         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12170         SXEmacs.
12171
12172 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12175
12176 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12177
12178         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12179         and XEmacs that don't have `remove-overlays'.
12180
12181 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12182
12183         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12184         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12185         selective display.  Use overlays instead.
12186
12187 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12188
12189         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12190
12191 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12192
12193         * spam-stat.el (spam-stat-load): Fix typo in message.
12194
12195 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12196
12197         * dig.el (dig-invoke): Fix typo in docstring.
12198         (query-dig): Reflow docstring.
12199
12200 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12201
12202         * gnus-art.el (gnus-article-encrypt-body):
12203         * message.el (message-check-recipients):
12204         * mm-util.el (mm-codepage-setup):
12205         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12206         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12207
12208 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12209
12210         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12211         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12212         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12213         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12214         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12215
12216 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12217
12218         * dig.el: Add "Keywords: comm", as per net-utils.el.
12219
12220 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12221
12222         * dig.el (dig-mode): Use define-derived-mode.
12223
12224 2009-09-19  Glenn Morris  <rgm@gnu.org>
12225
12226         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12227
12228 2009-09-18  Glenn Morris  <rgm@gnu.org>
12229
12230         * gnus-diary.el (gnus-diary-check-message):
12231         * message.el (message-insert-formatted-citation-line):
12232         * nnbabyl.el (top-level):
12233         * nndiary.el (nndiary-schedule):
12234         Fix typos in condition-case handlers.
12235
12236 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12239         configuration that provides the sole article window in a frame;
12240         position point correctly after deleting a part.
12241
12242 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12243
12244         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12245         (spam-resolve-registrations-routine): Use it to unregister articles
12246         that change status.
12247
12248 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12251         with XEmacs.
12252         (parse-time-string-chars): Use it.
12253
12254 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12255
12256         * imap.el (imap-interactive-login): Better messages.
12257         (imap-open): Fix bug with renamed buffer on reconnect.
12258         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12259         for easier debugging and cleaner code.  On successful (guessed based on
12260         server capabilities) secondary authentication, set imap-state
12261         correctly.
12262         (imap-last-authenticator): Define imap-last-authenticator as a variable
12263         to avoid warnings.
12264
12265 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * nnrss.el (nnrss-request-article): Remove binding of
12268         default-enable-multibyte-characters that has gotten needless by
12269         the 2007-07-13 change in rfc2047-encode-message-header.
12270
12271         * mml.el (mml-insert-multipart): Error on the message header.
12272         (mml-insert-part): Error on the message header; position point at
12273         the end of a MIME tag.
12274
12275 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * time-date.el (autoload): Expand define-obsolete-function-alias into
12278         defalias and make-obsolete for old Emacsen that Gnus supports.
12279         (with-no-warnings): Define it for old Emacsen.
12280         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12281         is available.
12282         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12283         float-time is available; suppress compile warning for time-to-seconds.
12284
12285         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12286         (gnus-float-time): Alias to float-time if it exists.
12287
12288         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12289         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12290         float-time is available; suppress compile warning for time-to-seconds.
12291
12292         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12293         XEmacs.
12294
12295 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12296
12297         * imap.el (imap-message-map): Docstring fix.
12298
12299 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12302         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12303         Add the optional argument `encoding' that overrides the default.
12304
12305         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12306         mm-encode-buffer.
12307
12308 2009-09-04  Glenn Morris  <rgm@gnu.org>
12309
12310         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12311         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12312         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12313         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12314         * mm-util.el (mm-with-unibyte-current-buffer)
12315         (mm-find-buffer-file-coding-system):
12316         * yenc.el (yenc-decode-region): Use default-value rather than
12317         default-enable-multibyte-characters.
12318
12319 2009-09-03  Glenn Morris  <rgm@gnu.org>
12320
12321         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12322         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12323         than default-enable-multibyte-characters.
12324
12325 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12326
12327         * gnus-art.el (gnus-article-read-summary-keys):
12328         Fix gnus-buffer-configuration's value temporarily used.
12329
12330 2009-09-02  Glenn Morris  <rgm@gnu.org>
12331
12332         * gnus-util.el (gnus-float-time): New function.
12333         * gnus-delay.el (gnus-delay-article):
12334         * gnus-sum.el (gnus-thread-latest-date):
12335         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12336         * nnspool.el (nnspool-request-newgroups):
12337         Use gnus-float-time rather than time-to-seconds.
12338         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12339
12340         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12341         (gnus-header-subject-face, gnus-header-newsgroups-face)
12342         (gnus-header-name-face, gnus-header-content-face):
12343         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12344         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12345         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12346         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12347         (gnus-cite-face-11):
12348         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12349         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12350         (gnus-server-closed-face, gnus-server-denied-face)
12351         (gnus-server-offline-face):
12352         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12353         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12354         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12355         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12356         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12357         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12358         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12359         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12360         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12361         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12362         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12363         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12364         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12365         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12366         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12367         (gnus-summary-high-undownloaded-face)
12368         (gnus-summary-low-undownloaded-face)
12369         (gnus-summary-normal-undownloaded-face)
12370         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12371         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12372         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12373         (gnus-splash-face):
12374         * message.el (message-header-to-face, message-header-cc-face)
12375         (message-header-subject-face, message-header-newsgroups-face)
12376         (message-header-other-face, message-header-name-face)
12377         (message-header-xheader-face, message-separator-face)
12378         (message-cited-text-face, message-mml-face):
12379         * sieve-mode.el (sieve-control-commands-face)
12380         (sieve-action-commands-face, sieve-test-commands-face)
12381         (sieve-tagged-arguments-face):
12382         * spam.el (spam-face):
12383         Mark face aliases with "-face" in the name as obsolete.
12384
12385 2009-09-01  Glenn Morris  <rgm@gnu.org>
12386
12387         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12388         than goto-line.
12389
12390 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12393         Don't move point if the command is invoked inside the message header.
12394
12395 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12396
12397         * imap.el (imap-send-command): Simplify.
12398         (imap-wait-for-tag): point-max -> buffer-size.
12399
12400 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12401
12402         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12403         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12404         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12405         * nnir.el (nnir-swish-e-index-file):
12406         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12407         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12408         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12409         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12410         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12411         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12412
12413 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12416         Don't save excursion.
12417
12418 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12419
12420         * nnheader.el (nnheader-find-file-noselect):
12421         * mm-util.el (mm-insert-file-contents):
12422         Use (default-value 'major-mode) instead of default-major-mode.
12423
12424 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12425
12426         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12427
12428 2009-08-26  Glenn Morris  <rgm@gnu.org>
12429
12430         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12431         than placing in files.el.
12432
12433 2009-08-25  Glenn Morris  <rgm@gnu.org>
12434
12435         * nnir.el (top-level): Don't require cl at run-time.
12436         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12437         Replace cl-function substitute with gnus-replace-in-string.
12438         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12439         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12440         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12441         simplified expansions.
12442
12443 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12444
12445         * dig.el (dig): Add autoload cookie.
12446
12447 2009-08-22  Glenn Morris  <rgm@gnu.org>
12448
12449         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12450         goto-line.
12451
12452 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12453
12454         * parse-time.el (parse-time-string-chars): Save match data.
12455
12456 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12457
12458         * parse-time.el (parse-time-string-chars): Compute using character
12459         classes, to handle non-ascii characters (Bug#3190).
12460
12461 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12464
12465         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12466         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12467         (gnus-mm-display-part, gnus-mime-display-single)
12468         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12469         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12470
12471         * gnus-sum.el
12472         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12473         (gnus-summary-move-article): Add expirable mark to articles copied or
12474         moved to group that has auto-expire turned on if the option is non-nil.
12475
12476 2009-07-24  Glenn Morris  <rgm@gnu.org>
12477
12478         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12479         Fix typo.  (Bug#3903)
12480
12481 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12484         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12485         that should not be used for draft articles.
12486         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12487         that has no concern in minor mode keys.
12488         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12489         Abolish.
12490
12491 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12494         article without making inquiry to a user for unknown encoding.
12495
12496         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12497         (nnmaildir--scan): Assume i-node and device number that file-attributes
12498         returns might be cons-cell.
12499
12500         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12501
12502         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12503
12504 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12505
12506         * auth-source.el: Remove docs now in auth.texi.  Don't use
12507         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12508         `auth-source-hide-passwords' and use them.
12509
12510 2009-07-15  Glenn Morris  <rgm@gnu.org>
12511
12512         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12513
12514 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12517         excessive whitespace from the default values of title and description.
12518
12519 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12522         mail-fetch-field to fetch Content-Description header in order to
12523         exclude newlines.
12524
12525 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12526
12527         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12528         format used by GnuPG 2.0.11.
12529
12530 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12533         to deleted part.
12534
12535 2009-05-30  David Engster  <dengste@eml.cc>
12536
12537         * nnmairix.el: Remove old documentation in the commentary block.
12538         (nnmairix-request-group): Do not update active file for nnml back ends.
12539         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12540         end so that overview files are ignored.
12541         (nnmairix-update-groups): Make updating the groups more robust by using
12542         marks.
12543         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12544         with dollar characters in message-id.
12545
12546 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12549         2008-12-25 in dns.el.
12550
12551 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12552
12553         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12554         could happen if the text is only composed of spaces and/or tabs.
12555
12556 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12557
12558         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12559         when sending a queued message to avoid extra mml tags.
12560
12561 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12564
12565 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12568         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12569         rmail-toggle-header for XEmacs;
12570         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12571
12572 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-dired.el: Remove autoload for gnus-setup-message.
12575         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12576         displaying Gnus logo; always use compose-mail.
12577
12578 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12581
12582 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12585         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12586         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12587         available.
12588         (gnus-nocem-epg-verify): New function.
12589
12590 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12593
12594 2009-02-15  Glenn Morris  <rgm@gnu.org>
12595
12596         * gnus-util.el (rmail-insert-rmail-file-header)
12597         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12598         autoloads.
12599         (rmail-default-rmail-file): Remove unnecessary declaration.
12600         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12601
12602 2009-02-14  Glenn Morris  <rgm@gnu.org>
12603
12604         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12605         variable (only used in gnus-util, which declares it anyway).
12606         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12607         which was only needed by gnus-art (changed to not use it any more).
12608         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12609         only used in gnus-util, which autoloads it itself.
12610         (rmail-update-summary): Fix autoload.
12611
12612         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12613         rather than rmail-output-to-rmail-file.
12614
12615 2009-02-07  Glenn Morris  <rgm@gnu.org>
12616
12617         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12618         autoload of function that no longer exists.
12619         (rmail-toggle-header): Declare.
12620         (message-forward-rmail-make-body): Handle mbox Rmail.
12621
12622 2009-01-31  Glenn Morris  <rgm@gnu.org>
12623
12624         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12625         2009-01-09 change.
12626
12627 2009-01-31  Dave Love  <fx@gnu.org>
12628
12629         * imap.el (imap-fetch-safe): Bind debug-on-error.
12630         (imap-debug): Add imap-fetch-safe.
12631
12632 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12633
12634         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12635         (auth-source-forget-all-cached): New convenience function.
12636         (auth-source-user-or-password): Accept list of modes or a single mode.
12637
12638         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12639         auth-source modes.
12640
12641         * netrc.el (netrc-machine-user-or-password): Use list of
12642         auth-source modes.
12643
12644         * nnimap.el (nnimap-open-connection): Use list of
12645         auth-source modes.
12646
12647         * nntp.el (nntp-send-authinfo): Use list of
12648         auth-source modes.
12649
12650 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12651
12652         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12653         now.
12654
12655 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12658         coding system in XEmacs; add a workaround for XEmacs.
12659
12660         * lpath.el: Fbind coding-system-aliasee.
12661
12662 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12665         of current-language-environment.
12666
12667 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12670         available at runtime.
12671
12672 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12675
12676 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12677
12678         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12679         the greatest positive fixnum value doesn't work under an XEmacs with
12680         bignum support; use the most-positive-fixnum constant instead,
12681         available since Emacs 21.1 with cl and XEmacs 21.1.
12682
12683 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12686         XEmacs gets not to work.
12687
12688 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * mm-util.el (mm-coding-system-priorities): Allow the value like
12691         "Japanese (UTF-8)" of current-language-environment.
12692
12693 2009-01-09  Glenn Morris  <rgm@gnu.org>
12694
12695         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12696         with last-command-event.
12697
12698 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12701         in the doc string.
12702
12703         * message.el (message-fix-before-sending): Amend comment.
12704
12705 2009-01-08  Dave Love  <fx@gnu.org>
12706
12707         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12708
12709 2009-01-07  David Engster  <dengste@eml.cc>
12710
12711         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12712         simplified server definitions by converting it via
12713         gnus-server-to-method.
12714
12715 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12718         parameter's operands.
12719
12720 2009-01-06  David Engster  <dengste@eml.cc>
12721
12722         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12723         primary select method (for gnus-group-mark-article-as-read).
12724
12725 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12726
12727         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12728         `(gnus)Face', not `(gnus)X-Face'.
12729
12730 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-util.el (mm-ucs-to-char): New function.
12733
12734         * mm-url.el (mm-url-decode-entities): Use it.
12735
12736         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12737         unicode-to-char.
12738
12739 2009-01-05  Dave Love  <fx@gnu.org>
12740
12741         * time-date.el: Require cl for `declare'.
12742
12743 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12746         Dave Love.
12747
12748 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * message.el (message-fix-before-sending): Add `eight-bit' to
12751         illegible-text check.
12752
12753 2009-01-03  Michael Olson  <mwolson@gnu.org>
12754
12755         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12756         `headers' is nil.  This can occur if the IMAP server does not have
12757         permissions to read messages from a folder, but can write new messages
12758         to the folder.
12759         (nnimap-request-article-part): Do not insert `data' if it is nil.
12760
12761         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12762         characters which will confuse `read', so skip past them.
12763
12764 2009-01-01  Dave Love  <fx@gnu.org>
12765
12766         * imap.el (imap-string-to-integer): Fix typo.
12767         (imap-fetch-safe): New function.
12768         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12769
12770         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12771
12772         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12773         (imap-parse-greeting): Fix doc strings.
12774         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12775         (imap-parse-flag-list): Make messages unique.
12776         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12777
12778         * nnimap.el: Fix author email.
12779         (nnimap-split-rule): Add FIXME comment.
12780         (nnimap-debug): Fix doc string.
12781
12782 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12785
12786 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12789         nslookup if resolv.conf isn't available.
12790         (dns-query): Rename from query-dns.
12791         (dns-query-cached): Rename from query-dns-cached.
12792
12793 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12796         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12797         to check if those variables exist (first appeared in Emacs 18.50).
12798
12799 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * mm-util.el (mm-line-number-at-pos): New function.
12802
12803         * spam-report.el (spam-report-process-queue): Use it.
12804
12805 2008-12-24  David Engster  <dengste@eml.cc>
12806
12807         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12808         parameters that haven't existed as variables as buffer-local variables.
12809
12810 2008-12-23  Dave Love  <fx@gnu.org>
12811
12812         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12813         cadar.
12814
12815         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12816         imap-starttls-p.
12817         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12818
12819 2008-12-22  Dave Love  <fx@gnu.org>
12820
12821         * imap.el: Fix author email.  Doc fixes.
12822         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12823         reply.
12824
12825 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * spam-report.el (spam-report-gmane-max-requests): New constant.
12828         (spam-report-gmane-wait): New variable.
12829         (spam-report-gmane-ham, spam-report-gmane-spam)
12830         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12831         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12832         the server.
12833
12834         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12835         Add explanations.
12836
12837         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12838         nnheader-accept-process-output and nnheader-read-timeout if available.
12839         (pop3-movemail): Use it.
12840
12841         * message.el (message-check-news-body-syntax): Fix signature check if
12842         there's an attachment.
12843
12844 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-util.el: Add comments to the mm- emulating functions.
12847
12848 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12851         Reported by Stephen Berman <stephen.berman@gmx.net>.
12852
12853 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * mm-util.el (mm-substring-no-properties): New function.
12856         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12857         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12858         (mm-string-to-multibyte): Doc fix.
12859
12860         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12861
12862 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * mml.el (mml-attach-file): Strip text properties from file name.
12865         (Bug#1574)
12866
12867 2008-12-16  Glenn Morris  <rgm@gnu.org>
12868
12869         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12870
12871 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12874         knows since the charset specified might be a bogus alias that
12875         mm-charset-synonym-alist provides.
12876
12877 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12880         "ISO_8859-1".
12881
12882         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12883
12884 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-util.el (mm-charset-eval-alist):
12887         Define it before mm-charset-to-coding-system.
12888         (mm-charset-to-coding-system): Add optional argument `silent';
12889         define it before mm-charset-override-alist.
12890         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12891         default value if it can be used in Emacs currently running;
12892         silence mm-charset-to-coding-system.
12893
12894 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12897         `allow-override' which says whether to use `mm-charset-override-alist'.
12898         (rfc2047-decode-encoded-words): Use it.
12899
12900         * mm-util.el (mm-charset-override-alist): Fix custom type;
12901         add `(gb2312 . gbk)' to choices.
12902
12903 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12906         fast.
12907
12908         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12909
12910         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12911
12912 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12913
12914         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12915         on links.
12916
12917         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12918
12919 2008-12-03  Lute Kamstra  <lute@gnu.org>
12920
12921         * sha1.el: Remove leading * from docstrings of defcustoms,
12922         deffaces, defconsts and defuns.
12923
12924 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12927         users' addresses that don't have domain parts.
12928         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12929         rather than message-narrow-to-head since there will be the message
12930         header separator.
12931
12932 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12933
12934         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12935         since the result is inserted in a unibyte buffer anyway.
12936         (nnimap-demule-use-string-to-multibyte): Remove.
12937         (nnimap-demule): Alias it to mm-string-to-multibyte.
12938
12939 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12942         variable for debugging bug#464 and bug#1174.
12943         (nnimap-demule): Use it.
12944
12945 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12948         score calculation correctly.
12949
12950 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12951
12952         * message.el (message-send-mail): Just set the buffer to unibyte
12953         rather than use mm-with-unibyte-current-buffer which does a lot more.
12954         (message-send-mail-partially): Don't bother with
12955         mm-with-unibyte-current-buffer since it's already been made unibyte by
12956         message-send-mail.
12957
12958 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12961
12962 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12965
12966 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12969         require itself and to remove `with-no-warnings'.
12970
12971 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12972
12973         * starttls.el (starttls-any-program-available): Get the name of the
12974         available TLS layer program.
12975         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12976         well as the host name in the "opening" message.
12977
12978         * auth-source.el (auth-source-cache, auth-source-do-cache)
12979         (auth-source-user-or-password): Cache passwords and logins by default,
12980         allow override with `auth-source-do-cache'.
12981         (auth-source-forget-user-or-password): Allow users to remove cache
12982         entries if needed.
12983
12984 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12985
12986         * md4.el (md4-buffer): Fix typo in docstring.
12987         (md4, md4-64): Doc fixes.
12988         (md4-pack-int32): Reflow docstring.
12989
12990 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12991
12992         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12993         condition-case to only the forward-sexp call.
12994
12995 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12998         quotes contained.  Make it more robust regardless by an extra
12999         condition-case wrapper.
13000
13001 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13004
13005 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * nnml.el (nnml-request-expire-articles): Check if the function set to
13008         `nnmail-expiry-target' returns the symbol `delete'.
13009
13010         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13011
13012         * nnmail.el (nnmail-expiry-target): Fix custom type.
13013
13014 2008-10-02  Glenn Morris  <rgm@gnu.org>
13015
13016         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13017         Silence compiler warning.
13018
13019 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13020
13021         * tls.el (open-tls-stream): Show the actual command being
13022         executed, instead of the format string.
13023
13024 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * lpath.el: Fbind codepage-setup for Emacs 23.
13027
13028 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13029
13030         * mml.el (mml-menu): Don't assume mml2015 is bound.
13031
13032 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13035         exists.
13036
13037 2008-09-27  Glenn Morris  <rgm@gnu.org>
13038
13039         * gnus-util.el (mail-header-remove-comments): Autoload it.
13040
13041 2008-09-27  Andreas Schwab  <schwab@suse.de>
13042
13043         * gnus-util.el (gnus-split-references): Strip comments.
13044         (gnus-parent-id): Likewise.
13045
13046 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * message.el (message-confirm-send): Fix version.
13049
13050 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * message.el (message-idna-to-ascii-rhs-1): Use
13053         mail-extract-address-components rather than mail-header-parse-addresses
13054         that is an alias by default to ietf-drums-parse-addresses that does not
13055         support non-ASCII names in headers' contents.
13056
13057 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13058
13059         * message.el (message-confirm-send): Fix variable documentation to
13060         avoid the "y/n" wording.
13061
13062 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13063
13064         * message.el (message-set-auto-save-file-name): Save to a different
13065         filename so multiple messages (especially drafts) can be recovered.
13066
13067 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13068
13069         * message.el (message-confirm-send): Add appropriate version.
13070
13071 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13072
13073         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13074         defvar.
13075
13076 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13077
13078         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13079         (mm-pkcs7-enveloped-magic): Ditto.
13080
13081 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13082
13083         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13084         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13085
13086 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13087
13088         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13089         default, it's better.
13090
13091 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13094         summary line gnus-number property and ignore them (with a warning
13095         message).
13096
13097 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13100         macro caddr in the interactive form since it won't be expanded.
13101
13102 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13105         `charset'; fix name of function called recursively.
13106         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13107
13108 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13111         (gnus-mime-set-charset-parameters): New function.
13112         (gnus-mime-view-part-as-charset): Use it to correctly display part
13113         specifying wrong charset.
13114
13115 2008-09-08  David Engster  <dengste@eml.cc>
13116
13117         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13118         in completing-read for back end server.
13119
13120 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * message.el (message-confirm-send): New variable to confirm sending a
13123         message.
13124         (message-send): Use it.
13125
13126 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13129
13130 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13133
13134 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13137         prevent tracking too many groups.
13138         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13139         Use it.
13140
13141 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13142
13143         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13144         moving point to the bottom of the window in order to avoid recentering.
13145
13146 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13149
13150         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13151         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13152         (gnus-article-beginning-of-window): Fix calculation.
13153
13154 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-msg.el (gnus-summary-supersede-article)
13157         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13158         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13159         message header.
13160
13161 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13162
13163         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13164         pending output coming after the status change.
13165
13166 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13167
13168         * message.el:
13169         * gnus-start.el:
13170         * gnus-registry.el: Remove VMS support.
13171
13172 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13175         macro.
13176         (rfc2104-hash): Use it.
13177
13178 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13181         (gnus-summary-sort-by-most-recent-date): New commands.
13182         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13183         and menu entries.
13184
13185 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13188         don't redisplay article for raw contents; remove plural articles stuff.
13189
13190         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13191         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13192         on gnus-summary-save-article; display results properly.
13193
13194 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * lpath.el: No need to fbind ns-focus-frame.
13197
13198 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13201
13202 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-art.el (gnus-summary-save-in-pipe):
13205         Consider gnus-save-all-headers.
13206
13207 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13208
13209         * gnus-util.el (ns-focus-frame): Remove declaration.
13210         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13211         like x.
13212
13213 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13214
13215         * rfc2104.el (rfc2104-zero): Delete defconst.
13216         (rfc2104-hex-alist): Likewise.
13217         (rfc2104-hex-to-int): Delete func.
13218         (rfc2104-hexstring-to-bitstring): Likewise.
13219         (rfc2104-nybbles): New defconst.
13220         (rfc2104-hash): Rewrite for speed.
13221
13222 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * tls.el (open-tls-stream): Make it work with the 2nd argument
13225         BUFFER that is a string but does not exist as a buffer object, as
13226         mentioned in the doc-string.
13227
13228 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13231         SXEmacs.
13232
13233 2008-07-16  Glenn Morris  <rgm@gnu.org>
13234
13235         * gnus-util.el (ns-focus-frame): Declare for compiler.
13236
13237 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13240         set as a group parameter.
13241         (gnus-summary-save-in-pipe): Work when it is called independently.
13242         (gnus-summary-pipe-to-muttprint): Don't modify
13243         gnus-summary-pipe-output-default-command.
13244
13245 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * message.el (message-send-mail-with-sendmail):
13248         Display the error message.
13249
13250 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-art.el (gnus-default-article-saver):
13253         Add gnus-summary-save-in-pipe to choices.
13254         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13255         gnus-summary-pipe-output-default-command as the default command.
13256         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13257         instead of gnus-last-shell-command.
13258
13259         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13260         New user option.
13261         (gnus-summary-muttprint-program): Mention the value will be changed.
13262         (gnus-summary-save-article): Force showing of all headers.
13263         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13264
13265 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13266
13267         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13268
13269 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13270
13271         * nnimap.el (nnimap-id):
13272         * sieve-manage.el (sieve-manage-open): Doc fixes.
13273
13274 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13275
13276         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13277         if available.
13278
13279 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13282
13283         * nnkiboze.el (nnkiboze-generate-group):
13284         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13285
13286         * nnmairix.el: Require CL.
13287
13288 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * dgnushack.el: Autoload get-display-table and put-display-table for
13291         XEmacs 21.5.
13292
13293         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13294         21.4 and SXEmacs.
13295
13296 2008-06-15  David Engster  <dengste@eml.cc>
13297
13298         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13299
13300 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13301
13302         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13303         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13304         runtime choice under XEmacs.
13305
13306         * gnus-sum.el (gnus-summary-set-display-table):
13307         Use `gnus-put-display-table', `gnus-get-display-table',
13308         `gnus-set-display-table' for the display table, instead of `aset'.
13309
13310         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13311         Use `gnus-put-display-table', `gnus-get-display-table',
13312         `gnus-set-display-table' for the display table.
13313
13314 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * nnmairix.el: Add autoloads.
13317
13318 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * nnmairix.el (nnmairix-delete-recreate-group)
13321         (nnmairix-update-and-clear-marks): Fix error messages.
13322
13323 2008-06-14  David Engster  <dengste@eml.cc>
13324
13325         * nnmairix.el: Upgrade to version 0.6.
13326         (nnmairix-group-toggle-propmarks-this-group)
13327         (nnmairix-group-toggle-readmarks-this-group)
13328         (nnmairix-group-delete-recreate-this-group)
13329         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13330         (nnmairix-remove-tick-mark-original-article): New commands.
13331         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13332         (nnmairix-propagate-marks-to-nnmairix-groups)
13333         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13334         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13335         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13336         functions needed for marks propagation and manipulation of read marks.
13337         (nnmairix-update-groups): New function.
13338         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13339         (nnmairix-determine-original-group-from-registry)
13340         (nnmairix-determine-original-group-from-path)
13341         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13342         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13343         New helper functions.
13344         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13345         keystrokes for new commands.
13346         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13347         (nnmairix-request-group): Check allow-fast group parameter.
13348         (nnmairix-request-create-group): Set allow-fast group parameter if
13349         nnmairix-allowfast-default is set.
13350         (nnmairix-close-group): Propagate marks upon closing if needed.
13351         (nnmairix-group-toggle-threads-this-group): Use new.
13352         nnmairix-group-toggle-parameter helper function.
13353         (nnmairix-search): Better check for empty search result.
13354         (nnmairix-goto-original-article): Use new helper functions for
13355         determining original article.
13356         (nnmairix-show-original-article): Make sure message-id is in brackets.
13357         (nnmairix-call-mairix-binary): Change variable name.
13358         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13359         helper function.
13360         (nnmairix-widget-toggle-activate): Fix doc string.
13361
13362 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * nnir.el: Require edmacro when compiling with XEmacs.
13365         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13366         available in Emacs 21.
13367
13368 2008-06-11  Glenn Morris  <rgm@gnu.org>
13369
13370         * gnus-util.el (x-focus-frame):
13371         * gnus.el (image-size):
13372         * mm-decode.el (image-size): Declare.
13373
13374         * gnus-picon.el (declare-function): Add compat definition.
13375         (image-size): Declare.
13376
13377         * gnus-group.el (tool-bar-map):
13378         * gnus-sum.el (tool-bar-map): Define for compiler.
13379
13380         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13381
13382         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13383
13384         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13385         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13386         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13387         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13388         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13389         * sieve-manage.el, spam-report.el, spam.el:
13390         Remove unnecessary eval-and-compile of autoloads.
13391
13392 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13393
13394         * auth-source.el: Precise Tramp doc.
13395
13396 2008-06-07  Glenn Morris  <rgm@gnu.org>
13397
13398         * nnmairix.el: Remove unnecessary eval-when-compile.
13399
13400 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * lpath.el: Fbind propertize for XEmacs 21.4.
13403
13404 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * nnir.el: Move here from ../contrib.
13407
13408 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13409
13410         * gnus-util.el (gnus-read-shell-command): New function.
13411         * mm-decode.el (mm-pipe-part):
13412         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13413
13414 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13417
13418 2008-06-03  Glenn Morris  <rgm@gnu.org>
13419
13420         * pop3.el (nnheader-accept-process-output): Autoload it.
13421
13422 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13425         are not 2-digit hexadecimal characters that follow `%'s.
13426
13427 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * message.el (message-bogus-recipient-p): Fix type in doc string.
13430         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13431         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13432         Improve custom options.
13433         (message-bogus-recipient-p): Adjust accordingly.
13434
13435 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13436
13437         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13438         long-form month and day names.
13439
13440 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * dgnushack.el: Autoload debug, eudc-expand-inline and
13443         pgg-snarf-keys-region for XEmacs.
13444
13445         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13446
13447         * nnmairix.el: Require edmacro when compiling with XEmacs.
13448
13449 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13450
13451         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13452         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13453
13454 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13455
13456         * auth-source.el: Add more docs.
13457
13458         * netrc.el (netrc-machine): Always match if the port is not given.
13459
13460 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13463         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13464         retrieval faster in some cases, but might make CPU usage larger.
13465         If this has any bad side effects, we might revert this change.
13466
13467         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13468         seems to make mail retrieval much, much faster.
13469         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13470         unconditionally.
13471
13472         * gnus-draft.el (gnus-group-send-queue):
13473         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13474
13475 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13478
13479         * message.el (message-bogus-address-regexp): Fix and improve custom
13480         type.
13481         (message-setup-hook): Add message-check-recipients as custom option.
13482
13483 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * message.el (message-cite-function): Remove bogus autoload which crept
13486         in during merge from v5-10.
13487
13488 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13489
13490         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13491
13492         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13493
13494         * auth-source.el: Preliminary Tramp docs.
13495         (auth-sources): Change the default auth-sources to use
13496         EPA .gpg files.
13497
13498 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * nntp.el: Autoload `auth-source-user-or-password'.
13501         (nntp-send-authinfo): Use it.
13502
13503         * nnimap.el: Autoload `auth-source-user-or-password'.
13504         (nnimap-open-connection): Use it.
13505
13506         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13507         for the gnus-message function.
13508         (auth-source-user-or-password): Use it.
13509
13510 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13513         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13514         (rfc2104-hash): Use it.
13515
13516 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13517
13518         * gnus-art.el (gnus-article-toggle-truncate-lines):
13519         Don't use `iff' in docstring.
13520
13521 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13524
13525         * gnus-util.el (gnus-extract-address-component-name)
13526         (gnus-extract-address-component-email): Convenience functions around
13527         `gnus-extract-address-components'.
13528
13529         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13530         Use `gnus-extract-address-component-email' to fix bug of comparing full
13531         sender name to `user-mail-address'.
13532
13533 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13536         catch/throw to optimize.
13537         (gnus-registry-find-keywords): Just use member to find a keyword.
13538
13539 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13540
13541         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13542         is current before calling gnus-server-prepare.
13543         (gnus-server-setup-buffer, gnus-server-update-server)
13544         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13545
13546 2008-05-04  Juri Linkov  <juri@jurta.org>
13547
13548         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13549         (mailcap-file-default-commands): Use mailcap-replace-in-string
13550         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13551         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13552
13553 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13554
13555         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13556
13557 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13558
13559         * gnus.el: Bump version to 0.11.
13560
13561 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13562
13563         * gnus.el: No Gnus v0.10 is released.
13564
13565 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13566
13567         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13568         hooks.
13569         (gnus-update-read-articles): Speed up non-marks-using users.
13570         (gnus-use-marks): Define gnus-use-marks.
13571         (gnus-propagate-marks): Rename variable to something more sensible.
13572
13573 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13574
13575         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13576         (gmm-image-load-path-for-library): Fix typos in docstrings.
13577         (gmm-message): Reflow docstring.
13578
13579 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * mail-source.el (mail-source-set-1, mail-source-bind):
13582         Move auth-source code out of the macro to clean it up and fix bugs.
13583
13584 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13587         by sender if it's equal to user-mail-address, it's likely to be
13588         useless.
13589
13590         * mail-source.el (mail-source-bind): Don't use user or password if they
13591         are not bound.  Unintern them if they are nil.  Don't use server unless
13592         it's bound, and default it to empty string otherwise.
13593
13594 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13595
13596         * mail-source.el: Load auth-source.el.
13597         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13598         get user name or password, if auth-sources is set up.
13599
13600         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13601         strategy of splitting with parent.
13602         (gnus-registry-split-fancy-with-parent)
13603         (gnus-registry-post-process-groups): Use it and fix prior
13604         bug (returning a list as the split result).
13605
13606         * auth-source.el (auth-sources): Remove server parameter.
13607         (auth-source-pick, auth-source-user-or-password)
13608         (auth-source-user-or-password-imap)
13609         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13610         (auth-source-user-or-password-sftp)
13611         (auth-source-user-or-password-smtp): Remove server parameter.
13612
13613 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13614
13615         * smime.el (smime-sign-region, smime-encrypt-region)
13616         (smime-decrypt-region):
13617         Remove redundant calls to `generate-new-buffer-name'.
13618
13619 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13620
13621         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13622         Don't use QP for message/rfc822.
13623         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13624
13625 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13626
13627         * sieve-manage.el (sieve-string-bytes): Remove.
13628         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13629         correct byte-length only if the process's coding-system is the same as
13630         the one used internally by Emacs to represent strings.
13631
13632 2008-04-22  Juri Linkov  <juri@jurta.org>
13633
13634         * mailcap.el (mailcap-file-default-commands): New function.
13635
13636 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * message.el (message-signature-separator, message-cite-function):
13639         Change custom version.
13640
13641 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13642
13643         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13644         commands.
13645         (tls-checktrust): Ditto.
13646
13647 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * mm-decode.el (mm-display-external): Make temp file read-only.
13650
13651 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13654         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13655         `C-c C-f d'.
13656
13657 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13658
13659         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13660
13661 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * gnus.el: Bump version to 0.9.
13664
13665 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * gnus.el: No Gnus v0.8 is released.
13668
13669 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13670
13671         * mail-source.el (mail-source-value):
13672         Prefer fboundp to functionp so it works with macros as well.
13673
13674 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13677         Fix last change in case the element is not even a symbol.
13678
13679 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13680
13681         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13682         Prefer fboundp to functionp so it works with macros as well.
13683
13684 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13685
13686         * auth-source.el: Add docs.
13687         (auth-sources): Modify format to support server.
13688         (auth-source-pick, auth-source-user-or-password)
13689         (auth-source-user-or-password-imap)
13690         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13691         (auth-source-user-or-password-sftp)
13692         (auth-source-user-or-password-smtp): Add server parameter.
13693
13694 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13695
13696         * gnus-registry.el: Initialize the registry when gnus-registry-install
13697         is t.
13698
13699 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * compface.el (uncompface): Make buffer unibyte.
13702
13703 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13704
13705         * mail-source.el (mail-source-value):
13706         Prefer fboundp to functionp so it works with macros as well.
13707
13708 2008-04-05  Glenn Morris  <rgm@gnu.org>
13709
13710         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13711
13712 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13713
13714         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13715         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13716
13717         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13718         multibyteness after rather than before erasing it.
13719
13720         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13721         mm-with-multibyte.
13722         (gnus-request-article-this-buffer): Make sure the proper decoding is
13723         used if gnus-original-article-buffer happens to be unibyte.
13724
13725         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13726         default-enable-multibyte-characters.
13727
13728         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13729         default-enable-multibyte-characters.
13730
13731         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13732
13733         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13734
13735 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13736
13737         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13738         Fix last change in case the element is not even a symbol.
13739
13740 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13741
13742         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13743         (imap-message-copyuid-1): Use it.
13744         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13745         J. Williams in
13746         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13747
13748         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13749         imap-enable-exchange-bug-workaround.
13750         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13751
13752 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13753
13754         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13755         a 100 byte status-checks into a 2-3MB transfer for each group.
13756         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13757         to enable bug workaround or not.
13758         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13759
13760 2008-03-31  Glenn Morris  <rgm@gnu.org>
13761
13762         * message.el (mml2015-use): Declare for compiler.
13763         (message-info): Require mml2015 when appropriate.
13764
13765 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13768         whitespace.
13769
13770 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13771
13772         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13773         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13774         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13775         (nntp-service-to-port): New function.
13776         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13777         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13778         (nntp-open-netcat-stream): New function.
13779         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13780
13781 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13782
13783         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13784
13785 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13788
13789 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13790
13791         * dns.el (dns-write): Use set-buffer-multibyte.
13792
13793 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13794
13795         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13796
13797 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * message.el (message-signature-separator): Change default.
13800         Improve custom type.
13801         (message-cite-function): Change default to
13802         message-cite-original-without-signature.
13803
13804         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13805         toggle.
13806
13807         * message.el (message-check-news-body-syntax): Fix signature check.
13808         (message-setup-1): Mark buffer as unmodified _after_ running
13809         message-setup-hook and handling message-alternative-emails.
13810         (message-shorten-references): Be more strict when building list of
13811         valid references to comply with GNKSA.
13812
13813         * gnus-group.el (gnus-read-ephemeral-bug-group)
13814         (gnus-read-ephemeral-debian-bug-group)
13815         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13816
13817         * message.el (message-info): Don't use booleanp which isn't supported
13818         in Emacs 21 and XEmacs.
13819
13820 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13823         gnus-group-gmane-group-download-format.
13824         (gnus-group-read-ephemeral-gmane-group): Rename from
13825         gnus-group-read-ephemeral-gmane-group.
13826         (gnus-read-ephemeral-gmane-group-url): Rename from
13827         gnus-group-read-ephemeral-gmane-group-url.
13828         (gnus-bug-group-download-format-alist): New variable.
13829         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13830         (gnus-read-ephemeral-emacs-bug-group): New commands.
13831
13832 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13835         (gnus-visible-headers): Improve custom type.
13836
13837 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * mml.el (mml-menu): Add workarounds for XEmacs.
13840
13841         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13842         X-Boundary header.
13843
13844         * message.el (message-simplify-recipients): Fix previous commit.
13845
13846 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13847
13848         * mm-util.el (mm-set-buffer-multibyte): New function.
13849         * mm-decode.el (mm-copy-to-buffer): Use it.
13850
13851         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13852         Prefer fboundp to functionp so it works with macros as well.
13853
13854 2008-03-19  Glenn Morris  <rgm@gnu.org>
13855
13856         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13857         Accidentally removed in the sync process with Emacs.
13858
13859 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * message.el (message-alter-recipients-discard-bogus-full-name):
13862         New function.
13863         (message-alter-recipients-function): New variable.
13864         (message-get-reply-headers): Use it.
13865         (message-replace-header): New helper function.
13866         (message-recipients-without-full-name): New variable.
13867         (message-simplify-recipients): New command.
13868
13869         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13870
13871         * message.el (message-info): Handle EasyPG manual.
13872
13873         * mml.el (mml-menu): Add entry for EasyPG.
13874
13875 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13876
13877         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13878         parameter.
13879
13880         * message.el (message-disassociate-draft): Specify drafts group name
13881         fully.
13882
13883 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13886         Eliminate unnecessary duplicates from the match list.
13887
13888 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13891
13892         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13893
13894         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13895         args of `how-many' of which the XEmacs version doesn't take; declare
13896         Info-index-next as function.
13897
13898 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-score.el (gnus-score-headers): Fix handling of
13901         gnus-inhibit-slow-scoring.
13902
13903         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13904         string.
13905         (gnus-button-url-regexp): Improve handling of parenthesis.
13906         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13907         (gnus-button-handle-info-keystrokes): Handle index entries.
13908
13909 2008-03-15  Glenn Morris  <rgm@gnu.org>
13910
13911         * parse-time.el (parse-time-string): Simplify.
13912
13913 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13916         Incoming* files.
13917
13918 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13919
13920         * auth-source.el (auth-sources): Rename from auth-source-choices.
13921         (auth-source-pick): Use it.
13922
13923 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13924
13925         * binhex.el (binhex-decode-region-internal):
13926         * uudecode.el (uudecode-decode-region-internal):
13927         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13928         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13929         setting default-enable-multibyte-characters.
13930
13931 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * auth-source.el (auth-source-protocols)
13934         (auth-source-protocols-customize, auth-source-choices): Add and
13935         modified variable customizations and defaults.
13936         (auth-source-pick, auth-source-user-or-password)
13937         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13938         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13939         (auth-source-user-or-password-sftp)
13940         (auth-source-user-or-password-smtp): Use new variables and provide an
13941         interface to netrc.el.
13942
13943 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13946         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13947         Make sure the nntp port to specify is a string.
13948
13949 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13950
13951         * nntp.el: Use with-current-buffer.
13952         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13953         dubious mm-with-unibyte-current-buffer.
13954         (nntp-with-open-group-function): New function extracted from
13955         nntp-with-open-group macro.
13956         (nntp-with-open-group): Use the function, so it's easier to debug.
13957         Add indentation and debugging info.
13958         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13959         Recommend the use of the netcat alternatives.
13960
13961         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13962         Avoid mm-string-as-multibyte as well.
13963
13964         * nnweb.el (nnweb-insert-html):
13965         Remove use of nnheader-string-as-multibyte.
13966
13967         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13968         (nnheader-string-as-multibyte): Remove.
13969
13970         * mm-view.el: Use inhibit-read-only.
13971         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13972         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13973         or unibyte-string.
13974
13975         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13976         (mm-uu-yenc-extract): Use with-current-buffer.
13977
13978         * gnus-soup.el (gnus-soup-send-packet): Don't use
13979         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13980
13981         * nnmh.el: Use with-current-buffer.
13982         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13983         mm-string-as-multibyte on the output of mm-encode-coding-string.
13984
13985         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13986         (nnimap-request-move-article): Use with-current-buffer.
13987
13988         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13989         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13990         conversion uses string-make-unibyte rather than string-as-unibyte.
13991
13992         * gnus-msg.el: Use with-current-buffer.
13993
13994         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13995
13996 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13997
13998         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13999         string for caching if it is 'PIN.
14000
14001 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * lpath.el: Consider the case without Emacs/W3.
14004
14005 2008-03-08  Glenn Morris  <rgm@gnu.org>
14006
14007         * time-date.el (date-to-time, time-subtract, time-add)
14008         (safe-date-to-time): Doc fixes.
14009
14010 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * mail-source.el (mail-source-delete-old-incoming-confirm):
14013         Change default to nil.
14014         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14015
14016 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * lpath.el: Rearrange.
14019
14020         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14021         (gnus-article-goto-prev-page): Work for articles having ^L's.
14022
14023         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14024
14025         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14026
14027 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14028
14029         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14030         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14031         (gnus-bookmark-jump): Adjust some variable names.
14032
14033 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14034
14035         * auth-source.el: New package.
14036         (auth-source-choices): Add customization entry point variable.
14037
14038         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14039         bug.
14040
14041 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14042
14043         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14044         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14045         (gnus-registry-install-shortcuts): Rename from
14046         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14047         the `gnus-registry-mark-map' keymap dynamically from
14048         `gnus-registry-marks'.  The generated functions update the summary line
14049         when a registry mark is added or deleted, and will call
14050         `gnus-registry-install-p' (see the comments in the code).
14051         (gnus-registry-user-format-function-M): Use concat intelligently.
14052
14053         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14054         the registry mark functions.
14055
14056 2008-03-05  Glenn Morris  <rgm@gnu.org>
14057
14058         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14059         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14060         gnus-art.
14061         (top-level): No need to load own source when compiling.
14062
14063 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14066         Suggested by <chris.anderton@zetnet.co.uk>.
14067
14068 2008-03-04  Glenn Morris  <rgm@gnu.org>
14069
14070         * gnus-sum.el (top-level): No need to require gnus when compiling,
14071         since unconditionally required near start of file.
14072         (gnus-summary-display-while-building): Move definition before use.
14073
14074 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * gnus-registry.el (gnus-registry-user-format-function-M):
14077         Add formatting function.
14078
14079 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14080
14081         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14082         with plists.
14083         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14084         Use new format.
14085
14086 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14089         `where-is-internal' that returns a range of key sequences.
14090
14091 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14092
14093         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14094
14095         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14096         (gnus-summary-jump-to-group): Consider windows on other displayed
14097         frames as well.  Similar changes might be needed elsewhere, but that's
14098         the one I've bumped into during my use.
14099
14100         * nndoc.el (nndoc-oe-dbx-type-p):
14101         * gnus-msg.el (gnus-debug):
14102         * gnus-group.el (gnus-update-group-mark-positions):
14103         Use mm-string-to-multibyte.
14104
14105 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14108         doesn't handle NotDashEscaped.
14109
14110         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14111         (mml-dnd-attach-options): Fix typo in custom choice.
14112
14113         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14114         Change nndoc-article-type to mbox.
14115         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14116
14117         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14118         to nil, instead of html2text.
14119
14120         * imap.el (imap-debug): Add `imap-ping-server'.
14121
14122         * gnus-bookmark.el: Add FIXMEs.
14123
14124         * message.el (message-form-letter-separator)
14125         (message-send-form-letter-delay): New variables.
14126         (message-send-form-letter): Use them.  New command to send form
14127         letters.  Requested by Uwe Siart.
14128         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14129
14130 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * Update copyright years.
14133
14134 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         Sync from EMACS_22_BASE.
14137
14138         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14139
14140 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14141
14142         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14143         empty author.
14144
14145 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         * gnus-registry.el (gnus-registry-marks): Add variable for
14148         customization of marks and their appearance.
14149         (gnus-registry-read-mark): Use it.
14150         (gnus-registry-do-marks): Add utility function to loop through
14151         `gnus-registry-marks'.
14152         (gnus-registry-install-shortcuts-and-menus): Add function to install
14153         shortcuts and menus.
14154         (gnus-registry-initialize): Use it.
14155         (gnus-registry-default-mark): Clarify documentation.
14156
14157 2008-02-29  Glenn Morris  <rgm@gnu.org>
14158
14159         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14160         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14161         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14162         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14163         Change defcustom :version from 23.0 to 23.1.
14164
14165 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * gnus-registry.el (gnus-registry-follow-group-p)
14168         (gnus-registry-post-process-groups): Add functions to aid registry
14169         splitting and improve logging.  Clarify behavior in function
14170         documentation.
14171         (gnus-registry-split-fancy-with-parent): Use them.
14172
14173 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14174
14175         * gnus-art.el: Use with-current-buffer.
14176
14177 2008-02-27  David Engster  <dengste@eml.cc>
14178
14179         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14180         Express real group name in the response.
14181
14182 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14185         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14186         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14187         autoload gnus-registry-fetch-group when compiling.
14188         (nnmairix-request-group-with-article-number-correction):
14189         Remove unreferenced argument passed to nnmairix-call-backend.
14190
14191 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14194         (mm-uu-extract): Improve face for low color ttys.
14195         Reported by Sascha Wilde.
14196
14197 2008-02-27  Glenn Morris  <rgm@gnu.org>
14198
14199         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14200         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14201         variables to defconsts.  Convert comments to doc-strings.
14202         (nnmairix-last-server, nnmairix-current-server): Convert from free
14203         variables to defvars.  Convert comments to doc-strings.
14204         (gnus-registry-fetch-group): Autoload.
14205         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14206         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14207         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14208         caddr.
14209         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14210         nnmairix-request-group-with-article-number-correction call.
14211         (nnmairix-fast, nnmairix-group): New, less general names, for free
14212         variables passed from nnmairix-request-group to
14213         nnmairix-request-group-with-article-number-correction.  Declare.
14214         (nnmairix-request-group-with-article-number-correction):
14215         Use nnmairix-fast, nnmairix-group rather than fast, group.
14216
14217 2008-02-26  David Engster  <dengste@eml.cc>
14218
14219         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14220         version 0.5.
14221
14222 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14225         instead of making an extra function call.  Don't add the current group
14226         to articles only when they have the group.  Use
14227         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14228         Reported by David <de_bb@arcor.de>.
14229
14230 2008-02-24  Miles Bader  <miles@gnu.org>
14231
14232         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14233         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14234         (mm-find-mime-charset-region):
14235         * mm-bodies.el (mm-encode-body):
14236         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14237
14238 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14241         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14242
14243 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * mail-source.el (mail-source-delete-incoming): Change default.
14246         Supplement doc string.
14247
14248         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14249
14250 2008-02-14  Glenn Morris  <rgm@gnu.org>
14251
14252         * time-date.el (format-seconds): New function.
14253
14254 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * nnmail.el (nnmail-message-id-cache-file): Derive from
14257         `gnus-home-directory'.
14258
14259 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14262         Document negative prefix.
14263
14264         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14265
14266 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14267
14268         * message.el (message-unsent-separator): Add the Exim bounce
14269         separator.
14270
14271 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14272
14273         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14274         list.
14275         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14276         recipient/signer list.
14277
14278 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * Makefile.in (datarootdir): Define.
14281         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14282         name that might contain whitespace.
14283
14284 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14287         fbound (Emacs 23 unicode), signal an error.
14288
14289 2008-02-08  Glenn Morris  <rgm@gnu.org>
14290
14291         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14292
14293 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14294
14295         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14296         ports to the calls to `netrc-machine-user-or-password' in addition to
14297         "imap" and "imaps".
14298
14299 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14300
14301         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14302
14303         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14304
14305 2008-02-01  Kenichi Handa  <handa@m17n.org>
14306
14307         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14308         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14309         (rfc2104-hash): Convert the result of concat to unibyte string.
14310
14311 2008-02-01  Dave Love  <fx@gnu.org>
14312
14313         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14314         coding-system-for-read.
14315         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14316
14317 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14320         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14321         <hanche@math.ntnu.no>.
14322
14323 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14326
14327         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14328
14329 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14330
14331         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14332         * message.el (message-beginning-of-line): Use featurep instead of bound
14333         tests in order to resolve conditionals at compile time.
14334
14335 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14336
14337         * mail-source.el (mail-sources): Add `group' choice.
14338
14339         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14340         parameter `in-group' to control into which group the articles go.
14341         Add treatment of `group' mail-source.
14342
14343 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14346
14347         * mm-decode.el (mm-dissect-buffer): Decode description.
14348
14349         * mml.el (mml-to-mime): Encode message header first.
14350
14351 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14354         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14355
14356         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14357         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14358
14359 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14362
14363 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14366         prefix keys.
14367         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14368         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14369         gnus-xmas.el.
14370
14371         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14372         (gnus-xmas-article-describe-bindings): New function.
14373         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14374         gnus-xmas-article-describe-bindings.
14375
14376         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14377
14378 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14379
14380         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14381         Add new variables for article mark management.
14382         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14383         list of extra data entries which, when present, will indicate that the
14384         article ID should not be trimmed from the registry.
14385         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14386         functions.
14387         (gnus-registry-read-mark): New function to read a mark name from the
14388         user.
14389         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14390         (gnus-registry-set-article-mark-internal): New functions to add and
14391         remove marks.
14392         (gnus-registry-get-article-marks): New function to show the marks for
14393         an article, or retrieve them for further use.
14394
14395 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14398         keys when no argument is given.
14399
14400 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * imap.el (imap-ping-server): New variable.
14403         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14404         (imap-ping-server): Minor doc string fixes.
14405
14406 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14407
14408         * imap.el (imap-ping-server): New function.
14409         (imap-opened): Call imap-ping-server.
14410
14411 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * gnus-sum.el (gnus-article-sort-by-random)
14414         (gnus-thread-sort-by-random): Fix doc strings.
14415         Reported by jidanni@jidanni.org.
14416
14417 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (gnus-article-describe-bindings): New function.
14420         (gnus-article-read-summary-keys): Use it.
14421         (gnus-article-mode-map): Bind `C-h b' to it.
14422
14423 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14426         XEmacs.
14427         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14428         Protect against non-character events.
14429
14430         * lpath.el: Fbind map-keymap for Emacs 21.
14431
14432 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14435         New command.
14436         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14437         instead of END.  Change name of the temp file.
14438         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14439         customizable.
14440
14441 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14444         bind `S W' to gnus-article-wide-reply-with-original; set default
14445         binding to gnus-article-read-summary-send-keys.
14446         (gnus-article-read-summary-keys): Fix the order of keys; display
14447         continuation keys correctly in the echo area; describe bindings
14448         correctly when keys end with `C-h'.
14449         (gnus-article-read-summary-send-keys): New function.
14450         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14451         Work for gnus-article-read-summary-send-keys; display continuation keys
14452         correctly in the echo area.
14453         (gnus-article-reply-with-original): Ignore prefix argument.
14454         (gnus-article-wide-reply-with-original): New function.
14455
14456         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14457         Emacs 21.
14458
14459 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14462         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14463
14464 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14467         (gnus-group-read-ephemeral-gmane-group): New command.
14468
14469 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14470
14471         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14472
14473 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * message.el (message-send-mail-function): Increase custom version.
14476
14477         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14478         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14479
14480 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14481
14482         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14483         for the cases where imap-authenticate is called with a nil buffer
14484         parameter.
14485
14486 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14489         html parts correctly; support forwarded messages.
14490         (gnus-article-browse-html-article): Remove work buffers.
14491
14492         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14493         compiling.
14494         (netrc-bound-and-true-p): New macro.
14495         (netrc-parse): Use it instead of bound-and-true-p that is not available
14496         in XEmacs 21.4.
14497
14498 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14499
14500         * gnus-registry.el (gnus-registry-mark-article)
14501         (gnus-registry-article-marks): Add functionality to mark articles
14502         through the Gnus registry.
14503
14504         * encrypt.el: Clarify documentation for the new pgg method.
14505         (encrypt-file-alist): Add PGG option.
14506         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14507         functionality.  Abstract password key and messaging to external
14508         functions.
14509         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14510         (encrypt-message-method-and-cipher): Add new convenience external
14511         functions.
14512         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14513         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14514
14515         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14516         (netrc-parse): Use encrypt-file-alist to determine if
14517         encrypt-find-model or encrypt-insert-file-contents should be used.
14518
14519         * encrypt.el: Clarify documentation.  Load password-cache or
14520         password, whichever one is found first, instead of autoloading.
14521
14522 2007-12-19  Glenn Morris  <rgm@gnu.org>
14523
14524         * mml.el (message-options-set, message-narrow-to-head)
14525         (message-in-body-p, message-mail-p, message-encode-message-body):
14526         Autoload.
14527         (message-remove-header, message-narrow-to-headers-or-head)
14528         (message-subscribed-p, message-make-mail-followup-to)
14529         (message-position-on-field, message-news-p)
14530         (message-options-set-recipient, message-generate-headers)
14531         (message-sort-headers): Declare as functions.
14532
14533 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14536         convention in doc string.
14537
14538 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14541         title to html parts.
14542         (gnus-article-browse-html-article): Pass message header to it.
14543
14544         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14545
14546 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14549         or password compatible with XEmacs.
14550
14551 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14554         format document.
14555         (gnus-mime-delete-part): Don't write description line if empty.
14556         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14557
14558 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14559
14560         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14561         (gnus-summary-mark-read-and-unread-as-read)
14562         (gnus-summary-mark-current-read-and-unread-as-read)
14563         (gnus-summary-mark-unread-as-ticked): Doc fix.
14564         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14565
14566 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14569         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14570
14571 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14574         yes-or-no-p.
14575
14576 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * mm-decode.el (mm-add-meta-html-tag): New function.
14579         (mm-save-part-to-file, mm-pipe-part): Use it.
14580
14581         * gnus-art.el (gnus-article-browse-delete-temp-files):
14582         Use gnus-y-or-n-p instead of y-or-n-p.
14583         (gnus-article-browse-html-parts): Work with message/external-body; use
14584         mm-add-meta-html-tag.
14585
14586 2007-12-11  Glenn Morris  <rgm@gnu.org>
14587
14588         * gnus-cache.el: Require gnus-sum not just when compiling.
14589
14590         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14591
14592         * gnus-int.el (gnus-server-opened, gnus-status-message):
14593         Move definitions before use.
14594
14595         * mm-decode.el: Require gnus-util.
14596         (mm-remove-part): Only call delete-annotation on XEmacs.
14597
14598         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14599
14600         * nnmail.el: Require gnus-int.
14601
14602         * spam.el: Move `require's before `eval-when-compile's.
14603
14604         * gnus-ems.el (gnus-alive-p):
14605         * gnus-fun.el (message-goto-eoh):
14606         * gnus-util.el (gnus-group-name-decode):
14607         * mail-source.el (gnus-compress-sequence):
14608         * message.el (Info-goto-node, format-spec):
14609         * mm-bodies.el (message-options-get):
14610         * mm-decode.el (mm-view-pkcs7):
14611         * mm-util.el (gmm-write-region):
14612         * mml-smime.el (mml-compute-boundary)
14613         (gnus-completing-read-with-default):
14614         * mml.el (widget-button-press, gnus-make-hashtable):
14615         * mml1991.el (mm-decode-content-transfer-encoding)
14616         (mm-encode-content-transfer-encoding)
14617         (message-options-get, message-options-set):
14618         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14619         * nnfolder.el (gnus-request-group):
14620         * nnheader.el (ietf-drums-unfold-fws):
14621         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14622         * smime.el (gnus-run-mode-hooks):
14623         * spam-stat.el (gnus-message): Autoload.
14624
14625         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14626         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14627         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14628         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14629         Add declare-function compatibility definition.
14630
14631         * gnus-cache.el (nnvirtual-find-group-art):
14632         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14633         (gnus-add-image, gnus-add-wash-type):
14634         * gnus-group.el (nnkiboze-score-file):
14635         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14636         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14637         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14638         (message-tokenize-header, gnus-get-buffer-create)
14639         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14640         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14641         * gnus.el (gnus-group-decoded-name):
14642         * mail-source.el (imap-capability):
14643         * mm-bodies.el (message-options-set):
14644         * mm-decode.el (gnus-configure-windows):
14645         * mm-extern.el (message-goto-body):
14646         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14647         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14648         (epg-sub-key-validity, message-options-set):
14649         * mml.el (widget-event-point, gnus-configure-windows):
14650         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14651         * mml2015.el (epg-check-configuration, epg-configuration)
14652         (message-options-set):
14653         * nndb.el (nndb-request-article):
14654         * nnfolder.el (gnus-request-create-group):
14655         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14656         * nnmaildir.el (gnus-group-mark-article-read):
14657         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14658         * rfc1843.el (message-fetch-field):
14659         * spam.el (gnus-extract-address-components):
14660         Declare as functions.
14661
14662 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14665
14666         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14667
14668         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14669         bind show-trailing-whitespace for XEmacs.
14670
14671 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14674         new no-op macro for backward compatibility.
14675
14676         * imap.el (imap-string-to-integer): New function.
14677
14678 2007-12-09  Glenn Morris  <rgm@gnu.org>
14679
14680         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14681
14682         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14683         * message.el, mm-view.el, sieve-manage.el, smime.el:
14684         Add declare-function compatibility definition.
14685
14686         * gnus-art.el (w3-region, w3m-region, Info-menu):
14687         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14688         * gnus-sum.el (gnus-get-predicate):
14689         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14690         * message.el (mail-abbrev-in-expansion-header-p):
14691         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14692         (w3m-detect-meta-charset, w3m-region):
14693         * sieve-manage.el (password-read, password-cache-add)
14694         (password-cache-remove):
14695         * smime.el (password-read-and-add): Declare as functions.
14696
14697 2007-12-08  David Kastrup  <dak@gnu.org>
14698
14699         * gnus-sum.el (gnus-summary-simplify-subject-query):
14700         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14701         `message'.
14702
14703 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14706         it to bind idna-program, installation-directory, defined-colors, and
14707         face-attribute for XEmacs of the version that compiles defcustom forms.
14708
14709 2007-12-07  Glenn Morris  <rgm@gnu.org>
14710
14711         * gnus-art.el (article-make-date-line): Revert previous change.
14712
14713 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14716
14717 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14718
14719         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14720         Call gnus-add-to-range ranges only once with a prepared article-list.
14721
14722 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14723
14724         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14725         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14726         group names with backslashes.
14727         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14728
14729 2007-12-06  Deepak Goel  <deego3@gmail.com>
14730
14731         * gnus-art.el (article-make-date-line):
14732         * gnus-start.el (gnus-load):
14733         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14734
14735 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-art.el (gnus-use-idna):
14738         * gnus-start.el (gnus-site-init-file):
14739         * message.el (message-use-idna):
14740         * mm-uu.el (mm-uu-hide-markers):
14741         * smiley.el (smiley-style): Revert changes that suppress warnings.
14742
14743 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14746         specify charset to html source.
14747         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14748
14749 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14752         idna-program in order to suppress byte compile warning issued by XEmacs
14753         that came to byte compile the default value section of defcustom forms
14754         recently.
14755
14756         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14757         value of installation-directory.
14758
14759         * message.el (message-use-idna): Don't directly refer to the value of
14760         idna-program.
14761
14762         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14763
14764         * smiley.el (smiley-style): Don't directly call face-attribute.
14765
14766 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14769
14770         * gnus-dired.el: Reduce Gnus dependencies.
14771         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14772         Don't require.  Use autoloads instead.
14773         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14774         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14775         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14776         (gnus-dired-mode): Adjust doc string.
14777         (gnus-dired-mail-mode): New variable.
14778         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14779         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14780         (gnus-dired-mail-buffers): New function.  Return mail or message
14781         composition buffers.
14782         (gnus-dired-attach): Use it.
14783         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14784         NO-DECODE.
14785         (gnus-dired-print): Use `gnus-print-buffer' depending on
14786         `gnus-dired-mail-mode'.
14787
14788 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * rfc2047.el (rfc2047-encoded-word-regexp)
14791         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14792         explaining what regexp patterns are for.
14793
14794 2007-12-04  Glenn Morris  <rgm@gnu.org>
14795
14796         * password.el: Move to password-cache.el.
14797
14798         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14799         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14800         * mml-smime.el (password-read, password-cache-add)
14801         (password-cache-remove):
14802         No need to autoload, since mml-sec requires password.
14803
14804         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14805         * message.el (gnus-extract-address-components):
14806         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14807
14808         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14809         password.
14810
14811 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * mailcap.el: Reduce dependencies.
14814         (mail-header-parse-content-type): Autoload.
14815         (mailcap-delete-duplicates): New alias.
14816         (mailcap-mime-info): Add optional argument NO-DECODE.
14817         (mailcap-mime-types): Use mailcap-delete-duplicates.
14818
14819         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14820
14821 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14822
14823         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14824         (imap-parse-status): Upcase status-att for servers that sends them
14825         lower-case (e.g., MS Exchange 2007).
14826
14827 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14830         function.
14831
14832         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14833         (gnus-uu-yenc-article): New function.
14834
14835         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14836
14837         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14838
14839 2007-12-02  Glenn Morris  <rgm@gnu.org>
14840
14841         * binhex.el (binhex): New custom group.
14842         (binhex-decoder-program, binhex-decoder-switches)
14843         (binhex-use-external): Move to the binhex custom group.
14844
14845         * uudecode.el (uudecode): New custom group.
14846         (uudecode-decoder-program, uudecode-decoder-switches)
14847         (uudecode-use-external): Move to the uudecode custom group.
14848
14849         * netrc.el (top-level): Don't load `encrypt' features.
14850         (netrc-parse): Don't use encrypt.
14851         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14852
14853         * encrypt.el: Remove file.
14854
14855 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14858         matches on patches.
14859
14860         * gnus-art.el (gnus-article-browse-html-article):
14861         Mention `mm-text-html-renderer' in the doc string.
14862
14863         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14864         string.  Add comments.
14865
14866         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14867         if rhs is ASCII.
14868
14869 2007-12-01  Glenn Morris  <rgm@gnu.org>
14870
14871         * mail-source.el (top-level): Require format-spec before
14872         eval-when-compile.
14873
14874 2007-11-30  Glenn Morris  <rgm@gnu.org>
14875
14876         * encrypt.el: Require password, rather than autoloading password-read.
14877
14878 2007-11-29  Glenn Morris  <rgm@gnu.org>
14879
14880         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14881         (sasl-make-client, sasl-next-step, sasl-step-data)
14882         (sasl-step-set-data): Declare as functions.
14883
14884 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14887
14888 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14889
14890         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14891         certs should be verified and what is to be done in the event of a
14892         verification failure.
14893
14894         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14895         caller can indicate whether the cache should be disregarded for this
14896         call.  This way the result of the call is reproducible at all times and
14897         can be considered a canonical server name for the supplied method.
14898         (gnus-agent-method-p): Canonicalize server names by pushing their
14899         method through `gnus-method-to-server' using the no-cache argument.
14900
14901         * gnus-srvr.el (gnus-server-insert-server-line):
14902         Call `gnus-method-to-server' with `no-cache' argument.
14903
14904         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14905         gnus-agent-possibly-synchronize-flags as this should be called when the
14906         server is actually being opened.
14907         (gnus-agent-possibly-synchronize-flags)
14908         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14909         flags file of an agentized server to the latter function.
14910
14911         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14912         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14913         after a connection has been established successfully.
14914
14915 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (article-display-face): Force to display face if called
14918         interactively; check if gnus-article-x-face-too-ugly matches author.
14919         (article-display-x-face): Display face even if From header is missing
14920         as article-display-face does.
14921
14922 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14923
14924         * hashcash.el (message-narrow-to-headers-or-head)
14925         (message-fetch-field, message-goto-eoh)
14926         (message-narrow-to-headers): Declare as functions.
14927
14928 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * mail-source.el (mail-sources): Default to fetch from file for
14931         compatibility with default of nnmail-spool-file.
14932
14933 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14936         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14937         to look for encoded word that should be encoded again.
14938         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14939         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14940         encoding pattern.
14941         (rfc2047-decode-region): Switch strict regexp and loose one according
14942         to rfc2047-allow-irregular-q-encoded-words.
14943
14944 2007-11-25  Romain Francoise  <romain@orebokech.com>
14945
14946         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14947
14948 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * tls.el (tls-program): Provide more custom choices from
14951         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14952         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14953
14954 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14957         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14958
14959         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14960         `nnmail-spool-file'.
14961
14962         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14963         `nnmail-spool-file'.
14964
14965         * gnus-move.el (gnus-change-server): Ditto.
14966
14967         * gnus-kill.el (gnus-batch-score): Ditto.
14968
14969         * gnus-cache.el (gnus-jog-cache): Ditto.
14970
14971         * gnus-msg.el (gnus-summary-reply):
14972         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14973
14974 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14977         version.  Minor improvement to doc strings.
14978         (tls-program): Add comment.
14979
14980 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14981
14982         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14983         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14984         mismatch between the hostname provided in the certificate and the name
14985         of the host connnecting to.
14986         (open-tls-stream): Use them.  Check certificates against trusted root
14987         certificates.
14988
14989 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * gnus-cache.el (gnus-cache-generate-nov-databases):
14992         Use nnml-generate-nov-databases-directory instead of
14993         nnml-generate-nov-databases-1.
14994
14995 2007-11-24  Glenn Morris  <rgm@gnu.org>
14996
14997         * message.el (message-tool-bar-retro): Update for rename
14998         mail_send.xpm->mail-send.xpm.
14999
15000 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15003         `smime-ldap-search' for Emacs 22 and up.
15004
15005 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15006
15007         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15008
15009         * message.el (message-send-mail-function): Fix error convention.
15010         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15011         (message-widen-reply, message-send-mail, message-talkative-question)
15012         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15013         (message-clone-locals, message-send-news): Use with-current-buffer.
15014         (message-insert-or-toggle-importance): Remove unused var `valid'.
15015         (message-make-references): Remove unused var `new-references'.
15016         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15017
15018 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15019
15020         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15021         (spam-split-symbolic-return-positive): Reflow docstring.
15022         (spam-backends, spam-summary-exit-behavior)
15023         (spam-mark-ham-unread-before-move-from-spam-group)
15024         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15025         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15026         (spam-clear-cache, spam-backend-check, spam-install-backend)
15027         (spam-install-statistical-backend, spam-list-of-processors)
15028         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15029         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15030         (spam-check-crm114, spam-initialize, spam-unload-hook):
15031         Fix typos in docstrings.
15032
15033 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15036         been checked if they have never been read and those group levels are
15037         higher than the one that a user specified.
15038
15039 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15042         foreign groups unless a group level is specified by a user.
15043         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15044
15045 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * message.el (message-send-mail-function): Require sendmail.
15048
15049 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * message.el (message-send-mail-function): Check for smtpmail too.
15052
15053         * utf7.el (utf7-encode, utf7-decode): Use coding system
15054         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15055
15056         * message.el (message-send-mail-function): New function.
15057         (message-send-mail-function): Set default using
15058         message-send-mail-function.  Adjust doc string.
15059         (message-send-mail-with-mailclient): New function.
15060
15061 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15062
15063         * smime.el (from):
15064         * rfc2047.el (message-posting-charset):
15065         * qp.el (mm-use-ultra-safe-encoding):
15066         * pop3.el (parse-time-months):
15067         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15068         * nnml.el (files):
15069         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15070         (jka-compr-compression-info-list, ange-ftp-path-format)
15071         (efs-path-regexp):
15072         * nndiary.el (files):
15073         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15074         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15075         (epg-digest-algorithm-alist, inhibit-redisplay)
15076         (password-cache-expiry):
15077         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15078         (pgg-output-buffer, password-cache-expiry):
15079         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15080         (efs-path-regexp):
15081         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15082         (inhibit-redisplay):
15083         * mm-uu.el (file-name, start-point, end-point, entry)
15084         (gnus-newsgroup-name, gnus-newsgroup-charset):
15085         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15086         (latin-unity-ucs-list):
15087         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15088         (mm-uu-binhex-decode-function):
15089         * message.el (gnus-message-group-art, gnus-list-identifiers)
15090         (rmail-enable-mime-composing, gnus-local-organization)
15091         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15092         (gnus-read-active-file, facemenu-add-face-function)
15093         (facemenu-remove-face-function, gnus-article-decoded-p)
15094         (tool-bar-mode):
15095         * mail-source.el (display-time-mail-function):
15096         * gnus-util.el (nnmail-pathname-coding-system)
15097         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15098         (gnus-original-article-buffer, gnus-user-agent)
15099         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15100         (xemacs-codename, sxemacs-codename, emacs-program-version):
15101         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15102         * gnus-start.el (gnus-agent-covered-methods)
15103         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15104         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15105         (gnus-newsgroup-headers, gnus-group-list-mode)
15106         (gnus-group-mark-positions, gnus-newsgroup-data)
15107         (gnus-newsgroup-unreads, nnoo-state-alist)
15108         (gnus-current-select-method, mail-sources)
15109         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15110         (nnmail-spool-file, gnus-cache-active-hashtb):
15111         * gnus-mh.el (mh-lib-progs):
15112         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15113         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15114         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15115         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15116         (gnus-group-buffer):
15117         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15118         (font-lock-set-defaults):
15119         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15120         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15121         (gnus-summary-post-menu, total-parts, type, condition, length):
15122         * gnus-agent.el (gnus-agent-read-agentview):
15123         * flow-fill.el (show-trailing-whitespace):
15124         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15125         eval-and-compile wrappers for byte compiler pacifiers.
15126
15127         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15128         (mm-display-inline-fontify): Check for featurep 'xemacs not
15129         extent-list.
15130
15131         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15132         itimer-list.
15133         (mm-create-image-xemacs): Only do something for XEmacs.
15134         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15135
15136         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15137
15138         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15139         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15140
15141 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15142
15143         * nnimap.el (nnimap-split-download-body):
15144         * gnus-demon.el (gnus-demon):
15145         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15146
15147 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15150         New macros.
15151         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15152         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15153         copy data from unibyte buffer to multibyte current buffer.
15154         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15155         to copy data from unibyte current buffer to multibyte buffer.
15156         (nntp-make-process-buffer): Make process buffer unibyte.
15157
15158         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15159
15160 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15161
15162         * pop3.el (pop3-open-server): Accept and process data more robustly at
15163         connection start to avoid spurious "POP SSL connection failed" errors.
15164
15165 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15168         read group names.
15169
15170 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15173
15174 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15177         (nnmail-save-active): Use a unibyte buffer when saving active file,
15178         which may contain non-ASCII group names.
15179
15180         * nnml.el (nnml-request-group): Decode group names in messages.
15181
15182 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * message.el (message-citation-line-function)
15185         (message-insert-formatted-citation-line): Fix spelling of
15186         `message-insert-formated-citation-line'.
15187
15188 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15191
15192 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15195         nnmail-pathname-coding-system.
15196
15197         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15198         that a user enters; decode group names in messages.
15199
15200         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15201
15202 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15205
15206         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15207
15208         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15209         risky local variable.
15210
15211         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15212
15213 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * encrypt.el: Improve documentation to fix function name typo.
15216         Reported by Daiki Ueno <ueno@unixuser.org>.
15217
15218 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15221         even if the point is not in the last page of an article.
15222         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15223         back to the previous page.
15224
15225 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15228
15229 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15232
15233 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15234
15235         * message.el (message-check-news-body-syntax):
15236         Avoid mm-string-as-multibyte.
15237         (message-hide-headers): Don't assume (point-min)==1.
15238
15239 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * message.el (message-remove-blank-cited-lines): Fix if remove is
15242         given.
15243         (message-bogus-address-regexp): New variable.
15244         (message-bogus-recipient-p): New function.
15245         (message-check-recipients): New command.
15246         (message-syntax-checks): Add `bogus-recipient'.
15247         (message-fix-before-sending): Add `bogus-recipient'.
15248
15249         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15250         (gnus-treat-body-boundary): Don't test window-system.
15251
15252 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15253
15254         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15255
15256 2007-10-28  Miles Bader  <miles@gnu.org>
15257
15258         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15259         at compile-time too.
15260
15261 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-msg.el (gnus-message-setup-hook):
15264         Add `message-remove-blank-cited-lines' to options.
15265
15266 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * message.el (message-remove-blank-cited-lines): New function.
15269         Suggested by Karl Plästerer.
15270
15271 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15274         mapc.
15275
15276         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15277         (top-level): Use mapc to set functions to be traced for debugging.
15278
15279         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15280         called for effect with while loop.
15281
15282         * message.el (message-talkative-question): Replace mapcar called for
15283         effect with mapc.
15284
15285         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15286         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15287         called for effect with dolist.
15288
15289         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15290
15291         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15292         gnus-extra-headers and nnmail-extra-headers.
15293
15294         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15295         called for effect with dolist.
15296         (top-level): Use mapc to set functions to be traced for debugging.
15297
15298         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15299         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15300         dolist.
15301
15302         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15303         Replace mapcar called for effect with mapc.
15304         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15305         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15306         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15307         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15308
15309         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15310         remove-if that's a cl function.
15311
15312         * webmail.el (webmail-debug): Replace mapcar called for effect with
15313         dolist.
15314
15315         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15316         with mapc.
15317
15318 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15321         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15322         with while loop.
15323
15324         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15325         functions from article-* functions.
15326         (gnus-multi-decode-header): Replace mapcar called for effect with
15327         dolist.
15328
15329         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15330         (gnus-bookmark-show-details): Replace mapcar called for effect with
15331         while loop.
15332
15333         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15334         called for effect with while loop.
15335
15336         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15337         with dolist.
15338
15339         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15340         Replace mapcar called for effect with dolist.
15341
15342         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15343
15344         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15345         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15346         Replace mapcar called for effect with dolist.
15347         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15348         mapc.
15349
15350         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15351         Replace mapcar called for effect with dolist.
15352         (gnus-topic-list): Replace mapcar called for effect with mapc.
15353
15354         * gnus.el: Use mapc instead of mapcar to add autoloads.
15355
15356 2007-10-23  Richard Stallman  <rms@gnu.org>
15357
15358         * gnus-group.el (gnus-group-highlight): Mark as risky.
15359
15360 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus.el (gnus-server-to-method): Return method found first in
15363         gnus-newsrc-alist.
15364
15365         * gnus-art.el (gnus-article-highlight-signature)
15366         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15367         button overlay without the front stickiness.
15368
15369 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15370
15371         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15372         overview buffer needed a catch to receive its throw.
15373         (gnus-agent-flush-cache): Declare as interactive to make this function
15374         easier to use.
15375
15376 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15379         `next-line'.
15380
15381 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15384         exclude address matching message-dont-reply-to-names.
15385
15386 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-util.el (gnus-string<): New function.
15389
15390         * gnus-sum.el (gnus-article-sort-by-author)
15391         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15392
15393 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15396         the frame-focus tag is set in gnus-buffer-configuration.
15397
15398 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15401         the front stickiness.
15402
15403 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15406         url pattern; remove duplicate one.
15407         (gnus-article-extend-url-button): New function.
15408         (gnus-article-add-buttons): Use it.
15409         (gnus-button-push): Use concatenated url that it makes.
15410
15411 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15412
15413         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15414
15415 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15416
15417         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15418         Don't hardcode point-min==1.
15419
15420 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15423         Fix comment about "iso8859-1".
15424
15425 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15426
15427         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15428         ones returned from the verify-function.
15429
15430         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15431         Call mml2015-extract-cleartext-signature if extraction failed.
15432
15433 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15434
15435         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15436         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15437         failed.
15438
15439 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15442
15443 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15446         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15447         recommends to use EasyPG instead of PGG.
15448
15449         * pgg.el: Revert to revision 6.23.2.16.
15450
15451         * pgg-def.el: Revert to revision 6.6.2.14.
15452
15453         * pgg-gpg.el: Revert to revision 6.23.2.34.
15454
15455 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15458         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15459         thread for both the null and zero (kill/expire thread) universal prefix
15460         cases.
15461         (gnus-summary-expire-thread): Add new function to expire a thread,
15462         using gnus-summary-kill-thread.
15463         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15464         shortcuts for gnus-summary-expire-thread.
15465         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15466         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15467
15468 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15471         extras value, so an extras entry can be deleted.
15472         (gnus-registry-delete-extra-entry): Use it.
15473         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15474         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15475         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15476         storage through the gnus-registry, and provide an appropriate API for
15477         it.
15478
15479 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15482         Suggested by Leo <sdl.web@gmail.com>.
15483
15484         * gnus.el: Do.
15485
15486 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15489         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15490
15491         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15492
15493         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15494         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15495
15496 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15499         newline.
15500         (nnmbox-request-accept-article): Don't change article in source buffer;
15501         narrow to header to use message-fetch-field rather than
15502         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15503         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15504         as delimiters; make sure article ends with newline.
15505         (nnmbox-delete-mail): Correct last position of article to be deleted;
15506         ignore X-Gnus-Newsgroup header in article body.
15507         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15508         positions; make sure article ends with newline.
15509
15510         * message.el (message-display-abbrev): Don't infloop when a user
15511         inserts SPC in the beginning of header.
15512
15513         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15514         coding-system-for-read and coding-system-for-write for XEmacs having no
15515         file-coding feature.
15516
15517         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15518
15519 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15520
15521         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15522         list of groups not followed by default.  Fix type to be regexp.
15523         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15524
15525 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15526
15527         * hmac-def.el (define-hmac-function): Switch from old-style to
15528         new-style backquotes.
15529
15530         * md4.el (md4-make-step): Likewise.
15531
15532 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15535         raw-text coding system when saving .newsrc file, which may contain
15536         non-ASCII group names.
15537
15538 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-cus.el (gnus-score-extra): New widget.
15541         (gnus-score-extra-convert): New function.
15542         (gnus-score-customize): Use it for Extra.
15543
15544 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15545
15546         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15547         (mml2015-mailcrypt-clear-verify): Use it.
15548         (mml2015-gpg-clear-verify): Use it.
15549         (mml2015-pgg-clear-verify): Use it.
15550         (mml2015-epg-clear-verify): Replace the current part with the output
15551         from GnuPG; don't extract the plaintext by itself.
15552
15553         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15554         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15555         mml2015-clear-verify-function; don't touch the armor headers or
15556         dash-escaped text here.
15557
15558 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15561         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15562         parts, or application/octet-stream as a last resort.
15563         (gnus-mime-view-part-as-type): Don't toggle display.
15564         (gnus-mime-view-part-as-charset): Don't turn off display before
15565         querying charset.
15566
15567         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15568         stuff to undisplayer function in Emacs.
15569         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15570
15571         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15572         text/calendar parts.
15573
15574 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15577         decoding text/calendar parts.
15578
15579         * message.el (message-forward-make-body-mime): Always mark body as
15580         having no illegible text; remove signed-or-encrypted argument.
15581         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15582
15583         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15584         (mml-generate-mime-1): Don't encode body if it is specified to be in
15585         raw form; don't make buffer be unibyte when inserting multibyte string.
15586
15587 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15588
15589         * sha1.el: Fix up comment style.
15590         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15591         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15592
15593         * hex-util.el: Fix up comment style.
15594         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15595
15596         * gnus-salt.el: Use with-current-buffer.
15597         (gnus-pick-setup-message): Fix long-standing typo.
15598
15599 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * imap.el (imap-logout-timeout): New variable.
15602         (imap-logout, imap-logout-wait): New functions.
15603         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15604
15605         * nnimap.el (nnimap-logout-timeout): New server variable.
15606         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15607         nnimap-logout-timeout.
15608
15609         * gnus-art.el (gnus-article-summary-command-nosave)
15610         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15611
15612 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus.el (gnus-maximum-newsgroup): New variable.
15615
15616         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15617         according to gnus-maximum-newsgroup.
15618
15619         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15620         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15621         Limit the range of articles according to gnus-maximum-newsgroup.
15622
15623 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15624
15625         * gnus-art.el (gnus-sticky-article): Fix problems described in
15626         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15627         Don't perform gnus-configure-windows here; reuse existing sticky
15628         article buffer.
15629
15630         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15631         it doesn't exist in gnus-article-mode.
15632
15633 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15636         (gnus-agent-decoded-group-name): New function.
15637         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15638         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15639
15640 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15641
15642         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15643         Add binding for gnus-sticky-article.
15644         (gnus-summary-exit): Don't kill sticky article buffers.
15645
15646         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15647         article buffer.
15648         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15649         (gnus-kill-sticky-article-buffers): New commands.
15650
15651 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * nntp.el (nntp-xref-number-is-evil): New server variable.
15654         (nntp-find-group-and-number): If it is non-nil, don't trust article
15655         numbers in the Xref header.
15656
15657 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-agent.el (gnus-agent-read-group): New function.
15660         (gnus-agent-flush-group, gnus-agent-expire-group)
15661         (gnus-agent-regenerate-group): Use it.
15662         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15663         nnmail-pathname-coding-system.
15664
15665 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15668
15669         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15670         that are unread as unread, and also as selected so that information of
15671         marks having been changed by a user may be updated when exiting group.
15672
15673 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15676
15677 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15680         calculated ignoring signature parts to gnus-treat-article.
15681
15682 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15685         a point here in order to keep the window start.
15686         (gnus-insert-mime-security-button): Make a button overlay without the
15687         front stickiness.
15688         (gnus-mime-display-security): Goto the end of a button.
15689
15690         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15691
15692 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15695         group-name-at-point.
15696         (gnus-group-completing-read): New function that offers decoded
15697         non-ASCII group names for completion.
15698         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15699         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15700         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15701         (gnus-group-fetch-control): Use it.
15702         (gnus-fetch-group): Use group-name-at-point for the initial value
15703         rather than the default value; use gnus-alive-p.
15704
15705         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15706         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15707         (gnus-summary-post-news): Use gnus-group-completing-read.
15708
15709         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15710         (gnus-read-move-group-name): Decode group name for completion.
15711
15712 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15715         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15716         Yamaoka slightly modified the code).
15717
15718 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15721         (nnmail-split-incoming): Bind it.
15722
15723         * nnml.el (nnml-group-name-charset): New function.
15724         (nnml-decoded-group-name): Use it; don't decode group name if
15725         nnmail-group-names-not-encoded-p is non-nil.
15726         (nnml-encoded-group-name): New function.
15727         (nnml-group-pathname): Inline nnml-decoded-group-name.
15728         (nnml-request-expire-articles): Decode group name in message.
15729         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15730         nnmail-pathname-coding-system.
15731         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15732         not decoded ones according to nnmail-group-names-not-encoded-p.
15733         (nnml-generate-active-info): Use nnml-encoded-group-name.
15734
15735 2007-08-08  Glenn Morris  <rgm@gnu.org>
15736
15737         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15738         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15739         doc-strings and comments.
15740
15741 2007-07-25  Glenn Morris  <rgm@gnu.org>
15742
15743         * Relicense all FSF files to GPLv3 or later.
15744
15745 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-sum.el (gnus-summary-move-article):
15748         Make gnus-summary-respool-article work.
15749
15750 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15753         string.
15754
15755 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15756
15757         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15758         that should be ignored when comparing distant RSS articles with local
15759         ones.
15760         (nnrss-make-hash-index): New function.  Create a hash index according
15761         to the ignored fields.
15762         (nnrss-check-group): Use it.
15763
15764 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15767
15768         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15769
15770         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15771         the new optional argument ENCODED is non-nil.
15772         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15773         coding system for encoding group name.
15774         (gnus-group-make-rss-group): Pass un-encoded group name to
15775         gnus-group-make-group.
15776         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15777         encoded.
15778
15779         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15780         Encode group name to which articles are moved or copied.
15781         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15782         coding system for encoding Newsgroup, Followup-To and Xref headers.
15783
15784         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15785         marks; use nnheader-file-coding-system to write a file.
15786         (nnagent-retrieve-headers): Bind file-name-coding-system to
15787         nnmail-pathname-coding-system.
15788
15789         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15790
15791         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15792         (nnml-request-article, nnml-request-create-group)
15793         (nnml-request-rename-group, nnml-find-id)
15794         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15795         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15796         (nnml-save-marks): Use nnml-group-pathname instead of
15797         nnmail-group-pathname.
15798
15799         (nnml-request-create-group, nnml-request-expire-articles)
15800         (nnml-request-move-article, nnml-request-delete-group)
15801         (nnml-deletable-article-p, nnml-possibly-create-directory)
15802         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15803         (nnml-open-marks): Bind file-name-coding-system to
15804         nnmail-pathname-coding-system.
15805
15806         (nnml-request-article): Pass server argument to nnml-find-group-number.
15807         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15808         Pass server argument to nnml-possibly-create-directory.
15809         (nnml-request-accept-article): Pass server argument to
15810         nnml-active-number and nnml-save-mail.
15811         (nnml-find-group-number): Pass server argument to nnml-find-id.
15812         (nnml-request-update-info): Pass server argument to
15813         nnml-marks-changed-p.
15814
15815         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15816         (nnml-save-mail, nnml-active-number): Add server argument.
15817
15818         (nnml-request-delete-group): Warn if group is missing.
15819         (nnml-get-nov-buffer): Decode group name.
15820         (nnml-generate-active-info): Encode group name.
15821         (nnml-open-marks): Decode group name in messages.
15822
15823 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15826         if it is not specified.
15827         (gnus-article-pipe-part, gnus-article-save-part)
15828         (gnus-article-interactively-view-part, gnus-article-copy-part)
15829         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15830         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15831         (gnus-article-replace-part, gnus-article-delete-part)
15832         (gnus-article-view-part-as-type): Pass raw prefix argument to
15833         gnus-article-part-wrapper.
15834
15835 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-agent.el (gnus-agent-save-active):
15838         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15839
15840         * gnus-cache.el (gnus-cache-save-buffers)
15841         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15842         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15843         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15844         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15845         (gnus-cache-generate-active, gnus-cache-rename-group)
15846         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15847         (gnus-cache-update-overview-total-fetched-for):
15848         Bind file-name-coding-system to nnmail-pathname-coding-system.
15849         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15850         New variables.
15851         (gnus-cache-decoded-group-name): New function.
15852         (gnus-cache-file-name): Use it.
15853         (gnus-cache-generate-active): Use non-decoded group name for active.
15854
15855         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15856         right place.
15857         (gnus-write-active-file): Don't break non-ASCII group names.
15858
15859         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15860         nnmail-pathname-coding-system.
15861
15862         * lpath.el: Bind default-file-name-coding-system,
15863         file-name-coding-system and language-info-alist for XEmacs.
15864
15865         * gnus-uu.el (gnus-uu-decode-save): Typo.
15866
15867 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15870
15871 2007-07-14  David Kastrup  <dak@gnu.org>
15872
15873         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15874         finishing actions if we did not edit the article.
15875
15876 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15879         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15880         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15881         (gnus-agent-flush-group, gnus-agent-flush-cache)
15882         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15883         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15884         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15885         (gnus-agent-regenerate-group)
15886         (gnus-agent-update-files-total-fetched-for)
15887         (gnus-agent-update-view-total-fetched-for):
15888         Bind file-name-coding-system to nnmail-pathname-coding-system.
15889         (gnus-agent-group-pathname): Don't encode file names by
15890         nnmail-pathname-coding-system.
15891         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15892         coding-system-for-write instead of buffer-file-coding-system to
15893         gnus-agent-file-coding-system.
15894
15895         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15896         Decode group name.
15897
15898         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15899
15900         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15901         (gnus-read-newsrc-el-file): Make group names unibyte.
15902
15903         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15904         nnmail-pathname-coding-system.
15905
15906         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15907         (nnrss-request-delete-group): Bind file-name-coding-system to
15908         nnmail-pathname-coding-system.
15909         (nnrss-read-server-data, nnrss-read-group-data):
15910         Bind file-name-coding-system correctly.
15911         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15912
15913         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15914         (nntp-server-to-method-cache): New variable.
15915         (nntp-group-pathname): New function that decodes non-ASCII group names.
15916         (nntp-possibly-create-directory, nntp-marks-changed-p)
15917         (nntp-save-marks, nntp-open-marks): Use it.
15918         (nntp-possibly-create-directory, nntp-open-marks):
15919         Bind file-name-coding-system to nnmail-pathname-coding-system.
15920         (nntp-open-marks): Decode group names when bootstrapping marks.
15921
15922         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15923         Newsgroups and Followup-To headers.
15924
15925 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15928         (gnus-server-closed-face, gnus-server-denied-face)
15929         (gnus-server-offline-face): Remove variable.
15930         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15931
15932         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15933         of modifying message-stack directly for XEmacs.
15934
15935         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15936         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15937         if the coding-system argument is nil for XEmacs.
15938
15939         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15940         mm-charset-override-alist.
15941
15942         * rfc2047.el: Don't require base64; require rfc2045 for the function
15943         rfc2045-encode-string.
15944         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15945         to quote the parameter value.
15946
15947 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15950         form in gnus-group-name-charset-method-alist.
15951
15952         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15953         overrides the default layout edit-form.
15954
15955         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15956
15957         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15958
15959 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15962         as unfetched articles.
15963
15964 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15967
15968 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15971         original back end that keeps marks in the local system.
15972
15973 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15976         arg of pop-to-buffer for XEmacs.
15977         (gnus-article-read-summary-keys): Ditto; don't restore window
15978         configuration if summary command ends up with neither article buffer
15979         nor summary buffer; describe bindings if summary keys end with C-h.
15980
15981 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * message.el (message-fix-before-sending): Skip raw message part to be
15984         forwarded while checking illegible text.
15985         (message-forward-make-body-mime, message-forward-make-body):
15986         Mark signed or encrypted raw message as having no illegible text.
15987
15988 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15991         (gnus-message-with-timestamp-1): New macro.
15992         (gnus-message-with-timestamp): New function.
15993         (gnus-message): Use them.
15994
15995         * nnheader.el (nnheader-message): Use them.
15996
15997 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16000         .newsrc.eld file.
16001
16002 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-agent.el (gnus-agent-fetch-headers)
16005         (gnus-agent-retrieve-headers):
16006         Bind gnus-decode-encoded-address-function to identity.
16007
16008         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16009         available also when the server returns simply a dot.
16010
16011         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16012
16013 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16016
16017 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-ems.el (gnus-x-splash): Make it work.
16020
16021         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16022         from being used.
16023
16024         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16025
16026 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16029         4th and the 5th arguments.
16030
16031         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16032         the front stickiness.
16033         (gnus-article-summary-command-nosave): Correct the order of the
16034         arguments passed to pop-to-buffer.
16035         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16036         summary command ends up with the article buffer.
16037
16038         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16039         the same faces.
16040
16041 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16042
16043         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16044
16045 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16046
16047         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16048         * gnus-sum.el (gnus-summary-highlight):
16049         * pgg.el (pgg-sign-region, pgg-sign):
16050         * mail-source.el (mail-source-delete-old-incoming-confirm):
16051         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16052
16053 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (gnus-mime-view-part-externally)
16056         (gnus-mime-view-part-internally): Fix predicate function passed to
16057         completing-read.
16058
16059         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16060
16061         * gnus.el (gnus-update-message-archive-method): Add :version.
16062
16063 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus.el (gnus-update-message-archive-method): New variable.
16066
16067         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16068         according to gnus-message-archive-method if
16069         gnus-update-message-archive-method is non-nil.
16070
16071 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16074         Suggested by Loic Dachary <loic@dachary.org>.
16075         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16076
16077 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * message.el (message-pop-to-buffer): Add switch-function argument.
16080         (message-mail): Pass switch-function argument to it.
16081
16082 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16085         Improve doc string.
16086
16087 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16090         (gnus-header-content):
16091         * gnus-cite.el (gnus-cite-10):
16092         * gnus-srvr.el (gnus-server-closed):
16093         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16094         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16095         (gnus-group-mail-3-empty, gnus-group-mail-low)
16096         (gnus-group-mail-low-empty, gnus-splash):
16097         * message.el (message-header-to, message-header-cc)
16098         (message-header-subject, message-header-other, message-header-name)
16099         (message-header-xheader, message-separator, message-cited-text)
16100         (message-mml): Lighten colors of faces used for dark background.
16101
16102 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16103
16104         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16105         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16106
16107 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * message.el (message-narrow-to-headers-or-head):
16110         Ignore mail-header-separator in the body.
16111
16112 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16115         same as window size.
16116
16117 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16118
16119         * message.el (message-font-lock-keywords): Use message-header-xheader
16120         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16121         ahead of the anything pattern, to get it recognized.
16122
16123 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16126         spam.el loads uses it in the compiled defadvice form.
16127
16128 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16129
16130         * gnus-sum.el (gnus-articles-to-read)
16131         (gnus-summary-insert-old-articles): Don't truncate group name for
16132         `read-string'.
16133
16134         * gnus-util.el (gnus-limit-string): Delete this function.
16135
16136         * gnus-sum.el (gnus-simplify-subject-fully):
16137         Use `truncate-string-to-width' instead.
16138
16139 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16140
16141         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16142         Tell if, on summary exit, the next group has to be selected.
16143         (gnus-summary-exit): Use it.
16144
16145 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16148         non-break space.
16149
16150 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16153         Check if group is not a directory.
16154         (nnfolder-request-expire-articles): Don't delete articles if the target
16155         group is not available.
16156
16157         * nnml.el (nnml-request-create-group): Properly check if group is not a
16158         file.
16159         (nnml-request-expire-articles): Don't delete articles if the target
16160         group is not available.
16161
16162         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16163         Don't quote characters that are within parentheses.
16164
16165 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16168         (gnus-handle-ephemeral-exit): Select article according to it.
16169
16170 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * message.el (message-insert-formated-citation-line): Remove newline.
16173         (message-citation-line-format): Add final \n here so that the user can
16174         avoid a blank line.
16175
16176 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16177
16178         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16179         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16180         Update lanl/arXiv support.
16181
16182 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * gnus.el: Bump version number.
16185
16186 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187
16188         * gnus.el (gnus-version-number): Bump version.
16189
16190 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16191
16192         * gnus.el: No Gnus v0.6 is released.
16193
16194 2007-04-27  Didier Verna  <didier@xemacs.org>
16195
16196         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16197         * gmm-utils.el (gmm-regexp-concat): ... here.
16198         * message.el: Don't require 'gnus-util.
16199         (message-dont-reply-to-names): Handle name change above.
16200         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16201
16202 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16205         since the initial value varies according to the system.
16206
16207 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16210
16211 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16212
16213         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16214
16215 2007-04-24  Didier Verna  <didier@xemacs.org>
16216
16217         Improve the type of gnus-ignored-from-addresses.
16218         * gnus-util.el (gnus-orify-regexp): New function.
16219         * message.el (gnus-util): Require it.
16220         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16221         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16223
16224 2007-04-24  Didier Verna  <didier@xemacs.org>
16225
16226         * gnus-sum.el:
16227         * gnus-utils.el: Fix some trailing whitespaces.
16228
16229 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16232         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16233         article's Message-ID; refer parent article in summary buffer.
16234
16235         * message.el (message-bounce): Call mime-to-mml.
16236
16237         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16238         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16239         optimize and/or forms properly.
16240
16241 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16244         URL.
16245
16246 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16249
16250 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16253         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16254         displayed of multipart/alternative part if it is invoked from summary
16255         buffer.
16256
16257         * mm-view.el (mm-inline-text-html-render-with-w3m)
16258         (mm-inline-text-html-render-with-w3m-standalone)
16259         (mm-inline-render-with-function): Use mail-parse-charset by default.
16260
16261 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16262
16263         * parse-time.el (parse-time-string-chars): Check if CHAR
16264         is less than the length of parse-time-syntax.
16265
16266 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16269         from gnus-newsgroup-processable.
16270
16271 2007-04-16  Didier Verna  <didier@xemacs.org>
16272
16273         * gnus-msg.el (gnus-configure-posting-styles):
16274         Handle message-signature-directory properly with :file syntax.
16275         Reported by "Leo".
16276
16277 2007-04-11  Didier Verna  <didier@xemacs.org>
16278
16279         New user option: message-signature-directory.
16280         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16281         * message.el (message-insert-signature): Ditto.
16282         * message.el (message-signature-file): Doc update.
16283         * message.el (message-signature-directory): New.
16284
16285 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-msg.el (gnus-inews-yank-articles):
16288         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16289
16290 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * message.el (message-yank-original): Make sure cited text ends with
16293         newline; don't exchange point and mark.
16294
16295 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16296
16297         * tls.el (open-tls-stream): Properly handle case where there
16298         is no associated buffer.
16299
16300 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16301
16302         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16303         message-yank-original, make sure (< mark TEXT point).
16304
16305 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * message.el (message-fill-column): New variable.
16308         (message-mode): Use it.  Add comment on a possible new hook.
16309
16310         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16311         (nnmail-get-new-mail): Reformat.
16312
16313         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16314
16315         * gmm-utils.el: Fix Commentary.
16316         (gmm-tool-bar-from-list): Fix typo in doc string.
16317
16318 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16319
16320         * message.el (message-yank-original): Don't switch point and mark
16321         unnecessarily to put point and mark as documented.
16322
16323 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324
16325         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16326         from the message heads.
16327
16328 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16329
16330         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16331         article buffer does not have a window.  This may not be the best
16332         solution but is certainly better than setting the start of the null,
16333         that is the current, window.
16334
16335 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16338         (gnus-draft-setup): Run it.
16339
16340         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16341         gnus-score-fast-scoring.  Allow regexp.
16342         (gnus-score-headers): Use it.
16343
16344         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16345         XEmacs.
16346
16347         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16348         string.
16349         (gnus-button-alist): Also catch `<f1> k ...'.
16350         (gnus-treat-display-x-face): Fix doc string.
16351
16352 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16353
16354         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16355         evaluation of gnus-extended-version to ensure correct generation of the
16356         User-Agent header when message-generate-headers-first is used.
16357
16358 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16359
16360         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16361         hashcash-path is nil.  Don't call callback with incorrect number of
16362         parameters if val is 0.
16363
16364 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16365
16366         * message.el (message-required-news-headers):
16367         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16368
16369 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16370
16371         * tls.el (open-tls-stream): In handshake-waiting loop,
16372         don't wait more if there is output available to process.
16373
16374 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16375
16376         * tls.el (tls-program): Doc fix.
16377
16378 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * message.el (message-generate-new-buffers): Change the meaning of the
16381         nil value; add `standard' to the choices; treat t as `unique'; improve
16382         doc string.
16383         (gnus-select-frame-set-input-focus): Autoload.
16384         (message-buffer-name): Search for the existing message buffer if
16385         message-generate-new-buffers is nil or `standard'; treat the value t of
16386         message-generate-new-buffers as `unique'.
16387         (message-pop-to-buffer): Raise the frame already displaying the message
16388         buffer; clear the echo area after querying.
16389         (message-setup): Pass the `continue' argument to compose-mail.
16390         (message-mail): Prefer `switch-function' if it is given; search for the
16391         existing message buffer if the `continue' argument is non-nil; pass
16392         continue and switch-function arguments to compose-mail by way of
16393         message-setup.
16394         (message-mail-other-window): Adjust argument of message-setup.
16395         (message-mail-other-frame): Ditto.
16396
16397 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16400         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16401         to turn font-lock on when turning gnus-message-citation-mode on.
16402
16403 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16404
16405         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16406         (mml-smime-function-alist): New variable; add epg as the backend.
16407         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16408         mml-smime- functions instead.
16409         * mm-view.el: Require smime.
16410
16411 2007-03-05  Didier Verna  <didier@xemacs.org>
16412
16413         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16414         instead of just inheritance for posting styles.
16415         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16416
16417 2007-02-24  Chris Moore  <dooglus@gmail.com>
16418
16419         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16420         * pgg-pgp.el (pgg-pgp-encrypt-region):
16421         * pgg-gpg.el (pgg-gpg-encrypt-region):
16422         Check pgg-encrypt-for-me if no other recipients.
16423
16424 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16425
16426         * tls.el (tls-certtool-program): Fix custom type.
16427
16428 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16431         and point-at-eol instead of line-(beginning|end)-position.
16432
16433         * assistant.el (assistant-parse-buffer): Ditto.
16434
16435         * netrc.el (netrc-parse-services): Ditto.
16436
16437 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16438
16439         * mml2015.el (mml2015-epg-find-usable-key): New function.
16440         (mml2015-epg-sign): Use it.
16441         (mml2015-epg-encrypt): Use it.
16442
16443 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * message.el (message-make-in-reply-to): Quote name containing
16446         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16447         if there are special characters.  Reported by NAKAJI Hiroyuki
16448         <nakaji@jp.freebsd.org>.
16449
16450 2007-02-27  Didier Verna  <didier@xemacs.org>
16451
16452         Include the group parameters as well as the topic ones in the
16453         inheritance filter process.
16454         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16455         argument GROUP-PARAMS-LIST.
16456         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16457
16458 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * nntp.el (nntp-never-echoes-commands)
16461         (nntp-open-connection-functions-never-echo-commands): New variables.
16462         (nntp-send-command): Use them.
16463
16464 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16465
16466         * mml2015.el (mml2015-epg-verify): Simplify.
16467
16468 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * mml.el (mml-content-disposition-alist): New user option.
16471         (mml-content-disposition): New function.
16472         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16473         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16474
16475 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16476
16477         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16478         verification.
16479
16480 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16481
16482         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16483         articles posted in the last 24 hours.
16484
16485 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16486
16487         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16488
16489 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16490
16491         * nntp.el (nntp-send-command): Don't wait for echoes when
16492         nntp-open-ssl-stream is used.
16493
16494 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16497         (gnus-message-add-citation-keywords)
16498         (gnus-message-remove-citation-keywords): Remove.
16499         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16500         directly, make the variables in font-lock-defaults buffer-local, add
16501         gnus-message-citation-keywords to them and then update the value of
16502         font-lock-keywords.
16503
16504 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * message.el (message-cite-original-1): Don't call
16507         gnus-article-highlight-citation.
16508
16509         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16510         citations; fix line count.
16511
16512 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16515         (gnus-message-add-citation-keywords)
16516         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16517         versions of font-lock-add-keywords and font-lock-remove-keywords to
16518         work with XEmacs correctly.
16519
16520 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-cite.el (gnus-cite-face-list): Set the values of
16523         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16524         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16525         (gnus-message-cite-prefix-regexp): New variable.
16526         (gnus-message-search-citation-line): Use it; protect against long
16527         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16528         the 0th match data for Emacs.
16529         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16530         (gnus-message-add-citation-keywords): Append keywords rather than
16531         prepending; emulate font-lock-add-keywords if it is not available.
16532         (gnus-message-remove-citation-keywords):
16533         Emulate font-lock-remove-keywords if it is not available.
16534
16535         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16536
16537         * message.el (message-cite-prefix-regexp): Set the value of
16538         gnus-message-cite-prefix-regexp.
16539
16540 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16541
16542         * nnweb.el (nnweb-google-parse-1): Update parser.
16543
16544 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16545
16546         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16547
16548 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16549
16550         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16551         regexp.
16552
16553 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16556         string-to-multibyte.
16557         (uudecode-decode-region-internal): Use it.
16558
16559         * lpath.el: Fbind string-as-multibyte for XEmacs.
16560
16561 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16564         Fix custom choice.
16565
16566         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16567
16568 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16569
16570         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16571
16572         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16573         `write-region' to respect `mm-inhibit-file-name-handlers'.
16574
16575 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16578         Use gnus-home-directory instead of "~/" or "$HOME".
16579
16580 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16583         to mention filename.
16584         Add comments at beginning regarding usage.
16585         (encrypt-write-file-contents): Change interactive so a string is
16586         acceptable.  If the file has no associated model, show an error instead
16587         of a nonsense prompt.
16588
16589 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16590
16591         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16592         Thanks to Yoshihiko Yamada for kind notification of this typo.
16593
16594 2007-01-12  Kenichi Handa  <handa@m17n.org>
16595
16596         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16597         multibyte buffer.
16598
16599 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-score.el (gnus-score-fast-scoring): New variable.
16602         (gnus-score-headers): Use it.
16603
16604         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16605
16606         * message.el (message-cite-original-1):
16607         Call gnus-article-highlight-citation if requested.
16608         (message-make-from): Allow name and address as optional arguments.
16609
16610         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16611
16612         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16613         bugs to doc string.
16614         (gnus-button-alist): Add mid\\|message-id.
16615         (gnus-button-fetch-group): Extend for use in
16616         `browse-url-browser-function'.
16617         (gnus-button-url-regexp): Try to catch paired parentheses like in
16618         Wikipedia URLs.
16619
16620         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16621         Suggested by Simon Krahnke <overlord@gmx.li>.
16622
16623 2007-01-13  Romain Francoise  <romain@orebokech.com>
16624
16625         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16626         Update copyright.
16627
16628 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16629
16630         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16631
16632 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * gnus-registry.el (gnus-registry-unfollowed-groups)
16635         (gnus-registry-split-fancy-with-parent): Fix documentation.
16636
16637 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16638
16639         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16640         from nnweb groups.
16641
16642 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643
16644         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16645         Xref urls.  Erase buffer before requesting head.
16646
16647         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16648
16649 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16652         customizable.
16653
16654 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16655
16656         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16657         no signing key is found.
16658         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16659         no encrypting and/or signing key is found.
16660
16661 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16664
16665 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16666
16667         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16668         headers read from disk with the ones newly found in the current search.
16669         This should no longer cause problems, because the article numbers in
16670         Gmane's `nov.php' output are ignored since the previous change.
16671
16672 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16673
16674         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16675
16676 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16679         replace-regexp-in-string; bind url-version; fbind display-images-p and
16680         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16681         find-face and set-itimer-function for Emacs; bind itimer-list for
16682         Emacs.
16683
16684         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16685
16686 2007-01-01  Romain Francoise  <romain@orebokech.com>
16687
16688         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16689
16690 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16691
16692         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16693         `define-minor-mode' macro definition expanded properly.
16694         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16695         exclude it there.
16696
16697         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16698         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16699         `fboundp' test.
16700         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16701         This is OK to autoload in (S)XEmacs now.
16702
16703 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704
16705         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16706         keystroke.
16707         (gnus-summary-limit-to-singletons): Fix typo.
16708
16709         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16710         else fails.
16711
16712 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16713
16714         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16715         docstring.
16716
16717         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16718         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16719         (gnus-summary-insert-dormant-articles): Fix typo in message.
16720
16721 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16724         nil for XEmacs.
16725         (gnus-message-citation-mode): Don't autoload in XEmacs.
16726
16727         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16728
16729 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16730
16731         * nnimap.el (nnimap-expunge-search-string):
16732         Mention nnimap-search-uids-not-since-is-evil in docstring.
16733
16734 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * spam.el: Revert to make-obsolete-variable because
16737         define-obsolete-variable-alias is not supported in Emacs 21.
16738
16739         * spam.el (spam-ifile-path, spam-ifile-database-path)
16740         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16741         make-obsolete-variable.
16742         (spam-bsfilter-path, spam-bsfilter-program)
16743         (spam-spamassassin-path, spam-spamassassin-program)
16744         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16745         Don't use "path" inappropriately.
16746         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16747         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16748         variable names.
16749
16750 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16751
16752         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16753         summary buffer.
16754
16755         * password.el (password-cache-remove): Use clear-string to burn
16756         password, if available.
16757
16758 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16759
16760         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16761
16762         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16763
16764         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16765         (gnus-message-highlight-citation): Move defcustom here from
16766         gnus-cite.el.
16767         (gnus-message-citation-mode): Autoload.
16768
16769         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16770         checks to make it compile with XEmacs.
16771         (gnus-message-citation-mode): New minor mode.
16772         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16773         (gnus-message-highlight-citation): New variables.
16774         (gnus-message-search-citation-line)
16775         (gnus-message-add-citation-keywords)
16776         (gnus-message-remove-citation-keywords)
16777         (turn-on-gnus-message-citation-mode)
16778         (turn-off-gnus-message-citation-mode): New functions.
16779
16780 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16781
16782         * gnus-cite.el: Enable highlighting of different citation levels in
16783         message-mode.
16784
16785 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * message.el (message-make-fqdn): Fix comment.
16788         (message-bogus-system-names): Add ".local".
16789
16790         * spam.el (spam-ifile-path, spam-ifile-program)
16791         (spam-ifile-database-path, spam-ifile-database)
16792         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16793         Don't use "path" inappropriately.
16794         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16795         strings.
16796         (spam-check-ifile, spam-ifile-register-with-ifile)
16797         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16798         Use new variable names.
16799
16800         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16801         (gnus-treat-display-smileys): Simplify using
16802         gnus-image-type-available-p.
16803
16804         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16805         available.
16806
16807         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16808         Use `display-images-p' if available.
16809
16810 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16813         one after turning on the buffer's multibyteness instead of decoding
16814         them directly in the unibyte buffer that causes unexpected conversion
16815         in Emacs 23 (unicode).
16816
16817 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16818
16819         * message.el (message-generate-hashcash): Fix custom type.
16820
16821 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16822
16823         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16824
16825 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16828         disconnect icons.  Add help text.
16829
16830 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16831
16832         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16833         negated to be consistent with the others we handle.
16834
16835 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16838         version of gnus-summary-buffer to something, so that we can use two
16839         article buffers at the same time.
16840
16841 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16844         trigger all the extra headers.
16845         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16846         sorting.
16847
16848 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16849
16850         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16851         solid groups.
16852
16853 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16854
16855         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16856
16857 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * legacy-gnus-agent.el: Add Copyright notice.
16860
16861 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16862
16863         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16864
16865 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16866
16867         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16868
16869         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16870         to make it work reliably in CVS Emacs.
16871         (gnus-summary-limit-strange-charsets-predicate)
16872         (gnus-summary-limit-to-predicate): New functions.
16873
16874 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16875
16876         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16877         specifying array size.
16878         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16879         array if it is too small.
16880         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16881         (gnus-sort-threads-loop): New function.
16882
16883 2006-12-06  Chris Moore  <dooglus@gmail.com>
16884
16885         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16886         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16887
16888 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16889
16890         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16891         options.
16892
16893 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16894
16895         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16896         DOS-ing the recipient.
16897
16898         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16899         the headers when creating the mapping to avoid mismappings.
16900         (nnweb-gmane-create-mapping): Always nix out old mapping.
16901
16902 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16905         and mm-verify-option to never.
16906
16907 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * message.el (message-signed-or-encrypted-p): New function.
16910         (message-forward-make-body): Use it.
16911
16912         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16913         Replace encode-coding-string with mm-encode-coding-string.
16914
16915 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * nneething.el (nneething-decode-file-name):
16918         Replace decode-coding-string with mm-decode-coding-string.
16919
16920         * gnus-int.el (gnus-open-server): Say failed server's name.
16921
16922 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16923
16924         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16925         strings to a single string.  Quote `errors-file-name'.
16926         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16927         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16928         Adjust calls.  Use `shell-quote-argument'.
16929
16930 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16931
16932         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16933         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16934
16935         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16936         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16937         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16938         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16939         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16940         (gnus-subscribe-newsgroup, gnus-1):
16941         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16942         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16943         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16944         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16945
16946 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16947
16948         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16949         keystroke.
16950         (gnus-summary-limit-to-bodies): Implement headersp.
16951
16952 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953
16954         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16955
16956 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16959
16960 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16961
16962         * message.el (message-generate-hashcash): Expand range of values to
16963         include `opportunistic'.
16964         (message-send-mail): Use it.
16965
16966 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16967
16968         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16969         and comment it.
16970
16971         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16972
16973 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-util.el (gnus-extract-address-components): Improve comment.
16976
16977 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-util.el (gnus-extract-address-components): Work with address in
16980         which the name portion contains @.
16981
16982         * lpath.el: Fbind custom-autoload.
16983
16984 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * gnus.el (gnus-start): Move custom group up.
16987         (gnus-select-method): Don't autoload, but make it available for
16988         `customize-variable'.
16989         (gnus-getenv-nntpserver): Don't autoload.
16990
16991 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16992
16993         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16994
16995 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * message.el (message-sendmail-extra-arguments): New variable.
16998         (message-send-mail-with-sendmail): Use it.
16999
17000 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17003         mm-with-unibyte-current-buffer to make string unibyte.
17004
17005         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17006         mm-string-as-multibyte.
17007
17008 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17009
17010         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17011         Reported by Werner Koch <wk@gnupg.org>.
17012
17013 2006-11-14  Daiki Ueno  <ueno@p360>
17014
17015         * mml2015.el: Autoload epa-select-keys when compiling.
17016
17017 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17018
17019         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17020         message-options.
17021         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17022
17023 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17024
17025         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17026         EasyPG (< 0.0.6).
17027         (mml2015-always-trust): New user option.
17028         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17029         prompt.
17030
17031 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * nntp.el (nntp-authinfo-force): New variable.
17034         (nntp-send-authinfo): Use it.
17035
17036 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17039         decode encoded words.  Improve prompt.  Add comment about forwarding.
17040         (message-replacement-char): Move up.
17041
17042 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17043
17044         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17045         instead of gnus-intersection because arguments of gnus-sorted-nunion
17046         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17047
17048 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17051         (message-simplify-subject-functions):
17052         Enable message-strip-subject-encoded-words by default.
17053
17054 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * message.el (message-strip-subject-encoded-words): New function.
17057         (message-simplify-subject-functions): New variable.
17058         (message-simplify-subject): Use it.  Fix typo in doc string.
17059         Support message-strip-subject-encoded-words.
17060
17061 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17062
17063         * gnus-diary.el (gnus-diary-delay-format-function):
17064         * nndiary.el (nndiary-reminders):
17065         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17066
17067 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-art.el (article-hide-boring-headers): Fetch date from
17070         gnus-original-article-buffer to avoid problems with localized date
17071         strings.
17072
17073 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17076
17077 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17080         New variables.
17081         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17082         (mm-charset-synonym-alist): Move some entries to
17083         mm-codepage-iso-8859-list.
17084         (mm-charset-synonym-alist, mm-charset-override-alist):
17085         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17086
17087 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17090
17091 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17094         with Emacs 21 and XEmacs.
17095
17096 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17097
17098         * spam.el (spam-parse-address): New function for better parsing,
17099         catching errors, etc.
17100         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17101
17102 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * mm-view.el: Add interactive arg to html2text autoload.
17105
17106 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17109
17110 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17113         New variables.
17114         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17115         (mm-charset-synonym-alist): Move some entries to
17116         mm-codepage-iso-8859-list.
17117
17118         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17119
17120 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * message.el (message-citation-line-format)
17123         (message-insert-formated-citation-line): Fix implementation of %E, %N
17124         and %n according to the doc string.
17125
17126 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17129         Use car-safe to avoid bad parses.
17130
17131 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17134         names.
17135
17136         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17137
17138 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17141         header.
17142
17143         * message.el (message-draft-headers): Add Date.
17144         (message-headers-to-generate): Fix typo in docstring.
17145
17146         * nndraft.el (nndraft-required-headers): New variable.
17147         (nndraft-generate-headers): Use it.
17148
17149         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17150
17151 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * gnus-registry.el (gnus-registry-wash-for-keywords)
17154         (gnus-registry-find-keywords): New functions to allow easy searching of
17155         articles that are in the registry.
17156
17157 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17160         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17161         Reported by Damien Elmes <damien@repose.cx>.
17162
17163 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17164
17165         * gnus.el (gnus-mime): Remove unused custom group.
17166
17167 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17168
17169         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17170         "blank line" when searching for end of armor headers.
17171
17172 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * gmm-utils.el (gmm-write-region): Fix variable name.
17175
17176 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gmm-utils.el (gmm-write-region): New function based on compatibility
17179         code from `mm-make-temp-file'.
17180
17181         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17182
17183         * nnmaildir.el (nnmaildir--update-nov)
17184         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17185         Use `gmm-write-region'.
17186
17187 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17190         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17191
17192         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17193
17194         * message.el (message-replacement-char): New variable.
17195         (message-fix-before-sending): Use it.
17196         (message-simplify-subject): New function to remove duplicate code.
17197         (message-reply, message-followup): Use it.
17198
17199         * gnus-sum.el (gnus-summary-make-menu-bar):
17200         Clarify gnus-summary-limit-to-articles.
17201
17202 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-util.el (gnus-with-local-quit): New macro.
17205
17206         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17207
17208 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17211         ignore non-string data.
17212
17213 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17216         non-string data (needs to be done in the registry too).
17217
17218 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17219
17220         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17221         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17222         (gnus-registry-split-fancy-with-parent)
17223         (gnus-registry-fetch-simplified-message-subject-fast)
17224         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17225         Remove text properties on ingress into the registry and when it's saved.
17226         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17227         registry from entries with no groups.
17228
17229 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17230
17231         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17232         function to remove string properties.
17233
17234 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * gmm-utils.el (gmm): Adjust custom version.
17237
17238         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17239         Adjust custom version.
17240
17241         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17242
17243 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-art.el (gnus-insert-prev-page-button)
17246         (gnus-insert-next-page-button): Simplify.  Reformat.
17247
17248 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17249
17250         * gnus-art.el (gnus-insert-prev-page-button)
17251         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17252
17253 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17254
17255         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17256
17257 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17258
17259         * gnus-art.el (gnus-insert-mime-button)
17260         (gnus-insert-mime-security-button):
17261         Apply gnus-article-button-face to MIME and security buttons.
17262
17263 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17264
17265         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17266         readable.
17267
17268 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17271
17272 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17273
17274         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17275         `browse-url-of-file' instead of `browse-url'.
17276
17277 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17278
17279         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17280         regexp.  Articles containing quotation were cut prematurely.
17281
17282 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * message.el (message-cite-original-1): Use nobody by default for the
17285         value of From header.
17286         (message-reply): Ditto.
17287
17288 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17289
17290         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17291         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17292         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17293
17294 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17297         mails in the doc string.  Add some URLs in comment.
17298         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17299
17300 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17303         backslashes handling and the way to find boundaries of quoted strings.
17304
17305 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17306
17307         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17308         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17309         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17310         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17311
17312 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17315         doc string.
17316         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17317
17318 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * lpath.el: Fbind epg-check-configuration.
17321
17322 2006-09-06  Simon Josefsson  <jas@extundo.com>
17323
17324         * mml2015.el (mml2015-use): Doc fix, mention epg.
17325
17326 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17327
17328         * mml2015.el (mml2015-use): Default to epg, if available.
17329
17330 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17331
17332         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17333         message-sender.
17334         (mml1991-epg-encrypt): Ditto.
17335         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17336         message-sender.
17337         (mml2015-epg-encrypt): Ditto.
17338
17339 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17340
17341         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17342         several common directories.
17343
17344 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17345
17346         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17347         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17348
17349 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * gnus-art.el (article-decode-encoded-words): Make it fast.
17352
17353 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17356
17357         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17358         in quoted string into `\'.
17359
17360 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17363         Use standard-syntax-table.
17364
17365 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * gnus-art.el (gnus-decode-address-function): New variable.
17368         (article-decode-encoded-words): Use it to decode headers which are
17369         assumed to contain addresses.
17370         (gnus-mime-delete-part): Remove useless `or'.
17371
17372         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17373         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17374         (gnus-nov-parse-line): Use it to decode From header.
17375         (gnus-get-newsgroup-headers): Ditto.
17376         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17377
17378         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17379         (mail-decode-encoded-address-string): New alias.
17380
17381         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17382         New function.
17383         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17384         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17385         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17386         (rfc2047-decode-string): Ditto.
17387         (rfc2047-decode-address-region): New function.
17388         (rfc2047-decode-address-string): New function.
17389
17390 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * message.el (message-caesar-buffer-body): Allow rotating headers.
17393
17394         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17395
17396         * message.el (message-insert-formated-citation-line): Fix %f.
17397         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17398
17399 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17402         (gnus-bookmark-mouse-available-p): New macro.
17403         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17404         (gnus-bookmark-bmenu-show-infos): Use it.
17405         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17406         (gnus-bookmark-bmenu-hide-infos): Ditto.
17407         (gnus-bookmark-remove-properties): New function.
17408         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17409         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17410         (gnus-bookmark-write-file): Bind coding-system-for-write.
17411         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17412         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17413         group before selecting it.
17414         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17415         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17416         quit-window if it is not available; use gnus-mouse-2 and bind it to
17417         gnus-bookmark-bmenu-select-by-mouse.
17418         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17419         (gnus-bookmark-bmenu-select-by-mouse): New function.
17420
17421 2006-08-13  Romain Francoise  <romain@orebokech.com>
17422
17423         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17424         space.
17425
17426 2006-08-10  Romain Francoise  <romain@orebokech.com>
17427
17428         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17429         (dns-mode-soa-auto-increment-serial): New user option.
17430         (dns-mode-soa-maybe-increment-serial): New function.
17431         (dns-mode): Add the latter to `write-contents-functions'.
17432
17433 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * compface.el (uncompface): Use binary rather than raw-text-unix.
17436
17437 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * compface.el (uncompface): Make sure the eol conversion doesn't take
17440         place when communicating with the external programs.
17441         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17442
17443 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17446
17447 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17448
17449         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17450         Make it more robust by parsing author and date independently.
17451
17452 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17455
17456 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17457
17458         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17459         first matching secret key.
17460         (mml2015-epg-encrypt): Ditto.
17461
17462         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17463         first matching secret key.
17464         (mml1991-epg-encrypt): Ditto.
17465
17466         * mml2015.el (mml2015-encrypt-to-self): New user option.
17467         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17468         mml2015-epg-encrypt-to-self is set.
17469
17470         * mml1991.el (mml1991-encrypt-to-self): New variable.
17471         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17472         mml1991-epg-encrypt-to-self is set.
17473
17474         * mml2015.el (mml2015-signers): New user option.
17475         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17476         (mml2015-epg-encrypt): Allow to select signing keys.
17477
17478         * mml1991.el (mml1991-signers): New variable.
17479         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17480         (mml1991-epg-encrypt): Allow to select signing keys.
17481
17482 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * nnheader.el (nnheader-insert-head): Make it work even if the file
17485         uses CRLF for the line-break code.
17486
17487 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17488
17489         * mml2015.el: Require mml-sec instead of password.
17490         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17491         (mml2015-cache-passphrase): Inherit the default value from
17492         mml-secure-cache-passphrase.
17493         (mml2015-passphrase-cache-expiry): Inherit the default value from
17494         mml-secure-passphrase-cache-expiry.
17495
17496         * mml1991.el: Require mml-sec instead of password.
17497         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17498         (mml1991-cache-passphrase): Inherit the default value from
17499         mml-secure-cache-passphrase.
17500         (mml1991-passphrase-cache-expiry): Inherit the default value from
17501         mml-secure-passphrase-cache-expiry.
17502
17503         * mml-sec.el: Require password.
17504         (mml-secure-verbose): New user option.
17505         (mml-secure-cache-passphrase): New user option.
17506         (mml-secure-passphrase-cache-expiry): New user option.
17507
17508 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17509             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17510
17511         * pgg-def.el (pgg-truncate-key-identifier):
17512         Truncate the key ID to 8 letters from the end.
17513
17514 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17515
17516         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17517         workaround for the url package included with Emacs.
17518
17519         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17520
17521 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17524         correctly.  This fixes a bug caused by the 2006-05-12 change.
17525
17526 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17527
17528         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17529         some information about the error when saying that the `bogus' mail
17530         group will be used.
17531
17532 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17535         string.
17536
17537 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17538
17539         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17540
17541 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17542
17543         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17544
17545 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17546
17547         * mml1991.el (mml1991-function-alist): Add epg.
17548         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17549         (mml1991-epg-encrypt): New functions.
17550
17551 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17552
17553         * mml2015.el (mml2015-verbose): New variable.
17554         (mml2015-cache-passphrase): Ditto.
17555         (mml2015-passphrase-cache-expiry): Ditto.
17556         (mml2015-function-alist): Add epg.
17557         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17558         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17559         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17560         New functions.
17561
17562 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17563
17564         * message.el (message-cite-original-1): Preserve region when removing
17565         quoted text due to X-No-Archive in order to avoid bogus attribution
17566         when citing multiple messages.
17567
17568 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17569
17570         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17571         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17572
17573 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * gnus-diary.el (gnus-user-format-function-d)
17576         (gnus-user-format-function-D): Autoload.
17577
17578         * imap.el (Commentary): Fix typo.
17579
17580         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17581         2006-04-22 contribution.
17582
17583 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17584
17585         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17586         It didn't really fix the bogosity I'm seeing with solid web groups.
17587
17588 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17589
17590         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17591         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17592         created using server names.  If we use the feature without declaring
17593         it, Gnus does not properly manage server and group state.
17594
17595         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17596         bound.
17597
17598 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17599
17600         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17601         looking up the method using GROUP's prefix before inventing a new one.
17602         It is used on killed/unknown groups in various places where returning
17603         an all-new method isn't expected by the caller.
17604
17605         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17606         and match semantics of gnus-group-real-prefix.
17607
17608 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * nnmail.el (nnmail-broken-references-mailers): New variable.
17611         (nnmail-ignore-broken-references): New function generalizing
17612         nnmail-fix-eudora-headers.
17613         (nnmail-fix-eudora-headers): Now obsolete.
17614
17615         * gnus-art.el (gnus-button-handle-custom):
17616         Support `customize-apropos*'.
17617
17618 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17619
17620         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17621
17622         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17623         articles.
17624
17625 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17626
17627         * message.el (message-cite-reply-above): New variable.
17628         (message-yank-original): Use it.
17629
17630 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17633
17634 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17637         as read.
17638
17639         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17640
17641 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17644         (gnus-bookmark-default-file): Use gnus-directory.
17645         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17646         Remove "*" in doc string.
17647         (gnus-bookmark-write-file): Simplify.
17648         (gnus-bookmark-maybe-sort-alist): Use `when'.
17649         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17650         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17651         Add FIXME about Emacs 21 and XEmacs compatibility.
17652         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17653         compatibility.
17654         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17655         compatibility.
17656         (gnus-bookmark-menu-heading): Fix version.
17657
17658 2006-06-19  Bastien Guerry  <bzg@altern.org>
17659
17660         * gnus-bookmark.el: New file.
17661
17662 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * message.el (message-syntax-checks): Doc fix.
17665
17666 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17667
17668         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17669         unsubscribed groups as if they were killed ones.  It causes duplicate
17670         entries in gnus-newsrc-alist.
17671
17672 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * message.el (message-syntax-checks): Doc fix.
17675         (message-send-mail): Add check for continuation headers.
17676         (message-check-news-header-syntax): Fix regexp used to check for
17677         continuation headers.
17678
17679 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17682
17683 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17686
17687 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17690         default-truncate-lines.
17691
17692 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17695         to fill the utf-8 entry.
17696
17697         * lpath.el: Fbind unicode-precedence-list.
17698
17699 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17700
17701         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17702
17703 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17704
17705         * gnus-agent.el (directory-files-and-attributes): Move all the way
17706         forward (the third and final move).
17707         (gnus-agent-read-agentview): Trap reconstruction errors due to
17708         nonexistent directory.  Handle by returning nil.
17709
17710 2006-05-30  Didier Verna  <didier@xemacs.org>
17711
17712         * message.el (message-dont-reply-to-names): Update the custom type.
17713         * message.el (message-dont-reply-to-names): New defsubst: potentially
17714         convert a list of regexps into a single one.
17715         * message.el (message-get-reply-headers): Use it.
17716         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17717
17718 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * gnus-agent.el (directory-files-and-attributes): Move forward.
17721
17722 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * gnus-ml.el (gnus-mailing-list-subscribe)
17725         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17726         (gnus-mailing-list-message): Fix doc strings.
17727
17728 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17729
17730         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17731         of doing it manually.
17732
17733 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17736         comment.
17737
17738 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17739
17740         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17741         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17742         (gnus-agent-read-local): All symbols allocated in my-obarray.
17743         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17744         (gnus-agent-regenerate-group): Check numeric names to see if they are
17745         messages or groups.
17746         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17747         better way of do this...)
17748
17749         * gnus-cache.el (gnus-agent-total-fetched-for):
17750         Ignore 'dummy.group' (there should be a better way of do this...)
17751
17752 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17755         (gnus-saved-headers): Ditto.
17756         (gnus-default-article-saver): Mention functions may have properties.
17757         (gnus-article-save): Override gnus-save-all-headers and
17758         gnus-saved-headers by :headers property which saver function may have.
17759         (gnus-summary-save-in-file): Add :headers property.
17760         (gnus-summary-write-to-file): Ditto.
17761
17762         * gnus-sum.el (gnus-summary-save-article): Bind
17763         gnus-prompt-before-saving to t when saving many articles in a file;
17764         always show all headers.
17765
17766         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17767
17768 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17769
17770         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17771         marks.
17772
17773         * message.el (message-indent-citation): Add optional arguments to allow
17774         using it outside of message buffers.
17775
17776         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17777         (gnus-article-treat-unfold-headers): Use it.
17778         (gnus-article-truncate-lines): New variable.
17779         (gnus-article-mode): Use it.
17780         (gnus-article-toggle-truncate-lines): New function.
17781
17782         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17783         Add gnus-article-toggle-truncate-lines.
17784
17785         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17786         coding system in XEmacs, use binary.
17787
17788 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17789
17790         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17791         after-load-alist.
17792
17793         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17794         this function should save decoded articles.
17795         (gnus-summary-write-to-file): Use property to specify this function
17796         should save decoded articles and specify gnus-summary-save-in-file
17797         should be used to save articles other than the first one when saving
17798         many articles.
17799         (gnus-summary-save-body-in-file): Use property to specify this
17800         function should save decoded articles.
17801         (gnus-summary-write-body-to-file): Use property to specify this
17802         function should save decoded articles and specify
17803         gnus-summary-save-body-in-file should be used to save articles other
17804         than the first one when saving many articles.
17805
17806         * gnus-sum.el (gnus-summary-save-article): Simplify.
17807
17808 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-art.el (gnus-default-article-saver):
17811         Add gnus-summary-write-body-to-file.
17812         (gnus-article-save-coding-system): Don't use coding system object
17813         in XEmacs.
17814         (gnus-read-save-file-name): Add optional `dir-var' argument which
17815         specifies directory in which files are saved; work even if optional
17816         `variable' argument is not specified.
17817         (gnus-summary-write-to-file): Read file name.
17818         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17819         (gnus-summary-write-body-to-file): New function.
17820
17821         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17822         (gnus-summary-local-variables): Add it.
17823         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17824         (gnus-summary-save-article): Remove optional `decode' argument;
17825         determine whether to decode articles by the value of
17826         gnus-default-article-saver; when saving many files using
17827         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17828         it first and use gnus-summary-save-in-file or
17829         gnus-summary-save-body-in-file thereafter unless
17830         gnus-prompt-before-saving is always; move point to article which
17831         will be saved.
17832         (gnus-summary-save-article-file): Revert.
17833         (gnus-summary-write-article-file): Revert.
17834         (gnus-summary-save-article-body-file): Revert.
17835         (gnus-summary-write-article-body-file): New function.
17836
17837 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-art.el (gnus-default-article-saver): Doc fix.
17840         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17841         from gnus-summary-save-article-coding-system, and default to a
17842         certain coding system.
17843         (gnus-output-to-file): Add coding cookie and encode text according
17844         to gnus-article-save-coding-system; don't use mm-append-to-file.
17845
17846         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17847         gnus-art.el and rename to gnus-article-save-coding-system.
17848         (gnus-summary-save-article): Require gnus-art; don't show all
17849         headers if it decodes articles; don't add coding cookie here;
17850         don't bind mm-text-coding-system-for-write.
17851         (gnus-summary-save-article-file): Save decoded articles.
17852         (gnus-summary-write-article-file): When saving many files, use
17853         gnus-summary-write-to-file first and gnus-summary-save-in-file
17854         thereafter unless gnus-prompt-before-saving is always.
17855         (gnus-summary-save-article-body-file): Save decoded articles.
17856
17857         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17858
17859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * nnrss.el (nnrss-check-group): Bind hash-index.
17862
17863 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17864
17865         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17866         its hash index.  Store this hash in `nnrss-group-data'.
17867         (nnrss-read-group-data): Update accordingly.
17868
17869 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17870
17871         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17872         entry.
17873
17874         * gnus-sum.el (gnus-summary-make-menu-bar):
17875         Add gnus-article-browse-html-article.
17876
17877 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17878
17879         * gnus-sum.el (gnus-summary-mime-map):
17880         Add gnus-article-browse-html-article.
17881
17882         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17883
17884 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17887         suitable coding systems in customize.
17888
17889 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * mail-source.el (mail-sources): Fix custom type.
17892
17893 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17896         (gnus-summary-expire-articles-now): Shorten prompt.
17897
17898         * gmm-utils.el (wid-edit): Require.
17899         (defun-gmm): Rename from `gmm-defun-compat'.
17900         (gmm-image-search-load-path): Use it.
17901         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17902
17903 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-sum.el (gnus-summary-save-article-coding-system):
17906         New variable.
17907         (gnus-summary-save-article): Add optional `decode' argument.
17908         If it is set and gnus-summary-save-article-coding-system is non-nil,
17909         save decoded article.
17910         (gnus-summary-write-article-file): Save decoded article if
17911         gnus-summary-save-article-coding-system is non-nil.
17912
17913         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17914         type.
17915
17916 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17919
17920 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17923         first to test gnus-single-article-buffer which may be buffer-local.
17924
17925         * gnus-sum.el (gnus-summary-setup-buffer):
17926         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17927         group; make gnus-article-buffer, gnus-article-current, and
17928         gnus-original-article-buffer always buffer-local.
17929         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17930         group.
17931         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17932
17933 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17934
17935         * nnml.el (nnml-request-compact-group): Compressed files might not
17936         have .gz extension.
17937
17938 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17939
17940         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17941         (mm-copy-to-buffer): Use with-current-buffer.
17942         (mm-display-part): Simplify.
17943         (mm-inlinable-p): Add optional arg `type'.
17944
17945 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17946
17947         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17948         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17949         Try harder to show the attachment internally or externally using
17950         gnus-mime-view-part-as-type.
17951
17952 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17953
17954         * message.el (message-from-style, message-signature-separator)
17955         (message-user-organization-file, message-send-mail-function)
17956         (message-citation-line-function, message-yank-prefix)
17957         (message-indent-citation-function, message-signature)
17958         (message-signature-file, message-signature-insert-empty-line):
17959         Remove autoloads.
17960
17961         * gnus-art.el (gnus-buttonized-mime-types):
17962         Remove "multipart/signed".  Revert 2006-04-26 change.
17963
17964 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17965
17966         * gnus.el (gnus-version-number): Bump version.
17967
17968 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17969
17970         * gnus.el: No Gnus v0.5 is released.
17971
17972 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17973
17974         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17975         fetching articles by message-id.
17976
17977 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17978
17979         * message.el (hashcash): Require hashcash as normal.
17980
17981         * ecomplete.el (ecomplete-highlight-match-line):
17982         Use point-at-eol.
17983         (ecomplete-highlight-match-line): Use `highlight', because that
17984         face exists in both Emacs and XEmacs.
17985
17986         * message.el (message-display-abbrev): Use point-at-bol.
17987
17988         * mail-source.el: Don't require timer/timer-funcs.
17989
17990         * gnus-async.el: Ditto.
17991
17992         * password.el: Ditto.
17993
17994         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17995
17996         * mm-url.el: Ditto.
17997
17998         * gnus-xmas.el: Don't require timer-funcs.
17999
18000         * mm-util.el: Require timer/timer-funcs.
18001
18002 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18003
18004         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18005         Close.
18006
18007 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18010         unibyte after clear-decrypt function runs.
18011
18012         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18013         returns as a unibyte string.
18014
18015 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * lpath.el: Revert.
18018
18019         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18020         (pgg-gpg-process-sentinel): Revert.
18021
18022         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18023         (pgg-pgp-lookup-key): Revert.
18024
18025         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18026         (pgg-pgp5-lookup-key): Revert.
18027
18028         * pgg.el (pgg-fetch-key): Revert.
18029
18030 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * lpath.el: Fbind string-as-multibyte for XEmacs.
18033
18034         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18035         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18036         (mml1991-pgg-encrypt): Ditto.
18037
18038         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18039         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18040         a multibyte buffer.
18041
18042         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18043         (pgg-pgp-lookup-key): Ditto.
18044
18045         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18046         (pgg-pgp5-lookup-key): Ditto.
18047
18048         * pgg.el (pgg-fetch-key): Ditto.
18049
18050 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * message.el (message-user-organization-file): Check several
18053         locations of the organization file.
18054
18055         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18056         Add gnus-article-view-part-as-type.
18057
18058         * gnus-art.el (gnus-article-view-part-as-type): New function.
18059
18060         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18061         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18062
18063         * mml.el: Simplify autoload.
18064         (mml-mode): defvar dnd-protocol-alist instead of using
18065         symbol-value.
18066         (mml-default-directory): New variable.
18067         (mml-minibuffer-read-file): Use it.
18068         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18069
18070         * message.el (message-citation-line-format): New variable.
18071         (message-insert-formated-citation-line): New function.
18072         (message-citation-line-function):
18073         Add `message-insert-formated-citation-line' to custom type.
18074
18075         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18076         to doc string.
18077
18078         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18079         depending on mm-verify-option.
18080
18081 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18084         binding pgg-* variables; reimplement the section which prevents
18085         MIME header from being signed.
18086         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18087         pgg-text-mode; remove a blank line at the top of body.
18088
18089         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18090         lines at the top of body; use gnus-newsgroup-charset if there's no
18091         Charset header.
18092
18093 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * message.el (message-self-insert-commands): Doc fix.
18096
18097         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18098         (mm-uu-pgp-encrypted-test): Ditto.
18099         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18100         between header and body; return application/pgp-encrypted handle
18101         if decryption failed; decode decrypted body by charset.
18102
18103         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18104         element match to application/pgp-*.
18105
18106 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18107
18108         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18109         HTML.
18110
18111 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18112
18113         * mail-source.el (mail-source-call-script): Message the error
18114         string.
18115
18116 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18117
18118         * gnus-util.el (gnus-byte-compile): Use it.
18119
18120 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18121
18122         * gnus-util.el (kill-empty-logs): New function.
18123
18124 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18125
18126         * message.el (message-mail-alias-type): Doc fix.
18127         (message-mail-alias-type-p): New function.
18128         (message-send): Use it.
18129         (message-mode): Ditto.
18130         (message-strip-forbidden-properties): Ditto.
18131
18132         * ecomplete.el (ecomplete-database-file-coding-system):
18133         New variable.
18134         (ecomplete-save): Use it.
18135         (ecomplete-setup): Use it.
18136
18137 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * message.el (message-self-insert-commands): New variable.
18140         (message-strip-forbidden-properties): Use it.
18141
18142 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18143
18144         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18145         that doesn't make XEmacs choke.
18146
18147 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * gnus-util.el (gnus-replace-in-string):
18150         Prefer replace-regexp-in-string over of replace-in-string.
18151
18152 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-util.el (gnus-select-frame-set-input-focus):
18155         Use select-frame-set-input-focus if it is available in XEmacs; use
18156         definition defined in Emacs 22 for old Emacsen.
18157
18158         * dgnushack.el: Autoload unmorse-region for XEmacs.
18159
18160         * lpath.el: Bind cursor-in-non-selected-windows and
18161         select-frame-set-input-focus for XEmacs.
18162
18163 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18166
18167 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18168
18169         * gnus-registry.el (gnus-registry-cache-save): Remove text
18170         properties when saving via the temp buffer.
18171
18172 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * message.el (message-generate-hashcash): Honor custom type.
18175
18176 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18177
18178         * message.el (message-generate-hashcash): Default to non-nil when
18179         hashcash is found.
18180
18181         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18182         (gnus-refer-thread-limit): Increase default to 500.
18183
18184         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18185
18186         * flow-fill.el (fill-flowed): Allow delete-space.
18187
18188 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18189
18190         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18191         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18192         Remove autoloads.
18193
18194 2006-04-18  Simon Josefsson  <jas@extundo.com>
18195
18196         * message.el (message-generate-hashcash): Default to.
18197
18198 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18201         concatenating segments rather than before concatenating them.
18202
18203 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18204
18205         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18206
18207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18208
18209         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18210
18211         * message.el (message-forward-make-body-plain):
18212         Allow message-forward-ignored-headers to be a list.
18213         (message-remove-ignored-headers): Factor out into function.
18214         (message-forward-make-body-mml): Use it.
18215
18216         * imap.el (imap-quote-specials): New function.
18217         (imap-login-auth): Quote specials.
18218
18219         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18220         (rfc2231-parse-string): Allow concatanation of parameters that
18221         aren't contiguous.  The test case is
18222           (mail-header-parse-content-type "message/external-body;
18223             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18224             access-type=LOCAL-FILE;
18225             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18226
18227 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18228
18229         * nntp.el (nntp-accept-process-output): Return the value of
18230         `nnheader-accept-process-output'.
18231
18232 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18233
18234         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18235         (gnus-button-alist): Recognize more diff formats.
18236         (gnus-button-patch): Strip directory.
18237
18238 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18241         Emacs 22 when setting focus.
18242
18243 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244
18245         * gnus-art.el (gnus-article-treat-types): Do treatment of
18246         text/x-verbatim parts.
18247         (gnus-button-patch): New command.
18248
18249         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18250         addresses that contain invalid characters.
18251
18252 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18253
18254         * message.el (message-put-addresses-in-ecomplete):
18255         Use gnus-replace-in-string.
18256         (message-is-yours-p): Use the more correct
18257         mail-header-parse-address instead of
18258         mail-extract-address-components.
18259         (message-put-addresses-in-ecomplete): Fix typo.
18260
18261         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18262         keystroke.
18263
18264         * gnus-art.el (gnus-treatment-function-alist): Change order of
18265         newsgroups/generic header folding to avoid double-folding.
18266
18267         * message.el (message-hidden-headers): Add X-Draft-From.
18268
18269         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18270         New command.
18271         (gnus-summary-repeat-search-article-backward): New command.
18272
18273         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18274         groups in the parent topic.
18275
18276 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18277
18278         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18279         (spam-extra-header-to-number): Return the CRM114 number as a
18280         number instead of a string.
18281
18282 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18283
18284         * gnus-art.el (gnus-face-properties-alist): Move here from
18285         gnus-fun.
18286
18287         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18288
18289 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18290
18291         * message.el (message-strip-forbidden-properties): Only display on
18292         self-insert-command.
18293
18294         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18295         reindent.
18296         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18297
18298 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18299
18300         * smiley.el (smiley-style): Fix typo.
18301
18302 2006-03-23  Kenichi Handa  <handa@m17n.org>
18303
18304         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18305         instead of set-buffer-multibyte.
18306
18307 2006-03-23  Kenichi Handa  <handa@m17n.org>
18308
18309         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18310         buffer and then decode the buffer text if necessary.
18311         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18312         first, and after mm-encode-body, change the buffer to unibyte.
18313
18314 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18315
18316         * hashcash.el (hashcash-insert-payment-async-2):
18317         Use message-goto-eoh instead of doing it manually.
18318         (mail-add-payment): Use message-narrow-to-header instead of trying
18319         to do the same itself.
18320
18321         * message.el (message-hidden-headers): Add Face.
18322
18323         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18324         reparenting code.
18325         (gnus-summary-reparent-children): Refactored out code.
18326         (gnus-summary-thread-map): New keystroke.
18327         (gnus-summary-reparent-children): Make into command.
18328
18329         * smiley.el (smiley-style): Default to `medium' if using a large
18330         font.
18331
18332         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18333         does it itself.
18334
18335         * message.el (message-point-in-header-p): Simplify definition.
18336
18337 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * nnagent.el (nnagent-request-set-mark): Silence log file
18340         writing.
18341         (nnagent-request-set-mark): Use write-region instead of
18342         append-to-file.
18343
18344         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18345         strange select method.
18346
18347         * ecomplete.el (ecomplete-display-matches): Get highlightling
18348         right.
18349         (ecomplete-display-matches): Use literals.
18350         (ecomplete-display-matches): Disable message logging.
18351
18352         * message.el (message-display-abbrev): Small optimization.
18353
18354         * ecomplete.el (ecomplete-display-matches): Allow automatic
18355         display.
18356
18357         * message.el (message-strip-forbidden-properties):
18358         Display abbrevs.
18359         (message-display-abbrev): Get automatic display right.
18360
18361         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18362         keystrokes.
18363
18364 2006-04-13  Romain Francoise  <romain@orebokech.com>
18365
18366         TODO: Backport to v5-10!
18367
18368         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18369         Move here (and rename) from gnus-registry.el.
18370
18371         * gnus-registry.el: Require gnus-util.
18372         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18373
18374 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * gnus-group.el (gnus-group-catchup-current):
18377         Change if-then-else-if-then-else into cond.
18378         (gnus-group-catchup): Indent.
18379         (group-name-at-point): New function.
18380         (gnus-fetch-group): Provide default from thing at point.
18381
18382 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18383
18384         * message.el (message-display-abbrev): Fix regexp.
18385
18386         * ecomplete.el (ecomplete-highlight-match-line):
18387         Reimplement choosing.
18388         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18389         dead variables.
18390
18391         * message.el (message-newline-and-indent): Remove debugging.
18392         (message-display-abbrev): Use new implementation.
18393
18394 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18395
18396         * gnus-art.el (gnus-article-mode):
18397         Set cursor-in-non-selected-windows to nil.
18398
18399         * smiley.el: Revert previous change.
18400         (smiley-data-directory): defvar it before using it in the
18401         defcustom of `smiley-style'.
18402
18403 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * message.el (message-newline-and-indent): New function.
18406
18407         * ecomplete.el: Implement more bits.
18408
18409         * message.el (message-put-addresses-in-ecomplete): Clean up the
18410         string.
18411
18412         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18413
18414         * gnus-sum.el (gnus-summary-save-parts):
18415         Bind gnus-summary-save-parts-counter and use it to make unique file
18416         names.
18417
18418         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18419
18420         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18421         parameter to say whether to actually parse the individual
18422         addresses.
18423
18424         * message.el (message-put-addresses-in-ecomplete): New function.
18425         (ecomplete): Require.
18426         (message-mail-alias-type): Add ecomplete as an option.
18427
18428 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18429
18430         * flow-fill.el (fill-flowed): Remove trailing space from blank
18431         quoted lines.
18432
18433 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434
18435         * smiley.el (smiley-style): Move definition later to avoid a
18436         compilation warning.
18437
18438 2006-04-12  Kenichi Handa  <handa@m17n.org>
18439
18440         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18441         buffer and then decode the buffer text if necessary.
18442         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18443         first, and after mm-encode-body, change the buffer to unibyte.
18444         Use mm-disable-multibyte instead of set-buffer-multibyte.
18445
18446 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18449         Content-Type header instead of Content-Disposition header.
18450         (gnus-mime-inline-part): Ditto.
18451         (gnus-mime-view-part-as-charset): Ignore charset that the part
18452         specifies.
18453
18454         * mm-decode.el (mm-display-part): Work with external parts and
18455         usual parts similarly.
18456
18457         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18458         instead of gnus-display-mime.
18459
18460         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18461         instead of with-temp-buffer.
18462
18463         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18464         tag to summarized topics part in order to encode non-ASCII text.
18465
18466 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18467
18468         * smiley.el (smiley-style): New variable.
18469         (smiley-directory): New function.
18470         (smiley-data-directory): Derive from `smiley-style' using
18471         `smiley-directory'.
18472         (smiley-regexp-alist): Add new entries.
18473
18474         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18475         (gnus-article-browse-delete-temp): Add :version.
18476
18477 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18478
18479         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18480         the sieve region.
18481
18482 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18483
18484         * gnus.el (gnus-version-number): Bump version.
18485
18486 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18487
18488         * gnus.el: No Gnus v0.4 is released.
18489
18490 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18491
18492         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18493         layout.
18494
18495         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18496         unknown charset.
18497
18498         * message.el (message-header-synonyms): Add Original-To to the
18499         default.
18500
18501         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18502         optional parameter.
18503
18504 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * gnus-fun.el (gnus): Require it for gnus-directory.
18507
18508 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18511
18512 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18513
18514         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18515
18516 2006-04-05  Simon Josefsson  <jas@extundo.com>
18517
18518         * password.el (password-reset): New function.
18519
18520 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18521
18522         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18523         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18524
18525 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18526
18527         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18528         Some whitespace was matched into the url, which broke browsing hits
18529         > 100 when mm-url-use-external was nil.
18530
18531 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18534         Check gnus-extra-headers for 'Newsgroups.
18535
18536         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18537         bound.
18538
18539 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18540
18541         * pgg-gpg.el: Clean up process buffers every time gpg processes
18542         complete.
18543
18544 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18547         doc string.
18548
18549 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18550
18551         * pgg-gpg.el (pgg-gpg-process-filter)
18552         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18553
18554         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18555         lines, temporary fix.
18556
18557 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18558
18559         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18560
18561 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18562
18563         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18564         default-enable-multibyte-characters.  This reverts the change from
18565         revision 6.17 which is no longer necessary because the passphrase
18566         is sent separately now.  GnuPG messages are unreadable under
18567         multibyte locales with default-enable-multibyte-characters set to
18568         nil.
18569
18570 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * message.el (message-tool-bar-gnome): Move "spell".
18573
18574 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18577         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18578         instead.
18579
18580 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18581
18582         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18583         Improve newsgroups handling for NNTP overviews which don't include
18584         Newsgroups.
18585
18586 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18587
18588         * message.el (message-resend): Bind message-generate-hashcash to nil.
18589
18590 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18591
18592         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18593         when searching for already-paid recipients.
18594
18595 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18596
18597         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18598         passphrases when it is not needed.
18599         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18600         passphrase stuff from gpg, should only be necessary when you use
18601         gpg with a smartcard.
18602
18603 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * mml.el (mml-insert-mime): Ignore cached contents of
18606         message/external-body part.
18607
18608         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18609         (mm-insert-part): Ditto.
18610
18611 2006-03-23  Simon Josefsson  <jas@extundo.com>
18612
18613         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18614         Reiner.
18615         (pgg-gpg-use-agent-p): Use it again.
18616
18617 2006-03-23  Simon Josefsson  <jas@extundo.com>
18618
18619         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18620         older emacsen.
18621         (pgg-gpg-use-agent-p): Don't use it.
18622
18623 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18624
18625         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18626         if we can.
18627
18628 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18629
18630         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18631         (pgg-gpg-update-agent): New function.
18632         (pgg-gpg-use-agent-p): New function.
18633         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18634         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18635         (pgg-gpg-sign-region): Use it.
18636
18637 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18640         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18641
18642 2006-03-21  Simon Josefsson  <jas@extundo.com>
18643
18644         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18645         <wilde@sha-bang.de>.
18646         (pgg-gpg-use-agent): New variable.
18647         (pgg-gpg-process-region): Use it.
18648         (pgg-gpg-encrypt-region): Likewise.
18649         (pgg-gpg-encrypt-symmetric-region): Likewise.
18650         (pgg-gpg-decrypt-region): Likewise.
18651         (pgg-gpg-sign-region): Likewise.
18652         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18653
18654 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18655
18656         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18657
18658         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18659         Add comment on version.
18660
18661 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * smiley.el: Add missing test smiley.
18664
18665 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * mm-decode.el (mm-with-part): New macro.
18668         (mm-get-part): Use it; work with message/external-body as well.
18669         (mm-save-part): Treat name and filename equally.
18670
18671         * mm-extern.el (mm-extern-cache-contents): New function.
18672         (mm-inline-external-body): Use it; force the part to be displayed;
18673         move undisplayer added to the cached handle to the parent.
18674
18675         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18676         (gnus-mime-view-part-as-type): Work with message/external-body.
18677
18678         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18679
18680 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18683         images in image-load-path.  [Sync with image.el, revision 1.60, in
18684         Emacs.]
18685
18686 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18689         path rather than symbol.  Always return list of directories.
18690         Guarantee that image directory comes first.  [Sync with image.el,
18691         revision 1.59, in Emacs.]
18692
18693         * message.el (message-make-tool-bar): Adjust to new API of
18694         `gmm-image-load-path-for-library'.
18695
18696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18697
18698         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18699
18700 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18701
18702         * gnus-art.el (gnus-article-only-boring-p):
18703         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18704         intangible text.
18705         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18706
18707 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18710         Use `defun' instead of `gmm-defun-compat'.
18711
18712 2006-03-14  Simon Josefsson  <jas@extundo.com>
18713
18714         * message.el (message-unique-id): Don't use message-number-base36
18715         if (user-uid) is a float.
18716         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18717
18718 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18721
18722         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18723         empty line between a part and a message part.
18724
18725 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18726
18727         * smiley.el: Add more test smileys.
18728         (smiley-data-directory, smiley-regexp-alist)
18729         (gnus-smiley-file-types): Fix doc strings.
18730         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18731         adding new elements.
18732         (smiley-mouse-map): Unused code.  Make it a comment.
18733
18734 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18737         scan latest NoCeM messages instead of old ones.
18738         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18739         delimiters that are recently used.
18740         (gnus-nocem-load-cache): Add autoload cookie.
18741
18742         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18743
18744         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18745         level which is larger than gnus-use-nocem is specified.
18746
18747         * gnus-group.el (gnus-group-get-new-news): Ditto.
18748
18749 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * gnus-util.el (gnus-tool-bar-update): New function.
18752
18753         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18754         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18755
18756         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18757
18758         * gnus-group.el (gnus-group-redraw-when-idle)
18759         (gnus-group-redraw-check): Remove.
18760         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18761
18762 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18765         if optional last element is specified in splits (FIELD VALUE...).
18766
18767 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18770         to gmm-image-load-path-for-library.  Call with no-error argument.
18771         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18772
18773         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18774
18775         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18776
18777         * gmm-utils.el (gmm-image-load-path): Remove alias.
18778
18779 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gmm-utils.el (gmm-image-load-path): Add alias.
18782
18783         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18784         nnml-generate-nov-databases-1.
18785         (nnml-generate-nov-databases): Use it.
18786         (nnml-generate-nov-databases-directory): Document no-active
18787         argument.
18788
18789         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18790         directory if path is t.  Add no-error.
18791
18792         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18793         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18794
18795         * gnus-art.el (gnus-article-browse-delete-temp-files):
18796         Simplify resetting gnus-article-browse-html-temp-list.
18797
18798         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18799         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18800         Add example to docstring.  Rename local variables.  Move error
18801         checks to default case in cond and simplify.
18802
18803 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18806         handle is multipart when calling it recursively.
18807         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18808
18809 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18810
18811         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18812         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18813
18814 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18817         is loaded.
18818
18819         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18820         loaded.
18821
18822 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18823
18824         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18825         to "Emacs 23 (unicode)" in doc string.
18826
18827         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18828         "Emacs 23 (unicode)" in comment.
18829
18830 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18833
18834         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18835         characters 160 through 255 in Emacs 23.
18836
18837 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18840         gnus-article-browse-html-temp.
18841         (gnus-article-browse-delete-temp): Make it customizable.
18842         Add `file'.  Adjust doc string.
18843         (gnus-article-browse-delete-temp-files): Add argument.
18844         Allow query for each file.  Adjust doc string.
18845         (gnus-article-browse-html-parts):
18846         Add `gnus-article-browse-delete-temp-files' to
18847         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18848
18849 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18850
18851         * gnus-art.el (gnus-article-browse-html-temp)
18852         (gnus-article-browse-delete-temp): New variables.
18853         (gnus-article-browse-delete-temp-files): New function.
18854         (gnus-article-browse-html-parts): Use it.
18855
18856 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18859
18860         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18861         string.
18862
18863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18864         gnus-summary-insert-new-articles when unplugged.
18865         Remove gnus-summary-search-article-forward.
18866
18867         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18868         display-visual-class instead of display-color-cells.
18869
18870 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18871
18872         * dgnushack.el: Autoload customize-group for XEmacs.
18873
18874         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18875         message/* containing non-ASCII text properly.
18876
18877 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18878
18879         * message.el: Require gmm-utils, remove autoloads.
18880         (message-tool-bar): Set default based on
18881         gmm-tool-bar-style.
18882         (message-tool-bar-gnome): Add gmm-customize-mode.
18883
18884         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18885         gmm-tool-bar-style.
18886         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18887
18888         * gnus-group.el (gnus-group-tool-bar): Set default based on
18889         gmm-tool-bar-style.
18890         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18891
18892         * gmm-utils.el (gmm-image-directory): Rename variable from
18893         gmm-image-load-path.
18894         (gmm-image-load-path): Use gmm-image-directory.
18895         (gmm-customize-mode): New function.
18896         (gmm-tool-bar-style): New variable.
18897
18898         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18899         gnus-group-redraw-line-number.
18900         (gnus-group-redraw-check): Simplify.
18901         (gnus-group-tool-bar-update): Remove redraw check.
18902         (gnus-group-make-tool-bar): Add redraw check.
18903
18904 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18905
18906         * gnus-art.el (gnus-button): Add missing parentheses.
18907
18908 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * lpath.el: Fbind line-number-at-pos.
18911
18912 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18915
18916 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-art.el (gnus-button): New face.
18919         (gnus-article-button-face): Use it.
18920
18921         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18922         Add gnus-summary-next-page.  Re-order.
18923
18924         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18925         next-node are now included.
18926         (gnus-group-redraw-line-number): New internal variable.
18927         (gnus-group-redraw-check): Helper function for updating the tool
18928         bar.
18929         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18930
18931         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18932
18933         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18934         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18935         Use it to match format of Spamassassin 3.0 and later.
18936         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18937         (spam-check-bogofilter)
18938         (spam-bogofilter-register-with-bogofilter): Fix args of
18939         `gnus-error' calls.
18940
18941 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18944         unnecessary interaction when sending queued mails.
18945         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18946
18947 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18948
18949         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18950         first or last are nil.
18951
18952 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18953
18954         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18955
18956 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18959
18960 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18961
18962         * dns.el (query-dns): Protect more against buggy tcp output.
18963
18964 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18967         nov.php.
18968
18969 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18970
18971         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18972         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18973         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18974         output on the server side.
18975         (nnweb-google-create-mapping): Update regexps and add some
18976         progress indication.
18977
18978 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18979
18980         * gnus-group.el (gnus-group-tool-bar-gnome):
18981         Fix gnus-agent-toggle-plugged.  Re-order icons.
18982         (gnus-group-tool-bar-gnome):
18983         Add gnus-group-{prev,next}-unread-group.
18984         (gnus-group-tool-bar-gnome): Re-order icons.
18985
18986         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18987         Move gnus-summary-insert-new-articles.
18988
18989         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18990         Fix comments.
18991
18992         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18993         also available in Emacs 21.3.
18994
18995         * message.el (message-fix-before-sending): Change "Emacs 22" to
18996         "Emacs 23 (unicode)" in comment.
18997
18998         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18999         "Emacs 23 (unicode)" in comment.
19000
19001         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19002         comment.
19003         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19004
19005         * mm-view.el (mm-fill-flowed): Add :version.
19006
19007 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19010         and load-path.
19011
19012 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19013
19014         * message.el: Autoload gmm-image-load-path.
19015         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19016         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19017         consitency.
19018
19019         * gmm-utils.el (gmm-image-load-path): Also search in
19020         "../etc/images".  Don't set gmm-image-load-path if we don't find
19021         the image.
19022
19023 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gmm-utils.el (gmm-image-load-path): Don't make
19026         `gmm-image-load-path' include subdirectories which the second arg
19027         `image' might specify.
19028
19029         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19030         subdirectory to icon file names.
19031
19032         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19033
19034 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19035
19036         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19037         gmm-image-load-path calls.
19038
19039         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19040
19041         * message.el (message-make-tool-bar): Ditto.
19042
19043         * mml.el (mml-preview): Add comment concerning tool bar icons.
19044
19045         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19046         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19047
19048         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19049         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19050
19051         * message.el (message-tool-bar-gnome): Use new icon names.
19052         (message-make-tool-bar): Use `gmm-image-load-path'.
19053
19054         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19055         New functions from MH-E.
19056         (gmm-image-load-path): New variable from MH-E.
19057         (gmm-image-load-path): New function from MH-E.  Add arguments
19058         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19059         *-image-load-path-called-flag.
19060
19061 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19062
19063         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19064
19065 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19066
19067         * nnimap.el (nnimap-request-move-article): Change folder back to
19068         source group before deleting.
19069
19070 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19071
19072         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19073
19074         * gnus-art.el (mm-url-insert-file-contents-external):
19075         Autoload mm-url.
19076
19077         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19078
19079 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19082         coding system which mm-charset-to-coding-system returns for a
19083         given charset is valid.
19084
19085 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19086
19087         * html2text.el (html2text-remove-tag-list):
19088         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19089
19090 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19091
19092         * gnus-cus.el: Revert 2005-10-17 change.
19093
19094 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * gnus-art.el (article-strip-banner):
19097         Call article-really-strip-banner only when the regexp match is made.
19098
19099 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * gnus-art.el (article-strip-banner):
19102         Use gnus-extract-address-components instead of
19103         mail-header-parse-addresses to make it work with non-ASCII text;
19104         remove mail-encode-encoded-word-string.
19105
19106         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19107         values which are surrounded with \"...\"; make it never cause a
19108         Lisp error; give up parsing of parameters if it failed in
19109         extracting type.
19110
19111 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19112
19113         * smime.el (smime-cert-by-ldap-1): Fix bug where
19114         `smime-ldap-search' returns results without userCertificates.
19115
19116 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19119
19120 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * spam.el (spam-check-spamassassin-headers): Adapt format for
19123         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19124         <ari@mbf.ocn.ne.jp>.
19125         (spam-list-of-processors): Add spam-use-gmane.
19126
19127 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19130         make-temp-file; make it work with XEmacs as well.
19131
19132         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19133         mm-make-temp-file.
19134
19135         * mm-decode.el (mm-display-external): Use the 3rd arg of
19136         mm-make-temp-file.
19137         (mm-create-image-xemacs): Ditto.
19138
19139 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19142         with message-narrow-to-headers.
19143         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19144         (gnus-draft-check-draft-articles): New function.
19145         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19146
19147 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-art.el (gnus-article-browse-html-parts):
19150         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19151         Don't use suffix argument for mm-make-temp-file for Emacs 21
19152         compatibility.  Remove useless `format'.
19153
19154 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19155
19156         * nnweb.el (nnweb-google-wash-article): Update regexps.
19157         (nnweb-group-alist): Use defvoo instead of defvar.
19158
19159 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19162         re-loading nn* modules.
19163
19164 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19167         for `tool-bar-mode' and don't check it's default-value.
19168
19169         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19170
19171         * message.el (message-make-tool-bar): Ditto.
19172
19173         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19174         `substring'.  Shorten tmp-file name.
19175
19176         * gnus.el: Remove bogus comment.
19177
19178 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19179
19180         * gnus-art.el (gnus-article-browse-html-parts): New function.
19181         (gnus-article-browse-html-article): New function for viewing html
19182         articles with a browser.
19183
19184 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19185
19186         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19187         in elisp.
19188         (pgg-gpg-encrypt-symmetric-region): Ditto.
19189         (pgg-gpg-sign-region): Ditto.
19190
19191         * pgg-def.el (pgg-text-mode): New variable.
19192
19193         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19194         (mml2015-pgg-encrypt): Ditto.
19195
19196         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19197         (mml1991-pgg-encrypt): Ditto.
19198
19199 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * nnfolder.el (nnfolder-insert-newsgroup-line):
19202         Use message-make-date instead of current-time-string.
19203
19204         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19205         to gnus-decoded which mm-uu might set.
19206
19207 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19210         don't decode quoted parameters; remove misimported Emacs code.
19211         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19212         (rfc2231-decode-encoded-string): Don't use split-string which
19213         behaves differently according to Emacs version; use
19214         mm-decode-coding-region to convert charset to coding-system.
19215         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19216         (rfc2231-encode-string): Remove misimported Emacs code.
19217
19218 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19221         when calling mail-header-parse-content-type.
19222         (article-de-quoted-unreadable): Ditto.
19223         (article-de-base64-unreadable): Ditto.
19224         (article-wash-html): Ditto.
19225
19226         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19227         calling mail-header-parse-content-type and
19228         mail-header-parse-content-disposition.
19229         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19230         mail-header-parse-content-type.
19231
19232         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19233         insert charset and format parameters; encode description after
19234         inserting it to buffer.
19235         (mml-insert-parameter): Fold lines properly even if a parameter is
19236         segmented into two or more lines; change the max column to 76.
19237
19238         * rfc1843.el (rfc1843-decode-article-body): Don't use
19239         ignore-errors when calling mail-header-parse-content-type.
19240
19241         * rfc2231.el (rfc2231-parse-string): Return at least type if
19242         possible; don't cause an error even if it fails in parsing of
19243         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19244         (rfc2231-encode-string): Don't break lines at the beginning, leave
19245         it to mml-insert-parameter.
19246
19247         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19248         calling mail-header-parse-content-type.
19249
19250 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * spam-report.el (spam-report-gmane-use-article-number):
19253         Improve doc string.
19254         (spam-report-gmane-internal): Check if a suitable header was found
19255         in the article.
19256
19257 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19260         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19261
19262 2006-02-05  Romain Francoise  <romain@orebokech.com>
19263
19264         Update copyright notices of all files in the gnus directory.
19265
19266 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19267
19268         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19269
19270 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19273         segmented lines of parameter value to cope with Thunderbird 1.5
19274         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19275         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19276         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19277
19278 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19279
19280         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19281         parts.
19282
19283 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19284
19285         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19286         there's only one active file for all servers.
19287         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19288         solid groups.  Gnus might have used a FAST request to select the group.
19289         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19290         and nnweb-search redundantly in the active file.
19291         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19292         (nnweb-request-create-group): Don't use ARGS.
19293         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19294         initializations.  Let nnoo do the work.
19295
19296 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19299         Say the part has been decoded.
19300
19301         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19302
19303 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19304
19305         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19306         mailcap-viewer-test-cache when there's no 'test clause, since that
19307         will invert the meaning of a "nil" test previously determined by
19308         mailcap-mailcap-entry-passes-test.
19309
19310 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19313         compiling.
19314
19315         * gnus-sum.el: Ditto.
19316
19317         * message.el: Don't bind tool-bar-map when compiling.
19318
19319 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19322
19323 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19324
19325         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19326         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19327         current Google Groups.
19328
19329 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19330
19331         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19332         and tool-bar-mode.
19333
19334         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19335         and tool-bar-mode.
19336
19337         * message.el (message-tool-bar-update): Simplify.
19338         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19339
19340         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19341         gnus-summary-buffer.
19342         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19343         gnus-summary-reply.
19344
19345         * gmm-utils.el (gmm): Add :version.
19346
19347 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * Makefile.in (clean): New rule.
19350         (distclean): Use it.
19351
19352 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19353
19354         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19355         Don't autoload.
19356
19357 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * gmm-utils.el (gmm-verbose): Add :group.
19360
19361 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * message.el: Change some comments WRT tool-bars.
19364
19365         * gnus-sum.el (gnus-summary-tool-bar)
19366         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19367         (gnus-summary-tool-bar-zap-list): New variables.
19368         (gnus-summary-make-tool-bar): Complete rewrite using
19369         `gmm-tool-bar-from-list'.
19370
19371         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19372         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19373         New variables.
19374         (gnus-group-make-tool-bar): Complete rewrite using
19375         `gmm-tool-bar-from-list'.
19376         (gnus-group-tool-bar-update): New function.
19377
19378         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19379
19380 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19383         is dissected into a single part of which the type is the same as
19384         the given one; decode charset.
19385
19386 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19387
19388         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19389         into alists as symbol not string, since that's what
19390         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19391         look for.
19392
19393 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19396         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19397
19398         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19399
19400 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19403         (gnus-xmas-mime-security-button-menu): New function.
19404
19405         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19406         (gnus-mime-security-button-menu): New definition.
19407         (gnus-mime-security-button-map): Use them.
19408         (gnus-mime-security-button-menu): New function.
19409         (gnus-insert-mime-security-button): Addition to help echo.
19410         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19411         (gnus-mime-security-pipe-part): New functions.
19412
19413         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19414         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19415
19416         * mm-decode.el (mm-handle-set-disposition): Remove.
19417         (mm-handle-set-description): Remove.
19418
19419 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19422         (mm-w3m-standalone-supports-m17n-p): New function.
19423         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19424         w3m usage.
19425
19426         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19427         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19428
19429 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * message.el (message-tool-bar-zap-list):
19432         Use gmm-tool-bar-zap-list as custom type.
19433         (message-tool-bar-update): New function.
19434         (message-tool-bar, message-tool-bar-gnome)
19435         (message-tool-bar-retro): Add message-tool-bar-update.
19436         (message-tool-bar-gnome): Add flyspell-buffer.
19437
19438         * gnus-util.el (gnus-error): Describe `args'.
19439
19440         * gmm-utils.el (gmm-error): Describe `args'.
19441         (gmm-tool-bar-zap-list): New widget.
19442         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19443
19444 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19447         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19448         the number of recursive calls.
19449
19450         * mm-decode.el (mm-handle-set-disposition): New macro.
19451         (mm-handle-set-description): New macro.
19452
19453 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19456         encoding.
19457
19458 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * message.el (message-tool-bar-zap-list, message-tool-bar)
19461         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19462         (message-tool-bar-local-item-from-menu): Remove.
19463         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19464         (message-make-tool-bar): New function.
19465         (message-mode): Use `message-make-tool-bar'.
19466
19467         * gmm-utils.el: New file.
19468         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19469         (gmm-lazy): New widget copied from `nnmail.el'.
19470         (gmm-tool-bar-from-list): New function for creating customizable
19471         tool bars.
19472         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19473         output.
19474         (gmm): Add :prefix to defgroup.
19475
19476 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19477
19478         * gmm-utils.el (gmm-widget-p): New function.
19479
19480 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19481
19482         * mml.el (mml-attach-file): Describe `description' in doc string.
19483         (mml-menu): Add Emacs MIME manual and PGG manual.
19484
19485 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19486
19487         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19488
19489 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19490
19491         * nntp.el (nntp-end-of-line): Doc fix.
19492
19493 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19494
19495         * imap.el (imap-open): Handle case where buffer is a buffer
19496         object.
19497
19498 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19499
19500         * gnus-delay.el (gnus-delay): Don't autoload.
19501         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19502         to be re-loaded when customizing the `gnus-delay' group.
19503
19504 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19505
19506         * message.el (message-insert-citation-line): Use newlines.
19507
19508 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19509
19510         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19511         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19512         these routines, so the passphrase can be managed externally and
19513         passed in to the system.
19514         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19515         pgg-add-passphrase-to-cache function.
19516
19517         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19518         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19519         these routines, so the passphrase can be managed externally and
19520         passed in to the system.
19521         (pgg-pgp5-sign-region): Use new name of
19522         pgg-add-passphrase-to-cache function.
19523
19524 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19525
19526         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19527         part of the decoded armor to find the key-identifier.
19528         (pgg-gpg-lookup-key-owner): New function to return the
19529         human-readable identifier of a key owner.
19530         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19531         itself.
19532         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19533         the key value) if we have a key and can match it against a secret
19534         key.  Also, added a note pointing out fact that the prompt only
19535         indicates the first matching key.
19536
19537         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19538         pgg-decrypt-region.
19539         (pgg-add-passphrase-to-cache): Rename from
19540         `pgg-add-passphrase-cache' to reduce confusion (all callers
19541         changed).
19542         (pgg-remove-passphrase-from-cache): Rename from
19543         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19544         changed).
19545         (pgg-read-passphrase, pgg-add-passphrase-cache)
19546         (pgg-remove-passphrase-cache): Add informative docstrings.
19547         (pgg-decrypt): Convey provided passphrase in subordinate call to
19548         pgg-decrypt-region.
19549
19550 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19551
19552         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19553         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19554         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19555         'passphrase' argument, so the passphrase can be managed externally
19556         and then passed in to the system.
19557
19558         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19559         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19560         so the passphrase cache can be used reliably with identifiers
19561         besides a pgp packet's key id.
19562
19563         * pgg-gpg.el (pgg-gpg-encrypt-region)
19564         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19565         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19566         these routines, so the passphrase can be managed externally and
19567         passed in to the system.
19568
19569         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19570         'notruncate' argument, so the passphrase cache can be used
19571         reliably with identifiers besides a pgp packet's key id.
19572
19573 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19574
19575         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19576         symmetric encryption.
19577         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19578         encrypted session key.
19579         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19580         message ask for the passphrase in a proper way.
19581
19582         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19583         New user commands for symmetric encryption.
19584
19585 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19588
19589         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19590
19591 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19592
19593         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19594
19595 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * mm-decode.el (mm-inlined-types): Add application/pgp.
19598         (mm-automatic-display): Ditto.
19599
19600         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19601         part as text.
19602
19603 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * nnrss.el: Update copyright.
19606         (nnrss-opml-import): Query whether to subscribe to each entry.
19607
19608         * gnus-art.el:
19609         * gnus-sum.el:
19610         * gnus-xmas.el:
19611         * messagexmas.el:
19612         * mm-uu.el:
19613         * mm-view.el: Update copyright.
19614
19615 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * message.el (message-info): New function.
19618         (message-mode-menu): Add it.
19619         Update copyright.
19620
19621         * ChangeLog: Fix and update copyright.
19622
19623 2006-01-13  Romain Francoise  <romain@orebokech.com>
19624
19625         * message.el (message-forward-subject-name-subject): Prefer the
19626         address to 'nowhere' if the sender has no name.
19627         Fix typo.  Update copyright year.
19628
19629 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * gnus-art.el (article-wash-html):
19632         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19633         (gnus-article-wash-html-with-w3m-standalone): New function.
19634
19635         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19636         mm-inline-text-html-render-with-w3m-standalone.
19637         (mm-text-html-washer-alist): Map w3m-standalone to
19638         gnus-article-wash-html-with-w3m-standalone.
19639         (mm-inline-text-html-render-with-w3m-standalone): New function.
19640
19641 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19642
19643         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19644         Improve LaTeX.
19645
19646 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19649         (nnrss-request-article): Render text/plain parts as HTML.
19650
19651         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19652         the buffer.
19653
19654 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19655
19656         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19657         custom definition of `gnus-posting-styles'.
19658
19659         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19660         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19661
19662 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19663
19664         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19665         Use nntp for bug archive.
19666
19667 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19670         parts.
19671         (nnrss-normalize-date): New function converts ISO 8601 date into
19672         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19673         (nnrss-check-group): Use it.
19674
19675 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19678
19679         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19680         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19681         (nnrss-insert-w3): Ditto.
19682
19683 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19684
19685         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19686         the articles to be forwarded including the case where neither a
19687         number of articles nor a region is specified.
19688
19689 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * nnrss.el (nnrss-request-article): Fix last change; fill
19692         text/plain parts.
19693
19694 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19697         in text/plain part.
19698         (nnrss-check-group): Don't add excessive newline to dc:subject.
19699
19700 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19701
19702         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19703         article.
19704
19705 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19706
19707         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19708         (nnml-use-compressed-files, nnml-save-mail): Support other
19709         comression programs such as bzip2.
19710
19711 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * dns.el (query-dns): Make sure we check the buffer size before
19714         removing tcp headers.
19715
19716 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19719         remove MIME buttons associated with multipart/alternative parts.
19720         (gnus-mime-display-alternative): Tag buttons using `article-type'
19721         text property.
19722
19723         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19724         associated with multipart/alternative parts.
19725
19726         * gnus-art.el (gnus-signature-separator): Fix custom type.
19727
19728         * mm-decode.el (mm-inlined-types): Fix custom type.
19729         (mm-keep-viewer-alive-types): Ditto.
19730         (mm-automatic-display): Ditto.
19731         (mm-attachment-override-types): Ditto.
19732         (mm-inline-override-types): Ditto.
19733         (mm-automatic-external-display): Ditto.
19734
19735 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19736
19737         * spam-report.el (spam-report-user-mail-address)
19738         (spam-report-user-agent): New variables.
19739         (spam-report-url-ping-plain): Use spam-report-user-agent.
19740
19741 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19742
19743         * gnus-art.el (gnus-button-handle-custom): Do not just use
19744         `customize-apropos' for any "M-x customize-*" button but the
19745         function called for.  Accept both the function name and its
19746         argument in order to achieve this.
19747         (gnus-button-alist): Remove support for "custom:" URL's.
19748         Pass function name to `gnus-button-handle-custom' in case of "M-x
19749         customize-*" buttons.
19750
19751 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19754         multipart/alternative and add xref to mm-discouraged-alternatives
19755         in doc string.
19756
19757         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19758         gnus-buttonized-mime-types in doc string.
19759
19760 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19763         Suggest image/.* in the doc string.
19764
19765 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19766
19767         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19768         message-marks (Debian bug #342521).
19769
19770 2005-12-12  Simon Josefsson  <jas@extundo.com>
19771
19772         * password.el (password-read-from-cache): Add.
19773         (password-read): Use it.
19774
19775 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * rfc2047.el (rfc2047-charset-to-coding-system):
19778         Recognize us-ascii as a MIME charset.
19779
19780         * mm-bodies.el (mm-decode-content-transfer-encoding):
19781         Protect against the case where the 2nd arg TYPE is nil.
19782
19783 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * pop3.el (pop3-stream-type): Fix custom version.
19786
19787         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19788
19789 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19790
19791         * mm-decode.el (mm-display-external): Add missing cdr.
19792
19793 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19794
19795         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19796         RFC1524) if it is in mailcap or add a suffix according to
19797         mailcap-mime-extensions when generating a temp filename; postpone
19798         deleting a temp file for 2 seconds for some wrappers, shell
19799         scripts, and so on, which might exit right after having started a
19800         viewer command as a background job.
19801
19802 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * nntp.el (nntp-marks-directory): Fix custom group.
19805
19806         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19807         steps when < 10.
19808
19809         * gnus-start.el (gnus-no-server-1):
19810         Mention `gnus-level-default-subscribed' in doc string.
19811
19812 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19813
19814         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19815         parens.
19816
19817 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * gnus-xmas.el (gnus-use-toolbar): Revert.
19820         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19821         gnus-use-toolbar is default.
19822
19823         * messagexmas.el (message-use-toolbar): Revert.
19824         (message-setup-toolbar): Use global default-toolbar if
19825         message-use-toolbar is default.
19826
19827 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19830         according to default-toolbar-visible-p.
19831
19832         * messagexmas.el (message-use-toolbar): Ditto.
19833
19834 2005-11-26  Dave Love  <fx@gnu.org>
19835
19836         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19837         (tls-program, tls-success): Provide openssl alternative.
19838
19839         * starttls.el: Doc fixes.
19840         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19841         SERVICE to PORT.
19842
19843         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19844         port null or service name.
19845         (starttls-negotiate): Autoload.
19846
19847 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * message.el (message-kill-to-signature): Fix interactive spec.
19850
19851 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * pop3.el (pop3-open-server): Recognize a string as a service name.
19854
19855 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19856
19857         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19858
19859 2005-11-23  Dave Love  <fx@gnu.org>
19860
19861         Add pop3s, pop3/starttls.
19862
19863         * pop3.el (pop3-authentication-scheme): Clarify doc.
19864         (open-tls-stream, starttls-open-stream): Autoload.
19865         (pop3-stream-type): New.
19866         (pop3-open-server): Use it.
19867
19868         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19869         for POP.
19870         (mail-source-keyword-map): Add :stream for POP.
19871         (mail-source-fetch-pop): Use pop3-stream-type.
19872
19873 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19876         of current-time-string.
19877
19878 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19879
19880         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19881         date header.
19882
19883 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19884
19885         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19886         it can seriously impact performance as it bypasses the agent's
19887         local caches.
19888
19889 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19890
19891         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19892         must be explicitly online rather than "not explicitly offline" for
19893         its flags to be synchronized.
19894
19895         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19896         that gnus-uu-unmark-thread will function correctly.
19897
19898         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19899         1024K is instead displayed as 1M.
19900
19901 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19902
19903         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19904
19905 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19906
19907         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19908
19909 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19910
19911         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19912         error message to display actual error condition.
19913         (gnus-agent-save-local): Avoid saving symbols that are bound to
19914         nil as they simply result in a warning message in
19915         gnus-agent-read-local.
19916
19917 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19920         rather than make-variable-buffer-local for file-precious-flag.
19921
19922 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19923
19924         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19925         for duplicates which are removed.  The invalid sort check then
19926         triggers a rescan after the sort as sorting may have moved
19927         duplicate entries such that they can be cheaply detected.
19928
19929 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19932
19933 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19934
19935         * gnus-agent.el (gnus-agent-article-alist-save-format):
19936         Change internal variable to a custom variable.  Change default value
19937         from compressed(2) to uncompressed(1).
19938         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19939         support for uncompressed agentview files.  Taken together, reading
19940         the agentview file should now be 6-7 times faster.
19941
19942 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19943
19944         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19945         as a buffer-local variable.  This avoids creating truncated
19946         dribble files as a result of a hang up, eg.
19947
19948 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19949
19950         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19951         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19952         XEmacs.
19953
19954 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19955
19956         * gnus-start.el (gnus-start-draft-setup):
19957         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19958
19959         * gnus.el (gnus-splash): Change custom group.
19960         (gnus-group-get-parameter, gnus-group-parameter-value):
19961         Describe allow-list argument.
19962
19963         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19964         string.
19965
19966 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19967
19968         * gnus-art.el (gnus-default-article-saver): Add user-defined
19969         `function' to custom type.
19970
19971 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19972
19973         * imap.el (imap-open): Handle case where buffer is a buffer
19974         object.
19975
19976 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19979         long lines.
19980         (gnus-cache-delete-group): Wrap doc strings.
19981
19982         * gnus-agent.el (gnus-agent-rename-group)
19983         (gnus-agent-delete-group): Wrap doc strings.
19984
19985 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * messagexmas.el (message-use-toolbar): Change the valid values
19988         into default, top, bottom, left, and right.
19989         (message-toolbar-thickness): New variable.
19990         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19991         well.
19992         (message-setup-toolbar): Make it work.
19993
19994         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19995         (gnus-use-toolbar): Change the valid values into default, top,
19996         bottom, left, and right.
19997         (gnus-toolbar-thickness): New variable.
19998         (gnus-xmas-setup-toolbar): New function.
19999         (gnus-xmas-setup-group-toolbar): Use it.
20000         (gnus-xmas-setup-summary-toolbar): Use it.
20001
20002 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20003
20004         * gnus-start.el (gnus-1): Add "native" to
20005         gnus-predefined-server-alist.
20006
20007         * gnus.el (gnus-method-to-server): Don't add "native" to the
20008         lists here, because that leads to problems when
20009         gnus-select-method is bound.
20010
20011 2005-11-09  Simon Josefsson  <jas@extundo.com>
20012
20013         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20014         use (not sort-by-date) instead.
20015
20016 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20017
20018         * gnus-delay.el (gnus-delay-group): Don't autoload.
20019         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20020         to be re-loaded when customizing the `gnus-delay' group.
20021
20022 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20023
20024         * message.el: Revert last changes.
20025         (message-insert-citation-line): Use newlines.
20026
20027 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20028
20029         * message.el (message-courtesy-message)
20030         (message-mark-insert-begin, message-mark-insert-end)
20031         (message-elide-ellipsis, message-cancel-message)
20032         (message-add-header, message-change-subject)
20033         (message-cross-post-followup-to-header)
20034         (message-cross-post-insert-note, message-reduce-to-to-cc)
20035         (message-widen-reply, message-delete-not-region)
20036         (message-kill-to-signature, message-insert-signature)
20037         (message-insert-importance-high, message-insert-importance-low)
20038         (message-insert-or-toggle-importance)
20039         (message-insert-disposition-notification-to)
20040         (message-indent-citation, message-yank-original)
20041         (message-cite-original-without-signature, message-cite-original)
20042         (message-insert-citation-line, message-position-on-field)
20043         (message-fix-before-sending, message-send-mail-partially)
20044         (message-send-mail, message-send-mail-with-sendmail)
20045         (message-send-mail-with-qmail, message-send-news)
20046         (message-check-news-header-syntax, message-generate-headers)
20047         (message-insert-courtesy-copy, message-fill-address)
20048         (message-fill-header, message-shorten-references)
20049         (message-setup-1, message-cancel-news)
20050         (message-forward-make-body-plain, message-forward-make-body-mime)
20051         (message-forward-make-body-mml, message-encode-message-body)
20052         (message-forward-make-body-digest-plain)
20053         (message-forward-make-body-digest-mime)
20054         (message-use-alternative-email-as-from): Insert `hard-newline'
20055         instead of ordinary newlines.
20056
20057 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * message.el (message-generate-headers): Downcase the argument
20060         given to message-check-element.
20061
20062 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20063
20064         * nntp.el (nntp-authinfo-rejected): New error condition.
20065         (nntp-wait-for): Use new error condition to signal authentication
20066         error.
20067         (nntp-retrieve-data): Rethrow new error condition to break out of
20068         recursive call to nntp-send-authinfo.
20069
20070 2005-11-08  Romain Francoise  <romain@orebokech.com>
20071
20072         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20073         (gnus-summary-exit-map): Bind to `Z p'.
20074         (gnus-summary-make-menu-bar): Add menu item.
20075
20076 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20077
20078         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20079         (gnus-treat-*): Add `first' in all doc strings.
20080
20081         * gnus-group.el (gnus-group-compact-group): Fix typo.
20082
20083 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gnus.el (gnus-parameters-case-fold-search): New variable.
20086         (gnus-parameters-get-parameter): Use it.
20087
20088         * gnus-score.el (gnus-home-score-file): Doc fix.
20089
20090 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20091
20092         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20093
20094 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * mm-util.el (mm-special-display-p): New function.
20097
20098         * mml.el (mml-preview): Use it; doc fix.
20099
20100 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20101
20102         * imap.el (imap-open): Handle case where buffer is a buffer object.
20103
20104 2005-10-29  Romain Francoise  <romain@orebokech.com>
20105
20106         * message.el (message-fix-before-sending): Fix comment.
20107
20108 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20109
20110         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20111
20112 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20113
20114         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20115         Used in gnus-score.el.
20116
20117 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20118
20119         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20120
20121 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20122
20123         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20124         whitespace removed in revision 7.8.  Use concatenated string to
20125         protect trailing whitespace.
20126
20127 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20128
20129         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20130         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20131         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20132         Courier IMAP ("some version from 2004").  Mostly based on similar
20133         code in the same function.
20134
20135 2005-10-26  Didier Verna  <didier@xemacs.org>
20136
20137         * gnus-group.el (gnus-group-compact-group): Invalidate original
20138         article buffer.
20139         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20140         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20141         NOV database and in article itself.
20142         Invalidate article backlog.
20143
20144 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20147
20148 2005-10-26  Simon Josefsson  <jas@extundo.com>
20149
20150         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20151         part of 2004-07-25 change.
20152
20153 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * message.el (message-display-completion-list): New function.
20156         (message-expand-group): Use it; make sure the Completions buffer
20157         is modifiable.
20158 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20159
20160         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20161         user-mail-name is an empty string.
20162
20163 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20164
20165         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20166         depending on gnus-score-decay-constant.
20167
20168         * encrypt.el (encrypt-insert-file-contents)
20169         (encrypt-write-file-contents): Don't use `gnus-message'.
20170
20171         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20172         arguments.
20173         (mm-uu-type-alist): Add message-marks and insert-marks.
20174         Pass arguments to mm-uu-verbatim-marks-extract.
20175         (mm-uu-hide-markers): New variable.
20176         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20177
20178         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20179         (gnus-convert-image-to-face-command): Use "convert" by default to
20180         allow other input image formats.
20181         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20182         accordingly.
20183
20184 2005-10-23  Simon Josefsson  <jas@extundo.com>
20185
20186         * imap.el (imap-gssapi-program): Align command line parameters
20187         with latest GNU SASL.
20188         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20189
20190 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191
20192         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20193         HTML.
20194         (nnslashdot-request-article): Ditto.
20195
20196         * lpath.el (featurep): Add nobreak-char-display.
20197
20198 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20199
20200         * mail-source.el (mail-source-fetch-pop): Require pop3.
20201         (mail-source-check-pop): Ditto.
20202
20203 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20206         errors.
20207
20208 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20209
20210         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20211         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20212
20213         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20214
20215         * mm-bodies.el (mm-decode-string):
20216         Call `mm-charset-to-coding-system' with allow-override argument.
20217
20218 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20219
20220         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20221         (rfc2047-charset-to-coding-system): New function.
20222         (rfc2047-decode-encoded-words): New function.
20223         (rfc2047-decode-region): Use them.
20224         (rfc2047-decode-cte): Remove.
20225         (rfc2047-parse-and-decode): Remove.
20226         (rfc2047-decode): Remove.
20227
20228 2005-10-15  Kenichi Handa  <handa@m17n.org>
20229
20230         * rfc2047.el (rfc2047-decode-cte): New function.
20231         (rfc2047-decode-region): Change the way to decode successive
20232         encoded-words: decode B- or Q-encoding in each encoded-word,
20233         concatenate them, and decode it as charset.
20234
20235 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20236
20237         * lpath.el: Fbind codepage-setup for XEmacs.
20238
20239 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20240
20241         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20242         widget-move-and-invoke.
20243         (gnus-custom-mode): Use gnus-custom-map.
20244
20245 2005-10-15  Bill Wohler  <wohler@newt.com>
20246
20247         * message.el (message-tool-bar-map): Rename image file from
20248         mail_send to mail/send.
20249
20250 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20251
20252         * message.el (message-expand-group): Pass the common
20253         prefix substring of completion to `display-completion-list'.
20254
20255 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20256
20257         * mml-sec.el (mml-secure-method): New internal variable.
20258         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20259         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20260         New functions using mml-secure-method.
20261
20262         * mml.el (mml-mode-map): Add key bindings for those functions.
20263         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20264         Harder <harder@myrealbox.com>.
20265         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20266         Goto end of message if point is the headers of the message.
20267
20268         * message.el (message-in-body-p): New function.
20269
20270         * assistant.el: Autoload gnus-util and netrc.
20271
20272         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20273         Use `mm-charset-override-alist' only when decoding.
20274
20275         * mm-bodies.el (mm-decode-body):
20276         Call `mm-charset-to-coding-system' with allow-override argument.
20277
20278         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20279         `filename' from Content-Disposition if Content-Type doesn't
20280         provide `name'.
20281         (gnus-mime-view-part-as-type): Set default instead of
20282         initial-input.
20283
20284 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20285
20286         * format-spec.el (format-spec): Propagate text properties of % spec.
20287
20288 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20289
20290         * gnus-art.el (gnus-treat-predicate): Add `first'.
20291
20292 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20295         (mm-charset-override-alist): New variable.
20296         (mm-charset-to-coding-system): Use it.
20297         (mm-codepage-setup): New helper function.
20298         (mm-charset-eval-alist): New variable.
20299         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20300         Warn about unknown charsets.
20301
20302         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20303
20304 2005-10-04  David Hansen  <david.hansen@gmx.net>
20305
20306         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20307         (nnrss-check-group): Ditto.
20308
20309 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20312         Rename x-gnus-verbatim to x-verbatim.
20313         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20314
20315         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20316         x-verbatim.
20317
20318         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20319
20320         * gnus-util.el (gnus-remove-duplicates): Remove.
20321
20322         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20323         instead of gnus-remove-duplicates.
20324
20325         * message.el (message-remove-duplicates): Remove.
20326         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20327         message-remove-duplicates.
20328
20329         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20330         available, else use implementation from `delete-dups'.
20331
20332         * message.el (message-insert-expires): New function.
20333         (message-mode-map): Add key binding.
20334         (message-mode-field-menu): Add menu entry.
20335         (message-mode): Document it.
20336         (message-make-expires-date): Use `message-make-date'.
20337
20338 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20339
20340         * message.el (message-make-expires-date): New function.
20341
20342 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * Makefile.in (list-installed-shadows): New entry.
20345         (install): Use it.
20346         (remove-installed-shadows): New entry.
20347
20348         * dgnushack.el (dgnushack-default-load-path): New variable.
20349         (dgnushack-find-lisp-shadows): New function.
20350         (dgnushack-remove-lisp-shadows): New function.
20351
20352 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * Makefile.in (install-el-elc): New entry.
20355         (install): Use it so that .el files are necessarily installed.
20356
20357 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20360
20361 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20362
20363         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20364         function rather than the diff-mode.el package.
20365         (mm-display-external): Use with-current-buffer.
20366         (mm-viewer-completion-map, mm-viewer-completion-map):
20367         Move initialization inside declaration.
20368
20369 2005-09-29  Simon Josefsson  <jas@extundo.com>
20370
20371         * spam.el: Load hashcash when compiling, to avoid warnings.
20372         Don't autoload mail-check-payment.
20373         (spam-check-hashcash): Define unconditionally, since hashcash.el
20374         is part of Gnus now.  Ignore errors from payment checking.
20375
20376 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20377
20378         * message.el (message-bold-region, message-unbold-region):
20379         Rename from `bold-region' and `unbold-region'.
20380
20381         * message.el: Remove useless autoloads.
20382
20383 2005-09-28  Simon Josefsson  <jas@extundo.com>
20384
20385         * message.el (message-use-idna): Default to t.
20386         (message-use-idna): Test whether encoding works too.  Doc fix.
20387
20388 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * nntp.el (nntp-warn-about-losing-connection): Remove.
20391
20392 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20393
20394         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20395         customizable.  Change default value.
20396         (mm-uu-diff-groups-regexp): Change default value.
20397         (mm-uu-type-alist): Add doc string.
20398         (mm-uu-configure): Add doc string.  Make it interactive.
20399         (mm-uu-tex-groups-regexp): New variable.
20400         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20401         (mm-uu-type-alist): Add LaTeX documents.
20402         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20403         of "text/verbatim".
20404         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20405
20406         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20407         instead of "text/verbatim".
20408
20409         * message.el (message-mark-inserted-region)
20410         (message-mark-insert-file): Use slrn style marks when called with
20411         prefix argument.
20412
20413 2005-09-27  Simon Josefsson  <jas@extundo.com>
20414
20415         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20416
20417 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20418
20419         * message.el (message-remove-duplicates): New function.
20420         Implementation borrowed from `gnus-remove-duplicates'.
20421         (message-idna-to-ascii-rhs): Also encode idna addresses in
20422         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20423         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20424         only ask about the same idna domain once per header and also tell
20425         in what header to replace the idna domain.
20426
20427         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20428         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20429         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20430         a header is decoded and not just the last one.
20431
20432 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20435         has been decoded.
20436
20437         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20438         (mm-insert-part): Don't modify text if it has been decoded.
20439
20440         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20441         decoded.
20442
20443         * mm-view.el (mm-inline-text): Don't strip text props unless
20444         decoding enriched or richtext parts.
20445
20446 2005-09-25  Romain Francoise  <romain@orebokech.com>
20447
20448         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20449         * gnus-start.el (gnus-subscribe-interactively):
20450         * gnus-uu.el (gnus-uu-grab-articles):
20451         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20452         space.
20453
20454 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20455
20456         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20457         * mm-view.el (mm-view-pkcs7-decrypt):
20458         * gnus-sum.el (gnus-summary-limit-to-extra)
20459         (gnus-summary-respool-article, gnus-read-move-group-name):
20460         * gnus-score.el (gnus-summary-increase-score):
20461         * gnus-util.el (gnus-completing-read-with-default):
20462         * gnus-art.el (gnus-read-save-file-name)
20463         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20464         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20465         * message.el (message-check-news-header-syntax):
20466         Follow convention for reading with the minibuffer.
20467
20468 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20469
20470         * spam-report.el (spam-report-url-ping-plain):
20471         Use gnus-extended-version as User-Agent.
20472
20473         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20474         default value is nil.
20475
20476         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20477         (mm-uu-verbatim-marks-extract): New function.
20478         (mm-uu-extract): New face.
20479         (mm-uu-copy-to-buffer): Use it.
20480
20481         * spam-report.el (spam-report-gmane-ham): Rename from
20482         `spam-report-gmane-unspam'.
20483         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20484         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20485
20486         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20487         Autoload.
20488         (spam-report-gmane-unregister-routine):
20489         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20490
20491 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20492
20493         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20494         (spam-report-gmane-unregister-routine): Add support for gmane
20495         unregistration.
20496
20497         * spam-report.el (spam-report-gmane-unspam)
20498         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20499         (spam-report-gmane): Change to take a single article and do unspam
20500         registration.
20501
20502 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20503
20504         * mm-url.el (mm-url-decode-entities): Fix regexp.
20505
20506 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20507
20508         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20509         default to nil, to be able to use Gnus at all.  If the default
20510         switches to something else, then the function should be fixed not
20511         be exceedingly slow.
20512
20513 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20514
20515         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20516         fail hard.
20517
20518         * spam-report.el: Add better Keywords line.
20519
20520         * spam.el: Add Maintainer and better Keywords line.
20521
20522 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * gnus-art.el (gnus-article-replace-part)
20525         (gnus-mime-replace-part): New functions.
20526         (gnus-mime-action-alist, gnus-mime-button-commands)
20527         (gnus-mime-save-part-and-strip): Add file argument.
20528         (gnus-article-part-wrapper): Add interactive argument.
20529
20530         * gnus-sum.el (gnus-summary-mime-map):
20531         Add `gnus-article-replace-part'.
20532
20533 2005-09-19  Didier Verna  <didier@xemacs.org>
20534
20535         The nnml compaction feature:
20536         * nnml.el (nnml-request-compact-group): New function.
20537         * nnml.el (nnml-request-compact): New function.
20538         * gnus-int.el (gnus-request-compact-group): New function.
20539         * gnus-int.el (gnus-request-compact): New function.
20540         * gnus-group.el (gnus-group-compact-group): New function.
20541         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20542         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20543         * gnus-srvr.el (gnus-server-compact-server): New function.
20544         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20545         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20546
20547 2005-09-18  Deepak Goel  <deego@gnufans.org>
20548
20549         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20550         format spec.
20551
20552 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20555
20556 2005-09-15  Romain Francoise  <romain@orebokech.com>
20557
20558         * message.el (message-fill-paragraph): Clarify docstring.
20559
20560 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20561
20562         * gnus-art.el (gnus-mime-display-part): Protect against broken
20563         MIME messages.
20564
20565 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20568         before parsing header.
20569
20570 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20571
20572         * html2text.el (html2text-replace-list): Add new entities.
20573
20574 2005-09-11  Romain Francoise  <romain@orebokech.com>
20575
20576         * message.el (message-alternative-emails): Improve docstring.
20577         (message-setup-1): Call `message-use-alternative-email-as-from'
20578         after `message-setup-hook' to give it precedence over posting
20579         styles, etc.
20580         (message-use-alternative-email-as-from): Add docstring.
20581         Remove the original From header if present.
20582
20583         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20584         (nnml-save-mail): Use it.
20585
20586         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20587         articles.  Add new argument `silent'.
20588         (gnus-uu-mark-all): Report the total number of marked articles.
20589
20590 2005-09-10  Romain Francoise  <romain@orebokech.com>
20591
20592         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20593         (gnus-uu-mark-series): Likewise.
20594
20595 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * spam-report.el (spam-report-gmane): Fix generation of spam
20598         report URL.
20599
20600 2005-09-10  Simon Josefsson  <jas@extundo.com>
20601
20602         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20603         t, based on discussion on the ding list with Robert Epprecht
20604         <epprecht@solnet.ch>.
20605
20606 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20607
20608         * spam-report.el (spam-report-gmane): Make it work without
20609         X-Report-Spam header.  Gmane now only provides Archived-At.
20610         This is only used if `spam-report-gmane-use-article-number' is nil.
20611         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20612
20613         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20614         make `gnus-summary-sort-by-recipient' work with threading.
20615
20616         * nnweb.el (nnweb-google-wash-article): Print a message if article
20617         is not available.
20618
20619 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20620
20621         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20622         change.  Decode text/* parts content before displaying.
20623
20624 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20625
20626         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20627
20628 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20631
20632         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20633         url-package-name, url-package-version,
20634         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20635         w3m-display-inline-images, and w3m-minor-mode-map.
20636
20637 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20638
20639         * message.el (message-tab-body-function): Fix mismatched custom type.
20640
20641         * gnus.el (gnus-group-change-level-function): Ditto.
20642
20643         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20644
20645         * gnus-art.el (gnus-signature-limit)
20646         (gnus-article-mime-part-function): Ditto.
20647
20648 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * mml.el (mml-mode): Silence the byte compiler.
20651
20652         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20653         using `(sit-for 0)' before moving the point to the specified part;
20654         skip unbuttonized parts.
20655         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20656         return to the summary window if gnus-auto-select-part is non-nil.
20657
20658 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20659
20660         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20661         New variables.
20662         (mml-dnd-attach-file, mml-mode): Use them.
20663
20664         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20665         Make fetching article by MID work again for Google Groups.
20666         Add FIXME concerning gnus-group-make-web-group.
20667
20668         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20669         Don't depend on Gnus by using mail-extract-address-components if
20670         gnus-extract-address-components is not bound.
20671
20672 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20673
20674         * gnus-art.el (gnus-mime-display-security): Don't display the
20675         signature, but only the signed part.
20676
20677 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20680
20681         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20682         list, not listp.
20683
20684 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20685
20686         * mm-encode.el (mm-encode-content-transfer-encoding):
20687         Likewise when encoding.
20688
20689         * mm-bodies.el (mm-decode-content-transfer-encoding):
20690         De-canonicalize CRLF for all text content types, not just
20691         text/plain.
20692
20693 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20694
20695         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20696         valid article; point arrow and cursor at the MIME button.
20697
20698 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20701         Suggested by Dan Christensen <jdc@uwo.ca>.
20702
20703         * mm-decode.el (mm-save-part): Enable change of prompt.
20704
20705 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20706
20707         * gnus-msg.el (gnus-inews-add-send-actions):
20708         Make `message-post-method' lambda parameter ARG `&optional'.
20709
20710 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20711
20712         * gnus-sum.el (gnus-summary-mime-map):
20713         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20714         gnus-article-jump-to-part.
20715
20716         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20717         (gnus-article-edit-part): Use it.
20718         (gnus-article-part-wrapper): Add no-handle argument.
20719         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20720         New functions.
20721
20722 2005-08-29  Romain Francoise  <romain@orebokech.com>
20723
20724         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20725         docstring.
20726         (gnus-face-from-file): Likewise.
20727
20728 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20731         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20732         non-nil.
20733         (gnus-auto-select-part): New variable.
20734         (gnus-article-jump-to-part): New function.
20735         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20736         (gnus-mime-delete-part): Allow selecting specified part after
20737         deleting or stripping parts.
20738         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20739         part if argument is bogus.
20740
20741 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20742
20743         * gnus-art.el (w3m-minor-mode-map):
20744         * gnus-spec.el (gnus-newsrc-file-version):
20745         * gnus-util.el (nnmail-active-file-coding-system)
20746         (gnus-original-article-buffer, gnus-user-agent):
20747         * gnus.el (gnus-ham-process-destinations)
20748         (gnus-parameter-ham-marks-alist)
20749         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20750         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20751         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20752         * mm-decode.el (gnus-current-window-configuration):
20753         * mm-extern.el (gnus-article-mime-handles):
20754         * mm-url.el (url-current-object, url-package-name)
20755         (url-package-version):
20756         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20757         (smime-keys, w3m-cid-retrieve-function-alist)
20758         (w3m-current-buffer, w3m-display-inline-images)
20759         (w3m-minor-mode-map):
20760         * mml-smime.el (gnus-extract-address-components):
20761         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20762         (gnus-newsrc-hashtb, message-default-charset)
20763         (message-deletable-headers, message-options)
20764         (message-posting-charset, message-required-mail-headers)
20765         (message-required-news-headers):
20766         * mml1991.el (mc-pgp-always-sign):
20767         * mml2015.el (mc-pgp-always-sign):
20768         * nnheader.el (nnmail-extra-headers):
20769         * rfc1843.el (gnus-decode-encoded-word-function)
20770         (gnus-decode-header-function, gnus-newsgroup-name):
20771         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20772
20773 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20774
20775         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20776         the end of the date treatments.
20777
20778 2005-08-15  Simon Josefsson  <jas@extundo.com>
20779
20780         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20781         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20782         Capello and Romain Francoise.
20783         (pgg-fetch-key-function): Remove, not used?
20784         (pgg-insert-url-with-w3): Require url, to get
20785         url-insert-file-contents regardless of where it is defined.
20786
20787 2005-08-13  Romain Francoise  <romain@orebokech.com>
20788
20789         * message.el (message-cite-original-1): New function.
20790         (message-cite-original): Use it.
20791         (message-cite-original-without-signature): Ditto.
20792
20793 2005-08-08  Romain Francoise  <romain@orebokech.com>
20794
20795         * message.el (message-yank-empty-prefix): New variable.
20796         (message-indent-citation): Use it.
20797         (message-cite-original-without-signature): Respect X-No-Archive.
20798
20799 2005-08-08  Simon Josefsson  <jas@extundo.com>
20800
20801         * pgg.el: Autoload url-insert-file-contents instead of loading
20802         w3/url.
20803         (pgg-insert-url-with-w3): Don't load url here.
20804
20805 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20806
20807         * message.el (message-kill-to-signature): Don't insert newline at
20808         bol.
20809         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20810
20811 2005-08-06  Romain Francoise  <romain@orebokech.com>
20812
20813         * message.el (message-user-fqdn): Fix typo in docstring.
20814
20815 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20816
20817         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20818
20819         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20820
20821 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * mm-bodies.el (mm-encode-body): Use coding system rather than
20824         charset to encode text.
20825
20826         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20827         number of charsets if utf-8 is available (XEmacs).
20828
20829 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20830
20831         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20832         taken from `gnus-button-mid-or-mail-regexp'.
20833         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20834         (gnus-button-alist): Improve regexp for domain part of the MIDs
20835         for news:localpart@domain buttons.
20836         (gnus-button-ctan-directory-regexp): Update.
20837
20838 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * sieve-manage.el (sieve-manage-interactive-login):
20841         Use make-local-variable rather than make-variable-buffer-local.
20842         (sieve-manage-open): Ditto.
20843         (sieve-manage-authenticate): Ditto.
20844
20845         * mml.el (mml-generate-mime-1): Make the content type default to
20846         text/plain if the filename is not specified.
20847
20848 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20849
20850         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20851         instead of insert-buffer.
20852
20853         * message.el (message-yank-original): Ditto; set the mark at the
20854         end of the yanked message.
20855
20856 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20859         lines to scroll rather than to stop it.
20860
20861         * mml.el (mml-generate-default-type): Add doc string.
20862         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20863         default to application/octet-stream when determining the content
20864         type if it is not specified for the part or the mml contents; add
20865         a comment about mml-generate-default-type.
20866
20867 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20868
20869         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20870         make it default to application/octet-stream when determining the
20871         content type if it is not specified for the external contents.
20872
20873 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20876         segmented parameter but also other parameters might be there.
20877
20878 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * mm-decode.el (mm-display-external): Delete temp file, directory
20881         and buffer immediately if the external process is exited.
20882
20883 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20886         fewer lines than that of scroll-margin.
20887         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20888
20889 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20890
20891         * gnus-art.el (gnus-article-next-page): Revert.
20892         (gnus-article-beginning-of-window): New macro.
20893         (gnus-article-next-page-1): Use it.
20894         (gnus-article-prev-page): Ditto.
20895         (gnus-article-edit-part): Use insert-buffer-substring instead of
20896         insert-buffer.
20897         (gnus-article-edit-exit): Ditto.
20898
20899         * gnus-util.el (gnus-beginning-of-window): Remove.
20900         (gnus-end-of-window): Remove.
20901
20902         * lpath.el: Don't bind header-line-format and scroll-margin.
20903
20904 2005-07-25  Simon Josefsson  <jas@extundo.com>
20905
20906         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20907         to have the url package without w3.  Reported by Daiki Ueno
20908         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20909
20910 2005-07-20  Didier Verna  <didier@xemacs.org>
20911
20912         * gnus-diary.el: Remove the description comment (nndiary is now
20913         properly documented in the Gnus manual).
20914         Fix the spelling of "Back End".
20915         * nndiary.el: Ditto.
20916         Fix the copyright notice.
20917
20918 2005-07-18  Romain Francoise  <romain@orebokech.com>
20919
20920         * gnus-sum.el (gnus-summary-to-prefix)
20921         (gnus-summary-newsgroup-prefix): New variables.
20922         (gnus-summary-from-or-to-or-newsgroups): Use them.
20923
20924 2005-07-17  Romain Francoise  <romain@orebokech.com>
20925
20926         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20927         space as it's generally not especially interesting to the user.
20928
20929 2005-07-16  Romain Francoise  <romain@orebokech.com>
20930
20931         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20932         nil to avoid prompting and file modification if one of the
20933         messages at the top of the nnfolder file contains a copyright
20934         notice.
20935         Update copyright notice.
20936
20937         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20938         instead of `current-time-string' as the latter creates a time
20939         string that is not RFC 2822 compliant (it lacks the zone).
20940         Update copyright notice.
20941
20942 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20943
20944         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20945         for text/rtf.  Display default in prompt.  Pass default for M-n.
20946
20947         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20948
20949 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20950
20951         * gnus-msg.el (gnus-button-mailto):
20952         Remove save-selected-window-window hackery because it relies on
20953         save-selected-window internals.
20954
20955 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20958         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20959         (gnus-article-prev-page): Ditto.
20960
20961         * gnus-util.el (gnus-beginning-of-window): New function.
20962         (gnus-end-of-window): New function.
20963
20964         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20965
20966 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20967
20968         * gnus-score.el (gnus-score-edit-all-score):
20969         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20970         gnus-message.
20971
20972 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20973
20974         * gnus-msg.el (gnus-button-mailto):
20975         Remove save-selected-window-window hackery because it relies on
20976         save-selected-window internals.
20977
20978 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20981         add-minor-mode.
20982         (gnus-binary-mode): Ditto.
20983
20984         * gnus-topic.el (gnus-topic-mode): Ditto.
20985
20986 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20987
20988         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20989         (gnus-article-prev-page): Take scroll-margin into consideration.
20990
20991 2005-07-04  Lute Kamstra  <lute@gnu.org>
20992
20993         Update FSF's address in GPL notices.
20994
20995 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20996
20997         * gnus.el (gnus-exit):
20998         * gnus-group.el (gnus-group-icons):
20999         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21000
21001         * gnus-nocem.el (gnus-nocem):
21002         * message.el (message-various, message-buffers, message-sending)
21003         (message-interface, message-forwarding, message-insertion)
21004         (message-headers, message-news, message-mail):
21005         * pgg-gpg.el (pgg-gpg):
21006         * pgg-parse.el (pgg-parse):
21007         * pgg-pgp.el (pgg-pgp):
21008         * pgg-pgp5.el (pgg-pgp5):
21009         * pop3.el (pop3): Finish `defgroup' description with period.
21010
21011 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * gnus-art.el (article-display-face): Improve the efficiency.
21014         (article-display-x-face): Ditto; remove gray x-face stuff.
21015
21016 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21017
21018         * gnus-art.el (article-display-face): Correct the position in
21019         which Faces are inserted.
21020
21021 2005-06-29  Didier Verna  <didier@xemacs.org>
21022
21023         * gnus-art.el (article-display-face): Display faces in correct
21024         order.
21025
21026 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21029         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21030         (gnus-nocem-check-article): Fetch the Type header.
21031         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21032         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21033         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21034         make sure gnus-nocem-hashtb is initialized.
21035         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21036         (gnus-nocem-unwanted-article-p): Ditto.
21037
21038         * pgg.el (pgg-verify): Return the verification result.
21039
21040 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21041
21042         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21043         is ascii.
21044
21045 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21046
21047         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21048         `show-nonbreak-escape'.
21049
21050 2005-06-23  Lute Kamstra  <lute@gnu.org>
21051
21052         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21053
21054         * dig.el (dig-mode):
21055         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21056
21057 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21058
21059         * nnimap.el (nnimap-split-download-body): Fix spellings.
21060
21061 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21062
21063         * gnus-art.el (gnus-article-encrypt-body):
21064         * gnus-cus.el (gnus-score-customize):
21065         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21066         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21067
21068 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21069
21070         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21071         header by looking for magic "MII" at the beginning.
21072
21073 2005-06-16  Miles Bader  <miles@gnu.org>
21074
21075         * gnus-xmas.el (gnus-xmas-group-startup-message):
21076         Use renamed gnus-splash face.
21077
21078         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21079         (assistant-field-face): New backward-compatibility alias for renamed
21080         face.
21081         (assistant-render-text): Use renamed assistant-field face.
21082
21083         * spam.el (spam): Remove "-face" suffix from face name.
21084         (spam-face): New backward-compatibility alias for renamed face.
21085         (spam-face, spam-initialize): Use renamed spam face.
21086
21087         * message.el (message-header-to, message-header-cc)
21088         (message-header-subject, message-header-newsgroups)
21089         (message-header-other, message-header-name)
21090         (message-header-xheader, message-separator, message-cited-text)
21091         (message-mml): Remove "-face" suffix from face names.
21092         (message-header-to-face, message-header-cc-face)
21093         (message-header-subject-face, message-header-newsgroups-face)
21094         (message-header-other-face, message-header-name-face)
21095         (message-header-xheader-face, message-separator-face)
21096         (message-cited-text-face, message-mml-face):
21097         New backward-compatibility aliases for renamed faces.
21098         (message-font-lock-keywords): Use renamed message faces.
21099
21100         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21101         (sieve-test-commands, sieve-tagged-arguments):
21102         Remove "-face" suffix from face names.
21103         (sieve-control-commands-face, sieve-action-commands-face)
21104         (sieve-test-commands-face, sieve-tagged-arguments-face):
21105         New backward-compatibility aliases for renamed faces.
21106         (sieve-control-commands-face, sieve-action-commands-face)
21107         (sieve-test-commands-face, sieve-tagged-arguments-face):
21108         Use renamed sieve faces.
21109
21110         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21111         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21112         (gnus-group-news-3-empty, gnus-group-news-4)
21113         (gnus-group-news-4-empty, gnus-group-news-5)
21114         (gnus-group-news-5-empty, gnus-group-news-6)
21115         (gnus-group-news-6-empty, gnus-group-news-low)
21116         (gnus-group-news-low-empty, gnus-group-mail-1)
21117         (gnus-group-mail-1-empty, gnus-group-mail-2)
21118         (gnus-group-mail-2-empty, gnus-group-mail-3)
21119         (gnus-group-mail-3-empty, gnus-group-mail-low)
21120         (gnus-group-mail-low-empty, gnus-summary-selected)
21121         (gnus-summary-cancelled, gnus-summary-high-ticked)
21122         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21123         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21124         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21125         (gnus-summary-low-undownloaded)
21126         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21127         (gnus-summary-low-unread, gnus-summary-normal-unread)
21128         (gnus-summary-high-read, gnus-summary-low-read)
21129         (gnus-summary-normal-read, gnus-splash):
21130         Remove "-face" suffix from face names.
21131         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21132         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21133         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21134         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21135         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21136         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21137         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21138         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21139         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21140         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21141         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21142         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21143         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21144         (gnus-summary-normal-ticked-face)
21145         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21146         (gnus-summary-normal-ancient-face)
21147         (gnus-summary-high-undownloaded-face)
21148         (gnus-summary-low-undownloaded-face)
21149         (gnus-summary-normal-undownloaded-face)
21150         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21151         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21152         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21153         (gnus-splash-face):
21154         New backward-compatibility aliases for renamed faces.
21155         (gnus-group-startup-message): Use renamed gnus faces.
21156
21157         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21158         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21159         (gnus-server-agent): Remove "-face" suffix from face names.
21160         (gnus-server-agent-face, gnus-server-opened-face)
21161         (gnus-server-closed-face, gnus-server-denied-face)
21162         (gnus-server-offline-face):
21163         New backward-compatibility aliases for renamed faces.
21164         (gnus-server-agent-face, gnus-server-opened-face)
21165         (gnus-server-closed-face, gnus-server-denied-face)
21166         (gnus-server-offline-face): Use renamed gnus faces.
21167
21168         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21169         Remove "-face" suffix from face names.
21170         (gnus-picon-xbm-face, gnus-picon-face):
21171         New backward-compatibility aliases for renamed faces.
21172
21173         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21174         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21175         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21176         (gnus-cite-11): Remove "-face" suffix from face names.
21177         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21178         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21179         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21180         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21181         New backward-compatibility aliases for renamed faces.
21182         (gnus-cite-attribution-face, gnus-cite-face-list)
21183         (gnus-article-boring-faces): Use renamed gnus faces.
21184
21185         * gnus-art.el (gnus-signature, gnus-header-from)
21186         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21187         (gnus-header-content): Remove "-face" suffix from face names.
21188         (gnus-signature-face, gnus-header-from-face)
21189         (gnus-header-subject-face, gnus-header-newsgroups-face)
21190         (gnus-header-name-face, gnus-header-content-face):
21191         New backward-compatibility aliases for renamed faces.
21192         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21193
21194         * gnus-sum.el (gnus-summary-selected-face)
21195         (gnus-summary-highlight): Use renamed gnus faces.
21196         * gnus-group.el (gnus-group-highlight): Likewise.
21197
21198 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21199
21200         * gnus-sieve.el (gnus-sieve-article-add-rule):
21201         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21202         * spam-stat.el (spam-stat-buffer-change-to-spam)
21203         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21204
21205         * message.el (message-is-yours-p):
21206         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21207
21208 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * mm-view.el (mm-inline-text): Withdraw the last change.
21211
21212 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21213
21214         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21215         executing enriched-decode.
21216
21217 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21220         charset of tar files.
21221
21222 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21223
21224         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21225
21226 2005-06-04  Lute Kamstra  <lute@gnu.org>
21227
21228         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21229         information is never recorded.
21230
21231 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21232
21233         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21234
21235 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * pop3.el (pop3-apop): Run md5 in the binary mode.
21238
21239         * starttls.el (starttls-set-process-query-on-exit-flag):
21240         Use eval-and-compile.
21241
21242 2005-05-31  Simon Josefsson  <jas@extundo.com>
21243
21244         * smime.el (smime-replace-in-string): Define.
21245         (smime-cert-by-ldap-1): Use it.
21246
21247 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * gnus-art.el (article-display-x-face): Replace
21250         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21251
21252         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21253         set-process-query-on-exit-flag or process-kill-without-query.
21254
21255         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21256         loop instead of replace-regexp.
21257
21258         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21259         instead of process-kill-without-query if it is available.
21260
21261         * lpath.el: Fbind ldap-search-entries.
21262
21263         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21264         instead of find-file-hooks if it is available.
21265
21266         * mml1991.el: Bind pgg-default-user-id when compiling.
21267
21268         * mml2015.el: Bind pgg-default-user-id when compiling.
21269
21270         * nndraft.el (nndraft-request-associate-buffer):
21271         Use write-contents-functions instead of write-contents-hooks if it is
21272         available.
21273
21274         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21275         instead of find-file-hooks if it is available.
21276
21277         * nntp.el (nntp-open-connection): Replace
21278         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21279         (nntp-open-ssl-stream): Ditto.
21280         (nntp-open-tls-stream): Ditto.
21281
21282         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21283         set-process-query-on-exit-flag or process-kill-without-query.
21284         (starttls-open-stream-gnutls): Use it instead of
21285         process-kill-without-query.
21286         (starttls-open-stream): Ditto.
21287
21288 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21289
21290         * smime.el (smime-cert-by-ldap-1): Don't use
21291         replace-regexp-in-string.
21292
21293 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21294
21295         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21296
21297         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21298         in PEM format.  Adjust to the XEmacs compatibility.
21299
21300 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21301
21302         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21303         by `string-to-number'.
21304         * gnus-agent.el (gnus-agent-regenerate-group)
21305         (gnus-agent-fetch-articles): Ditto.
21306         * gnus-art.el (gnus-button-fetch-group): Ditto.
21307         * gnus-cache.el (gnus-cache-generate-active)
21308         (gnus-cache-articles-in-group): Ditto.
21309         * gnus-group.el (gnus-group-set-current-level)
21310         (gnus-group-insert-group-line): Ditto.
21311         * gnus-score.el (gnus-score-set-expunge-below)
21312         (gnus-score-set-mark-below, gnus-summary-score-effect)
21313         (gnus-summary-score-entry): Ditto.
21314         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21315         (gnus-soup-pack): Ditto.
21316         * gnus-spec.el (gnus-xmas-format): Ditto.
21317         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21318         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21319         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21320         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21321         * nndb.el (nndb-get-remote-expire-response): Ditto.
21322         * nndiary.el (nndiary-parse-schedule-value)
21323         (nndiary-string-to-number, nndiary-request-replace-article)
21324         (nndiary-request-article): Ditto.
21325         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21326         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21327         * nneething.el (nneething-make-head): Ditto.
21328         * nnfolder.el (nnfolder-request-article)
21329         (nnfolder-retrieve-headers): Ditto.
21330         * nnheader.el (nnheader-file-to-number): Ditto.
21331         * nnkiboze.el (nnkiboze-request-article): Ditto.
21332         * nnmail.el (nnmail-process-unix-mail-format)
21333         (nnmail-process-babyl-mail-format): Ditto.
21334         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21335         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21336         (nnmh-request-create-group, nnmh-request-list-1)
21337         (nnmh-request-group, nnmh-request-article): Ditto.
21338         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21339         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21340         * nnsoup.el (nnsoup-make-active): Ditto.
21341         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21342         * nntp.el (nntp-find-group-and-number)
21343         (nntp-retrieve-headers-with-xover): Ditto.
21344         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21345         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21346         (pgg-format-key-identifier): Ditto.
21347         * pop3.el (pop3-last, pop3-stat): Ditto.
21348         * qp.el (quoted-printable-decode-region): Ditto.
21349
21350         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21351         of concat.
21352
21353 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21356
21357         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21358
21359         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21360
21361         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21362
21363         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21364
21365         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21366
21367         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21368         (gnus-carpal-mode): Ditto.
21369
21370         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21371         (gnus-browse-mode): Ditto.
21372
21373         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21374
21375         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21376
21377 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21378
21379         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21380
21381 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * gnus-util.el (gnus-run-mode-hooks): New function.
21384
21385         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21386
21387         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21388         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21389
21390 2005-05-27  Lute Kamstra  <lute@gnu.org>
21391
21392         * dns-mode.el (dns-mode): Specify customization group.
21393
21394 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21395
21396         * gnus-agent.el (gnus-agent-make-mode-line-string):
21397         Use mode-line-highlight as mouse-face.
21398
21399 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * canlock.el (canlock): Change the parent group to news.
21402
21403         * deuglify.el (gnus-outlook-deuglify): Add :group.
21404
21405         * dig.el (dig): Add :group.
21406
21407         * dns-mode.el (dns-mode): Add :group.
21408
21409         * encrypt.el (encrypt): Add :group.
21410
21411         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21412         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21413         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21414         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21415         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21416
21417         * gnus-diary.el (gnus-diary): Add :group.
21418
21419         * gnus.el (gnus-group-news-1-face): Add :group.
21420         (gnus-group-news-1-empty-face): Ditto.
21421         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21422         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21423         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21424         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21425         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21426         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21427         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21428         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21429         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21430         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21431         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21432         (gnus-summary-high-ticked-face): Ditto.
21433         (gnus-summary-low-ticked-face): Ditto.
21434         (gnus-summary-normal-ticked-face): Ditto.
21435         (gnus-summary-high-ancient-face): Ditto.
21436         (gnus-summary-low-ancient-face): Ditto.
21437         (gnus-summary-normal-ancient-face): Ditto.
21438         (gnus-summary-high-undownloaded-face): Ditto.
21439         (gnus-summary-low-undownloaded-face): Ditto.
21440         (gnus-summary-normal-undownloaded-face): Ditto.
21441         (gnus-summary-high-unread-face): Ditto.
21442         (gnus-summary-low-unread-face): Ditto.
21443         (gnus-summary-normal-unread-face): Ditto.
21444         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21445         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21446
21447         * hashcash.el (hashcash): New custom group.
21448         (hashcash-default-payment): Add :group.
21449         (hashcash-payment-alist): Ditto.
21450         (hashcash-default-accept-payment): Ditto.
21451         (hashcash-accept-resources): Ditto.
21452         (hashcash-path): Ditto.
21453         (hashcash-extra-generate-parameters): Ditto.
21454         (hashcash-double-spend-database): Ditto.
21455         (hashcash-in-news): Ditto.
21456
21457         * message.el (message-minibuffer-local-map): Add :group.
21458
21459         * netrc.el (netrc): Add :group.
21460
21461         * sieve-manage.el (sieve-manage-log): Add :group.
21462         (sieve-manage-default-user): Diito.
21463         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21464         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21465         (sieve-manage-authenticators): Ditto.
21466         (sieve-manage-authenticator-alist): Ditto.
21467         (sieve-manage-default-port): Ditto.
21468
21469         * sieve-mode.el (sieve-control-commands-face): Add :group.
21470         (sieve-action-commands-face): Ditto.
21471         (sieve-test-commands-face): Ditto.
21472         (sieve-tagged-arguments-face): Ditto.
21473
21474         * smime.el (smime): Add :group.
21475
21476         * spam-report.el (spam-report): Add :group.
21477
21478         * spam.el (spam, spam-face): Add :group.
21479
21480 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21481
21482         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21483         return \n.\n.\n at the end of articles.  Protect against that.
21484         (nntp-with-open-group): Allow debugging.
21485
21486         * nnheader.el (mail-header-set-extra): Make into a function
21487         because I just could't understand how to quote the list properly.
21488
21489         * dns.el (query-dns-cached): New function.
21490
21491 2005-05-26  Lute Kamstra  <lute@gnu.org>
21492
21493         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21494
21495 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21498
21499         * gnus-art.el: Don't autoload mail-extract-address-components.
21500
21501         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21502         eval-and-compile to evaluate it.
21503
21504         * hashcash.el: Don't autoload executable-find.
21505
21506         * nndb.el: Don't declare the nndb back end two or more times; don't
21507         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21508
21509         * nntp.el: Autoload format-spec instead of format; use
21510         eval-and-compile to evaluate autoload forms.
21511
21512 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21513
21514         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21515
21516 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21517
21518         * gnus.el (gnus-version-number): Bump version.
21519
21520 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21521
21522         * gnus.el: No Gnus v0.3 is released.
21523
21524 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21525
21526         * lpath.el (featurep): Bind show-nonbreak-escape.
21527
21528 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * gnus-art.el (gnus-article-edit-part): Disable undo.
21531
21532 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21533
21534         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21535         gnus-article-date-lapsed-new-header is t if date timer is active;
21536         skip headers in which the original date value is empty.
21537         (gnus-article-save-original-date): Redefine it as a macro.
21538         (gnus-display-mime): Use it.
21539
21540 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * gnus-art.el (article-date-ut): Support converting date in
21543         forwarded parts as well.
21544         (gnus-article-save-original-date): New function.
21545         (gnus-display-mime): Use it.
21546
21547 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21548
21549         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21550         enclosure element of <item>.
21551
21552 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21553
21554         * message.el (message-kill-buffer-query): Rename from
21555         `message-kill-buffer-query-if-modified'.  Add :version.
21556
21557 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21560         window layout.
21561
21562 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * mml.el: Autoload dnd when compiling.
21565
21566 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21567
21568         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21569         x-dnd-*.
21570
21571 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * qp.el (quoted-printable-encode-region): Save excursion.
21574
21575 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21576
21577         * message.el (message-kill-buffer-query-if-modified): Add new variable
21578         so the user can kill a modified message buffer quickly.
21579         (message-kill-buffer): Use it.
21580
21581 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * lpath.el: Fbind display-time-event-handler; don't fbind
21584         string-to-multibyte.
21585
21586         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21587
21588 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21591         contained in text because xml.el decodes entities) with LFs.
21592
21593 2005-04-11  Lute Kamstra  <lute@gnu.org>
21594
21595         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21596         differently.
21597
21598 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21599
21600         * mm-util.el (mm-detect-coding-region): Typo.
21601
21602 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21605
21606 2005-04-06  Deepak Goel  <deego@gnufans.org>
21607
21608         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21609         user-function allow user modifications of the scores.
21610         (spam-stat-score-buffer-user): New function, to allow
21611         user-computed modifications to the score.
21612         (spam-stat-score-buffer-user-functions): List of additional
21613         scoring functions.
21614         (spam-stat-error-holder): Global temporary error holder.
21615         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21616         variable.
21617
21618 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21619
21620         * gnus-registry.el (gnus-registry-clean-empty-function)
21621         (gnus-registry-trim, gnus-registry-fetch-groups)
21622         (gnus-registry-delete-group): Groups that match
21623         `gnus-registry-ignored-groups' are removed from the registry
21624         entries, not just ignored for splitting.  This helps clean up the
21625         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21626         to get all the groups a message ID is in.
21627
21628         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21629         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21630         (spam-stat-score-buffer-user-functions): Add :number custom type.
21631
21632 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21635         argument in XEmacs.
21636
21637         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21638         (nnrss-request-group): Decode group name first.
21639         (nnrss-request-article): Make a text/plain article if mml-to-mime
21640         failed.
21641         (nnrss-get-encoding): Return a compatible encoding according to
21642         nnrss-compatible-encoding-alist.
21643         (nnrss-find-el): Use consp instead of listp.
21644         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21645
21646 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21647
21648         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21649         which Emacs 20 doesn't support.
21650         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21651
21652 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21653
21654         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21655         silence the byte compiler inside the defun.
21656
21657         * gnus-demon.el (parse-time-string): Add autoload.
21658
21659         * gnus-delay.el (parse-time-string): Add autoload.
21660
21661         * gnus-art.el (parse-time-string): Add autoload.
21662
21663         * nnultimate.el (parse-time): Require for `parse-time-string'.
21664
21665 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21666
21667         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21668
21669         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21670
21671         * smime.el (smime-ldap-host-list): Add :version.
21672
21673 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21676         pass it to `gnus-browse-read-group'.
21677         (gnus-browse-read-group): Add NUMBER argument and pass it to
21678         `gnus-group-read-ephemeral-group'.
21679
21680         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21681         argument and pass it to `gnus-group-read-group'.
21682
21683 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21684
21685         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21686         mm-xemacs-find-mime-charset-1 if we have the mule feature
21687         available at runtime.
21688
21689 2005-03-25  Werner Lemberg  <wl@gnu.org>
21690
21691         * nnmaildir.el: Replace `illegal' with `invalid'.
21692
21693 2005-03-23  Lute Kamstra  <lute@gnu.org>
21694
21695         * time-date.el: Add comment on time value formats.
21696         Don't require parse-time.
21697         (with-decoded-time-value): New macro.
21698         (encode-time-value): New function.
21699         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21700         (days-to-time): Return a valid time value when arg is huge.
21701         (time-since): Use time-subtract.
21702         (time-to-number-of-days): Use time-to-seconds.
21703
21704 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21705
21706         * gnus-start.el (gnus-display-time-event-handler):
21707         Check display-time-timer at runtime rather than only at load time
21708         in case display-time-mode is turned off in the mean time.
21709
21710 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21713         used.
21714
21715         * nneething.el (nneething-map-file-directory): Derive from
21716         `gnus-directory'.
21717
21718         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21719         the To/Cc button.
21720
21721 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * nnmaildir.el (nnmaildir-request-accept-article):
21724         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21725
21726 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21727
21728         * gnus-async.el: Require timer-funcs at compile time when in
21729         XEmacs for `run-with-idle-timer'.
21730
21731 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21732
21733         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21734         autoloaded function.
21735
21736 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21737
21738         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21739
21740 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21741
21742         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21743
21744 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21745
21746         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21747         Add gnus-expert-user to default.
21748
21749 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21750
21751         * nnimap.el (nnimap-open-server): Ditto.
21752
21753         * imap.el (imap-authenticate): Fix typo.
21754
21755 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21756
21757         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21758         buffer (since IMAP server might return FETCH response out of
21759         order, and the nntp buffer must be sorted).
21760
21761 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21762
21763         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21764         comparison on string.
21765
21766         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21767         (gnus-agent-score): Rename category keywords to match gnus-cus.
21768         (gnus-agent-summary-fetch-series): Modify to protect against
21769         gnus-agent-summary-fetch-group clearing processable flags.
21770         (gnus-agent-synchronize-group-flags): Update live group buffer as
21771         synchronization may occur due to the user toggle the plugged
21772         status.
21773         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21774         successfully downloaded.
21775         (gnus-agent-expire-group-1): Avoid using markers when the overview
21776         is in ascending order; greatly improves performance.
21777         (gnus-agent-regenerate-group):
21778         Use gnus-agent-synchronize-group-flags to reset read status in both
21779         gnus and server.
21780         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21781
21782 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21783
21784         * message.el: Don't autoload former message-utils variables.
21785         (message-strip-subject-trailing-was): Change doc string.
21786
21787         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21788         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21789         (nnweb-google-search): Add "hl=en" here.
21790         (nnweb-google-parse-1, nnweb-google-create-mapping):
21791         Don't hardcode URL.
21792
21793 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21794
21795         * message.el (message-get-reply-headers, message-followup):
21796         Mention related variables `message-use-followup-to' and
21797         `message-use-mail-followup-to', in the information buffer.
21798
21799         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21800         of broken groups(-beta).google.com.
21801
21802 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21803
21804         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21805         parameter to invoked gnus-request-move-article; remove the
21806         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21807         all at once instead of once per article.
21808         (gnus-summary-remove-process-mark): Accept a list of articles as
21809         well as a single article for processing.
21810
21811         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21812         parameter.
21813
21814         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21815
21816         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21817
21818         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21819         parameter.
21820
21821         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21822         parameter.
21823
21824         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21825         parameter and remove the gnus-sum-hint-move-is-internal variable.
21826
21827         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21828         parameter.
21829
21830         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21831         parameter.
21832
21833         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21834         parameter.
21835
21836         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21837
21838         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21839         parameter.
21840
21841         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21842         parameter.
21843
21844 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21845
21846         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21847         a more conservative way.
21848
21849 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21850
21851         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21852         buffer, so it moves the window's cursor.
21853
21854 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21855
21856         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21857         `mm-dissect-multipart' and receive the from field as an (optional)
21858         argument from `mm-dissect-multipart'.
21859         (mm-dissect-multipart): Receive the from field as an argument and
21860         pass it on when we call `mm-dissect-buffer' on MIME parts.
21861         Fixes verification/decryption of signed/encrypted MIME parts.
21862
21863 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21864
21865         * gnus-sum.el (gnus-summary-move-article):
21866         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21867         whatever it calls (right now, only nnimap-request-move article
21868         respects it).
21869
21870         * nnimap.el (nnimap-request-move-article):
21871         When gnus-sum-hint-move-is-internal is set, don't do the extra
21872         nnimap-request-article.
21873
21874 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21875
21876         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21877
21878         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21879         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21880
21881         * gnus-sum.el (gnus-summary-caesar-message):
21882         Apply `gnus-treat-article' after rotation.
21883
21884         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21885         doc string.
21886
21887 2005-02-22  Simon Josefsson  <jas@extundo.com>
21888
21889         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21890         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21891         <arne@arnested.dk>.
21892         (encrypt): Add password-cache and password-cache-expiry as group
21893         members.
21894
21895 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21896
21897         * smime.el (smime-ldap-host-list): Doc fix.
21898         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21899         cache) password.
21900         (smime-sign-region): Use it.
21901         (smime-decrypt-region): Use it.
21902         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21903         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21904         fails.
21905         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21906         certificate from DER to PEM format rather than calling openssl.
21907
21908         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21909
21910         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21911         for signing/encryption.
21912
21913         * mml.el (mml-parse-1): Use them.
21914
21915 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21916
21917         * nnrss.el (nnrss-verbose): Remove.
21918         (nnrss-request-group): Use `nnheader-message' instead.
21919
21920 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21921
21922         * nnrss.el (nnrss-verbose): New variable.
21923         (nnrss-request-group): Make it say nnrss is requesting a group.
21924
21925 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21926
21927         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21928         Handle news URL with given port correctly.
21929
21930 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21933         containing special characters.
21934
21935         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21936
21937         * mml.el (mime-to-mml): Ditto.
21938
21939         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21940         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21941         (rfc2047-decode-region): Quote decoded words containing special
21942         characters when rfc2047-quote-decoded-words-containing-tspecials
21943         is non-nil.
21944
21945 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21946
21947         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21948
21949         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21950
21951 2005-02-15  Simon Josefsson  <jas@extundo.com>
21952
21953         * nnimap.el (nnimap-debug): Doc fix.
21954
21955         * imap.el (imap-debug): Doc fix.
21956
21957 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21960
21961 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21962
21963         * gnus.el (spam-contents): Improve docs for spam-contents
21964         parameter in its variable incarnation.
21965
21966 2005-02-14  Simon Josefsson  <jas@extundo.com>
21967
21968         * smime-ldap.el: Use require instead of load-library for ldap.
21969         (smime-ldap-search): Indent.
21970         (smime-ldap-search-internal): Shorten line.
21971
21972         * smime.el (smime-cert-by-dns): Add doc-string.
21973         (smime-cert-by-ldap-1): Indent.
21974
21975         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21976         mml-smime-get-dns-ldap.
21977         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21978
21979 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21980
21981         * smime.el: Require smime-ldap.
21982         (smime-ldap-host-list): New variable.
21983         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21984
21985         * mml-smime.el (mml-smime-encrypt-query): New function.
21986         (mml-smime-encrypt-query): Use it.
21987
21988         * smime-ldap.el: New file.
21989
21990 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21993
21994 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21995
21996         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21997         argument in doc string.  Make query for type more clear.
21998
21999 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22000
22001         * gnus.el (gnus-group-startup-message): Search for gnus images in
22002         etc/images/gnus.
22003         * mm-util.el (mm-image-load-path): Likewise.
22004         * smiley.el (smiley-data-directory): Search for smilies in
22005         etc/images/smilies.
22006
22007 2005-02-09  Kim F. Storm  <storm@cua.dk>
22008
22009         Change Emacs release version from 21.4 to 22.1 throughout.
22010         Change Emacs development version from 21.3.50 to 22.0.50.
22011
22012 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22015
22016         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22017         non-Mule XEmacs as well.
22018         (mm-decompress-buffer): Signal an error intentionally if it does
22019         not decompress compressed data because auto-compression-mode is
22020         disabled.
22021
22022 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22023
22024         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22025         an ID in the registry even if it has no groups.
22026
22027 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22030         merge it into mm-decompress-buffer.
22031         (gnus-mime-copy-part): Use the MIME part charset, the value which
22032         a user specified or gnus-newsgroup-charset for decoding, like
22033         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22034         save-buffer what was used.  Suggested by Kevin Ryde
22035         <user42@zip.com.au>.
22036         (gnus-mime-inline-part): Allow the name parameter as well as the
22037         filename parameter; force decompressing of compressed data; always
22038         display contents being not decoded as unibyte.
22039
22040         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22041         as well as the filename parameter.
22042
22043         * mm-util.el (mm-decompress-buffer):
22044         Merge gnus-mime-jka-compr-maybe-uncompress.
22045         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22046         of compressed data.
22047
22048 2005-02-08  Simon Josefsson  <jas@extundo.com>
22049
22050         * imap.el (imap-log): Doc fix.
22051
22052 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22055         the coding cookies; decompress compressed parts.
22056
22057         * mml.el (mml-generate-mime-1): Add the charset parameter according
22058         to the value which a user specified manually or the coding cookie.
22059
22060         * mm-util.el (mm-string-to-multibyte): New function.
22061         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22062         (mm-coding-system-to-mime-charset): New function.
22063         (mm-decompress-buffer): New function.
22064         (mm-find-buffer-file-coding-system): New function.
22065
22066         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22067         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22068         parts.
22069
22070 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22071
22072         * mm-view.el (mm-display-inline-fontify): Decode a part according
22073         to the charset parameter.
22074
22075 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22078         prefix arg is neither nil nor a number, as info specifies.
22079
22080 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22083         timestamps.
22084
22085 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22086
22087         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22088         groups error checking and notify user.
22089
22090 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22091
22092         * message.el (message-send-mail-function): Check existence of
22093         sendmail-program first before using default value
22094         `message-send-mail-with-sendmail'.  Otherwise use more generic
22095         `smtpmail-send-it'.
22096
22097 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22098
22099         * nntp.el (nntp-request-update-info): Always return nil.
22100
22101 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22102
22103         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22104
22105 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22106
22107         * message.el (message-beginning-of-line): Change the behavior when
22108         invoked between BOL and : so that it first moves backward.
22109
22110 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22113         article buffer when editing of the article is discarded.
22114         (gnus-article-prepare): Revert.
22115
22116 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * gnus-art.el (gnus-article-prepare):
22119         Remove message-strip-forbidden-properties from the local hook.
22120
22121 2005-01-27  Simon Josefsson  <jas@extundo.com>
22122
22123         * password.el (password-cache-add): Only start one timer per key.
22124         Reported by Derek Atkins <warlord@MIT.EDU>.
22125
22126 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22127
22128         * run-at-time.el: Remove.  It is no longer needed as
22129         timer-funcs.el in the xemacs-base package has a working version of
22130         `run-at-time'.
22131
22132         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22133
22134         * password.el: Require timer-funcs instead of run-at-time in
22135         XEmacs.
22136         Remove `password-run-at-time' macro.
22137         (password-cache-add): Use `run-at-time' instead of
22138         `password-run-at-time'.
22139
22140         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22141         Remove `nnheader-cancel-function-timers' alias,
22142         `cancel-function-timers' exists in XEmacs in timer-funcs.
22143
22144         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22145         for `run-with-idle-timer'.
22146
22147         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22148         for `run-at-time'.
22149
22150         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22151         for `with-timeout'.
22152
22153         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22154         the same as for XEmacs 21.4.
22155         No need to ignore `run-with-idle-timer', this function exists in
22156         XEmacs now in timer-funcs.el in the xemacs-base package.
22157         (dgnushack-compile): No need to delete
22158         run-at-time.el from the list of files to compile because it
22159         doesn't exist anymore.
22160
22161 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22162
22163         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22164         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22165
22166 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22167
22168         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22169         sensitively.
22170
22171 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22172
22173         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22174
22175 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22176
22177         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22178         which will be inserted according to the multibyteness of a buffer
22179         rather than the type of contents.  Suggested by ARISAWA Akihiro
22180         <ari@mbf.ocn.ne.jp>.
22181
22182         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22183         of string which old xml.el may return rather than a string.
22184
22185 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22186
22187         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22188
22189 2005-01-16  Simon Josefsson  <jas@extundo.com>
22190
22191         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22192         idn/idna.el isn't available.
22193         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22194         <michael@waxrat.com>.
22195
22196         * hashcash.el: Remove non-FSF copyright header.
22197
22198         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22199         (hashcash-generate-payment): Use it.
22200         (hashcash-generate-payment-async): Use it.
22201
22202 2005-01-15  Simon Josefsson  <jas@extundo.com>
22203
22204         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22205         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22206
22207         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22208         gnus-summary-idna-message.
22209         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22210         (gnus-summary-idna-message): New function.
22211
22212 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22213
22214         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22215         gnus-novice-user.
22216
22217 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * nnrss.el (nnrss-request-delete-group): Delete entries in
22220         nnrss-group-alist as well.
22221         (nnrss-save-server-data): Insert newline.
22222
22223 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22224
22225         * gnus.el (gnus-user-agent): Use list of symbols instead of
22226         symbols.  Display full version number for (S)XEmacs.
22227         Optionally display (S)XEmacs codename.
22228
22229         * gnus-util.el (gnus-emacs-version): Update for new
22230         `gnus-user-agent'.
22231
22232         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22233         Gnus version.
22234
22235 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22236
22237         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22238         which is unreadable in some setups.
22239
22240 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * gnus-spec.el (gnus-update-format-specifications): Flush the
22243         group format spec cache if it doesn't support decoded group names.
22244
22245 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22246
22247         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22248         Allow to apply decay on score files matching a regexp.
22249
22250 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22253         compatibility in %g and %c.
22254
22255 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22258         name for only %g and %c.
22259         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22260         of gnus-tmp-group to decoded group name.
22261         (gnus-group-make-rss-group): Exclude `/'s from group names.
22262
22263 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22264
22265         * nnrss.el (nnrss-get-encoding): Fix regexp.
22266
22267 2004-12-27  Simon Josefsson  <jas@extundo.com>
22268
22269         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22270         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22271         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22272
22273 2004-12-17  Kim F. Storm  <storm@cua.dk>
22274
22275         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22276
22277         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22278
22279 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22280
22281         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22282
22283 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * nnrss.el: Require rfc2047 and mml.
22286         (nnrss-file-coding-system): New variable.
22287         (nnrss-format-string): Redefine it as an inline function.
22288         (nnrss-decode-group-name): New function.
22289         (nnrss-string-as-multibyte): Remove.
22290         (nnrss-retrieve-headers): Decode group name; don't use
22291         nnrss-format-string.
22292         (nnrss-request-group): Decode group name.
22293         (nnrss-request-article): Decode group name; allow a Message-ID as
22294         well as an article number; don't use nnrss-format-string; encode a
22295         Message-ID string which may contain non-ASCII characters; use
22296         mml-to-mime to compose a MIME article.
22297         (nnrss-request-expire-articles): Decode group name.
22298         (nnrss-request-delete-group): Decode group name.
22299         (nnrss-fetch): Clarify error message.
22300         (nnrss-read-server-data): Use insert-file-contents instead of load;
22301         bind file-name-coding-system; use multibyte buffer.
22302         (nnrss-save-server-data): Bind coding-system-for-write to the
22303         value of nnrss-file-coding-system; bind file-name-coding-system;
22304         add coding cookie.
22305         (nnrss-read-group-data): Use insert-file-contents instead of load;
22306         bind file-name-coding-system; use multibyte buffer.
22307         (nnrss-save-group-data): Bind coding-system-for-write to the
22308         value of nnrss-file-coding-system; bind file-name-coding-system.
22309         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22310         make it work with non-ASCII text.
22311         (nnrss-find-el): Make it work with old xml.el as well.
22312
22313 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22314
22315         * nnrss.el (nnrss-get-encoding): New function.
22316         (nnrss-fetch): Use unibyte buffer initially; bind
22317         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22318         decode contents according to the encoding attribute.
22319         (nnrss-save-group-data): Add coding cookie.
22320         (nnrss-mime-encode-string): New function.
22321         (nnrss-check-group): Use it to encode subject and author.
22322
22323 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22324
22325         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22326         imaginary variable.
22327
22328 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22331         correctly even if there are wide characters.
22332
22333 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22334
22335         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22336         downcased symbol names; make a new cache instead of reusing
22337         bbdb-hashtable.
22338
22339 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22340
22341         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22342         concatenating segments rather than before concatenating them.
22343         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22344
22345         * message.el (message-get-reply-headers): Bind `extra'.
22346
22347 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22348
22349         * message.el (message-extra-wide-headers): New variable.
22350         (message-get-reply-headers): Use it.
22351
22352 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22355         (gnus-agent-group-pathname): Ditto.
22356
22357         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22358
22359         * gnus-group.el (gnus-group-make-group): Decode group name.
22360         (gnus-group-make-rss-group): Register the group data after opening
22361         the nnrss group.
22362
22363 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22364
22365         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22366         by expiry now get marked as read.
22367
22368 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22369
22370         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22371
22372 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22373
22374         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22375         unify Latin characters in XEmacs.
22376         (mm-find-mime-charset-region): Use it.
22377
22378 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * gnus-util.el (gnus-delete-directory): New function.
22381
22382         * gnus-agent.el (gnus-agent-delete-group): Use it.
22383
22384         * gnus-cache.el (gnus-cache-delete-group): Use it.
22385
22386 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22389         names.
22390
22391 2004-12-16  Simon Josefsson  <jas@extundo.com>
22392
22393         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22394
22395 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22398
22399         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22400         (gnus-group-set-current-level): Decode group name.
22401
22402 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22403
22404         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22405         failed.
22406
22407 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * gnus-group.el (gnus-group-delete-group): Decode group name.
22410         (gnus-group-make-rss-group): Encode group name.
22411         (gnus-group-catchup-current): Decode group name.
22412         (gnus-group-kill-group): Decode group name.
22413
22414 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22415
22416         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22417
22418 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22419
22420         * gnus-group.el (gnus-group-make-rss-group):
22421         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22422
22423         * gnus-start.el (gnus-setup-news): Honor user's setting to
22424         gnus-message-archive-method.  Suggested by Lute Kamstra
22425         <lute@gnu.org>.
22426
22427 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22428
22429         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22430         global counterparts of the buffer-local variables.
22431
22432 2004-11-16  Romain Francoise  <romain@orebokech.com>
22433
22434         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22435         counterparts of the buffer-local variables.
22436
22437 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22438
22439         * message.el (message-forbidden-properties): Fix typo in doc
22440         string.
22441
22442 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22443
22444         * gnus-util.el (gnus-replace-in-string): Add doc string.
22445
22446         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22447         to avoid problems when splitting mails with many recipients.
22448
22449 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22450
22451         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22452         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22453
22454 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22455
22456         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22457         if there is no hashtable in memory or file modification time is
22458         newer than cached timestamp.
22459
22460 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22461
22462         * gnus-sum.el (gnus-summary-limit-to-recipient):
22463         Implement not-matching option.
22464
22465 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22466
22467         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22468         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22469         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22470         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22471         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22472         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22473
22474 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22475
22476         * message.el (message-forward-make-body-mml): Remove headers
22477         according to message-forward-ignored-headers if a message is decoded.
22478
22479 2004-12-02  Romain Francoise  <romain@orebokech.com>
22480
22481         * message.el (message-forward-make-body-plain): Always remove
22482         headers according to message-forward-ignored-headers.
22483
22484 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22485
22486         * spam.el (spam-summary-prepare-exit): Remove the
22487         gnus-summary-limit pop for now, it has problems with ham marks for
22488         me.
22489
22490 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22491
22492         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22493         correctly.
22494
22495 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22496
22497         * format-spec.el (format-spec): Message the char.
22498
22499 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22500
22501         * gnus-art.el (gnus-split-methods): Reformat comments.
22502
22503         * spam.el (spam-summary-prepare-exit): Remove article limits
22504         before exiting the summary buffer.
22505
22506 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22507
22508         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22509         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22510
22511         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22512         order to silence the byte compiler.
22513
22514         * spam.el: Fix the way to silence the byte compiler, which
22515         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22516         bbdb-search-simple, spam-BBDB-register-routine,
22517         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22518         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22519         spam-stat-buffer-is-spam, spam-stat-load,
22520         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22521         spam-stat-save and spam-stat-split-fancy.
22522
22523 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22526         which may confuse users.
22527         (canlock-password-for-verify): Ditto.
22528
22529         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22530
22531         * gnus-art.el (gnus-emphasis-alist): Ditto.
22532
22533         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22534
22535         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22536
22537         * gnus-start.el (gnus-save-killed-list): Ditto.
22538
22539         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22540         (gnus-sum-thread-tree-root): Ditto.
22541         (gnus-sum-thread-tree-false-root): Ditto.
22542         (gnus-sum-thread-tree-single-indent): Ditto.
22543
22544         * message.el (message-courtesy-message): Ditto.
22545         (message-archive-note): Ditto.
22546         (message-subscribed-address-file): Ditto.
22547         (message-user-fqdn): Ditto.
22548
22549         * spam-report.el (spam-report-gmane-regex): Ditto.
22550
22551         * spam.el (spam-blackhole-good-server-regex): Ditto.
22552
22553 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * mml.el (mml-preview): Widen the message buffer before copying
22556         the contents to the preview buffer; sort headers before previewing.
22557
22558         * message.el (message-hidden-headers): Fix the way to avoid a bug
22559         in the `repeat' widget in Emacs 21.3 or earlier.
22560
22561 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * message.el (message-hidden-headers): Default to "^References:".
22564         Improve customization type.  Suggested by Reiner Steib
22565         <Reiner.Steib@gmx.de>.
22566
22567 2004-11-25  Romain Francoise  <romain@orebokech.com>
22568
22569         * message.el (message-strip-forbidden-properties): Remove check for
22570         obsolete `message-hidden' text property, hidden headers are not
22571         accessible in the buffer anymore.
22572
22573 2004-11-22  Romain Francoise  <romain@orebokech.com>
22574
22575         * message.el (message-header-format-alist): Add `From' in list
22576         so that it can be sorted.
22577         (message-fix-before-sending): Widen and sort headers before
22578         sending.
22579         (message-hide-headers): Use narrowing to hide headers by moving
22580         them to the top of the buffer and narrowing to the region
22581         underneath.
22582
22583 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22584
22585         * message.el (message-strip-forbidden-properties):
22586         Bind buffer-read-only (etc) to nil.
22587
22588 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22591         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22592
22593 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22594
22595         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22596
22597 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22598
22599         * dns.el (query-dns): Use sit-for to time instead of
22600         accept-process-output, since that doesn't seem to work on udp
22601         sockets.
22602
22603 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22606
22607 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22608
22609         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22610         doc string.  Improve doc string.
22611
22612 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22613
22614         * nntp.el (nntp-request-update-info): Return nil if
22615         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22616         may not call gnus-activate-group which uselessly issues the GROUP
22617         commands for all nntp groups and wastes time.  Reported by Romain
22618         Francoise <romain@orebokech.com>.
22619
22620         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22621
22622 2004-11-15  Simon Josefsson  <jas@extundo.com>
22623
22624         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22625         headers separately.
22626         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22627         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22628
22629 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * gnus-start.el (gnus-convert-old-newsrc):
22632         Assign legacy-gnus-agent to 5.10.7.
22633
22634 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22635
22636         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22637         start of the lines.
22638
22639 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22640
22641         * hashcash.el (hashcash-default-payment): Change default to 20.
22642         (hashcash-default-accept-payment): Change default to 20.
22643         (hashcash-process-alist): New variable.
22644         (hashcash-generate-payment-async): Add.
22645         (hashcash-already-paid-p): Add.
22646         (hashcash-insert-payment): Don't generate payments twice.
22647         (hashcash-insert-payment-async): Add.
22648         (hashcash-insert-payment-async-2): Add.
22649         (hashcash-cancel-async): Add.
22650         (hashcash-wait-async): Add.
22651         (hashcash-processes-running-p): Add.
22652         (hashcash-wait-or-cancel): Add.
22653         (mail-add-payment): New optional argument.  Conditionally start
22654         asynchronous calculation.
22655         (mail-add-payment-async): Add.
22656
22657         * message.el (message-send-mail): Wait for asynchronous hashcash
22658         results.  Don't clobber existing X-Hashcash headers.
22659         (message-setup-1): Call mail-add-payment-async when
22660         message-generate-hashcash is non-nil.
22661
22662 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22663
22664         * message.el (message-use-alternative-email-as-from): Examine the
22665         From header as well; use message-make-from in order to include a
22666         user's full name.
22667
22668 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22669
22670         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22671         default; improve customization type.
22672         (gnus-emphasis-custom-with-format): New macro.
22673         (gnus-emphasis-custom-value-to-external): New function.
22674         (gnus-emphasis-custom-value-to-internal): New function.
22675
22676 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22677
22678         * dns.el (query-dns): Resolve reverse addresses.
22679
22680 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22681
22682         * gnus-group.el (gnus-group-get-new-news): Use it.
22683
22684         * gnus-start.el (gnus-check-reasonable-setup): New function.
22685
22686 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22689         "Args out of range" error.  Reported by Arnaud Giersch
22690         <arnaud.giersch@free.fr>.
22691
22692 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22693
22694         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22695
22696 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22697
22698         * spam.el (spam group): Add :version.
22699
22700         * pgg-def.el (pgg group): Add :version.
22701
22702 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22703
22704         * gnus-art.el (gnus-article-edit-article): Don't associate the
22705         article buffer with a draft file.  This is a temporary measure
22706         against the 2004-08-22 change to gnus-article-edit-mode.
22707
22708 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22709
22710         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22711         (html2text-format-tags): Remove unused variable `attr'.
22712
22713 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22714
22715         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22716
22717         * tls.el (tls-process-connection-type, tls-success)
22718         (tls-certtool-program): Add :version.
22719
22720         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22721         (starttls-extra-arguments, starttls-process-connection-type)
22722         (starttls-connect, starttls-failure, starttls-success): Add :version.
22723
22724         * spam-stat.el (spam-stat): Add :version.
22725
22726         * sieve.el (sieve): Add :version.
22727
22728         * sha1.el (sha1): Add :version.
22729         (sha1-use-external): Remove redundant version.
22730
22731         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22732         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22733         (nnmail-split-fancy-match-partial-words)
22734         (nnmail-split-lowercase-expanded): Add :version.
22735
22736         * nndiary.el (nndiary): Add :version.
22737
22738         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22739
22740         * mml-sec.el (mml-default-sign-method)
22741         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22742         Add :version.
22743
22744         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22745
22746         * mm-url.el (mm-url-use-external, mm-url-program)
22747         (mm-url-arguments): Add :version.
22748
22749         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22750         (mm-attachment-file-modes, mm-decrypt-option)
22751         (mm-w3m-safe-url-regexp): Add :version.
22752
22753         * message.el (message-cite-prefix-regexp)
22754         (message-sendmail-envelope-from, message-minibuffer-local-map)
22755         (message-user-fqdn, message-completion-alist): Add :version.
22756
22757         * gnus-win.el (gnus-configure-windows-hook)
22758         (gnus-use-frames-on-any-display): Add :version.
22759
22760         * gnus-art.el (gnus-article-address-banner-alist)
22761         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22762         (gnus-treat-from-picon, gnus-treat-mail-picon)
22763         (gnus-treat-x-pgp-sig): Add :version.
22764
22765         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22766         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22767         (gnus-summary-article-delete-hook)
22768         (gnus-summary-display-while-building): Add :version.
22769
22770         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22771         (gnus-get-top-new-news-hook): Add :version.
22772
22773         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22774         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22775
22776         * gnus-registry.el (gnus-registry): Add :version.
22777
22778         * gnus-spec.el (gnus-use-correct-string-widths)
22779         (gnus-make-format-preserve-properties): Add :version.
22780
22781         * gnus.el (gnus-group-charter-alist)
22782         (gnus-group-fetch-control-use-browse-url)
22783         (gnus-install-group-spam-parameters): Add :version.
22784
22785         * gnus-diary.el (gnus-diary): Add :version.
22786
22787         * gnus-delay.el (gnus-delay): Add :version.
22788
22789         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22790         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22791         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22792         Add :version.
22793
22794         * gnus-agent.el (gnus-agent-max-fetch-size)
22795         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22796         (gnus-agent-prompt-send-queue): Add :version.
22797
22798         * deuglify.el (gnus-outlook-deuglify): Add :version.
22799
22800         * html2text.el: Beautify code.  Improve doc strings.
22801         Some checkdoc cleanup.
22802         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22803
22804 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22805
22806         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22807
22808 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22809
22810         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22811         when package is loaded.
22812
22813         * spam.el (spam-summary-score-preferred-header): Add global preference
22814         for people who want to override the default SpamAssassin over
22815         Bogofilter preference (when both are set).
22816         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22817         (spam-user-format-function-S):
22818         Check spam-summary-score-preferred-header.
22819         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22820         (spam-user-format-function-S): Format the score correctly.
22821
22822 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22825         signature file.  Suggested by Manoj Srivastava
22826         <srivasta@golden-gryphon.com>.
22827
22828         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22829         iso-2022-jp even in the Japanese language environment.
22830         Suggested by Jason Rumney <jasonr@gnu.org>.
22831
22832 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22835         use the same characters as the dummy marks; make it free from
22836         getting affected by the language environment.
22837         (gnus-summary-read-group-1): Update mark positions only when the
22838         format spec is updated.
22839
22840         * gnus-spec.el (gnus-update-format-specifications): Return a list
22841         of updated types.
22842
22843 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22844
22845         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22846         of boundp to check if display-warning is available.
22847
22848 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22849
22850         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22851
22852 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22853
22854         * nnspool.el (nnspool-spool-directory): Use news-path if the
22855         news-directory variable is not bound.
22856
22857         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22858         function instead of display-warning if it is not available.
22859
22860 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22861
22862         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22863         v5-10: Use `point-at-bol'.
22864
22865 2004-10-26  Simon Josefsson  <jas@extundo.com>
22866
22867         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22868         <chenggao@gmail.com>.
22869
22870 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22871
22872         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22873         instead.
22874
22875 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22876
22877         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22878         to remove a server from the nnimap-server-buffer-alist.
22879         (nnimap-open-connection, nnimap-close-server): Use it.
22880
22881         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22882
22883 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22884
22885         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22886         running the major-mode function.
22887
22888 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22891         dummy marks in the right way.
22892
22893 2004-10-18  David Edmondson  <dme@dme.org>
22894
22895         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22896         excessively.
22897
22898 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22899
22900         * gnus-util.el (gnus-split-references): Accept a nil references
22901         string and go on blissfully.
22902
22903         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22904         cases where the references string is non-nil but has no references.
22905
22906         * encrypt.el: Add autoload tags.
22907
22908         * spam.el (spam-resolve-registrations-routine): Remove article
22909         from unregistration list too.  Reported by David Hanak
22910         <dhanak@isis.vanderbilt.edu>
22911
22912 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22913
22914         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22915         nil.  Change custom type.
22916
22917 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22918
22919         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22920
22921         * gnus-sum.el (gnus-summary-move-article): Use it.
22922
22923 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22924
22925         * encrypt.el: Add autoload cookies.
22926
22927         * spam.el (spam-backend-article-list-property)
22928         (spam-backend-get-article-todo-list)
22929         (spam-backend-put-article-todo-list)
22930         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22931         Resolve registrations separately.
22932         (spam-register-routine): Format comments.
22933         (spam-unregister-routine, spam-register-routine): Always call with
22934         specific-articles, no default list.
22935         (spam-summary-prepare-exit): Use the spam-classifications function.
22936
22937         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22938         gnus-encrypt.el.
22939
22940         * encrypt.el: Copied from gnus-encrypt.el.
22941
22942         * gnus-encrypt.el: Commented that it's obsolete.
22943
22944 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22945
22946         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22947         (gnus-score-save): Use it.
22948
22949         * message.el (message-bury): Use `window-dedicated-p'.
22950
22951 2004-10-15  Simon Josefsson  <jas@extundo.com>
22952
22953         * pop3.el (top-level): Don't require nnheader.
22954         (pop3-read-timeout): Add.
22955         (pop3-accept-process-output): Add.
22956         (pop3-read-response, pop3-retr): Use it.
22957
22958 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22959
22960         * spam.el (spam-register-routine): Move comment.
22961         (spam-verify-bogofilter): Use 'unknown for the initial
22962         spam-bogofilter-valid state, not 'never.
22963
22964         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22965         for netrc-machine.
22966
22967         * nnimap.el (nnimap-open-connection):
22968         Use netrc-machine-user-or-password.
22969
22970 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22971
22972         * gnus-registry.el (gnus-registry-unload-hook):
22973         Set as a variable with add-hook.
22974
22975         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22976         of news-path.
22977
22978         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22979
22980         * spam.el: Delete duplicate `provide'.
22981         (spam-unload-hook): Set as a variable with add-hook.
22982
22983 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22984
22985         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22986         in the doc string.
22987
22988         * message.el (message-ignored-news-headers)
22989         (message-ignored-supersedes-headers)
22990         (message-ignored-resent-headers)
22991         (message-forward-ignored-headers): Improve custom type.
22992
22993 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22994
22995         * message.el (message-tokenize-header): Fix 2004-09-06 change
22996         which used point-min in the wrong place.
22997
22998 2004-10-12  Simon Josefsson  <jas@extundo.com>
22999
23000         * tls.el (tls-certtool-program): New variable.
23001         (tls-certificate-information): New function, based on
23002         ssl-certificate-information.
23003
23004 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23005
23006         * compface.el: Move the version of ELisp-based uncompface program
23007         to the contrib directory because of the copyright problem.
23008
23009 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23010
23011         * message.el (message-kill-buffer): Raise the current frame.
23012
23013 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23014
23015         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23016
23017         * gnus.el (message-y-or-n-p): Autoload.
23018
23019         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23020         (pop3-password-required, pop3-authentication-scheme)
23021         (pop3-leave-mail-on-server): Make customizable.
23022         (pop3): New custom group.
23023         (pop3-retr): Remove `sleep-for' statements.
23024         Suggested by Dave Love <fx@gnu.org>.
23025
23026         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23027         Windows/DOS.
23028
23029         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23030         (imap-parse-body): Fix incorrect use of `assert'.
23031         Suggested by Dave Love <fx@gnu.org>.
23032
23033         * mml.el (mml-minibuffer-read-disposition): Require match.
23034         Suggested by Dave Love <fx@gnu.org>.
23035
23036 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23037
23038         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23039         doc string.
23040
23041 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23042
23043         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23044
23045 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23046
23047         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23048         instead of calling `mm-insert-inline', to decode text/* parts
23049         before displaying them.
23050
23051 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23052
23053         * mm-uu.el (mm-uu-text-plain-type): New variable.
23054         (mm-uu-pgp-signed-extract-1): Use it.
23055         (mm-uu-pgp-encrypted-extract-1): Use it.
23056         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23057         bind mm-uu-text-plain-type with that value.
23058         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23059         mm-uu-dissect.
23060
23061 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-group.el (gnus-update-group-mark-positions):
23064         * gnus-sum.el (gnus-update-summary-mark-positions):
23065         * message.el (message-check-news-body-syntax):
23066         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23067         of string-as-multibyte.
23068
23069 2004-10-05  Juri Linkov  <juri@jurta.org>
23070
23071         * gnus-group.el (gnus-update-group-mark-positions):
23072         * gnus-sum.el (gnus-update-summary-mark-positions):
23073         * message.el (message-check-news-body-syntax):
23074         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23075         8-bit unibyte values to a multibyte string for search functions.
23076
23077 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23078
23079         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23080         (mm-uu-dissect-text-parts): New function.
23081
23082         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23083         dissect text parts.
23084
23085         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23086         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23087
23088         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23089
23090         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23091         Use gnus-current-topics instead of gnus-current-topic.
23092
23093 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23094
23095         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23096
23097 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23098
23099         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23100         where appropriate.
23101
23102         * nnml.el (nnml-generate-active-info): do.
23103
23104         * nndiary.el (nndiary-generate-active-info): do.
23105
23106         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23107         (gnus-topic-move): do.
23108
23109         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23110         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23111
23112         * gnus-srvr.el (gnus-server-prepare)
23113         (gnus-server-open-all-servers): do.
23114
23115         * gnus-msg.el (gnus-summary-cancel-article)
23116         (gnus-summary-resend-message)
23117         (gnus-summary-mail-crosspost-complaint): do.
23118
23119         * gnus-move.el (gnus-change-server): do.
23120
23121         * gnus-group.el (gnus-group-unmark-all-groups)
23122         (gnus-group-set-current-level): do.
23123
23124 2004-10-04  Simon Josefsson  <jas@extundo.com>
23125
23126         * message.el (message-generate-hashcash): Doc fix.
23127
23128 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23129
23130         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23131         avoid infinite recursion via gnus-get-function.
23132
23133 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23134
23135         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23136
23137         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23138
23139         * nnmail.el (nnmail-split-history): do.
23140
23141         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23142         (nnml-request-delete-group): do.
23143
23144         * nnslashdot.el (nnslashdot-read-groups): do.
23145
23146         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23147         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23148
23149         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23150         (nnspool-sift-nov-with-sed): Use last.
23151         (nnspool-retrieve-headers-with-nov): Use mapc.
23152         (nnspool-request-newgroups): Use dolist.
23153         (nnspool-request-group): Use last.
23154
23155         * nntp.el (nntp-read-server-type): Use dolist.
23156
23157         * nnvirtual.el (nnvirtual-create-mapping)
23158         (nnvirtual-update-read-and-marked): Use dolist.
23159         (nnvirtual-convert-headers): Simplify.
23160
23161 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23162
23163         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23164         Add support for sync'ing tick marks.
23165
23166 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23167
23168         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23169         there's no visible header.
23170
23171 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23172
23173         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23174         When necessary, pass full group name to gnus-request-set-marks.
23175
23176 2004-10-01  Simon Josefsson  <jas@extundo.com>
23177
23178         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23179         acroread.
23180
23181 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23182
23183         * spam-report.el (spam-report-gmane): Fix interactive.
23184
23185         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23186
23187         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23188         when writing file.
23189         (gnus-agent-synchronize-flags): Don't default to being
23190         interactive.
23191
23192 2004-09-30  Simon Josefsson  <jas@extundo.com>
23193
23194         * message.el (message-generate-hashcash): Add.
23195         (message-send-mail): Use it, call mail-add-payment.
23196
23197 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23198
23199         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23200
23201 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23202
23203         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23204         gnus-requst-update-info with explicit code to sync the in-memory
23205         info read flags with the marks being sync'd to the backend.
23206
23207         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23208
23209 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23210
23211         * spam.el (spam-verify-bogofilter): Add new function.
23212         (spam-check-bogofilter)
23213         (spam-bogofilter-register-with-bogofilter): Use it.
23214         (spam-verify-bogofilter): Add small fixes.
23215
23216 2004-09-28  Simon Josefsson  <jas@extundo.com>
23217
23218         * hashcash.el (hashcash-generate-payment): Revert.
23219
23220 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23221
23222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23223         Use gnus-extract-references instead of gnus-split-references.
23224
23225         * gnus-util.el (gnus-extract-references): Add new function, analogous
23226         to gnus-split-references but extracts only the message-ID without
23227         anything extra.
23228
23229         * hashcash.el (hashcash-generate-payment)
23230         (hashcash-check-payment): Do the right thing if hashcash-path is
23231         nil (because the hashcash program could not be found).
23232
23233         * spam.el (spam-use-hashcash): Remove comment.
23234
23235 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23236
23237         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23238         (gnus-cache-enter-article, gnus-cache-remove-article)
23239         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23240
23241         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23242
23243         * gnus-art.el (article-hide-boring-headers)
23244         (article-translate-strings, article-display-face)
23245         (gnus-article-mime-match-handle-first)
23246         (gnus-article-highlight-headers)
23247         (gnus-article-add-buttons-to-head): do.
23248
23249 2004-09-27  Simon Josefsson  <jas@extundo.com>
23250
23251         * hashcash.el: New version, from
23252         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23253         ../contrib/.
23254
23255 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23258
23259 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23260
23261         * gnus-dup.el (gnus-dup-open): Use mapc.
23262         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23263
23264         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23265         Reported by Stefan Wiens <s.wi@gmx.net>.
23266
23267         * gnus.el (gnus-shutdown): Use dolist.
23268
23269         * gnus-undo.el (gnus-undo): Use mapc.
23270
23271         * nnrss.el (nnrss-generate-active): do.
23272
23273         * message.el (message-cite-original-without-signature)
23274         (message-cite-original): Use mapc.
23275         (message-do-actions, message-make-forward-subject): Use dolist.
23276
23277 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23278
23279         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23280         deletion to remove entire duplicate line.  Fixes merged article
23281         number bug.
23282
23283 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23284
23285         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23286         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23287         first ask if you want to open a server and then, even when you
23288         responded with no, asking if you want to synchronize the server's
23289         flags.
23290         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23291         multi-line expressions.
23292         (gnus-agent-synchronize-group-flags): New internal function.
23293         Updates marks in memory (in the info structure) AND in the
23294         backend.
23295
23296         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23297
23298         * nnagent.el (nnagent-request-set-mark):
23299         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23300         method, to ensure that synchronization updates marks in the
23301         backend and in the info (in memory) structure.
23302
23303 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23306         convention fully; don't miss the root article of a thread; make
23307         the X-Draft-From header with correct article numbers.
23308
23309 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23310
23311         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23312         unless plugged.  Disable the agent so that an open failure causes
23313         an error.
23314
23315         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23316         Revert 2004-09-21 change.  The backend must be opened while
23317         synchronizing flags even when the backend stores the flags
23318         locally.
23319
23320 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23321
23322         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23323         in `header' match.  Reported by Svend Tollak Munkejord.
23324
23325         * message.el (message-cite-original): Fix use of
23326         `message-cite-articles-with-x-no-archive'.
23327
23328 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23329
23330         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23331         (gnus-window-to-buffer): Ditto.
23332
23333         * mml.el (mml-preview-buffer): New variable.
23334         (mml-preview): Manage window layout with gnus-buffer-configuration.
23335
23336         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23337         X-Draft-From header even if those articles aren't quoted.
23338
23339 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23340
23341         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23342         (gnus-request-set-mark, gnus-request-update-mark): Use new
23343         g-s-t-u-l-m to decide to use backend even when unplugged.
23344
23345 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23346
23347         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23348         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23349
23350 2004-09-20  Simon Josefsson  <jas@extundo.com>
23351
23352         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23353         "utf-16-le".
23354
23355 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23356
23357         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23358
23359 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23360
23361         * uudecode.el (uudecode-use-external): Add :version.
23362
23363         * smime.el (smime-CA-file, smime-encrypt-cipher)
23364         (smime-dns-server): Add :version.
23365
23366         * smiley.el (gnus-smiley-file-types): Add :version.
23367
23368         * sha1.el (sha1-use-external): Add :version.
23369
23370         * pgg-def.el (pgg-query-keyserver): Add :version.
23371
23372         * nnmail.el (nnmail-fancy-expiry-targets)
23373         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23374         Add :version.
23375
23376         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23377         (nnimap-retrieve-groups-asynchronous): Add :version.
23378         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23379
23380         * mml.el (mml-content-disposition-parameters)
23381         (mml-insert-mime-headers-always): Add :version.
23382
23383         * mm-util.el (mm-coding-system-priorities): Add :version.
23384
23385         * mm-decode.el (mm-inline-text-html-with-images)
23386         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23387         (mm-verify-option): Add :version.
23388         (mm-text-html-renderer): Change :version.
23389
23390         * message.el (message-fcc-externalize-attachments)
23391         (message-required-headers, message-draft-headers)
23392         (message-subject-trailing-was-query)
23393         (message-subject-trailing-was-ask-regexp)
23394         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23395         (message-mark-insert-end, message-archive-header)
23396         (message-archive-note, message-cross-post-default)
23397         (message-cross-post-note, message-followup-to-note)
23398         (message-cross-post-note-function, message-use-mail-followup-to)
23399         (message-subscribed-address-functions)
23400         (message-subscribed-address-file, message-subscribed-addresses)
23401         (message-subscribed-regexps, message-allow-no-recipients)
23402         (message-yank-cited-prefix, message-signature-insert-empty-line)
23403         (message-hidden-headers, message-hierarchical-addresses)
23404         (message-mail-user-agent, message-use-idna)
23405         (message-valid-fqdn-regexp)
23406         (message-strip-special-text-properties, message-header-synonyms)
23407         (message-beginning-of-line, message-tab-body-function): Add :version.
23408         (message-insert-canlock, message-wide-reply-confirm-recipients):
23409         Change :version.
23410
23411         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23412         and :version.
23413         (mail-source-delete-old-incoming-confirm)
23414         (mail-source-movemail-program): Add :version.
23415
23416         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23417         (gnus-agent-cache, gnus-agent): Change :version.
23418
23419         * gnus-util.el (gnus-use-byte-compile): Change :version.
23420
23421         * gnus-sum.el (gnus-summary-make-false-root-always)
23422         (gnus-summary-default-high-score)
23423         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23424         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23425         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23426         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23427         (gnus-sum-thread-tree-single-indent)
23428         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23429         (gnus-sum-thread-tree-leaf-with-other)
23430         (gnus-sum-thread-tree-single-leaf): Add :version.
23431         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23432         (gnus-article-loose-mime): Change :version.
23433
23434         * gnus-start.el (gnus-backup-startup-file)
23435         (gnus-save-startup-file-via-temp-buffer): Add :version.
23436
23437         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23438         (gnus-server-offline-face): Add :version.
23439
23440         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23441
23442         * gnus-msg.el (gnus-gcc-externalize-attachments)
23443         (gnus-debug-files, gnus-debug-exclude-variables)
23444         (gnus-discouraged-post-methods): Change :version.
23445         (gnus-confirm-mail-reply-to-news)
23446         (gnus-confirm-treat-mail-like-news): Add :version.
23447
23448         * gnus-int.el (gnus-server-unopen-status): Add :version.
23449
23450         * gnus-group.el (gnus-group-jump-to-group-prompt)
23451         (gnus-large-ephemeral-newsgroup)
23452         (gnus-fetch-old-ephemeral-headers): Add :version.
23453
23454         * gnus-fun.el (gnus-x-face-directory)
23455         (gnus-convert-pbm-to-x-face-command)
23456         (gnus-convert-image-to-x-face-command)
23457         (gnus-convert-image-to-face-command): Add :version.
23458
23459         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23460
23461         * gnus-cite.el (gnus-cite-blank-line-after-header)
23462         (gnus-article-boring-faces): Add :version.
23463
23464         * gnus-art.el (gnus-buttonized-mime-types)
23465         (gnus-inhibit-mime-unbuttonizing)
23466         (gnus-treat-display-face)
23467         (gnus-treat-body-boundary): Change :version.
23468         (gnus-body-boundary-delimiter, gnus-picon-databases)
23469         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23470         (gnus-treat-date-english, gnus-treat-fold-headers)
23471         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23472         (gnus-treat-mail-picon, gnus-treat-wash-html)
23473         (gnus-article-encrypt-protocol)
23474         (gnus-use-idna, gnus-article-over-scroll)
23475         (gnus-mime-display-multipart-alternative-as-mixed)
23476         (gnus-mime-display-multipart-related-as-mixed)
23477         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23478         (gnus-ctan-url, gnus-button-ctan-handler)
23479         (gnus-button-handle-ctan-bogus-regexp)
23480         (gnus-button-ctan-directory-regexp)
23481         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23482         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23483         (gnus-button-man-level, gnus-button-emacs-level)
23484         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23485
23486         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23487         (gnus-agent-go-online): Change :version.
23488         (gnus-agent-expire-unagentized-dirs)
23489         (gnus-agent-auto-agentize-methods): Add :version.
23490
23491         * flow-fill.el (fill-flowed-display-column)
23492         (fill-flowed-encode-column): Add :version.
23493
23494         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23495         (gnus-outlook-deuglify-unwrap-max)
23496         (gnus-outlook-deuglify-cite-marks)
23497         (gnus-outlook-deuglify-unwrap-stop-chars)
23498         (gnus-outlook-deuglify-no-wrap-chars)
23499         (gnus-outlook-deuglify-attrib-cut-regexp)
23500         (gnus-outlook-deuglify-attrib-verb-regexp)
23501         (gnus-outlook-deuglify-attrib-end-regexp)
23502         (gnus-outlook-display-hook): Add :version.
23503
23504         * binhex.el (binhex-use-external): Add :version.
23505
23506 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23507
23508         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23509         and `invisible'.
23510
23511 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23512
23513         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23514         in gnus-registry-trim.
23515
23516 2004-09-13  Simon Josefsson  <jas@extundo.com>
23517
23518         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23519
23520         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23521
23522         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23523         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23524         <yamaoka@jpl.org>.
23525         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23526         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23527         <yamaoka@jpl.org>.
23528
23529         * sieve.el (sieve-manage-mode): Ditto.
23530
23531 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23532
23533         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23534
23535 2004-09-11  Simon Josefsson  <jas@extundo.com>
23536
23537         * dns-mode.el: Add.
23538
23539         * mm-view.el (mm-display-dns-inline): Add.
23540
23541         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23542         (mm-automatic-display): Ditto.
23543
23544         * mailcap.el (mailcap-mime-data): Add text/dns.
23545         (mailcap-mime-extensions): Map .soa to text/dns.
23546
23547 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23548
23549         * gnus-art.el (article-decode-mime-words, article-babel)
23550         (gnus-article-highlight-signature, gnus-article-add-buttons)
23551         (gnus-signature-toggle): Remove unnecessary bindings of
23552         `inhibit-read-only' inherited from v5.10 merge.
23553
23554 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23555
23556         * nntp.el (nntp): New customization group.
23557         (nntp-authinfo-file): Add customization group.
23558
23559         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23560
23561         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23562
23563         * gnus.el (to-address, to-list, subscribed)
23564         (large-newsgroup-initial): Ditto.
23565
23566         * flow-fill.el (fill-flowed-display-column)
23567         (fill-flowed-encode-column): Ditto.
23568
23569 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23570
23571         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23572         Use point-min rather than 1.
23573         (message-send-mail): Use buffer-size rather than point-max.
23574
23575         * gnus-sum.el (gnus-summary-search-article-forward):
23576         Signal a specific `search-failed' rather than a generic `error'.
23577
23578         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23579         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23580         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23581
23582 2004-09-10  Simon Josefsson  <jas@extundo.com>
23583
23584         * nndb.el (require): Remove tcp and duplicate cl.
23585
23586 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23587
23588         * gnus-agent.el (directory-files-and-attributes): Move forward.
23589
23590 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23591
23592         * gnus-agent.el (directory-files-and-attributes):
23593         Optionally defined to support XEmacs.
23594
23595 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23596
23597         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23598         to avoid run-time CL dependencies.
23599         (gnus-agent-unfetch-articles): New function.
23600         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23601         article numbers even when local .overview file is missing.
23602         (gnus-agent-read-article-number): New function.  Only accepts
23603         27-bit article numbers.
23604         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23605         Use gnus-agent-read-article-number.
23606         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23607         from backend while recognizing that article numbers in .overview
23608         must be valid.
23609         (gnus-agent-update-files-total-fetched-for):
23610         Use directory-files-and-attributes to improve performance.
23611         * gnus-int.el (gnus-request-move-article):
23612         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23613         improve performance.
23614
23615         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23616         some users confused by references to .newsrc when they only have a
23617         .newsrc.eld file.
23618         (gnus-convert-mark-converter-prompt)
23619         (gnus-convert-converter-needs-prompt): Fix use of property list.
23620         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23621         New function.  Used internally to only display 'gnus converting
23622         files' message when actually necessary.
23623
23624         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23625         methods now autoloaded.
23626
23627 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23630         identifiers.
23631
23632 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23633
23634         * gnus-picon.el: Fix indentation and closing parenthesis.
23635
23636 2004-09-01  Simon Josefsson  <jas@extundo.com>
23637
23638         * message.el (message-canlock-generate): Require sha1, not
23639         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23640         to require within a function.  Sadly, if sha1.el isn't loaded, the
23641         let binding in m-c-g will hide the defcustom definition, which is
23642         bad.)
23643
23644         * canlock.el: Require sha1, not sha1-el.
23645
23646         * message.el: Don't autoload sha1 (there is a autoload cookie in
23647         sha1.el).
23648
23649         * sha1-el.el: Rename to sha1.el.
23650
23651 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23652
23653         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23654
23655 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23656
23657         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23658
23659 2004-08-30  Kim F. Storm  <storm@cua.dk>
23660
23661         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23662
23663         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23664         Add :group 'nnimap.
23665
23666 2004-08-30  Andreas Schwab  <schwab@suse.de>
23667
23668         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23669         ?* and ?\;.
23670
23671         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23672         and ?\' to symbol instead of whitespace.
23673
23674 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23675
23676         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23677
23678         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23679         instead of re-search-forward.
23680
23681         * gnus-uu.el (gnus-uu-save-article): Ditto.
23682         (gnus-uu-post-encode-uuencode): Ditto.
23683
23684         * html2text.el (html2text-clean-list-items): Ditto.
23685         (html2text-clean-dtdd): Ditto.
23686         (html2text-format-tags): Ditto.
23687
23688         * message.el (message-send-mail-with-sendmail): Fix regexp.
23689         (message-fill-field-general): Use search-forward instead of
23690         re-search-forward.
23691         (unbold-region): Ditto.
23692
23693         * nnrss.el (nnrss-request-article): Ditto.
23694
23695         * nnslashdot.el (nnslashdot-request-article): Ditto.
23696
23697         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23698
23699         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23700         "Unrecognized menu descriptor" error in XEmacs.
23701
23702 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23703
23704         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23705         parent article of a sparse article in the thread hashtb.
23706
23707 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23708
23709         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23710         (nnmail-expand-newtext): Lowercase expanded entries if
23711         nnmail-split-lowercase-expanded is non-nil.
23712
23713 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23716
23717         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23718         of gnus-tmp-news-method into string under XEmacs.  It will be
23719         passed to gnus-correct-length which takes only a string argument.
23720
23721 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23722
23723         * gnus-util.el (gnus-bind-print-variables): New macro.
23724         (gnus-prin1): Use it.
23725         (gnus-prin1-to-string): Use it.
23726         (gnus-pp): New function.
23727         (gnus-pp-to-string): New function.
23728
23729         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23730         Replace pp-to-string with gnus-pp-to-string.
23731         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23732         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23733         * gnus-msg.el (gnus-debug): Ditto.
23734         * gnus-score.el (gnus-score-save): Ditto.
23735         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23736         gnus-pp-to-string.
23737         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23738         with gnus-pp.
23739         * score-mode.el (gnus-score-pretty-print): Ditto.
23740         * webmail.el (webmail-debug): Ditto.
23741
23742 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23743
23744         * gnus-art.el (article-display-face, article-display-x-face):
23745         Use buffer-read-only.
23746
23747 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23748
23749         * gnus-art.el (article-hide-list-identifiers):
23750         Bind inhibit-read-only as t.
23751
23752 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23753
23754         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23755
23756 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23757
23758         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23759         (gnus-narrow-to-page): Don't assume point-min == 1.
23760         (gnus-article-edit-mode): Derive from message-mode.
23761
23762         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23763         point-min == 1.
23764
23765         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23766         Disable incorrect use of `assert'.
23767
23768         * message.el (message-mode): Set comment-start-skip.
23769
23770
23771 2004-08-22  Sam Steingold  <sds@gnu.org>
23772
23773         * pop3.el (pop3-leave-mail-on-server): New user variable.
23774         (pop3-movemail): Delete mail only when it is nil.
23775
23776 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23777
23778         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23779
23780         * mml.el (mml-preview): Use `pop-to-buffer'.
23781
23782         * message.el (message-goto-mail-followup-to): Insert after "To".
23783         (message-carefully-insert-headers): Add comment.
23784
23785         * gnus.el: Remove unused variable `gnus-article-check-size'.
23786
23787         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23788
23789         * gnus-art.el (gnus-button-alist):
23790         Improve `gnus-button-handle-library' entry.
23791
23792 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23793
23794         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23795         Use downcase, since XEmacs capitalizes error messages differently.
23796
23797 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23798
23799         * nntp.el: Add (require 'gnus) due to reference to
23800         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23801
23802 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23803
23804         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23805         Bind `mm-fill-flowed'.
23806
23807         * mm-decode.el (mm-dissect-singlepart): Check it.
23808
23809 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23810
23811         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23812         'imap' for netrc parsing.
23813
23814 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23815
23816         * mailcap.el (mailcap-mime-data): Mark as risky.
23817
23818 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23821         may be included in the encoded word.
23822         (rfc2047-encode): Don't append a space if the encoded word
23823         includes close parenthesis.
23824
23825 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23828         of text within parentheses.
23829
23830 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23831
23832         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23833         (gnus-encrypt-write-file-contents): Make the password key the file
23834         name PLUS the cipher, not just the cipher.  Also remove failed
23835         passwords from the cache.
23836
23837 2004-08-06  Simon Josefsson  <jas@extundo.com>
23838
23839         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23840         Doc fix.
23841
23842 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23843
23844         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23845         LWSP.
23846
23847 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23848
23849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23850         Try to append in-reply-to: data to the references: header.
23851
23852         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23853         (netrc-parse): Use gnus-encrypt.el functions.
23854
23855         * gnus-encrypt.el: Add new file for encryption support; currently
23856         does only a few GPG ciphers and an internal XOR cipher.
23857
23858         * password.el: Add comments on using password-read-and-add.
23859         (password-read-and-add): Add function to read and add the
23860         password to the cache at once.
23861
23862 2004-07-28  Simon Josefsson  <jas@extundo.com>
23863
23864         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23865         parameter (but don't use it, for now).
23866
23867         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23868         instead of hard coding to nil.
23869
23870 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23873         as mm-inline-image-xemacs does.
23874
23875 2004-07-26  Simon Josefsson  <jas@extundo.com>
23876
23877         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23878         Revert part of 2004-07-17 change below.
23879
23880 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23881
23882         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23883         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23884
23885 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23886
23887         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23888         quotes that actually start with ">" at the beginning of the
23889         lines.
23890
23891 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23892
23893         * rfc2047.el (rfc2047-encode-region): Fix last change.
23894         (rfc2047-encode-parameter): Remove useless concat.
23895
23896 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23897
23898         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23899         encode special characters; fix some kind of misconfigured headers;
23900         signal a real error if debug-on-quit or debug-on-error is non-nil.
23901         (rfc2047-encode-max-chars): New variable.
23902         (rfc2047-encode-1): Use it.
23903         (rfc2047-encode-parameter): New function.
23904
23905         * mml.el (mml-insert-parameter): Remove an excessive space.
23906
23907 2004-07-17  Simon Josefsson  <jas@extundo.com>
23908
23909         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23910         Kai Grossjohann <kai@emptydomain.de>.
23911         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23912         (gnus-group-make-menu-bar): Ditto.
23913
23914         * gnus-util.el (gnus-group-server): Add.
23915
23916 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23917
23918         * message.el (message-clone-locals): Clone sendmail and smtp
23919         variables.
23920
23921 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * rfc2047.el (rfc2047-encode-region): Fix last change.
23924
23925 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23926
23927         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23928         characters as non-special.
23929
23930 2004-07-09  Simon Josefsson  <jas@extundo.com>
23931
23932         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23933         Users will lose all flag changes made while unplugged with
23934         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23935         good default.  See numerous reports on ding mailing list.
23936
23937 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23940         add generate-head-function and generate-article-function to the
23941         rfc822-forward entry.
23942         (nndoc-rfc822-forward-generate-article): New function.
23943         (nndoc-rfc822-forward-generate-head): New function.
23944
23945         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23946
23947 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23948
23949         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23950         respect display group parameter and gnus-summary-expunge-below.
23951         (gnus-articles-to-read): Remove unused reference to display group
23952         parameter.
23953
23954 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23955
23956         * nnheader.el (nnheader-uniquify-message-id): New experimental
23957         variable.
23958         (nnheader-nov-read-message-id): Use it.
23959
23960         * spam-report.el (spam-report-gmane): Add interactive.
23961
23962 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * mm-encode.el (mm-content-transfer-encoding-defaults):
23965         Use qp-or-base64 for the application/* types.
23966
23967 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23968
23969         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23970
23971 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23972
23973         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23974         trim value.
23975
23976 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23977
23978         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23979         New macro and function.
23980         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23981
23982 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23983
23984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23985         after-load-alist.
23986
23987 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23988
23989         * gnus-group.el (gnus-group-get-new-news-this-group):
23990         Don't update info that isn't there.
23991
23992 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23993
23994         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23995         entry.
23996
23997 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23998
23999         * mm-view.el (mm-inline-render-with-function): Use multibyte
24000         buffer; decode html source by charset.
24001
24002         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24003
24004         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24005         Mule-UCS is loaded under XEmacs.
24006         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24007
24008 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24009
24010         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24011
24012 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * mm-util.el (mm-coding-system-p): Return a coding-system.
24015         (mm-mime-mule-charset-alist): Use shift_jis instead of
24016         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24017         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24018         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24019         instead of japanese-shift-jis and iso-latin-1 respectively in
24020         order to share the default value with both Emacs and XEmacs-mule.
24021         (mm-mule-charset-to-mime-charset):
24022         Make mm-coding-system-priorities effective.
24023         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24024         while predicating of candidates upon the priorities.
24025
24026 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24027
24028         * gnus-sum.el (gnus-summary-make-menu-bar):
24029         Add gnus-uu-invert-processable.
24030
24031         * gnus.el: Autoload gnus-uu-invert-processable.
24032
24033 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24034
24035         * mm-util.el (mm-with-multibyte-buffer): New macro.
24036
24037         * rfc2047.el (rfc2047-encode-string): Use it.
24038         (rfc2047-encode-region): Move point to the end of the region after
24039         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24040
24041 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24042
24043         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24044         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24045
24046 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24049         (gnus-cite-parse): Ignore quoted envelope From_.
24050         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24051
24052 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24053
24054         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24055         invalid addresses.
24056
24057 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24058
24059         * spam.el: Change section markers, revise TODO list.
24060         (spam-backends): Make new master list of all installed backends.
24061         (spam-summary-exit-behavior): Add new variable to determine how
24062         messages moves are done at summary exit.
24063         (spam-move-spam-nonspam-groups-only)
24064         (spam-process-ham-in-nonham-groups)
24065         (spam-process-ham-in-spam-groups): Remove variables, the
24066         spam-summary-exit-behavior variable should be used to manage this
24067         behavior.
24068         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24069         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24070         and spam-old-spam-articles.
24071         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24072         Add empty variables, placeholders for the backends they represent.
24073         (spam-set-difference): Move, unchanged.
24074         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24075         unless the user has a processor variable.
24076         (spam-classifications, spam-classification-valid-p)
24077         (spam-backend-properties, spam-backend-property-valid-p)
24078         (spam-backend-function-type-valid-p)
24079         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24080         (spam-report-articles-gmane, spam-report-articles-resend):
24081         Remove functions, they are not needed.
24082         (spam-install-backend-super, spam-backend-list)
24083         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24084         (spam-backend-function, spam-backend-ham-registration-function)
24085         (spam-backend-spam-registration-function)
24086         (spam-backend-ham-unregistration-function)
24087         (spam-backend-spam-unregistration-function)
24088         (spam-backend-statistical-p, spam-backend-mover-p)
24089         (spam-install-backend-alias, spam-install-checkonly-backend)
24090         (spam-install-mover-backend, spam-install-nocheck-backend)
24091         (spam-install-backend, spam-install-statistical-backend)
24092         (spam-install-statistical-checkonly-backend): Add backend installation
24093         support.
24094         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24095         (spam-group-processor-p): Use the new backend code and respect the
24096         summary exit behavior.
24097         (spam-mark-spam-as-expired-and-move-routine): Remove.
24098         (spam-summary-prepare): Change to use the new spam-old-articles
24099         variable.
24100         (spam-copy-or-move-routine, spam-copy-spam-routine)
24101         (spam-move-spam-routine, spam-copy-ham-routine)
24102         (spam-move-ham-routine): Add code to copy/move ham or spam.
24103         (spam-fetch-field-fast): Improve doc and code, plus allow the
24104         'number request.
24105         (spam-list-of-checks, spam-list-of-statistical-checks):
24106         Remove variables.
24107         (spam-split, spam-find-spam): Use the new backend code.
24108         (spam-registration-functions): Remove variable.
24109         (spam-unregister-routine): Add convenience wrapper.
24110         (spam-log-undo-registration, spam-register-routine)
24111         (spam-log-processing-to-registry)
24112         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24113         where possible.
24114         (spam-check-gmane-xref, spam-check-regex-headers)
24115         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24116         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24117         (spam-check-bogofilter-headers, spam-check-spamoracle)
24118         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24119         (spam-check-crm114-headers): Use the spam-split-group that
24120         spam-split prepares, no need to determine it every time.
24121
24122         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24123         to the nnheader-parse-naked-head call.
24124
24125         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24126
24127         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24128         the nnheader-nov-read-message-id call.
24129
24130 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24131
24132         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24133         gnus-activate-group twice.  Suggested by Markus Peter
24134         <warp@spin.de>.
24135
24136 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-art.el (gnus-article-time-format): Exchange the order of
24139         day and month in the default value; fix customization type.
24140         (article-date-ut): Use add-text-properties.
24141         (article-make-date-line): Use message-make-date instead of
24142         current-time-string.
24143
24144         * message.el (message-fetch-field): Don't use set-text-properties.
24145         (message-make-date): Simplify.
24146
24147         * messagexmas.el (message-xmas-make-date): New function.
24148         (message-xmas-redefine): Defalias message-make-date to it.
24149
24150 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24151
24152         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24153         (rfc2047-encode-region): Treat text within parentheses as special;
24154         show the original text when error has occurred.
24155
24156         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24157         already-computed method to gnus-activate-group.
24158
24159         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24160         same select-methods identical Lisp objects.
24161
24162         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24163         object when modifying the info.
24164
24165 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24166
24167         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24168         gnus-opened-servers since it has never been opened with the new
24169         configuration yet.
24170
24171 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24174         arg to nnheader-generate-fake-message-id.
24175
24176 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24177
24178         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24179         number and build a fake message ID localized to a group and
24180         article number (so it's repeatable from that point on).
24181         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24182         ID format.
24183
24184         * gnus-sum.el (gnus-get-newsgroup-headers):
24185         Call nnheader-generate-fake-message-id with the article number.
24186
24187 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24188
24189         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24190         end-of-buffer.
24191
24192 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24193
24194         * message.el (message-ignored-supersedes-headers): Add Approved.
24195
24196 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24199         goto-char.
24200         (rfc2047-encode): Fold the line before encoding.
24201
24202 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24203
24204         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24205         folding -- not all headers can be folded, and this should be done
24206         by the message composition mode.  Probably.  I think.
24207
24208 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24211         fast.
24212
24213         * gnus-ems.el (gnus-remove-image): Don't use
24214         message-text-with-property; remove only the image found first.
24215
24216         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24217         found first.
24218
24219 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24220
24221         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24222
24223 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24224
24225         * message.el (message-text-with-property): Make it fast and accept
24226         optional arguments.
24227         (message-strip-forbidden-properties): Use it.
24228         (message-fix-before-sending): Follow the m-t-w-p change.
24229
24230         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24231
24232 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * gnus-art.el (article-hide-headers): Don't change the buffer
24235         mistakenly when performing mml-preview even if
24236         gnus-single-article-buffer is nil.
24237
24238 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24239
24240         * message.el (message-expand-name-databases): New user option.
24241         (message-expand-name): Use it.
24242
24243 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24244
24245         * spam.el (spam-report-articles-resend)
24246         (spam-report-resend-register-routine): Allow ham reporting.
24247         (spam-report-resend-register-ham-routine): Add wrapper.
24248         (spam-registration-functions): Add ham resending functions.
24249         (spam-list-of-processors): Add ham resend processor.
24250
24251         * gnus.el (ham-resend-to): Add new group parameter.
24252         (spam-process): Add ham resend option.
24253
24254         * spam-report.el (spam-report-resend): Allow reporting ham.
24255         (spam-report-resend-ham): Add wrapper.
24256
24257 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24258
24259         * message.el (message-cite-articles-with-x-no-archive):
24260         New variable.
24261         (message-cite-original): Use it.
24262
24263 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24264
24265         * message.el (message-cite-original): Respect X-No-Archive.
24266
24267 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * gnus-art.el (article-hide-headers): Refer to the values for
24270         gnus-ignored-headers and gnus-visible-headers in the summary
24271         buffer since a user may have set them as group parameters.
24272
24273 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24274
24275         * assistant.el (assistant-node-name): Add convenience function.
24276         (assistant-render-text, assistant-render-node): Add error handling,
24277         plus handle multiple next nodes.
24278         (assistant-find-next-node): Comment out for now.
24279         (assistant-find-next-nodes): Add function, returns list of next
24280         nodes.
24281
24282 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24283
24284         * mail-source.el (mail-source-directory): Fix doc-string.
24285
24286 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24287
24288         * assistant.el (assistant-render-text, assistant-eval): Add :set
24289         widget type, which is different because it takes and returns a
24290         list.  Much hilarity ensues.
24291
24292 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24293
24294         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24295
24296         * gnus-group.el (gnus-group-get-new-news-this-group):
24297         Add doc-string.
24298
24299         * gnus-start.el (gnus-activate-group): Add doc-string.
24300
24301 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24302
24303         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24304
24305 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24306
24307         * assistant.el (assistant-render-text): Try to add a :set
24308         widget, more to come.
24309
24310         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24311         strings.
24312         (spam-report-articles-resend)
24313         (spam-register-routine): Do registration iff any articles warrant
24314         it.
24315         (spam-summary-prepare-exit): Change log message for nil group
24316         destinations.
24317
24318 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24319
24320         * spam.el (spam-report-resend-register-routine):
24321         Allow spam-report-resend-to to be a group parameter or a global value.
24322
24323 2004-05-26  Simon Josefsson  <jas@extundo.com>
24324
24325         * starttls.el: Merge with my GNUTLS based starttls.el.
24326         (starttls-gnutls-program, starttls-use-gnutls)
24327         (starttls-extra-arguments, starttls-process-connection-type)
24328         (starttls-connect, starttls-failure, starttls-success):
24329         New variables.
24330         (starttls-program, starttls-extra-args): Doc fix.
24331         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24332         New functions.
24333         (starttls-negotiate, starttls-open-stream):
24334         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24335         function if it is set.
24336
24337 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24340         structured fields.
24341
24342 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24345
24346 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24347
24348         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24349         Add variable.
24350         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24351         assigning the spam-mark to new messages.
24352
24353 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24354
24355         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24356
24357 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24360
24361         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24362         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24363         default.
24364
24365 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24366
24367         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24368         correct data.
24369
24370 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24371
24372         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24373         (spam-group-processor-p): Fix function.
24374         (spam-group-processor-multiple-p)
24375         (spam-group-spam-processor-report-gmane-p)
24376         (spam-group-spam-processor-report-resend-p)
24377         (spam-group-spam-processor-bogofilter-p)
24378         (spam-group-spam-processor-blacklist-p)
24379         (spam-group-spam-processor-ifile-p)
24380         (spam-group-ham-processor-ifile-p)
24381         (spam-group-spam-processor-spamoracle-p)
24382         (spam-group-spam-processor-crm114-p)
24383         (spam-group-ham-processor-bogofilter-p)
24384         (spam-group-spam-processor-stat-p)
24385         (spam-group-ham-processor-stat-p)
24386         (spam-group-ham-processor-whitelist-p)
24387         (spam-group-ham-processor-BBDB-p)
24388         (spam-group-ham-processor-spamoracle-p)
24389         (spam-group-ham-processor-copy-p): Remove functions with some
24390         prejudice against unneeded code.
24391         (spam-report-articles-resend)
24392         (spam-report-resend-register-routine): Allow the group/topic
24393         spam-resend-to value to override spam-report-resend-to.
24394         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24395         properly now.
24396
24397         * gnus.el (spam-resend-to): Add group/topic parameter.
24398         (spam-process): Move the OBSOLETE processors to the end of the
24399         choices.
24400
24401 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24402
24403         * spam-report.el (spam-report-resend-to, spam-report-resend):
24404         Start with resend-to set to nil, and then ask the user if necessary.
24405         (spam-report-resend): spam-report-resend takes a list of articles, not
24406         separate article numbers.
24407
24408 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24409
24410         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24411         addition to emacs-w3m.
24412
24413 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24414
24415         * assistant.el (assistant-authinfo-data): New function.
24416         (assistant-eval): Eval for entire assistant.
24417
24418         * netrc.el (netrc-services-file): New variable.
24419         (netrc-parse-services): New function.
24420         (netrc-find-service-name): New function.
24421         (netrc-find-service-number): New function.
24422         (netrc-port-equal): New function.
24423         (netrc-machine): Use it.
24424
24425         * nnimap.el (nnimap-open-connection): Use netrc.
24426
24427         * gnus-util.el (gnus-netrc-get): Remove aliases.
24428
24429         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24430
24431         * assistant.el (wid-edit): Fix compilation.
24432
24433         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24434
24435 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24436
24437         * gnus-util.el (gnus-set-file-modes): New function.  (small
24438         patch).
24439
24440 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24441
24442         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24443
24444         * assistant.el (assistant-render-node): Fix up rendering and
24445         read-only text.
24446         (assistant-render-node): Reset.
24447         (assistant-make-read-only): Not sticky.
24448
24449 2004-05-20  Danny Siu  <dsiu@adobe.com>
24450
24451         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24452         centered even when gnus-auto-center-summary is t.
24453
24454 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24455
24456         * dns.el (dns-get-txt-answer): New function.
24457         (dns-read-txt): Ditto.
24458         (query-dns): Use it.
24459
24460 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24461
24462         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24463         active for foreign groups even if the group level is higher than
24464         the specified value.
24465
24466 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24467
24468         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24469         non-active groups.
24470
24471         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24472
24473 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24474
24475         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24476
24477 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24478
24479         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24480         (spam-crm114-header, spam-crm114-spam-switch)
24481         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24482         (spam-crm114-positive-spam-header)
24483         (spam-crm114-database-directory, spam-list-of-processors)
24484         (spam-group-spam-processor-crm114-p)
24485         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24486         (spam-generic-score, spam-list-of-checks)
24487         (spam-list-of-statistical-checks, spam-registration-functions)
24488         (spam-check-crm114-headers, spam-crm114-score)
24489         (spam-check-crm114, spam-crm114-register-with-crm114)
24490         (spam-crm114-register-spam-routine)
24491         (spam-crm114-unregister-spam-routine)
24492         (spam-crm114-register-ham-routine)
24493         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24494
24495 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24496
24497         * gnus.el: Add spam-use-crm114.
24498
24499         * spam.el (spam-list-of-processors, spam-registration-functions):
24500         Add spam-use-resend.
24501         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24502         (spam-report-articles-gmane): Add doc fix.
24503         (spam-report-articles-resend, spam-report-resend-register-routine):
24504         Add wrappers around spam-report-resend-to.
24505
24506         * spam-report.el (spam-report-resend-to, spam-report-resend):
24507         Add support for resending spam.
24508         (spam-report-gmane): Fix line length >80.
24509
24510         * gnus.el (spam-process): Add spam-use-resend.
24511
24512 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24513
24514         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24515         number of processed spam messages.
24516         (spam-ham-copy-or-move-routine): Return the number of processed
24517         ham messages.
24518         (spam-summary-prepare-exit): Use the above values to decide
24519         whether status messages shouled be displayed.
24520
24521 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24522
24523         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24524         `rfc2047-encoding-function-alist' in order to avoid conflicting
24525         with the old version.
24526         (rfc2047-encode-region): Concatenate words containing non-ASCII
24527         characters in structured fields; don't encode space-delimited
24528         ASCII words even in unstructured fields; don't break words at
24529         char-category boundaries.
24530         (rfc2047-encode-1): New function.
24531         (rfc2047-encode): Use it; encode text so that it occupies the
24532         maximum width within 76-column; work correctly on Q encoding for
24533         iso-2022-* charsets.
24534         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24535         sure not to break a line just after the header name.
24536         (rfc2047-b-encode-region): Remove.
24537         (rfc2047-b-encode-string): New function.
24538         (rfc2047-q-encode-region): Remove.
24539         (rfc2047-q-encode-string): New function.
24540
24541         * mm-util.el (mm-replace-in-string): New function.
24542
24543 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24544
24545         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24546         Really get it right.
24547         (gnus-inews-make-draft): Really.
24548
24549 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24550
24551         * nnmh.el (nnmh-request-list-1): Don't check the link count
24552         before descending.  (small patch)
24553
24554 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24555
24556         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24557         stuff.
24558
24559         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24560         Match on real group name.
24561
24562         * gnus-art.el (gnus-signature-limit): Doc fix.
24563
24564         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24565
24566         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24567
24568 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24569
24570         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24571         isn't a string.
24572
24573 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24574
24575         * gnus-draft.el (gnus-draft-send):
24576         Bind rfc2047-encode-encoded-words.
24577
24578         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24579         (rfc2047-encodable-p): Say that =? needs encoding.
24580         (rfc2047-encode-encoded-words): New variable.
24581
24582         * gnus-group.el (gnus-group-select-group): Doc fix.
24583
24584         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24585
24586         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24587         to nil.
24588
24589         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24590
24591         * nnheader.el (nnheader-get-lines-and-char): New function.
24592
24593 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24594
24595         * gnus-msg.el (gnus-summary-followup-with-original):
24596         Document yanking of region when active.
24597
24598 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24599
24600         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24601         groups if the group level is higher than the specified value.
24602
24603 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24604
24605         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24606         (gnus-group-jump-to-group): Add prefix argument using
24607         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24608         non-active group.
24609
24610         * compface.el (uncompface): Be verbose when changing
24611         `uncompface-use-external'.
24612
24613         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24614         handle manual section.
24615
24616 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24617
24618         * gnus-art.el (gnus-button-alist): Revert previous change.
24619
24620 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24621
24622         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24623
24624 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24625
24626         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24627         whether backend can accept message.
24628
24629         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24630
24631 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24632
24633         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24634         Avoid creating directory when nntp-marks-is-evil is true.
24635         Reported by Reiner Steib.
24636
24637 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24638
24639         * gnus-picon.el (gnus-picon-insert-glyph):
24640         Add optional `nostring' argument.
24641
24642 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24643
24644         * gnus-picon.el (gnus-picon-style): New variable.
24645         (gnus-picon-transform-address): Support `gnus-picon-style'.
24646
24647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24648
24649         * message.el (message-fill-field): Return point.
24650         (message-generate-headers): Go to end of field.
24651
24652         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24653         stuff for non-living groups.
24654
24655 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24656
24657         * gnus-art.el (gnus-article-followup-with-original)
24658         (gnus-article-reply-with-original): gnus-mark-active-p ->
24659         gnus-region-active-p.
24660
24661 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24662
24663         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24664         only when there is spam or ham to be processed.
24665
24666 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24667
24668         * mail-source.el (mail-source-delete-crash-box): Refactor.
24669         (mail-source-fetch): Use it.
24670         (mail-source-fetch-file): Ditto.
24671         (mail-source-fetch-directory): Run postscript in loop.
24672         (mail-source-fetch-pop): Delete.
24673         (mail-source-fetch-maildir): Ditto.
24674         (mail-source-fetch-imap): Ditto.
24675
24676         * imap.el (imap-authenticators): Comment out sasl.
24677
24678         * message.el (message-skip-to-next-address): New function.
24679         (message-fill-header-address): Refactor.
24680         (message-fill-address): Use it.
24681         (message-delete-address): Use it.
24682         (message-fill-header-general): Refactor.
24683         (message-fill-field-address): Rename.
24684         (message-narrow-to-field): Find the start of the header.
24685         (message-header-format-alist): Don't pre-fill.
24686         (message-fill-header): Remove.
24687         (message-insert-header): New function.
24688         (message-shorten-references): Use it.
24689
24690         * rfc2047.el (rfc2047-field-value): Strip props.
24691
24692         * mail-parse.el (mail-header-make-address): New alias.
24693
24694         * ietf-drums.el (ietf-drums-make-address): New function.
24695
24696         * imap.el: Add compiler directives.
24697
24698         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24699
24700         * gnus-art.el (article-decode-idna-rhs): Don't use
24701         message-idna-inside-rhs-p.
24702
24703 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24704
24705         * message.el (message-idna-inside-rhs-p): Remove.
24706         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24707
24708         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24709         false positives.
24710
24711 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24712
24713         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24714
24715 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24716
24717         * nneething.el (nneething-file-name): Don't create spurious
24718         files.
24719
24720         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24721         (gnus-inews-do-gcc): Remove sleep.
24722
24723         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24724         part under point.
24725
24726         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24727         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24728
24729 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24730
24731         * spam.el (spam-summary-prepare-exit): Fix (length).
24732
24733 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24734
24735         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24736         as expired without moving it" message when there are spam
24737         messages left.
24738
24739 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24740
24741         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24742         header is not nil.
24743
24744 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24745
24746         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24747         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24748         (nntp-marks-changed-p): New arg SERVER.
24749         (nntp-request-update-info): Adjust caller.
24750
24751 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24752
24753         * nntp.el (nntp-save-marks): Pass missing arg.
24754
24755 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24756
24757         * nntp.el: Support marks.
24758         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24759         (nntp-marks-modtime, nntp-marks-directory): New variables.
24760         (nntp-request-set-mark, nntp-request-update-info)
24761         (nntp-possibly-create-directory, nntp-marks-changed-p)
24762         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24763         New functions.
24764
24765 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24766
24767         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24768         (gnus-xmas-redefine): Rename.
24769
24770         * gnus-score.el (gnus-score-insert-help):
24771         Use gnus-select-lowest-window.
24772
24773         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24774         appt-select-lowest-window and rename to gnus-select-lowest-window.
24775
24776         * gnus.el: do.
24777
24778 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24779
24780         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24781         encodings of MIME-encoded words, in order to improve
24782         interoperability with several broken MUAs.
24783
24784 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24785
24786         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24787         tags, only when charsets are not specified in headers.
24788         (mm-inline-text-html-render-with-w3m): Ditto.
24789
24790         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24791         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24792
24793 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24794
24795         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24796         instead of MIME-decoded from fields when checking
24797         `gnus-article-address-banner-alist'.
24798
24799 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24800
24801         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24802         description rather than subject.
24803
24804 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24805
24806         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24807
24808 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24809
24810         * gnus.el (gnus-version-number): Bump.
24811
24812 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24813
24814         * gnus.el: No Gnus v0.2 is released.
24815
24816 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24817
24818         * gnus-agent.el (gnus-agent-read-agentview):
24819         Inline gnus-uncompress-range.
24820
24821 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24822
24823         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24824         `exec-installed-p'.
24825
24826 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24827
24828         * gnus.el (spam-process, spam-autodetect-methods):
24829         Add bsfilter and bsfilter-headers.
24830
24831         * spam.el (spam-bsfilter): New customize group.
24832         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24833         (spam-bsfilter-header, spam-bsfilter-probability-header)
24834         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24835         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24836         (spam-bsfilter-database-directory): New options.
24837         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24838         (spam-list-of-statistical-checks, spam-registration-functions):
24839         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24840         (spam-bsfilter-score): New command.
24841         (spam-check-bsfilter-headers, spam-check-bsfilter)
24842         (spam-bsfilter-register-with-bsfilter)
24843         (spam-bsfilter-register-spam-routine)
24844         (spam-bsfilter-unregister-spam-routine)
24845         (spam-bsfilter-register-ham-routine)
24846         (spam-bsfilter-unregister-ham-routine): New functions.
24847         (spam-generic-score): Support bsfilter; Accept an optional argument
24848         to recalcurate spam score even if scoring header has already been
24849         added.
24850         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24851         optional argument to recalcurate spam score even if scoring header
24852         has already been added.
24853
24854 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24855
24856         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24857         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24858         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24859         link is missing.
24860
24861 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24862
24863         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24864         (html2text-get-attr): Rewrite.
24865
24866         * message.el (message-setup-1): Remove redundant put-text-property
24867         on mail-header-separator.
24868
24869 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24870
24871         * gnus-registry.el (gnus-registry-cache-whitespace)
24872         (gnus-registry-action, gnus-registry-spool-action)
24873         (gnus-registry-split-fancy-with-parent): Change message levels
24874         from 5 to 3 or 7, as needed.
24875
24876         * spam.el (spam-summary-prepare-exit)
24877         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24878         (spam-split, spam-find-spam, spam-log-undo-registration)
24879         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24880         level from 5 to 6.
24881
24882 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24883
24884         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24885         2004-03-04 change).
24886
24887 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24888
24889         * sieve-manage.el (sieve-manage-open):
24890         * nnweb.el (nnweb-insert-html):
24891         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24892         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24893         * nnspool.el (nnspool-request-group):
24894         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24895         * nnml.el (nnml-request-update-info):
24896         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24897         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24898         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24899         (nnimap-request-set-mark):
24900         * nnfolder.el (nnfolder-request-update-info):
24901         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24902         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24903         * gnus-uu.el (gnus-uu-find-articles-matching):
24904         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24905         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24906         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24907         * gnus-nocem.el (gnus-nocem-scan-groups):
24908         * gnus-int.el (gnus-start-news-server):
24909         * gnus-group.el (gnus-group-make-kiboze-group)
24910         (gnus-group-browse-foreign-server):
24911         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24912         Use mapc when appropriate.
24913
24914 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24915             Adam Sjøgren  <asjo@koldfront.dk>
24916             Wes Hardaker  <wes@hardakers.net>
24917             Michael Shields  <shields@msrl.com>
24918
24919         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24920         may need for spam sorting and scoring.
24921         (spam-user-format-function-S): Add user format function suitable for
24922         general use.
24923         (spam-article-sort-by-spam-status): Add sorting function for summary
24924         sorting.
24925         (spam-extra-header-to-number): Add function to get a score from a
24926         header.
24927         (spam-summary-score): Add function to get a numeric score from the
24928         headers.
24929         (spam-generic-score): Fix function doc, was in wrong place.
24930         (spam-initialize): Take symbols when it's run, and install the
24931         extra headers that spam-necessary-extra-headers thinks we need.
24932
24933 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24934
24935         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24936         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24937
24938 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24939
24940         * gnus-sum.el (gnus-set-global-variables)
24941         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24942         (gnus-article-get-xrefs, gnus-summary-best-group)
24943         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24944         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24945         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24946         Use with-current-buffer.
24947
24948 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24949
24950         * spam.el (spam-summary-prepare-exit): Simplify logic.
24951         (spam-fetch-article-header): Read the article header if it's not
24952         available.
24953         (spam-list-articles): Simplify logic.
24954         (spam-filelist-register-routine): Fix bug with unregister-list.
24955
24956         * gnus-registry.el: Fix comments at beginning.
24957
24958 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24959
24960         * message.el (message-cater-to-broken-inn): Remove.
24961         (message-shorten-references): Make sure the total folded length of
24962         References is shorter than 998 characters to cater to a bug in INN
24963         2.3.  Also, don't pretend that references aren't folded -- this
24964         hasn't worked for a while.
24965
24966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24967
24968         * gnus-agent.el (gnus-agentize):
24969         gnus-agent-send-mail-real-function no longer set to current value
24970         of message-send-mail-function but rather a lambda that calls
24971         message-send-mail-function.  The change makes the agent real-time
24972         responsive to user changes to message-send-mail-function.
24973
24974 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24975
24976         * legacy-gnus-agent.el
24977         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24978         help from Florian Weimer <fw@deneb.enyo.de>
24979
24980 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24981
24982         * nnmail.el (nnmail-cache-insert): Revert last change.
24983
24984 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24985
24986         * nnmail.el (nnmail-cache-insert): Always check whether
24987         nnmail-cache-ignore-groups matches a group name.
24988
24989 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24990
24991         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24992         (spam-find-spam, spam-log-processing-to-registry)
24993         (spam-log-registered-p, spam-log-unregistration-needed-p)
24994         (spam-log-undo-registration): Use gnus-message instead of
24995         gnus-error, none of these errors are fatal.
24996
24997         * gnus-registry.el (gnus-registry-clean-empty-function)
24998         (gnus-registry-clean-empty): Remove only empty entries without
24999         extra data.
25000
25001 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25002
25003         * spam-stat.el (spam-stat-buffer-change-to-spam)
25004         (spam-stat-buffer-change-to-non-spam): Change (error) to
25005         (gnus-message 8) invocation.
25006
25007 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25008
25009         * nntp.el (nntp-via-netcat-command): New variable.
25010         (nntp-via-netcat-switches): New variable.
25011         (nntp-open-via-rlogin-and-netcat): New function.
25012         (nntp-open-connection-function): Doc fix.
25013         (nntp-telnet-command): Doc fix.
25014         (nntp-end-of-line): Doc fix.
25015         (nntp-via-rlogin-command): Doc fix.
25016         (nntp-via-user-name): Doc fix.
25017         (nntp-via-address): Doc fix.
25018
25019 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25020
25021         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25022         error in Emacs 21.1.
25023
25024 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25025
25026         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25027
25028 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25029
25030         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25031         (gnus-agent-with-refreshed-group): New macro.
25032         (gnus-agent-rename-group): New function.
25033         (gnus-agent-delete-group): New function.
25034         (gnus-agent-save-group-info): Use gnus-command-method when
25035         `method' parameter is nil.  Don't write nil entries into the
25036         active file.
25037         (gnus-agent-get-group-info): New function.
25038         (gnus-agent-fetch-articles):
25039         Use gnus-agent-update-files-total-fetched-for to increment disk space
25040         used.
25041         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25042         Use gnus-agent-update-view-total-fetched-for to increment disk space
25043         used.
25044         (gnus-agent-get-local): Add optional parameters to avoid calling
25045         gnus-group-real-name and gnus-find-method-for-group.
25046         (gnus-agent-set-local): Delete stored entry if either min, or max,
25047         are nil.
25048         (gnus-agent-fetch-session): Reworded error/quit messages.
25049         On quit, use gnus-agent-regenerate-group to record existance of any
25050         articles fetched to disk before the quit occurred.
25051         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25052         gnus-agent-update-view-total-fetched-for, and
25053         gnus-agent-update-files-total-fetched-for to decrement disk space
25054         used.
25055         (gnus-agent-retrieve-headers):
25056         Use gnus-agent-update-view-total-fetched-for to increment disk space
25057         used.
25058         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25059         with gnus-agent-update-files-total-fetched-for to decrement disk
25060         space and fresh group buffer.
25061         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25062         (gnus-agent-need-update-total-fetched-for): New variable.
25063         (gnus-agent-update-files-total-fetched-for): New function.
25064         (gnus-agent-update-view-total-fetched-for): New function.
25065         (gnus-agent-total-fetched-for): New function.
25066
25067         * gnus-cache.el (gnus-cache-save-buffers):
25068         Use gnus-cache-update-overview-total-fetched-for to change disk space
25069         used by this group.
25070         (gnus-cache-possibly-enter-article):
25071         Use gnus-cache-update-file-total-fetched-for to increment disk space
25072         used by this group.
25073         (gnus-cache-possibly-remove-article):
25074         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25075         used by this group.
25076         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25077         (gnus-cache-rename-group): New function.
25078         (gnus-cache-delete-group): New function.
25079         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25080         (gnus-cache-need-update-total-fetched-for): New variable.
25081         (gnus-cache-with-refreshed-group): New macro.
25082         (gnus-cache-update-file-total-fetched-for): New function.
25083         (gnus-cache-update-overview-total-fetched-for): New function.
25084         (gnus-cache-rename-group-total-fetched-for): New function.
25085         (gnus-cache-delete-group-total-fetched-for): New function.
25086         (gnus-cache-total-fetched-for): New function.
25087
25088         * gnus-group.el: Require gnus-sum and autoload functions to
25089         resolve warnings when gnus-group.el compiled alone.
25090         (gnus-group-line-format): Documented new %F.
25091         (size of Fetched data) group line format; identifies disk space
25092         used by agent and cache.
25093         (gnus-group-line-format-alist): Defined new F format.
25094         (gnus-total-fetched-for): New function.
25095         (gnus-group-delete-group): No longer update
25096         gnus-cache-active-altered as gnus-request-delete-group now keeps
25097         the cache in sync.
25098         (gnus-group-list-active): Let the agent store a server's active
25099         list if currently plugged.
25100
25101         * gnus-int.el (gnus-request-delete-group):
25102         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25103         local disk in sync with the server.
25104         (gnus-request-rename-group):
25105         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25106         local disk in sync with the server.
25107
25108         * gnus-start.el (gnus-get-unread-articles):
25109         Cosmetic simplification to logic.
25110
25111         * gnus-util.el (gnus-rename-file): New function.
25112
25113 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25114
25115         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25116
25117 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25118
25119         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25120         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25121
25122 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25123
25124         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25125         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25126
25127 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25128
25129         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25130
25131 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25132
25133         * spam.el (spam-set-difference): Add function to replace
25134         gnus-set-difference in spam.el.
25135         (spam-summary-prepare-exit): Use spam-set-difference.
25136
25137 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25138
25139         * gnus-registry.el (gnus-registry-cache-file): Update to use
25140         gnus-dribble-directory OR gnus-home-directory OR ~.
25141         (gnus-registry-split-fancy-with-parent): Fix doc.
25142
25143 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * message.el (message-exchange-point-and-mark):
25146         Use message-mark-active-p.  Suggested by Jesper Harder
25147         <harder@ifa.au.dk>.
25148
25149 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25150
25151         * message.el (message-exchange-point-and-mark): Don't activate
25152         region if it was inactive.  Suggested by Hiroshi Fujishima
25153         <pooh@nature.tsukuba.ac.jp>.
25154
25155 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25156
25157         * gnus-art.el (article-display-face): Display Faces in the same
25158         order as X-Faces.
25159
25160 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25163
25164 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25167         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25168         (gnus-article-mime-hierarchy): Remove.
25169         (gnus-article-mime-hierarchy-next): Remove.
25170         (gnus-article-mode): Revert 2004-03-19 change.
25171         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25172         (gnus-insert-mime-button): Revert 2004-03-19 change.
25173         (gnus-mime-accumulate-hierarchy): Remove.
25174         (gnus-mime-enter-multipart): Remove.
25175         (gnus-mime-leave-multipart): Remove.
25176         (gnus-mime-display-part): Revert 2004-03-19 change.
25177         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25178
25179         * mml.el (mml-preview): Revert 2004-03-19 change.
25180
25181 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25182
25183         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25184
25185 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25186
25187         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25188         t while entering a file name using the mm-with-multibyte macro.
25189         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25190
25191         * mm-util.el (mm-with-multibyte): New macro.
25192
25193 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25194
25195         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25196         New user option.
25197         (gnus-mime-multipart-functions): Doc and customization fix.
25198         (gnus-article-mime-hierarchy): New variable.
25199         (gnus-article-mime-hierarchy-next): New variable.
25200         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25201         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25202         gnus-article-mime-hierarchy-next to nil.
25203         (gnus-insert-mime-button): Show hierarchy numbers.
25204         (gnus-mime-accumulate-hierarchy): New function.
25205         (gnus-mime-enter-multipart): New function.
25206         (gnus-mime-leave-multipart): New function.
25207         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25208         (gnus-mime-display-alternative): Show hierarchy numbers.
25209
25210         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25211         gnus-article-mime-hierarchy-next to nil.
25212
25213 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25214
25215         * dns.el: Don't require gnus-xmas.
25216
25217 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25218
25219         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25220         inline PGP.
25221         (mml-menu): Disable mml-quote-region if mark is inactive.
25222
25223 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25224
25225         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25226         when the group's active is not available.
25227
25228 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25229
25230         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25231         error.
25232
25233 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25234
25235         * imap.el (imap-store-password): New variable.
25236         (imap-interactive-login): Use it.
25237         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25238
25239 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25240
25241         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25242         window-start and hscroll to summary window.
25243
25244 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25245
25246         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25247         conversion message to newsrc-dribble when an actual conversion is
25248         performed.
25249
25250 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25251
25252         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25253
25254 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25255
25256         * mm-decode.el (mm-complicated-handles): New function reviving
25257         former definition of mm-multiple-handles.
25258
25259         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25260         (gnus-mime-delete-part): Use it.
25261
25262 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25263
25264         * gnus-agent.el (gnus-agent-read-local):
25265         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25266         avoid the implicit assumption that they will always be equal.
25267         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25268         coding-system-for-write, as the with-temp-file macro first prints
25269         to a buffer then saves the buffer.
25270
25271 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25272
25273         * gnus-art.el (gnus-article-edit-part): New function.
25274         (gnus-mime-save-part-and-strip): Use it; do query instead of
25275         signaling an error; don't use mm-multiple-handles.
25276         (gnus-mime-delete-part): Ditto.
25277
25278 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25279
25280         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25281         old file versions.
25282         (gnus-group-prepare-hook): Remove function that converted list
25283         form of gnus-agent-expire-days to group properties.
25284
25285         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25286         (gnus-request-accept-article): Re-indented.
25287
25288         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25289         converters to handle old agent file formats.  Add logic for a
25290         "backup before upgrading warning".
25291         (gnus-convert-mark-converter-prompt): Developers can mark
25292         functions as needing (default), or not needing,
25293         gnus-convert-old-newsrc's "backup before upgrading warning".
25294         (gnus-convert-converter-needs-prompt): Tests whether the user
25295         should be protected from potentially irreversable changes by the
25296         function.
25297
25298         * legacy-gnus-agent.el: New.  Provides converters that are only
25299         loaded when gnus-convert-old-newsrc needs to call them.
25300
25301 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25302
25303         * mail-source.el (mail-source-touch-pop): Doc fix.
25304
25305         * message.el (message-smtpmail-send-it): Doc fix.
25306
25307 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25308
25309         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25310
25311         * nnmail.el (nnmail-split-fancy): do.
25312
25313         * gnus-kill.el (gnus-kill, gnus-execute): do.
25314
25315 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25316
25317         * gnus-sum.el (gnus-widget-reversible-match)
25318         (gnus-widget-reversible-to-internal)
25319         (gnus-widget-reversible-to-external): New functions.
25320         (gnus-widget-reversible): New widget.
25321         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25322
25323 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25324
25325         * gnus-sum.el (gnus-thread-sort-functions)
25326         (gnus-article-sort-functions): Document `(not F)' items.
25327
25328 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25329
25330         * spam.el (spam-use-gmane-xref): Add new backend.
25331         (spam-gmane-xref-spam-group): Add variable to control the name of the
25332         Gmane spam group.
25333         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25334         (spam-regex-headers-spam, spam-regex-headers-ham)
25335         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25336         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25337         backends and checks.
25338         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25339
25340         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25341         an autodetect method.
25342
25343 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25344
25345         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25346         articles are being added to a group.
25347         (gnus-request-replace-article): Inform the agent that articles
25348         need to be uncached as the cached contents are no longer valid.
25349
25350 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25351
25352         * binhex.el: Don't autoload executable-find.
25353
25354         * canlock.el: Don't autoload mail-fetch-field.
25355
25356         * dgnushack.el: Autoload c-mode for XEmacs.
25357
25358         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25359
25360         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25361         rmail-dont-reply-to and rmail-output.
25362
25363         * gnus-score.el: Don't autoload ffap-string-at-point.
25364
25365         * gnus-setup.el: Don't autoload sc-cite-original.
25366
25367         * imap.el: Don't autoload base64-decode-string,
25368         base64-encode-string and md5.
25369
25370         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25371         and rmail-msg-restore-non-pruned-header.
25372
25373         * mm-decode.el: Don't autoload executable-find.
25374
25375         * mm-url.el: Don't autoload executable-find.
25376
25377         * mm-view.el: Don't autoload diff-mode.
25378
25379         * nndb.el: Don't autoload news-reply-mode, news-setup,
25380         cancel-timer and telnet.
25381
25382         * password.el: Don't autoload run-at-time for Emacs.
25383
25384         * sha1-el.el: Don't autoload executable-find.
25385
25386         * sieve-mode.el: Don't autoload c-mode.
25387
25388         * uudecode.el: Don't autoload executable-find.
25389
25390 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25391
25392         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25393         (gnus-agent-possibly-alter-active): Avoid null in numeric
25394         comparison.
25395         (gnus-agent-set-local): Refuse to save null in local object table.
25396         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25397         list of articles that will be marked as unread.
25398
25399 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25400
25401         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25402
25403 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25404
25405         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25406         language tags.
25407
25408 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25409
25410         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25411         Don't bind "obarray".
25412
25413         * gnus-sum.el (gnus-thread-sort-functions):
25414         Add `gnus-thread-sort-by-most-recent-number' and
25415         `gnus-thread-sort-by-most-recent-date'.
25416         Reported by Kai Grossjohann <kai@emptydomain.de>.
25417
25418 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25419
25420         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25421
25422 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25423
25424         * gnus-cus.el (gnus-agent-customize-category):
25425         Remove ignore-errors macro reference that required cl to be loaded at
25426         run-time.
25427
25428         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25429         single-interval range of the form (min . max).  Previously the
25430         range had to look like ((min . max)).  Likewise, return
25431         (min . max) rather than ((min . max)).
25432         (gnus-range-map): Use gnus-range-normalize to accept
25433         single-interval range.
25434
25435         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25436         the cache, but not the agent, now appear with their usual face.
25437
25438         * dgnushack.el (loaddir): New variable that is bound to the
25439         directory containing the dgnushack.el file. Use loaddir, rather
25440         than srcdir, to update load-path. Change lets dgnushack compile
25441         code in directories other than GNUS/lisp.
25442
25443 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25444
25445         * lpath.el: Don't bind w3m-safe-url-regexp.
25446
25447         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25448         w3m-safe-url-regexp variable buffer-local.
25449
25450         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25451
25452 2004-02-27  Simon Josefsson  <jas@extundo.com>
25453
25454         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25455         gnus-group-real-prefix.
25456         (gnus-summary-move-article): Use it, instead of
25457         gnus-group-real-prefix.
25458
25459 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25460
25461         * lpath.el: Bind w3m-safe-url-regexp.
25462
25463         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25464         w3m-safe-url-regexp variable buffer-local and set it as the value
25465         of mm-w3m-safe-url-regexp.
25466
25467         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25468
25469         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25470         parsing gnus-posting-styles when the message is not for replying.
25471
25472         * dgnushack.el: Autoload sgml-mode for XEmacs.
25473
25474         * nnrss.el (nnrss-opml-export):
25475         Use mm-set-buffer-file-coding-system instead of
25476         set-buffer-file-coding-system.
25477
25478 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25479
25480         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25481         of checkdoc.el).
25482         * nnrss.el: do.
25483         * gnus-mlspl.el: do.
25484         * gnus-ml.el: do.
25485         * gnus-srvr.el: do.
25486
25487         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25488
25489 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25490
25491         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25492         Corrections to custom-manual links.
25493
25494         * gnus-art.el (gnus-article): Ditto.
25495
25496         * mm-decode.el (mime-display, mime-security): Ditto.
25497
25498 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25499
25500         * flow-fill.el: Typo.
25501
25502 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25503
25504         * spam-wash.el: New file.
25505
25506 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25507
25508         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25509
25510 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25511
25512         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25513         to be run with new-articles as LIST1, not LIST2.
25514         (spam-registration-functions): Add spam-use-ham-copy as a nil
25515         registration backend.
25516
25517 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25518
25519         * spam-stat.el (spam-stat-washing-hook): New option.
25520         (spam-stat-buffer-words): Use it.
25521         (spam-stat-process-directory, spam-stat-test-directory):
25522         Use insert-file-contents-literally.
25523         (spam-stat-coding-system): New variable.
25524         (spam-stat-load, spam-stat-save): Use it.
25525
25526 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * spam-report.el (spam-report-plug-agent):
25529         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25530
25531 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25532
25533         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25534         Allow / in mailto URLs.
25535
25536 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25537
25538         * spam-report.el (spam-report-process-queue): Fix interactive use.
25539         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25540         (spam-report-unplug-agent): Doc fixes.
25541         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25542         (spam-report-agentize, spam-report-deagentize): Autoload.
25543
25544 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25545
25546         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25547
25548         * message.el (message-setup-fill-variables): Add mml tags to
25549         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25550         <ajk@iu.edu>.
25551         (message-mode): Don't modify paragraph-separate there.
25552
25553 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25554
25555         * compface.el (uncompface-use-external): Default to undecided.
25556         (uncompface-use-external-threshold): New variable.
25557         (uncompface-float-time): New macro.
25558         (uncompface): Determine whether to use the external decoder if
25559         uncompface-use-external is undecided.
25560
25561 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25562
25563         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25564         after images.
25565
25566         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25567
25568 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25569
25570         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25571
25572         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25573
25574         * gnus-sum.el (gnus-summary-limit-to-age)
25575         (gnus-summary-limit-children): do.
25576
25577         * gnus-int.el (gnus-request-scan): do.
25578
25579         * gnus-group.el (gnus-group-suspend): do.
25580
25581         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25582
25583         * gnus-cite.el (gnus-cite-parse-attributions): do.
25584
25585         * gnus-agent.el (gnus-summary-set-agent-mark)
25586         (gnus-agent-regenerate-group): do.
25587
25588         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25589
25590         * binhex.el (binhex-decode-region-internal): do.
25591
25592 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25593
25594         * gnus-fun.el (gnus-face-properties-alist): New user option.
25595         (gnus-display-x-face-in-from): Use it.
25596
25597         * gnus-art.el (article-display-face): Ditto.
25598
25599         * compface.el (uncompface-use-external): Default to nil.
25600
25601 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25602
25603         * nntp.el (nntp-erase-buffer): New function.
25604         (nntp-retrieve-data, nntp-send-command)
25605         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25606         (nntp-possibly-change-group): Use it.
25607
25608         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25609         Use with-current-buffer.
25610
25611 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25612
25613         * compface.el: Merge the ELisp-based uncompface program.
25614         (compface): New customization group.
25615         (uncompface-use-external): New user option.
25616         (uncompface): Call uncompface-internal if uncompface-use-external
25617         is nil.
25618         (uncompface-internal): New function.  Note that there are also
25619         some other functions and variables added for this function.
25620
25621 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25622
25623         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25624         if necessary.
25625
25626 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25627
25628         * spam-report.el (spam-report-unplug-agent)
25629         (spam-report-plug-agent, spam-report-deagentize)
25630         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25631         Add support for the Agent in spam-report: when unplugged, report to a
25632         file; when plugged, submit all the requests.
25633
25634         * spam.el (spam-register-routine): Fix message about
25635         registration.
25636
25637 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25638
25639         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25640         dependencies.
25641         (rfc2047-encode): Use it.
25642
25643         * gnus-art.el (gnus-button-marker-list): Move before first
25644         reference.
25645
25646         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25647         (imap-parse-body): Fix format string mismatch.
25648
25649         * gnus-score.el (gnus-summary-increase-score): do.
25650
25651         * nnrss.el (nnrss-close): New function.
25652
25653 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25654
25655         * nnrss.el (nnrss-make-filename): New function.
25656         (nnrss-request-delete-group, nnrss-read-server-data)
25657         (nnrss-save-server-data, nnrss-read-group-data)
25658         (nnrss-save-group-data): Use it.
25659         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25660         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25661         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25662
25663 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25664
25665         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25666
25667 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25668
25669         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25670         files.
25671
25672         * message.el (message-generate-headers-first): Don't quote nil
25673         and t in docstrings.
25674
25675         * imap.el (imap-id): do.
25676
25677         * gnus-agent.el (gnus-agent-consider-all-articles)
25678         (gnus-agent-queue-mail): do.
25679
25680 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25681
25682         * spam-report.el (spam-report-process-queue): New function.
25683         Process requests from `spam-report-requests-file'.
25684         (spam-report-process-queue): Doc fix.
25685
25686 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25687
25688         * spam.el (spam-register-routine)
25689         (spam-log-processing-to-registry, spam-log-registered-p)
25690         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25691         Change "check" to "spam-check" for semi-clarity.
25692
25693 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25694
25695         * pop3.el: Require nnheader.
25696
25697         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25698
25699         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25700
25701         * gnus-picon.el: Require cl.
25702
25703         * gnus-fun.el: Require gnus-ems and gnus-util.
25704
25705         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25706
25707         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25708
25709         * gnus-art.el (gnus-article-edit-mode): Define before first
25710         reference.
25711
25712 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25713
25714         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25715         (gnus-uu-post-encoded): Use point-at-bol.
25716
25717         * gnus-topic.el (gnus-group-active-topic-p): do.
25718
25719         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25720
25721         * gnus-group.el (gnus-group-kill-region): do.
25722
25723         * gnus-art.el (article-date-ut): do.
25724
25725         * message.el (message-fetch-field): Remove redundant
25726         case-fold-search binding.
25727         (message-narrow-to-field): Simplify.
25728
25729 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25730
25731         * spam.el (spam-directory): Derive from `gnus-directory'.
25732
25733         * spam-report.el (spam-report-url-to-file)
25734         (spam-report-requests-file): New function and variable for offline
25735         reporting.
25736         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25737         and user defined function.
25738         (spam-report-url-ping-mm-url): Remove doubled slash.
25739
25740 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25741
25742         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25743
25744 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25745
25746         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25747         Fix format string mismatch.
25748
25749         * sieve.el (sieve-deactivate-all): do.
25750
25751         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25752
25753         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25754
25755         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25756
25757         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25758
25759 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25760
25761         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25762         the list of checks.
25763
25764 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25765
25766         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25767         padding.
25768
25769 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25770
25771         * mm-view.el (mm-fill-flowed): New variable.
25772         (mm-inline-text): Use it.
25773
25774 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25775
25776         * spam.el (spam-spamassassin-register-ham-routine)
25777         (spam-spamassassin-register-spam-routine): Fix function names.
25778
25779 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25780
25781         * gnus.el (gnus-tmp-grouplens): Remove.
25782         (gnus-summary-line-format): Remove grouplens.
25783
25784         * gnus-group.el (gnus-group-line-format): Ditto.
25785
25786         * gnus-spec.el (gnus-format-specs): Ditto.
25787         (gnus-update-format-specifications): Flush the group format spec
25788         cache if there's the grouplens stuff.
25789         (gnus-parse-simple-format): Replace %l with the empty string.
25790
25791 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25792
25793         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25794         omission.
25795
25796 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25797
25798         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25799         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25800
25801 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25802
25803         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25804         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25805         New macros and functions.
25806         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25807         Handle > NLINK_MAX messages.
25808         * nnmaildir.el (nnmaildir-request-set-mark):
25809         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25810
25811 2004-01-25  Alex Schroeder  <alex@gnu.org>
25812
25813         * spam-stat.el (spam-stat-process-directory-age): New option.
25814         (spam-stat-process-directory): Use it.
25815
25816 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25817
25818         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25819         (spam-stat-save): Accept prefix argument.
25820
25821 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25822
25823         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25824         links" error.
25825
25826 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25827
25828         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25829         the rest of the and/or forms.
25830
25831 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25832
25833         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25834         compatibility with old .newsrc.eld files.
25835
25836         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25837
25838         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25839
25840         * gnus-start.el (gnus-1): do.
25841
25842         * gnus-group.el (gnus-group-line-format-alist): do.
25843
25844         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25845
25846         * gnus-gl.el: Remove.
25847
25848 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25849
25850         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25851         marks consisting of a single range {for example, (3 . 5)} rather
25852         than a list of a single range { ((3 . 5)) }.
25853
25854 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25855
25856         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25857         Use with-current-buffer.
25858         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25859         avoid consing a string.
25860
25861         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25862         Remove obsolete entries for big5 and gb2312.
25863
25864 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25865
25866         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25867         uncompressed list.
25868
25869 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25870
25871         * spam-stat.el (spam-stat-strip-xref): New function.
25872         (spam-stat-process-directory): Use it.
25873
25874         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25875         here -- it's done in message-fetch-field.
25876
25877 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25878
25879         * gnus-agent.el (gnus-agent-queue-mail)
25880         (gnus-agent-prompt-send-queue): New variables.
25881         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25882         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25883         "nndraft:queue" along to gnus-draft-send.
25884         Use gnus-agent-prompt-send-queue.
25885         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25886         is "nndraft:queue".  Suggested by Gaute Strokkenes
25887         <gs234@srcf.ucam.org>
25888
25889         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25890         (agent-enable-undownloaded-faces): Add.
25891         (gnus-agent-cat-groups): Use eval-and-compile, not
25892         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25893         method of gnus-agent-cat-groups even when the buffer has been
25894         evaled.
25895         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25896         delete gnus-agent-save-active-1.
25897         (gnus-agent-save-groups): Delete.  Identical to
25898         gnus-agent-save-active.
25899         (gnus-agent-write-active): No longer adjust agent's copy of active
25900         file as agent's adjustments are now stored in their own
25901         file.  Remove optional parameter.
25902         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25903         servers.  Add use of min/max range limits from server's local
25904         file.
25905         (gnus-agent-save-alist): Remove unused optional argument.
25906         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25907         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25908         (gnus-agent-set-local): A per-server file that keeps min/max range
25909         limits for articles known to the agent.  Provides a fast mechanism
25910         for altering many active ranges.
25911         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25912         active file (local makes it unnecessary).
25913         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25914
25915         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25916         (agent-enable-undownloaded-faces): Add.
25917
25918         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25919         disable it when sending to "nndraft:queue".
25920         (gnus-group-send-queue): Add safety check to avoid sending queue
25921         when unplugged.
25922
25923         * gnus-group.el (gnus-group-catchup): Use new
25924         gnus-sequence-of-unread-articles, not
25925         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25926         numbers of articles.  Use gnus-range-map to avoid having to
25927         uncompress the unread list.
25928         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25929         Fix invalid ange-ftp reference.
25930
25931         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25932         (gnus-sorted-range-intersection): Intersection of two ranges
25933         without requiring that they first be uncompressed.
25934
25935         * gnus-start.el (gnus-activate-group): Unless blocked by the
25936         caller, possibly expand the active range to include both cached
25937         and agentized articles.
25938         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25939         multiple version-dependent converters.
25940         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25941         gnus-agent-save-active.
25942         (gnus-save-newsrc-file): Save dirty agent range limits.
25943
25944         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25945         gnus-agent-possibly-alter-active.
25946         (gnus-adjust-marked-articles): Faster handling of simple lists.
25947
25948 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25949
25950         * spam-stat.el (spam-stat-test-directory): New optional argument
25951         displays a list of files detected.  Suggested by Andrew Cohen
25952         <cohen@andy.bu.edu>.
25953         (spam-stat-buffer-words-with-scores): Don't narrow and change
25954         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25955
25956 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25957
25958         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25959         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25960         (spam-spamassassin-arguments)
25961         (spam-spamassassin-spam-flag-header)
25962         (spam-spamassassin-positive-spam-flag-header)
25963         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25964         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25965         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25966         (spam-list-of-processors, spam-list-of-checks)
25967         (spam-list-of-statistical-checks, spam-registration-functions)
25968         (spam-check-spamassassin-headers, spam-check-spamassassin)
25969         (spam-spamassassin-score)
25970         (spam-spamassassin-register-with-sa-learn)
25971         (spam-spamassassin-register-spam-routine)
25972         (spam-spamassassin-register-ham-routine)
25973         (spam-assassin-register-spam-routine)
25974         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25975         (spam-bogofilter-score): Fix to show article before scoring.
25976
25977 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25978
25979         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25980         default scoring function.
25981         (spam-generic-score): Call spam-spamassassin-score if
25982         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25983         spam-bogofilter-score otherwise.
25984
25985         * gnus.el (spam-process, spam-autodetect-methods):
25986         Add spamassassin and spamassassin-headers.
25987
25988 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25989
25990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25991         Suppress unnecessary messages.
25992
25993 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25994
25995         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25996         make-hash-table.
25997
25998 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25999
26000         * canlock.el (base64-encode-string): Don't autoload it.
26001
26002 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26003
26004         * run-at-time.el: Remove useless (require 'itimer),
26005         eval-and-compile and (featurep 'xemacs).
26006
26007 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26008
26009         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26010         GROUP is a virtual group.
26011
26012 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26013
26014         * gnus.el: Autoload `message-y-or-n-p'.
26015
26016 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26017
26018         * pgg-parse.el: Remove unnecessary (require 'custom).
26019
26020         * pgg-def.el: do.
26021
26022         * nnmail.el: do.
26023
26024         * gnus-undo.el: do.
26025
26026         * gnus-picon.el: do.
26027
26028         * gnus-util.el: do.
26029
26030 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26031
26032         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26033
26034 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26035
26036         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26037         handle, as well as a list.
26038
26039         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26040         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26041         (mm-w3m-cid-retrieve): Simplify.
26042
26043 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26044
26045         * message.el (message-kill-to-signature): Allow prefix arg to
26046         specify number of lines to keep before signature.
26047
26048 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26049
26050         * message.el (message-kill-to-signature): Change docstring.
26051
26052 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26053
26054         * canlock.el: Always require sha1-el.
26055         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26056
26057         * message.el: Autoload sha1 only when compiling.
26058
26059         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26060         eudc-expand-inline for XEmacs.
26061
26062 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26063
26064         * message.el (message-canlock-generate): Require sha1-el.
26065
26066 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26067
26068         * message.el (message-expand-name): Silence the byte compiler.
26069
26070         * lpath.el: Add detect-coding-system.
26071
26072         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26073         cus-edit.
26074
26075 2004-01-13  Simon Josefsson  <jas@extundo.com>
26076
26077         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26078         Invoke gnus-score-mode.
26079         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26080
26081         * gnus-range.el (gnus-compress-sequence): Doc fix.
26082         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26083
26084 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26085
26086         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26087
26088 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26089
26090         * spam.el (spam-get-article-as-string): Update to use
26091         gnus-request-article-this-buffer, much simpler.
26092         (spam-get-article-as-buffer): Remove.
26093
26094 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26095
26096         * message.el (message-expand-name): Use EUDC if the user uses that.
26097
26098 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26099
26100         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26101         character for the encoding to avoid consing a string.
26102
26103         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26104         unnecessarily.
26105
26106         * mm-util.el (mm-replace-chars-in-string): Remove.
26107
26108         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26109         of mm-replace-chars-in-string.
26110
26111 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26112
26113         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26114
26115         * mm-util.el (mm-subst-char-in-string): Support inplace.
26116
26117         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26118         a new string in every iteration.  Use shy groups.
26119
26120 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26121
26122         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26123         * gnus-soup.el (gnus-soup-group-brew):
26124         * gnus-msg.el (gnus-put-message):
26125         * gnus-move.el (gnus-group-move-group-to-server):
26126         * gnus-kill.el (gnus-batch-score):
26127         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26128         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26129         (gnus-group-update-group, gnus-group-read-group)
26130         (gnus-group-make-group, gnus-group-make-help-group)
26131         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26132         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26133         (gnus-group-sort-by-unread, gnus-group-catchup)
26134         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26135         (gnus-group-yank-group, gnus-group-set-info)
26136         (gnus-group-list-groups):
26137         * gnus.el (gnus-generate-new-group-name):
26138         * gnus-delay.el (gnus-delay-send-queue):
26139         * nnvirtual.el (nnvirtual-catchup-group):
26140         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26141         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26142         (gnus-group-prepare-topics, gnus-topic-check-topology):
26143         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26144         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26145         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26146         (gnus-group-make-articles-read):
26147         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26148         (gnus-group-change-level, gnus-kill-newsgroup)
26149         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26150         (gnus-get-unread-articles, gnus-make-articles-unread)
26151         (gnus-make-ascending-articles-unread): Use accessor
26152         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26153         to get group information for improved readability.
26154
26155
26156 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26157
26158         * gnus-art.el (article-decode-mime-words, article-babel)
26159         (gnus-article-highlight-signature, gnus-article-add-buttons)
26160         (gnus-signature-toggle): Use gnus-with-article-buffer.
26161
26162         * gnus-art.el (gnus-article-highlight-headers)
26163         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26164
26165         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26166         (gnus-article-set-globals, gnus-request-article-this-buffer)
26167         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26168         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26169         (gnus-mime-display-alternative): Use with-current-buffer.
26170
26171 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26172
26173         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26174         also under 80 char limit, and call gnus-error if needed.
26175         (spam-fetch-article-header): Fix - it was a
26176         buffer-local variable (gnus-newsgroup-data).
26177         (spam-find-spam): Use spam-generate-fake-headers, forget about
26178         spam-insert-fake-headers.
26179         (spam-insert-fake-headers): Remove.
26180
26181 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26182
26183         * deuglify.el (gnus-article-outlook-unwrap-lines)
26184         (gnus-outlook-rearrange-article)
26185         (gnus-outlook-repair-attribution-outlook)
26186         (gnus-outlook-repair-attribution-block)
26187         (gnus-outlook-repair-attribution-other): Remove redundant
26188         save-excursion.
26189
26190 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26191
26192         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26193         (spam-fetch-field-subject-fast)
26194         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26195         (spam-fetch-article-header): Add functions to deal with Gnus
26196         internals for fast retrieval of article header data.
26197         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26198
26199 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26200
26201         * pop3.el (pop3-md5): Remove.
26202         (pop3-apop): Replace pop3-md5 with md5.
26203
26204         * mm-bodies.el: base64 is always built-in.
26205
26206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26207         Use with-current-buffer.
26208
26209 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26210
26211         * canlock.el (canlock-insert-header): Remove excessive grouping in
26212         regexp.
26213
26214         * gnus-sum.el (gnus-summary-read-document): Ditto.
26215
26216         * gnus-uu.el (gnus-uu-part-number): Ditto.
26217
26218         * html2text.el (html2text-remove-tags): Ditto.
26219         (html2text-format-tags): Ditto.
26220         (html2text-format-single-elements): Ditto.
26221
26222         * mml.el (mml-parse-1): Ditto.
26223
26224 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26225
26226         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26227
26228         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26229
26230         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26231
26232         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26233
26234 2003-11-15  Simon Josefsson  <jas@extundo.com>
26235
26236         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26237         (pgg-gpg-lookup-key): Use regexp match instead of
26238         split-string (split-string is different between emacs 21.2 and
26239         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26240
26241 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26242
26243         * gnus-art.el (gnus-mime-view-all-parts)
26244         (gnus-article-part-wrapper, gnus-article-view-part):
26245         Use with-current-buffer.
26246
26247 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26248
26249         * spam.el (spam-disable-spam-split-during-ham-respool)
26250         (spam-spamoracle-database, spam-cache-lookups)
26251         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26252         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26253         (spam-group-ham-marks, spam-group-spam-marks)
26254         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26255         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26256         also add spam-use-blackholes to the statistical checks.
26257         (spam-fetch-field-fast): Add interface to fetching fields, may
26258         become a macro.
26259         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26260         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26261         (spam-insert-fake-headers): Fake an article when needed.
26262         (spam-find-spam): Fake article when possible.
26263         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26264         (spam-check-bogofilter-headers): Use message-fetch-field instead
26265         of nnmail-fetch-field.
26266
26267 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26268
26269         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26270
26271 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26272
26273         * spam.el (spam-split): Do not require spam-use-CHECK to be
26274         enabled if that check is passed to spam-split explicitly; also
26275         fix so 'spam doesn't get converted to spam-split-group when
26276         spam-split-symbolic-return is t.
26277         (spam-find-spam): Find registrations of the article and use those
26278         instead of re-running spam-split to find the spam/ham
26279         classification of the article.
26280         (spam-log-processing-to-registry, spam-log-registered-p)
26281         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26282         Use gnus-error instead of gnus-message.
26283         (spam-log-registration-type): Add function to determine the
26284         classification of a message based on registry entries; will
26285         return nil if both 'spam and 'ham are found.
26286         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26287         a reasonably fast local cache without the loading errors.
26288         (spam-cache-lookups): Set to t by default.
26289         (spam-find-spam): Don't try to guess spam-cache-lookups.
26290         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26291         spam-caches entry.
26292         (spam-filelist-build-cache, spam-filelist-check-cache):
26293         Fix caching of whitelist/blacklist entries.
26294         (spam-check-whitelist, spam-check-blacklist):
26295         Invoke spam-from-listed-p with a type, not a cache variable.
26296         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26297
26298 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26299
26300         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26301
26302         * nnmail.el (nnmail-split-fancy): do.
26303
26304         * mml.el (mml-parse): do.
26305
26306         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26307         (gnus-score-adaptive): do.
26308
26309 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26310
26311         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26312         (gnus-mime-button-map): Don't set keymap parent.
26313         (gnus-button-ctan-directory-regexp): Use shy grouping.
26314         (gnus-prev-page-map): Don't set keymap parent.
26315         (gnus-prev-page-map): Remove duplicated one.
26316         (gnus-next-page-map): Don't set keymap parent.
26317         (gnus-mime-security-button-map): Ditto.
26318
26319         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26320         version number.
26321
26322         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26323
26324 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26325
26326         * canlock.el (canlock-sha1-function): Remove.
26327         (canlock-sha1-function-for-verify): Remove.
26328         (canlock-openssl-program): Remove.
26329         (canlock-openssl-args): Remove.
26330         (canlock-ignore-errors): Remove.
26331         (canlock-sha1-with-openssl): Remove.
26332         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26333         (canlock-verify): Don't use canlock-ignore-errors.
26334
26335         * sha1-el.el (sha1-string-external): Make it can return a string
26336         in binary form.
26337         (sha1-region-external): Ditto.
26338         (sha1-string-internal): Ditto.
26339         (sha1-region-internal): Ditto.
26340         (sha1-region): Ditto.
26341         (sha1-string): Ditto.
26342         (sha1): Ditto.
26343
26344 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26345
26346         * spam.el (spam-report-articles-gmane): New command.
26347
26348 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26349
26350         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26351
26352         * run-at-time.el (run-at-time-saved): Remove.
26353         (run-at-time): Doc fix.
26354
26355 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26356
26357         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26358         (gnus-summary-limit-map): Add it.
26359         (gnus-summary-make-menu-bar): do.
26360
26361 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26362
26363         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26364         Make attempt at some caching support (done for BBDB only now).
26365         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26366         addresses to be checked.
26367         (spam-clear-cache-BBDB): Add function, to be invoked by
26368         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26369         (spam-check-BBDB): Check and use the caches, if
26370         spam-cache-lookups is on, remove superfluous (provide).
26371
26372 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26373
26374         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26375
26376 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26377
26378         * run-at-time.el (run-at-time-saved): Move to after the definition
26379         of `run-at-time'.
26380
26381         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26382
26383 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26384
26385         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26386         mm-w3m-local-map-property.
26387
26388         * mm-view.el (mm-w3m-mode-map): Remove.
26389         (mm-w3m-local-map-property): Remove.
26390         (mm-inline-text-html-render-with-w3m): Don't use
26391         mm-w3m-local-map-property.
26392
26393 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26394
26395         * run-at-time.el: New file.
26396
26397         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26398         under Emacs.
26399
26400         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26401         of gnus-set-text-properties.
26402
26403         * gnus-uu.el (gnus-uu-save-article): Ditto.
26404
26405         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26406
26407         * gnus-cite.el (gnus-cite-parse): Ditto.
26408
26409         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26410         of gnus-.
26411
26412         * gnus-xmas.el (run-at-time): Require run-at-time.
26413
26414         * gnus.el: Change calls to nnheader-run-at-time and
26415         password-run-at-time throughout to use run-at-time directly.
26416
26417         * password.el: Remove definition of run-at-time.
26418
26419         * nnheaderxm.el: Remove definition of run-at-time.
26420
26421 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26422
26423         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26424         in prompt.
26425
26426 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26427
26428         * messagexmas.el (message-xmas-redefine): Alias
26429         `message-make-caesar-translation-table' to
26430         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26431         version.
26432
26433         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26434         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26435         `gnus-xmas-set-text-properties'.
26436         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26437         `gnus-xmas-completing-read'.
26438         (gnus-xmas-completing-read): Removed.
26439         (gnus-xmas-open-network-stream): Removed.
26440
26441         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26442         XEmacs version.
26443
26444         * dns.el (dns-make-network-process): Use `open-network-stream'
26445         instead of `gnus-xmas-open-network-stream'.
26446
26447         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26448
26449         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26450
26451 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26452
26453         * gnus-art.el (gnus-mime-display-alternative)
26454         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26455         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26456         Don't use gnus-local-map-property.
26457
26458         * gnus-util.el (gnus-local-map-property): Remove.
26459
26460         * mm-view.el (mm-view-pkcs7-decrypt):
26461         Replace gnus-completing-read-maybe-default with completing-read.
26462
26463         * gnus-util.el (gnus-completing-read): do.
26464         (gnus-completing-read-maybe-default): Remove.
26465
26466 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26467
26468         * password.el: Only autoload `run-at-time' if not XEmacs.
26469         Only autoload the itimer functions if XEmacs.
26470
26471 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26472
26473         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26474         XEmacsen.
26475
26476         * dgnushack.el: Autoload executable-find for XEmacs.
26477
26478 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26479
26480         * gnus-art.el (gnus-read-string): Remove.
26481         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26482         read-string.
26483
26484 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26485
26486         * netrc.el: Autoload password-read.
26487         (netrc): Add configuration group.
26488         (netrc-encoding-method, netrc-openssl-path):
26489         Add variables for encoding and decoding of files with symmetric
26490         ciphers.
26491         (netrc-encode): Add assistant function to encode a file with
26492         netrc-encoding-method.
26493         (netrc-parse): Add interactive parameter, added optional
26494         decoding if netrc-encoding-method is non-nil but otherwise
26495         behavior is standard.
26496         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26497         Do s/encode/encrypt/ everywhere.
26498
26499         * spam.el: Remove executable-find autoload.
26500
26501 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26502
26503         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26504
26505         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26506
26507 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26508
26509         * gnus-art.el (gnus-treat-ansi-sequences)
26510         (article-treat-ansi-sequences): New variable and function.
26511         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26512
26513         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26514         Use it.
26515
26516 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26517
26518         * mm-util.el (mm-quote-arg): Remove.
26519
26520         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26521         shell-quote-argument.
26522
26523         * gnus-uu.el (gnus-uu-command): do.
26524
26525         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26526
26527         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26528         with make-char.
26529
26530         * mm-util.el (mm-make-char): Remove.
26531
26532         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26533         add-minor-mode.
26534
26535         * gnus-undo.el (gnus-undo-mode): do.
26536
26537         * gnus-topic.el (gnus-topic-mode): do.
26538
26539         * gnus-sum.el (gnus-dead-summary-mode): do.
26540
26541         * gnus-start.el (gnus-slave-mode): do.
26542
26543         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26544
26545         * gnus-ml.el (gnus-mailing-list-mode): do.
26546
26547         * gnus-gl.el (gnus-grouplens-mode): do.
26548
26549         * gnus-draft.el (gnus-draft-mode): do.
26550
26551         * gnus-dired.el (gnus-dired-mode): do.
26552
26553         * gnus-ems.el (gnus-add-minor-mode): Remove.
26554
26555         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26556         Replace gnus-char-width with char-width.
26557
26558         * gnus-ems.el (gnus-char-width): Remove.
26559
26560         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26561         Replace gnus-char-width with char-width.
26562
26563         * gnus-ems.el (gnus-char-width): Remove.
26564
26565         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26566         definition.
26567         Remove Emacs 20 hash table compatibility code.
26568
26569         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26570         20 compatibility code.
26571
26572         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26573
26574         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26575
26576         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26577         Replace with point-at-{eol,bol}.
26578
26579         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26580
26581         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26582
26583         * flow-fill.el (fill-flowed-point-at-bol)
26584         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26585
26586         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26587         Replace with point-at-{eol,bol} throughout all files.
26588
26589 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26590
26591         * ntlm.el (ntlm-string-as-unibyte): New macro.
26592         (ntlm-build-auth-response): Use it.
26593
26594         Remove Emacs 20 stuff:
26595         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26596         (butlast, mapc, remove): Remove the compiler macros.
26597         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26598         of delq and copy-sequence.
26599         * gnus-art.el (popup-menu): Remove the compiler macro.
26600         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26601         Emacs 20.
26602
26603 2004-01-05  Simon Josefsson  <jas@extundo.com>
26604
26605         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26606         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26607         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26608         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26609         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26610         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26611         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26612         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26613         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26614         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26615         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26616         string-xor into ntlm-string-xor.
26617         Suggested by Jesper Harder <harder@myrealbox.com>.
26618
26619         * ntlm.el: Don't include poem.
26620
26621         * md4.el (print-int32, print-string-hexa): Remove.
26622         Suggested by Jesper Harder <harder@myrealbox.com>.
26623
26624         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26625
26626         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26627         probably breaks emacs with DL patch, but do we care? Is anyone
26628         still using the DL stuff?)
26629
26630         * sieve-manage.el: Use the password package.
26631         (sieve-manage-read-passwd): Remove.
26632         (sieve-manage-interactive-login): Use password.  Re-add
26633         condition-case around loop.
26634
26635         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26636         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26637         Use the password package.
26638
26639 2003-02-19  Simon Josefsson  <jas@extundo.com>
26640
26641         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26642         token.
26643
26644 2002-08-07  Simon Josefsson  <jas@extundo.com>
26645
26646         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26647         (sieve-manage-authenticators):
26648         (sieve-manage-authenticator-alist): Add some SASL mechs.
26649         (sieve-sasl-auth): New function.
26650         (sieve-manage-cram-md5-auth):
26651         (sieve-manage-plain-auth): Rewrite using SASL library.
26652         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26653         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26654         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26655         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26656
26657 2004-01-05  Simon Josefsson  <jas@extundo.com>
26658
26659         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26660         New files.
26661
26662 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26663
26664         * gnus-group.el (gnus-no-groups-message): Update.
26665
26666         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26667
26668 2003-11-09  Simon Josefsson  <jas@extundo.com>
26669
26670         * imap.el: Support for ID IMAP extension (RFC 2971).
26671         (imap-local-variables): Add imap-id.
26672         (imap-id): New variable.
26673         (imap-id): New function.
26674         (imap-parse-response): Parse untagged ID response.
26675         * nnimap.el (nnimap-id): New variable.
26676         (nnimap-open-connection): Use it.
26677
26678 2003-12-28  Simon Josefsson  <jas@extundo.com>
26679
26680         * gnus-score.el (gnus-score-edit-all-score): New.
26681         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26682
26683 2004-01-04  Simon Josefsson  <jas@extundo.com>
26684
26685         * password.el: Add.
26686
26687 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26688
26689         * dns.el (dns-query-types): Fix typo.
26690         (dns-query-types): New function.
26691         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26692         PTR and SOA replies, see RFC 1035.
26693
26694 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26695
26696         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26697
26698         * Move to Changelog.2.
26699
26700 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26701
26702         * gnus.el (gnus-version-number): Bump version.
26703
26704 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26705
26706         * gnus.el: No Gnus v0.1 is released.
26707
26708 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26709
26710         * gnus.el: No Gnus v0.0 is released.
26711
26712 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26713
26714         * gnus.el (gnus-version-number): Bump.
26715         (gnus-version): No.
26716
26717 See ChangeLog.2 for earlier changes.
26718
26719   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26720
26721   This file is part of GNU Emacs.
26722
26723   GNU Emacs is free software: you can redistribute it and/or modify
26724   it under the terms of the GNU General Public License as published by
26725   the Free Software Foundation, either version 3 of the License, or
26726   (at your option) any later version.
26727
26728   GNU Emacs is distributed in the hope that it will be useful,
26729   but WITHOUT ANY WARRANTY; without even the implied warranty of
26730   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26731   GNU General Public License for more details.
26732
26733   You should have received a copy of the GNU General Public License
26734   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26735
26736 ;; Local Variables:
26737 ;; coding: utf-8
26738 ;; fill-column: 79
26739 ;; add-log-time-zone-rule: t
26740 ;; End: