* dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
[gnus] / lisp / ChangeLog
1 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
4
5 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
6
7         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
8         with cond for backwards compatability.
9
10 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * mm-decode.el (mm-display-external): Bind process-connection-type to
13         nil; don't delete a temp file immediately even if a viewer finishes,
14         since it may be a shell script, like xdg-open, that launches a real
15         viewer program belatedly.
16
17 2013-08-05  Dave Abrahams  <dave@boostpro.com>
18
19         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
20         that we can create nndoc groups that excerpt other groups.
21
22 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus-delay.el (gnus-delay-article): Fix typo.
25
26         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
27         articles.
28
29         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
30         we can get spell-checking etc.
31
32 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
35         a single one used for encoding the whole text in a header.
36
37 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
40         doesn't work properly on XEmacs.
41
42 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
45         before sending.
46
47         * dgnushack.el (dgnushack-compile): Add a temporary check for
48         gnus-icalendar.
49
50         * mm-decode.el (mm-command-output): New face.
51         (mm-display-external): Use it.
52
53 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
54
55         * nnmbox.el (nnmbox-request-article): Don't change point.
56
57 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
60         Include `handle' parameter.
61
62 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
63
64         * gnus-icalendar.el: New file.
65
66 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
69
70         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
71         dummy roots, too.
72
73 2013-08-01  David Edmondson  <dme@dme.org>
74
75         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
76         out on ttys.
77
78 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
81         not empty.
82
83         * nnrss.el (nnrss-discover-feed): Indent.
84
85 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
88
89 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
92         dirty to ensure nnimap data being saved.
93
94 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
95
96         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
97         menu entry.
98
99         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
100         the current thread's total score instead of the current article's
101         score.
102
103         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
104         (gnus-sort-threads-recursively): Delete defcustom.
105         (gnus-sort-threads-recursive): Adapt accordingly.
106
107 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
108
109         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
110         (gnus-sort-threads-recursive): Use it.
111         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
112         again.  Now that determines how to sort subthreads.
113
114 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
115
116         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
117         (gnus-sort-threads): Use it.
118
119 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
120
121         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
122         punctuation characters follow parentheses (bug#14950).
123
124 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus.el (gnus-continuum-version):
127         * gnus-msg.el (gnus-extended-version): Simplify.
128
129         * gnus.el (gnus-continuum-version-1): Remove.
130         * gnus-msg.el (gnus-bug): Revert.
131
132         Calculate gnus-version correctly on Cygwin.
133
134         * gnus.el (gnus-continuum-version): Do main calculations in integers.
135         (gnus-continuum-version-1): New function, return a string.
136
137         * gnus-msg.el (gnus-extended-version, gnus-bug):
138         Use gnus-continuum-version-1 instead of gnus-continuum-version.
139
140 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
141
142         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
143         (bug#13384).
144
145 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
148         that were only relevant in a development version a long time ago.
149
150 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
153         that the old Emacs 24s bundle.
154
155 2013-07-10  David Engster  <deng@randomsample.de>
156
157         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
158         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
159         fixes a bug in Emacs trunk where the 'unexist' marks were always
160         removed at startup because "Gnus v5.13" was considered smaller than "Ma
161         Gnus v0.03".
162
163 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
164
165         * gnus.el (gnus-summary-line-format): Reference
166         `gnus-user-date-format-alist' for the &user-date; format, not
167         `gnus-summary-user-date-format-alist'.
168
169 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
172         delete files (bug#13481).
173
174 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
175
176         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
177
178 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
181         display images.
182
183         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
184
185         * message.el (message-cancel-news): According to
186         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
187         preferred over "cmsg cancel" in the Subject.
188
189         * nnir.el (nnir-engines): Note that the group specs are regexps
190         (bug#13238).
191
192         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
193         gotten read-only text properties, ensure that those aren't heeded when
194         copying stuff over (bug#13434).
195
196         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
197         (bug#13762).
198
199 2013-07-05  David Kastrup  <dak@gnu.org>
200
201         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
202         authinfo file again (important for blank passwords).  This had been
203         broken with 2013-06-15 change.
204
205 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
208         Revert 2013-01-14 change.
209
210 2013-07-02  Daiki Ueno  <ueno@gnu.org>
211
212         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
213         of 'create-image' for XEmacs compatibility; check errors when decoding
214         image.  Reported by Uwe Brauer.
215
216 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
219         gnus-button-push revised at 2011-01-19.
220
221 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
224         now live in the lisp/net Emacs 24 repository.
225
226 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * eww.el (eww-update-header-line-format): Quote % characters.
229
230 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * eww.el (eww-process-text-input): Display passwords as asterisks.
233
234         * shr.el (shr-make-table-1): Protect against invalid column-spans.
235
236 2013-06-19  Tom Tromey  <tromey@redhat.com>
237
238         * eww.el (eww-top-url): Remove.
239         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
240         (eww-render): Set new variables.  Don't set eww-top-url.
241         (eww-handle-link): Handle "prev", "home", and "contents".
242         Downcase the rel text.
243         (eww-top-url): Choose best top URL.
244
245 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * eww.el: Rewrite to implement form elements "by hand" instead of
248         relying in widget.el.  Using widget.el leads to too many
249         user interface inconsistencies.
250         (eww-self-insert): Implement entering commands in text fields.
251         (eww-process-text-input): New function to make text input field editing
252         work.
253         (eww-submit): Rewrite to use the new-style form methods.
254         (eww-select-display): Display the correct selected item.
255         (eww-change-select): Implement changing the select value.
256         (eww-toggle-checkbox): Implement radio/checkboxes.
257         (eww-update-field): Fix compilation error.
258         (eww-tag-textarea): Implement <textarea>.
259
260         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
261         don't shadow mode-specific bindings.
262
263         * eww.el (eww-browse-url): Don't push stuff onto history if there's
264         nothing to push.
265
266         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
267
268 2013-06-19  Glenn Morris  <rgm@gnu.org>
269
270         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
271
272 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
275
276 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * shr.el (shr-make-table-1): Implement <td rowspan>.
279         (shr-table-horizontal-line): Allow nil as a value, and change the
280         default.
281         (shr-insert-table-ruler): Respect the nil value.
282
283 2013-06-18  Tom Tromey  <tromey@barimba>
284
285         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
286         New defvars.
287         (eww-open-file): New defun.
288         (eww-render): Initialize new variables.
289         (eww-display-html): Handle "link" and "a".
290         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
291         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
292         (eww-back-url): Rename from eww-previous-url.
293         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
294         defuns.
295
296 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-tag-table): Insert the images after the table, so that
299         they're not covered by the table colourisation, which often looked
300         awkward.
301         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
302         <dd>.
303         (shr-make-table-1): Implement <td colspan=> support.
304         (shr-insert-document): Use one less than window width if `shr-width' is
305         nil, since otherwise things may get one character too wide.
306
307 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * eww.el (eww-detect-charset): Improve regexp; move backward.
310
311 2013-06-18  Glenn Morris  <rgm@gnu.org>
312
313         * mm-decode.el (widget-convert-button): Autoload.
314
315         * sieve-manage.el (mm-enable-multibyte): Autoload.
316
317         * shr.el (libxml-parse-html-region): Declare.
318         (shr-render-buffer): Explicit error if no libxml2 support.
319
320 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * auth-source.el (auth-source-current-line): New function.
323         (auth-source-netrc-parse-entries): When a data token is "machine",
324         assume we're in the wrong place and abort parsing the current line.
325
326 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
329         (eww-convert-widgets): Don't bug out if the first widget starts at the
330         beginning of the buffer.
331         (eww-convert-widgets): Fix last patch.
332         (eww-tag-input): Support <input type=image>.
333
334         * shr.el (shr-insert-table): Respect border-collapse: collapse.
335         (shr-tag-base): Protect against base specs that are degenerate.
336         (shr-ensure-paragraph): Don't delete empty lines that have text
337         properties, because these may be input fields.
338
339         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
340         we can navigate to them.
341
342         * shr.el (shr-colorize-region): Put the colours over the entire region.
343         (shr-inhibit-decoration): New variable.
344         (shr-add-font): Use it to inhibit text property decorations while doing
345         preliminary table renderings.  This speeds up typical Wikipedia page
346         renderings by 15%.
347         (shr-tag-span): Don't respect the <title>, because that overwrites the
348         help-echo from links inside the spans.
349         (shr-next-link): Use `help-echo' for navigation, so that we can
350         navigate to form elements, too.
351
352         * eww.el (eww-button): New face.
353         (eww-convert-widgets): Use it to make submit buttons more button-like.
354
355         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
356         that Gnus commands work.
357
358         * shr.el (shr-render-td): Support horizontal alignment.
359
360         * eww.el (eww-put-color): Removed.
361         (eww-colorize-region): Use `add-face-text-property'.
362
363         * shr.el (shr-add-font): Append face data, so that we get the correct
364         precedence: The innermost value (which is applied first) wins.
365         (shr-make-overlay): Obsolete function.
366
367         * mm-decode.el (mm-convert-shr-links): New function to convert
368         new-style shr URL links into widgets.
369         (mm-shr): Use it.
370
371         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
372         widget commands, since we're no longer using widgets for links.
373
374         * shr.el (shr-next-link): New command.
375         (shr-previous-link): New command.
376         (shr-urlify): Don't use `widget-convert', because that's slow.
377         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
378         because collecting the overlays and reapplying them when generating
379         tables is slow.
380         (shr-insert-table): Ditto.
381
382 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
383
384         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
385         * shr.el (browse-url): Require `url'.
386         * eww.el (url): Require format-spec.
387
388 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * eww.el (eww-display-html): Default to using the entire window width.
391         (eww-browse-url): Don't add a User-Agent header (twice), because that
392         makes Bing refuse connection.
393
394         * shr.el (shr-make-table): Cache the table rendering at the table
395         level, and not the <td> level.  This is a bit faster.
396
397         * eww.el (eww-render): Go to the correct ID when given URLs ending with
398         #id.
399
400         * shr.el (shr-tag-li): Don't require a new paragraph, since other
401         browsers don't.
402         (shr-expand-url): Respect #anchor links.
403         (shr-parse-base): Chop off the anchor before using.
404         (shr-descend): Respect display: none.
405         (shr-descend): Allow marking elements that have certain IDs.
406
407         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
408
409         * shr.el (shr-expand-url): Don't bug out on zero-length links.
410
411         * eww.el (eww-tag-textarea): Support <textarea>.
412
413 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
414
415         * shr.el (shr-dom-to-xml): Fixed function call.
416
417         * eww.el (eww): New group.
418         (eww-header-line-format): New custom variable.
419         (eww-current-title): New variable.
420         (eww-display-html): Update header and handle title tag.
421         (eww-update-header-line-format): New function.
422         (eww-tag-title): New function.
423
424         * shr.el (shr-dom-to-xml): New function.
425         (shr-tag-svg): Add support for the SVG tag.
426         (shr-bullet): New custom variable.
427         (shr-tag-li): Support custom bullet in unordered lists.
428
429 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * shr.el (shr-expand-url): Respect // URLs.
432
433         * eww.el (eww-tag-body): Override the shr body rendering so that we can
434         put a background colour onto the entire buffer.
435         (eww-render): When being redirected, use the redirect URL as the new
436         base URL.
437
438         * shr.el (shr-parse-base): Fix parsing error.
439
440         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
441
442         * shr.el (shr-parse-base): New function.
443         (shr-expand-url): Use it to expand relative URLs reliably.
444
445 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         * auth-source.el (auth-source-search-collection): Fix docstring.
448         (auth-source-netrc-parse): Refactor and improve netrc parser to support
449         single-quoted strings and multiline entries.
450         (auth-source-netrc-parse-next-interesting)
451         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
452         functions to support parser.
453
454 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * eww.el (eww-submit): Get submit button logic right when hitting RET
457         on non-submit buttons.
458
459         * shr.el: Remove shr-preliminary-table-render, since that can't really
460         be used for anything in practice.
461
462 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
463
464         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
465         (sieve-manage-quit).
466
467 2013-06-14  Glenn Morris  <rgm@gnu.org>
468
469         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
470
471 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
472
473         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
474         control the maximum size of photo ID image.
475         (mml2015-epg-key-image-to-string): Respect it.
476
477 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
480         instead of the final one so that we can more easily distinguish them.
481
482         * eww.el (eww-submit): Compute the submission URL correctly.
483
484 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
487         Use plist-get rather than CL's getf.
488         (sieve-manage-parse-capability): Avoid CL's remove-if.
489
490 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
491
492         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
493         (sieve-manage-quit).
494
495 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * shr.el (shr-expand-url): Expansion should chop off the bits after the
498         last slash.
499
500         * eww.el (eww-tag-select): Use the first value as the default value.
501
502 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
503
504         * eww.el (eww): Prepend urls with http:// if scheme is missing.
505         (eww-mode): Use `define-derived-mode'.
506         (eww-parse-headers): Parse headers from beginning of buffer so that
507         file:// links work.
508
509 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
512
513 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
516         to handle them at all.
517
518 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
521         work, too.
522         (eww-tag-select): Implement <select>.
523
524 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
525
526         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
527         stream managing functions by using open-protocol-stream to do most of
528         the work.  Has the nice benefit of enabling STARTTLS.
529         Wait for capabilities after STARTTLS: following RFC5804, the server
530         sends new capabilities after successfully establishing a TLS connection
531         with the client. The client should update the cached list of
532         capabilities, but we just ignore the answer for now.
533         (sieve-manage-network-p, sieve-manage-network-open)
534         (sieve-manage-starttls-p, sieve-manage-starttls-open)
535         (sieve-manage-forward, sieve-manage-streams)
536         (sieve-manage-stream-alist): Remove unneeded functions neither in the
537         API, nor called by any other function.
538         Enable Multibyte for SieveManage buffers: The parser won't properly
539         handle umlauts and line endings unless multibyte is turned on in the
540         process buffer.
541
542 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * eww.el (eww-tag-input): Support password fields.
545         (eww-submit): Support POST.
546
547 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * eww.el (eww-tag-form): Protect against degenerate forms.
550
551         * shr.el (shr-expand-url): Expand URLs that start with a slash
552         correctly.
553
554         * eww.el (eww-submit): Get submit button logic right.
555
556         * shr.el (shr-final-table-render): New variable to signal when we're
557         doing the final table rendering so that we can collect more data at
558         that point.
559
560         * eww.el (eww-submit): Make form submission work.
561         (eww-tag-input): Implement submit buttons.
562         (eww-click-radio): Implement radio and checkboxes.
563         (eww-submit): Handle hidden elements.
564
565         * shr.el (shr-descend): Allow other packages to override (or provide)
566         rendering of elements.
567         (shr-expand-url): Strip query strings from URLs before expanding them.
568
569         * eww.el: Don't require cl-lib.
570         (eww-tag-form): Start form support.
571
572         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
573
574         * eww.el: Start writing a new, tiny web browser.
575         (eww-previous-url): New command.
576         (eww-quit): New command.
577
578 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
579
580         * sieve.el: Put point at beginning of buffer when viewing a script.
581         (sieve-open-server): Respect the PORT parameter.  Show the correct port
582         number in sieve-buffer's header.  Fixed code to also work with a string
583         as port specifier. Properly close the connection on pressing 'q'.  Make
584         sieve-manage-quit close the connection and process buffer.  Also, remove
585         duplicate keybinding for 'q'.
586
587 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
588
589         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
590         make it easier to read.
591         (mm-pkcs7-enveloped-magic): Ditto.
592
593 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
596         before `image-type-available-p' to avoid loading the image libraries
597         needlessly.
598
599 2013-06-05  David Engster  <deng@randomsample.de>
600
601         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
602         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
603         to see whether the group was synced before.
604
605 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
606
607         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
608         when opening the connection.
609         Suggested by João Távora <joaotavora@gmail.com> in
610         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
611
612 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
615         assume Date header begins with "Date", that may be customized into
616         something like "X-Sent" using gnus-article-time-format.
617         (article-transform-date): Allow multi-line Date header.
618
619 2013-06-02  David Engster  <deng@randomsample.de>
620
621         * registry.el (initialize-instance, registry-lookup)
622         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
623         (registry-lookup-secondary-value, registry-search, registry-delete)
624         (registry-insert, registry-reindex, registry-size, registry-prune): Do
625         not wrap methods in `eval-and-compile'.  This breaks due to latest
626         changes in EIEIO (introduction of eieio-core.el).
627
628 2013-05-30  Glenn Morris  <rgm@gnu.org>
629
630         * nnmail.el (nnmail-fancy-expiry-target):
631         Also bind mail-dont-reply-to-names.
632
633         * spam-stat.el (spam-stat-save):
634         No need to tweak font-lock in temp buffers.
635
636         * shr.el (shr-put-image): Silence compiler.
637
638 2013-05-29  Glenn Morris  <rgm@gnu.org>
639
640         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
641
642         * gnus-group.el (gnus-sequence-of-unread-articles)
643         (gnus-summary-add-mark, gnus-mark-article-as-read)
644         (gnus-group-make-articles-read): Declare.
645
646         * gnus-sum.el (gnus-parameter-list-identifier)
647         (gnus-article-stop-animations, gnus-stop-downloads)
648         (gnus-article-only-boring-p, article-goto-body)
649         (gnus-flush-original-article-buffer, article-narrow-to-head)
650         (gnus-article-hidden-text-p, gnus-delete-wash-type)
651         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
652
653         * gnus.el: No need to eval-and-compile autoloads.
654
655         * gravatar.el (help-function-arglist): Autoload.
656
657         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
658
659         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
660
661         * spam.el: No need to load spam-report when compiling.
662         No need to eval-and-compile autoloads.
663         (spam-report-resend-to): Declare.
664         (spam-report-resend-register-routine): Require 'spam-report.
665
666 2013-05-24  Julien Danjou  <julien@danjou.info>
667
668         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
669         setup.
670
671 2013-05-23  Glenn Morris  <rgm@gnu.org>
672
673         * gnus-util.el (rmail-swap-buffers-maybe)
674         (rmail-maybe-set-message-counters, rmail-count-new-messages)
675         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
676         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
677
678         * mm-decode.el: No need to load term when compiling.
679         (term-mode, term-char-mode): Declare.
680
681         * mm-util.el: No need to load jka-compr when compiling.
682         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
683
684         * nnmaildir.el: Require is automatically eval-and-compile.
685         (nnmail): Require at run-time too.
686
687         * registry.el (registry-size): Move definition before use.
688
689 2013-05-22  Daiki Ueno  <ueno@gnu.org>
690
691         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
692         signed data to conform the standard.  (Bug#14232)
693
694 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
695
696         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
697         double angle quotation mark.
698
699 2013-05-20  Glenn Morris  <rgm@gnu.org>
700
701         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
702
703 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
704
705         * message.el (message-insert-formatted-citation-line): handle finding
706         first/lastname when more than 2 names appear.
707
708 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
709
710         * shr.el (shr-tag-span): New function.
711
712 2013-05-18  Glenn Morris  <rgm@gnu.org>
713
714         * message.el (message-mode): Use message-mode-abbrev-table,
715         with text-mode-abbrev-table as parent.  (Bug#14413)
716
717 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * message.el (message-expand-group): Decode group names.
720
721 2013-05-16  Julien Danjou  <julien@danjou.info>
722
723         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
724         app-icon.
725
726 2013-05-15  Glenn Morris  <rgm@gnu.org>
727
728         * shr-color.el (shr-color-visible-luminance-min)
729         (shr-color-visible-distance-min): Use shr-color group.
730
731 2013-05-11  Glenn Morris  <rgm@gnu.org>
732
733         * gnus-vm.el: Make it loadable without VM.
734         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
735         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
736
737 2013-05-09  Glenn Morris  <rgm@gnu.org>
738
739         * mml1991.el: Make it loadable.  (Bug#13456)
740
741         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
742         * gnus-async.el (gnus-async-post-fetch-function):
743         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
744         * gnus-html.el (gnus-html-image-cache-ttl):
745         * gnus-notifications.el (gnus-notifications-timeout):
746         * gnus-picon.el (gnus-picon-properties):
747         * gnus-util.el (gnus-completion-styles):
748         * gnus.el (gnus-other-frame-resume-function):
749         * message.el (message-user-organization-file)
750         (message-cite-reply-position):
751         * nnir.el (nnir-summary-line-format)
752         (nnir-retrieve-headers-override-function):
753         * shr-color.el (shr-color-visible-luminance-min):
754         * shr.el (shr-blocked-images):
755         * spam-report.el (spam-report-resend-to):
756         * spam.el (spam-summary-exit-behavior): Fix custom types.
757
758         * gnus-salt.el (gnus-selected-tree-face): Fix default.
759
760 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
763         because of let-binding help-xref-following.  (Bug#14356)
764
765 2013-05-06  Glenn Morris  <rgm@gnu.org>
766
767         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
768
769 2013-05-04  Andrew Cohen  <cohen@bu.edu>
770
771         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
772         entering into the registry.
773
774 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
775
776         * gnus.el: Ma Gnus v0.7 is released.
777
778 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
781         (Bug#14304)
782
783 2013-04-27  Glenn Morris  <rgm@gnu.org>
784
785         * gnus.el (gnus-list-debbugs):
786         Use require rather than autoload.  (Bug#14262)
787
788 2013-04-27  Julien Danjou  <julien@danjou.info>
789
790         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
791         port to "sieve" now that it has an official IANA port assigned.
792
793 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
796         Don't set the MAILHOST environment variable permanently (Bug#14271).
797
798 2013-04-26  Glenn Morris  <rgm@gnu.org>
799
800         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
801
802 2013-04-25  Andrew Cohen  <cohen@bu.edu>
803
804         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
805         string values of 'gcc-self. Thanks to Saroj Thirumalai.
806
807 2013-04-24  Andrew Cohen  <cohen@bu.edu>
808
809         * nnir.el (nnir-close-group): Make sure we are in the right group.
810
811         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
812         dependency table from all newly retrieved headers.
813
814 2013-04-16  David Edmondson  <dme@dme.org>
815
816         Support <img src="data:...">.
817
818         * shr.el (shr-image-from-data): New function.
819         (shr-tag-img): Use it.
820
821 2013-04-14  Andrew Cohen  <cohen@bu.edu>
822
823         * nnir.el (nnir-request-set-mark): Make sure we are in the right
824         group.
825
826 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
829         corresponding to any existing group (Bug#14166).
830
831 2013-04-10  Andrew Cohen  <cohen@bu.edu>
832
833         * nnir.el (number-sequence): No longer used.
834         (nnir-request-set-mark): New function.
835         (nnir-request-update-info): Improve marks updating.
836         (nnir-request-scan): Don't duplicate marks updating.
837         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
838         Use 'assq rather than 'assoc.  Quote anonymous function.
839         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
840         Use 'gnus-group-prefixed-p.
841         (gnus-summary-create-nnir-group): Make sure server for method is open.
842
843 2013-04-04  Andrew Cohen  <cohen@bu.edu>
844
845         * nnir.el (gnus-nnir-group-p): New function.
846         (nnir-possibly-change-group): Use it.
847
848         * gnus-msg.el (gnus-setup-message): Use it.
849
850 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * mml.el (mml-minibuffer-read-description): Use `default' insted of
853         `initial-input' for the argument name.
854         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
855
856 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
857
858         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
859         (used by MH-E).
860
861 2013-04-01  Andrew Cohen  <cohen@bu.edu>
862
863         * nnir.el (nnir-request-update-mark): Improve mark updating in original
864         group.
865
866         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
867         fix compilation.
868
869 2013-03-31  Andrew Cohen  <cohen@bu.edu>
870
871         * nnir.el (nnir-method-default-engines): And another typo.
872
873 2013-03-30  Andrew Cohen  <cohen@bu.edu>
874
875         * nnir.el (nnir-method-default-engines): Fix typo.
876
877 2013-03-29  Andrew Cohen  <cohen@bu.edu>
878
879         * nnir.el: Define 'number-sequence for xemacs.
880         (gnus-summary-create-nnir-group): New function to create an nnir group
881         from an nnir summary buffer based on the current query.
882         (nnir-request-create-group): Update to allow nnir group creation based
883         on the current query.
884
885 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * nndraft.el (nndraft-request-expire-articles):
888         Make expiry target always `delete'.
889
890 2013-03-27  Andrew Cohen  <cohen@bu.edu>
891
892         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
893         buffer use the posting-style and gcc of the original article group.
894         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
895
896         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
897         after other deffoos.
898
899 2013-03-25  Andrew Cohen  <cohen@bu.edu>
900
901         * nnir.el: Major rewrite.  Cleaner separation between searches and group
902         management.  Marks are now shown in nnir summary buffers.  Rudimentary
903         support for real (i.e. not ephemeral) nnir groups.
904         (gnus-summary-make-nnir-group): New function for initiating searches
905         from a summary buffer.
906
907 2013-03-18  Sam Steingold  <sds@gnu.org>
908
909         * message.el (message-bury): Minor cleanup.
910
911 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
912
913         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
914
915 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * nndir.el (nndir-request-list): Remove 2nd argument passed to
918         nnml-request-list.  (Bug#13873)
919         (nndir-request-newsgroups): Remove, unused.
920
921         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
922
923 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
924
925         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
926         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
927         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
928
929 2013-03-03  Ted Phelps  <phelps@gnusto.com>
930
931         * shr.el: Make all the overlays set the `evaporate' property so that
932         they're removed properly.
933
934 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
935
936         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
937         shell-quote-argument.
938
939 2013-02-22  David Engster  <deng@randomsample.de>
940
941         * gnus-registry.el (gnus-registry-save): Provide class name when
942         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
943         `condition-case' to stay compatible with older EIEIO versions which
944         only accept one argument.
945
946 2013-02-17  Daiki Ueno  <ueno@gnu.org>
947
948         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
949         (epg-user-id-validity): Autoload.
950         (mml2015-epg-check-user-id): New function.
951         (mml2015-epg-check-sub-key): New function split from
952         mml2015-epg-find-usable-key.
953         (mml2015-epg-find-usable-key): Accept context, name, usage, and
954         optional name-is-key-id, to handle the case when user-id is unusable.
955         Reported by Łukasz Stelmach <stlman@poczta.fm>.
956
957 2013-02-17  Glenn Morris  <rgm@gnu.org>
958
959         * shr.el (shr-put-image): Use image-multi-frame-p if available.
960
961 2013-02-16  Glenn Morris  <rgm@gnu.org>
962
963         * shr.el (shr-put-image): Only animate images that specify a delay.
964         This is consistent with the old image-animated-p behavior.
965
966 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
969         for XEmacs.
970
971 2013-02-13  Juri Linkov  <juri@jurta.org>
972
973         * gnus-art.el (gnus-article-mode-map):
974         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
975         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
976
977 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
978
979         * auth-source.el (auth-source-format-prompt): Don't get confused by
980         any "\" in replacement text.  (Bug#13637)
981
982 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
983
984         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
985         (gnus-backend-trace): Honour gnus-backend-trace.
986
987         * mml.el (mml-insert-part): Insert closing tag.
988
989         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
990
991 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
994         able to find the article, which can happen in debbugs groups,
995         apparently.
996
997 2013-01-16  Glenn Morris  <rgm@gnu.org>
998
999         * smiley.el (smiley-style): Make the file loadable in batch mode.
1000
1001 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1002
1003         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1004         imap process running.
1005
1006 2013-01-14  Julien Danjou  <julien@danjou.info>
1007
1008         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1009         Compare addresses against addresses, not against the full From field.
1010
1011 2013-01-13  Richard Stallman  <rms@gnu.org>
1012
1013         * message.el (message-forward-make-body-mime): New args BEG, END
1014         specify what part of FORWARD-BUFFER to use.  Do the work directly
1015         instead of calling `mml-insert-buffer'.
1016
1017 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1018
1019         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1020         cross-reference(s).
1021
1022         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1023         cross-reference(s).
1024
1025 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1026
1027         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1028         and point-max-marker.
1029         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1030
1031 2013-01-11  Julien Danjou  <julien@danjou.info>
1032
1033         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1034         max are almost equal. Also return the correct value for V which is
1035         already between 0 and 1.
1036
1037 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1038
1039         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1040         to mml2015-encrypt-to-self.
1041         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1042
1043 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1044
1045         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1046         mml-smime-epg-find-usable-secret-key.
1047
1048 2013-01-08  Glenn Morris  <rgm@gnu.org>
1049
1050         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1051
1052 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1053
1054         * mml-smime.el: Support signing by sender.
1055         Requested by Uwe Brauer.
1056         (mml-smime-sign-with-sender): New user option analogous
1057         to mml2015-sign-with-sender.
1058         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1059         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1060         mml2015.el.
1061
1062 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1065         isn't running, because Gnus will probably not know how to handle the
1066         Gcc header (bug#11941).
1067
1068         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1069         articles.
1070
1071 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1074         (nnfolder-generate-active-file): Make this function work with recursive
1075         folder names.
1076
1077 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nntp.el (nntp-open-connection): Use HELP as the capability command
1080         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1081         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1082
1083 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1084
1085         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1086         place holder since this gives `Invalid face reference: nil' messages.
1087         Use the `default' face instead.  It has the same effect here, even
1088         though it is not no-op.
1089
1090         * gnus-util.el
1091         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1092
1093 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1096         non-string posting styles (bug#13285).
1097
1098 2012-12-27  Glenn Morris  <rgm@gnu.org>
1099
1100         * plstore.el (plstore-passphrase-callback-function):
1101         Use plstore-get-file.
1102
1103 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1104
1105         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1106         stderr.
1107
1108 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1111
1112         * gnus-compat.el (set-buffer-multibyte): Remove.
1113
1114 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1115
1116         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1117         temporary file to get PGP key image.  Pass no-show-photos when
1118         extracting image to avoid having it pop up twice.
1119
1120 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1123         eligible for treatment.
1124
1125         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1126         lines.  This makes summary commands with hidden threads work more
1127         reliably.
1128
1129         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1130         button to mark the hidden citations (bug#9395).
1131
1132 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1133
1134         * mml2015.el (mml2015-epg-signature-to-string): New function.
1135         (mml2015-epg-verify-result-to-string): New function.
1136         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1137         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1138         instead of epg-verify-result-to-string.
1139         (epg-signature-key-id, epg-signature-to-string): Autoload.
1140         (epg-verify-result-to-string): Remove autoload.
1141
1142 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1143
1144         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1145         ID image from GPG public key.
1146         (mml2015-epg-key-image-to-string): New function.
1147
1148 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1149
1150         * plstore.el (plstore-passphrase-callback-function): Fix error when
1151         error when plstore-cache-passphrase-for-symmetric-encryption is set
1152         (bug#13264).
1153
1154 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1157         buffer to the article buffer here, because that clobbers multiple
1158         article buffers.
1159
1160         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1161         buffer always points to the right summary buffer.
1162
1163 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1164
1165         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1166         the password (bug#12097).
1167
1168 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1169
1170         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1171         (bug#13263).
1172
1173         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1174         buffer exists before using it (bug#12475).
1175
1176         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1177         offline groups (bug#11937).
1178
1179         * message.el (message-yank-original): When using customize to set the
1180         value of `message-cite-style', the variable it set to a symbol that's
1181         the name of the variable, which must then be dereferenced (bug#12616).
1182
1183 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1184
1185         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1186         the `face' property with a list whose car is the face specified in the
1187         format string and whose cdr is (nil).
1188         * lisp/gnus-util.el
1189         (gnus-put-text-property-excluding-characters-with-faces):
1190         Change accordingly.
1191         (gnus-get-text-property-excluding-characters-with-faces): New function.
1192         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1193         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1194         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1195
1196 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1197
1198         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1199         login methods.
1200         (nnimap-login): Respect the `nnimap-authenticator' variable.
1201
1202         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1203         mark state when moving articles.  Otherwise unticked articles will get
1204         their ticks back after moving.
1205
1206 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1209
1210         * message.el (message-ignored-news-headers): Always remove
1211         X-Message-SMTP-Method to avoid information leakage if the user
1212         mistakenly inserts the header into news messages.
1213
1214         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1215
1216         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1217         right than four characters, this command would move point to
1218         `point-max'.  Don't do that.
1219
1220         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1221         to nil to allow re-selecting groups that gain articles.
1222         (gnus-bug-group-download-format-alist): Update the URL.
1223
1224 2012-12-23  Andreas Schwab  <schwab@suse.de>
1225
1226         * shr.el (shr-tag-em): Render em as italic, not bold.
1227
1228 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1231         for reuse.
1232         (gnus-open-server): Use it to add more tracing.
1233         (gnus-finish-retrieve-group-infos): Add backend tracing.
1234         (gnus-backend-trace): Also note the elapsed seconds.
1235
1236 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1237
1238         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1239         Set epa-file-encrypt-to from variable to avoid querying.
1240
1241 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1242
1243         * sieve-mode.el (sieve-font-lock-keywords):
1244         Keywords should be word delimited.  (Bug#13173)
1245
1246 2012-12-13  Andreas Schwab  <schwab@suse.de>
1247
1248         * tls.el (tls-program): Update customize type.
1249
1250 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1253         instead of <pre> to align message header.
1254
1255 2012-12-12  Sam Steingold  <sds@gnu.org>
1256
1257         * gnus.el (gnus-other-frame-resume-function): Add user option.
1258         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1259
1260 2012-12-06  Sam Steingold  <sds@gnu.org>
1261
1262         * gnus-start.el (gnus-before-resume-hook): Add.
1263         (gnus-1): Run it when Gnus is alive.
1264
1265 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1268         * gnus-art.el (article-unsplit-urls)
1269         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1270         * gnus-registry.el (gnus-registry-get-article-marks)
1271         * message.el (message-goto-body): Use it.
1272         (message-called-interactively-p): Remove.
1273
1274         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1275         (spam-stat-score-buffer): Use it.
1276
1277         * spam.el: Silence the warnings against BBDB functions when compiling.
1278
1279         * gnus-score.el (gnus-score-decode-text-parts):
1280         Use append+mapcar instead of the cl function mapcan.
1281
1282 2012-12-05  Sam Steingold  <sds@gnu.org>
1283
1284         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1285         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1286         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1287
1288 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gmm-utils.el (gmm-called-interactively-p): Revert.
1291         This seems to cause Emacs to get stuck!
1292         * gnus-art.el (article-unsplit-urls)
1293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1294         * gnus-registry.el (gnus-registry-get-article-marks)
1295         * message.el (message-goto-body)
1296         (message-called-interactively-p): Revert.
1297
1298         * gmm-utils.el (gmm-called-interactively-p): New function.
1299         * gnus-art.el (article-unsplit-urls)
1300         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1301         * gnus-registry.el (gnus-registry-get-article-marks)
1302         * message.el (message-goto-body): Use it.
1303         (message-called-interactively-p): Remove.
1304
1305         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1306         * gnus-sync.el (gnus-sync-lesync-call)
1307         * message.el (message-read-from-minibuffer): Use it.
1308
1309 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gmm-utils.el (gmm-flet): Remove.
1312         * gnus-sync.el (gnus-sync-lesync-call)
1313         * message.el (message-read-from-minibuffer): Don't use it.
1314
1315 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1318
1319 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1322
1323         * gnus-sync.el (gnus-sync-lesync-call)
1324         * message.el (message-read-from-minibuffer): Use gmm-flet.
1325
1326         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1327
1328         * gnus-util.el (gnus-macroexpand-all): Remove.
1329
1330 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1331
1332         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1333         to TAB, not [tab].
1334         (gnus-summary-article-map): Likewise.
1335
1336         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1337         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1338
1339 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1340
1341         * time-date.el: Commentary fix.
1342
1343 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1344
1345         * color.el: Don't require cl.
1346         (color-complement): `caddr' -> `nth 2'.
1347
1348         * time-date.el (time-to-seconds): De-obsolete.
1349
1350 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * message.el (message-get-reply-headers):
1353         Make sure the reply goes to the author if it is a wide reply.
1354
1355 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1356
1357         * gnus-score.el (gnus-score-body):
1358         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1359         scoring by body.
1360
1361 2012-11-16  Glenn Morris  <rgm@gnu.org>
1362
1363         * gnus-diary.el (nndiary-request-create-group-functions)
1364         (nndiary-request-update-info-functions)
1365         (gnus-subscribe-newsgroup-functions)
1366         (nndiary-request-accept-article-functions):
1367         Use new names for hooks rather than obsolete aliases.
1368
1369 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1372
1373 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1376         in meta tag with the one the part specifies in its header.
1377
1378 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1379
1380         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1381         by default.
1382
1383 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1386         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1387
1388 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1391         and a runtime function for it, of which the XEmacs version takes only
1392         two arguments.
1393
1394 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1395
1396         * nndiary.el (nndiary-request-create-group-functions)
1397         (nndiary-request-update-info-functions)
1398         (nndiary-request-accept-article-functions):
1399         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1400         "-hooks" suffix.
1401
1402 2012-10-19  Julien Danjou  <julien@danjou.info>
1403
1404         * gnus-art.el: Require gnus-util because it uses
1405         `gnus-timer--function'.
1406
1407 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1408
1409         * starttls.el (starttls-extra-arguments): Doc fix.
1410
1411 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1414         it.
1415
1416 2012-10-06  Glenn Morris  <rgm@gnu.org>
1417
1418         * gnus-notifications.el (gnus-notifications):
1419         Add missing group :version tag.
1420         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1421         (gnus-gcc-post-body-encode-hook):
1422         * gnus-sync.el (gnus-sync-lesync-name)
1423         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1424
1425 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1426
1427         * color.el (color-hsl-to-rgb): Fix incorrect results for
1428         small and large hue values.  (Bug#12559)
1429
1430 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         New UIDL implementation.
1433
1434         * mail-source.el (mail-sources, mail-source-keyword-map):
1435         Add :leave as a pop3 keyword.
1436         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1437
1438         * pop3.el (pop3-leave-mail-on-server): Allow number.
1439         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1440         (pop3-movemail): Add UIDL support.
1441         (pop3-send-streaming-command): Take a list of mail numbers instead of
1442         the number of mails.
1443         (pop3-write-to-file): Add X-UIDL header.
1444         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1445         (pop3-uidl-add-xheader): New functions.
1446
1447         * message.el (message-ignored-resent-headers):
1448         Add X-Content-Length and X-UIDL headers.
1449
1450 2012-10-05  Glenn Morris  <rgm@gnu.org>
1451
1452         * color.el (color-name-to-rgb, color-rgb-to-hex)
1453         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1454         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1455         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1456         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1457
1458 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1461         a user about whether to delete temp files if once a user answered as n.
1462
1463 2012-09-25  Chong Yidong  <cyd@gnu.org>
1464
1465         * password-cache.el (password-read-and-add): Use a declare form to mark
1466         this function obsolete.
1467
1468 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * lpath.el: Bind mail-encode-mml for old Emacsen.
1471
1472 2012-09-17  Richard Stallman  <rms@gnu.org>
1473
1474         * message.el (message-in-body-p): Don't set mark or modify buffer.
1475
1476         * mml.el (mml-attach-file): Doc fix.
1477         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1478         Set mail-encode-mml when in Mail mode.
1479         Simplify code to set HEAD and move back to HEAD.
1480         (mml-insert-multipart, mml-insert-part):
1481         Set mail-encode-mml when in Mail mode.
1482
1483 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-util.el (gnus-timer--function): New function.
1486
1487         * gnus-art.el (gnus-article-stop-animations): Use it.
1488
1489 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1490
1491         Fix glitches caused by addition of psec to timers.
1492         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1493         rather than raw access to timer vector.
1494
1495 2012-09-11  Julien Danjou  <julien@danjou.info>
1496
1497         * gnus-notifications.el (gnus-notifications): Check for nil values in
1498         ignored addresses check.
1499
1500 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1501
1502         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1503
1504 2012-09-07  Chong Yidong  <cyd@gnu.org>
1505
1506         * gnus-util.el
1507         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1508
1509         * gnus-salt.el (gnus-tree-highlight-node):
1510         * gnus-sum.el (gnus-summary-highlight-line):
1511         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1512
1513 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1516
1517 2012-09-06  Juri Linkov  <juri@jurta.org>
1518
1519         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1520         scheme for buffer names to be more consistent with other group and
1521         article buffer names in Gnus.
1522
1523 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-util.el
1526         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1527
1528         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1529         Jenkner.
1530
1531         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1532
1533         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1534
1535         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1536
1537 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1540         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1541
1542         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1543         string-prefix-p in Emacs >=23.2.
1544
1545         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1546         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1547         instead of string-match-p.
1548         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1549
1550 2012-09-06  Kenichi Handa  <handa@gnu.org>
1551
1552         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1553         lowercase a..f.
1554
1555 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1556
1557         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1558
1559 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1560
1561         * nnimap.el (nnimap-request-move-article): Decode the group name when
1562         doing internal moves to avoid charset issues.
1563
1564         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1565         TIME is set.
1566
1567 2012-09-05  Juri Linkov  <juri@jurta.org>
1568
1569         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1570         than one group at a time (bug#11961).
1571
1572 2012-09-05  Julien Danjou  <julien@danjou.info>
1573
1574         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1575         this hide the real reason with a message giving absolutely no hint.
1576
1577 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1580         to the backend (bug#11804).
1581
1582         * message.el (message-insert-newsgroups): Don't insert newsgroup
1583         duplicates (bug#12275).
1584
1585 2012-09-05  John Wiegley  <johnw@newartisans.com>
1586
1587         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1588         sieve rules.
1589
1590 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1591
1592         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1593         function.
1594
1595         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1596
1597         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1598
1599 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1600
1601         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1602         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1603         This should make nnmaildir more usable with offlineimap.
1604
1605 2012-09-05  Julien Danjou  <julien@danjou.info>
1606
1607         * nnimap.el (nnimap-request-list): Revert change that made listing
1608         synchronous.
1609         (nnimap-get-responses): Restore.
1610
1611 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1612
1613         * dgnushack.el: XEmacs 21.5 compilation fix.
1614
1615         * gnus-notifications.el (gnus-notifications-notify): Use it.
1616
1617         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1618         warnings on XEmacs.
1619
1620 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1621
1622         Better seeds for (random).
1623         * gnus-sync.el (gnus-sync-lesync-setup):
1624         * message.el (message-canlock-generate, message-unique-id):
1625         Change (random t) to (random), now that the latter is more random.
1626
1627 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1628
1629         * nnimap.el (nnimap-change-group): Document result value
1630
1631         * auth-source.el (auth-sources): Fix macos keychain access.
1632
1633         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1634         allow the backend `request-head' function to determine the group
1635         name on its own.
1636         (gnus-request-expire-articles): Filter out negative article numbers
1637         during expiry (Bug#11980).
1638
1639         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1640         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1641
1642         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1643         you've found the article when you haven't.
1644
1645         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1646         that nnimap-change-group can return t.
1647
1648 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1649
1650         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1651
1652 2012-08-30  Julien Danjou  <julien@danjou.info>
1653
1654         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1655         `gnus-notifications-timeout'.
1656         (gnus-notifications-timeout): Add.
1657         (gnus-notifications-action): New function.
1658         (gnus-notifications-notify): Add :action using
1659         `gnus-notifications-action'.
1660         (gnus-notifications-id-to-msg): New variable.
1661         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1662         notifications id to messages.
1663
1664 2012-08-30  Kenichi Handa  <handa@gnu.org>
1665
1666         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1667         once.
1668
1669 2012-08-29  Julien Danjou  <julien@danjou.info>
1670
1671         * gnus-notifications.el: New file.
1672         (gnus-notifications-notify): New function.
1673         (gnus-notifications): Use `gnus-notifications-notify'.
1674
1675 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1678         transfer encoding first; bind gnus-newsgroup-charset to the charset
1679         that the article specifies (Bug#12209).
1680
1681 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1684         (gnus-group-customize-done): Encode values posting-style holds.
1685
1686         * gnus-msg.el (gnus-summary-resend-message)
1687         (gnus-configure-posting-styles): Decode values posting-style group
1688         parameter holds.
1689
1690 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1693         `name' and `address' in Resent-From header.
1694
1695 2012-08-14  Chong Yidong  <cyd@gnu.org>
1696
1697         * gnus-art.el (article-display-face): Handle failure in
1698         gnus-create-image (Bug#11802).
1699
1700 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1701
1702         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1703         Use defsetf.
1704
1705 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1706
1707         * auth-source.el (auth-source-plstore-search)
1708         (auth-source-secrets-search): Ignore :require and :type in search spec.
1709
1710 2012-08-06  Julien Danjou  <julien@danjou.info>
1711
1712         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1713         `nnimap-request-move-article'.
1714
1715         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1716         Remove autoload, already handled by gnus.el.
1717
1718         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1719
1720         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1721         supported by nnimap actually. Reverts previous change.
1722
1723         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1724         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1725         to-buffer argument that is already supported.
1726
1727 2012-08-05  Julien Danjou  <julien@danjou.info>
1728
1729         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1730         Add autoload.
1731
1732 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus.el (gnus-valid-select-methods): Fix custom type.
1735
1736 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1737
1738         * auth-source.el (auth-sources, auth-source-backend-parse)
1739         (auth-source-macos-keychain-search)
1740         (auth-source-macos-keychain-search-items)
1741         (auth-source-macos-keychain-result-append)
1742         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1743         auth-source.el through the /usr/bin/security utility.
1744         (auth-sources): Fix syntax error.
1745         (auth-source-macos-keychain-result-append): Fix variable name.
1746         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1747
1748 2012-07-27  Julien Danjou  <julien@danjou.info>
1749
1750         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1751         Emacs < 24.1
1752
1753 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * message.el (message-kill-address): Don't kill last newline.
1756         (message-skip-to-next-address): Don't move to the next header.
1757         (message-fill-field-address): Work properly.
1758
1759 2012-07-25  Julien Danjou  <julien@danjou.info>
1760
1761         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1762
1763 2012-07-24  Julien Danjou  <julien@danjou.info>
1764
1765         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1766
1767         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1768         (nntp-async-timer-handler): Remove, unused.
1769
1770         * nnimap.el (nnimap-get-responses): Remove, unused.
1771
1772         * nnheader.el (mail-header-set-extra): Remove, unused.
1773
1774         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1775         unused.
1776
1777         * mm-view.el (mm-view-sound-file): Remove, unused.
1778
1779         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1780         (mm-url-encode-multipart-form-data): Remove, unused.
1781
1782         * message.el (message-remove-signature, message-make-host-name)
1783         (message-fill-address): Remove, unused.
1784
1785         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1786         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1787         unused.
1788
1789         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1790         (gnus-xmas-call-region): Remove, unused.
1791
1792         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1793
1794         * gnus-util.el (gnus-extract-address-component-name)
1795         (gnus-extract-address-component-email, gnus-sortable-date)
1796         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1797         (gnus-process-live-p): Remove, unused.
1798
1799         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1800
1801         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1802         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1803         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1804         function.
1805
1806         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1807
1808         * gnus-score.el (gnus-summary-score-crossposting)
1809         (gnus-score-regexp-bad-p): Remove, unused.
1810
1811         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1812
1813         * gnus-range.el (gnus-sublist-p): Remove, unused.
1814
1815         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1816         unused.
1817
1818         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1819
1820         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1821         (gnus-request-associate-buffer): Remove, unused.
1822
1823         * gnus-group.el (gnus-group-set-method-info)
1824         (gnus-group-set-params-info): Remove, unused.
1825
1826         * gnus-fun.el (gnus-shell-command-to-string)
1827         (gnus-shell-command-on-region): Remove, unused.
1828
1829         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1830
1831         * gnus-art.el (gnus-article-text-type-exists-p)
1832         (article-translate-characters, gnus-article-hide-text-of-type)
1833         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1834         Remove, unused.
1835
1836 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1837
1838         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1839
1840 2012-07-21  Julien Danjou  <julien@danjou.info>
1841
1842         * message.el (message-dont-reply-to-names): Replace deprecated
1843         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1844         (message-get-reply-headers): Ditto.
1845
1846 2012-07-18  Julien Danjou  <julien@danjou.info>
1847
1848         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1849         `sieve-upload-and-kill'.
1850
1851         * sieve.el (sieve-bury-buffer): Remove function.
1852         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1853         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1854
1855 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1856
1857         * shr.el (shr-expand-url): Handle URL starting with `//'.
1858
1859 2012-07-13  Chong Yidong  <cyd@gnu.org>
1860
1861         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1862         instead of calling toggle-read-only with a (bogus) argument.
1863
1864 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1865
1866         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1867         of initial input when reading the author to restrict the summary to.
1868
1869 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * mm-decode.el (mm-shr):
1872         Allow overriding charset by mm-charset-override-alist.
1873
1874 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-art.el (gnus-article-view-part):
1877         Toggle subparts of multipart/alternative part.
1878
1879 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         * shr.el (shr-render-buffer): New command.
1882         (shr-visit-file): Use it.
1883
1884 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1887         Set no-byte-compile and no-update-autoloads.
1888
1889 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1892
1893 2012-06-25  Julien Danjou  <julien@danjou.info>
1894
1895         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1896         `nnimap-request-move-articles-find-limit' since we do not use it only
1897         for move operations.
1898         (nnimap-request-accept-article): Use
1899         `nnimap-request-articles-find-limit' to limit search by message-id.
1900
1901 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1902
1903         Support higher-resolution time stamps (Bug#9000).
1904
1905         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1906         VARLIST.  It's optional, for backward compatibility.
1907         (encode-time-value): New optional arg PICO.  New type 3.
1908         (time-to-seconds) [!float-time]: Support the new picoseconds
1909         component if it's used.
1910         (seconds-to-time, time-subtract, time-add):
1911         Support ps-resolution time stamps as well.
1912
1913 2012-06-19  Julien Danjou  <julien@danjou.info>
1914
1915         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1916
1917         * nnimap.el (nnimap-log-buffer): Check that
1918         `window-point-insertion-type' is boundp, since it's not available in
1919         XEmacs.
1920
1921 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1922
1923         * nnimap.el (nnimap-log-buffer): Add this, setting
1924         `window-point-insertion-type' in the buffer to t.
1925         (nnimap-log-command): Use nnimap-log-buffer.
1926
1927 2012-06-19  Julien Danjou  <julien@danjou.info>
1928
1929         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1930         argument to be able to limit the search.
1931         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1932         (nnimap-request-move-articles-find-limit): Add this to limit the search
1933         by Message-Id after a message move.
1934         (nnimap): Add defgroup.
1935
1936 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1937
1938         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1939
1940 2012-06-15  Julien Danjou  <julien@danjou.info>
1941
1942         * nnimap.el (nnimap-find-article-by-message-id): Use
1943         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1944         (nnimap-possibly-change-group): Add read-only argument.
1945         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1946         issuing EXAMINE manually.
1947         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1948         with read-only argument.
1949         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1950         cannot possibly change because we need to be sure that it's either
1951         read-write or read-only.
1952
1953 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1956         being bound to a lambda form.
1957
1958 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1959
1960         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1961         articles when fetch-old is non-nil (bug#11370).
1962
1963 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1964
1965         * gnus-picon.el (gnus-picon-properties): New defcustom.
1966         (gnus-picon-create-glyph): Use it.
1967
1968 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-group.el (gnus-group-get-new-news): Respect
1971         `gnus-group-use-permanent-levels', as documented (bug#11638).
1972
1973 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1974
1975         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1976         groups (bug#11641).
1977
1978 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1979
1980         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1981         is an integer to avoid later problems.
1982
1983 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1986         locales.
1987
1988         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1989         on a handle.
1990
1991         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1992         address as the default.
1993         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1994
1995         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1996         makes no sense to query the user about internal files.
1997
1998         * gnus-spec.el: Remove all the byte-compilation stuff, since
1999         benchmarking shows that it doesn't help when entering large summary
2000         buffers.
2001
2002         * gnus-xmas.el (gnus-xmas-define): Remove.
2003
2004         * gnus-util.el (gnus-byte-code): Remove.
2005
2006         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2007         grouplens stuff.
2008
2009 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2012         (bug#11514).
2013
2014 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2015
2016         * message.el (message-buffers): Return all buffers derived from Message
2017         to make `gnus-dired-attach' work with mu4e.
2018
2019 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2020
2021         * nntp.el: Stop the `letf' madness.
2022         (nntp--report-1): New var.
2023         (nntp-report): Merge nntp-report-1 into it.
2024         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2025         the nntp-report function.
2026
2027         * auth-source.el: Fix comment-style to follow the convention.
2028
2029 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2030
2031         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2032         (mm-dissect-singlepart): Don't guess the MIME type of
2033         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2034         set.
2035         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2036         toplevel MIME type is multipart/encrypted.
2037
2038 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2041         a string so that Gcc works (bug#11514).
2042
2043 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2044
2045         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2046         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2047
2048 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2049
2050         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2051         jumping to *Server* from a dedicated *Group* window.
2052         (gnus-configure-frame): CSE.
2053
2054         * gnus-registry.el: Minor style cleanup.
2055         (gnus-registry--set/remove-mark): New function, extracted from
2056         gnus-registry-install-shortcuts.
2057         (gnus-registry-install-shortcuts): Use it.
2058
2059 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * nnspool.el (news-path): Use eval-and-compile.
2062
2063 2012-05-24  Glenn Morris  <rgm@gnu.org>
2064
2065         * nnspool.el (news-directory, news-path, news-inews-program):
2066         Move here from paths.el.  Don't see a need for these to be autoloaded.
2067
2068         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2069         Merge in doc from paths.el version.  Don't see any need for this to be
2070         autoloaded, or for the warning about users not setting it.
2071
2072 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2073
2074         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2075         format.  In particular, add an optional argument and a docstring.
2076
2077         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2078
2079         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2080         current before calling `gnus-groups-to-gnus-format'.
2081         Note that this was already the case for `gnus-active-to-gnus-format'.
2082
2083 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2084
2085         Fix minor Y10k bug.
2086         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2087
2088 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2091         message once it's actually open.
2092
2093 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2094
2095         * gnus.el: Ma Gnus v0.5 is released.
2096
2097 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2098
2099         * auth-source.el (auth-source--aput-1, auth-source--aput)
2100         (auth-source--aget): New functions and macros.
2101         Use them instead of aput/aget.
2102
2103 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2104
2105         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2106
2107 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2108
2109         * plstore.el (plstore-called-interactively-p): New compat macro copied
2110         from message.el.
2111         (plstore-mode): Use it.
2112
2113 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2114
2115         * plstore.el: Revive the editing feature.
2116         (plstore-mode): New mode to edit plstore file.
2117         (plstore-mode-toggle-display, plstore-mode-original)
2118         (plstore-mode-decoded): New command.
2119         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2120         (plstore--insert-buffer, plstore--make): New function.
2121         (plstore-open, plstore-save): Simplify by using them.
2122
2123 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2126
2127 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2128
2129         * tls.el (open-tls-stream): Remove unused binding.
2130
2131 2012-04-16  Glenn Morris  <rgm@gnu.org>
2132
2133         * nndraft.el (nndraft-request-list): Fix declaration.
2134
2135 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * mm-decode.el (mm-dissect-buffer): Doc fix.
2138
2139         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2140         don't have a current group.
2141
2142         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2143         buffer if it doesn't exist.
2144
2145         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2146         given, mark the group as ephemeral with the current window conf.
2147
2148         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2149         buffer exists, which it doesn't if we haven't started Gnus.
2150         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2151
2152 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2155         type is.
2156
2157         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2158         `unexists' entries.
2159         (gnus-clean-old-newsrc): Fix last checkin.
2160
2161         * nnimap.el (nnimap-update-info): None of the articles below the active
2162         low-water mark exist.
2163
2164         * dgnushack.el: Get rid of XEmacs compilation warning.
2165
2166         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2167         would have gotten if we posted to the group, and use that to compare
2168         against the message we want to cancel (bug#10808).
2169
2170         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2171         on XEmacs.
2172
2173 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2174
2175         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2176         `scroll-margin'.
2177
2178 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2179
2180         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2181         citation prefix within a block of cited text should be considered part
2182         of that block *only* if it is a blank line.
2183
2184 2012-04-09  Chong Yidong  <cyd@gnu.org>
2185
2186         * binhex.el, hashcash.el, uudecode.el:
2187         Remove * characters from the front of variable docstrings.
2188
2189 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2192         before kinsoku-bol characters nor within kinsoku-eol characters.
2193
2194 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2197         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2198         (gnus-sync-read): Use mapc instead of mapcar.
2199
2200         * mm-archive.el: Require mm-decode for some macros.
2201         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2202         the byte compiler.
2203         (mm-archive-decoders): New function that returns the value of
2204         the mm-archive-decoders variable.
2205
2206         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2207         instead.
2208         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2209
2210         * nnimap.el (gnus-refer-thread-use-nnir):
2211         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2212
2213 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2216
2217 2012-03-12  Peter Münster  <pmrb@free.fr>
2218
2219         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2220         (gnus-demon-cancel): Ditto.
2221         (gnus-demon-run-callback): When function cannot be called due to low
2222         idleness, call it when idleness reaches the expected value, instead of
2223         waiting another timer period.
2224         (gnus-demon-init): Add `time' to arguments of call-back.
2225
2226 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2229
2230         * gnus.el: Register gnus-registry functions.
2231
2232         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2233         indent.
2234
2235         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2236         enabled before warping.
2237
2238 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2239
2240         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2241         registry about each article retrieved.
2242
2243         * gnus-int.el (gnus-select-group-with-message-id): New function.
2244         (gnus-try-warping-via-registry): Ditto.
2245         (gnus-warp-to-article): Fall back on the registry.
2246
2247 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2248
2249         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2250         inboxes.
2251
2252 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2255
2256 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2259         gnus-gcc-self-resent-messages may be a group parameter.
2260         (gnus-summary-resend-message): Don't encode encoded words in header
2261         when Gcc'ing resent message.
2262
2263 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * shr.el (shr-insert): Treat non-breaking space just like normal
2266         space.  This seems to produce more pleasing results.
2267         (shr-insert): Only insert a blank line if we're starting from an image.
2268         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2269         (shr-ensure-paragraph): Consider lines with white space to be blank.
2270
2271 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2272
2273         * Makefile.in: Respect DESTDIR.
2274
2275 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2276
2277         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2278         and gnus-gcc-post-body-encode-hook.
2279
2280 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2283         messages that don't exist.
2284
2285         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2286
2287 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2290         Remove.
2291
2292         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2293
2294         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2295
2296 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2299         have a group name.
2300
2301         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2302         a multibyte buffer (bug#7410).
2303         (article-wash-html): Parse the original article buffer to get the
2304         unencoded data (bug#7410).
2305
2306         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2307         .newsrc.el files.
2308
2309 2012-04-05  Bastien Guerry  <bzg@altern.org>
2310
2311         * color.el (color-lighten-name): Fix typo.
2312
2313 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2316         "#" to avoid having them interpreted as comments.
2317
2318 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * shr.el (shr-insert): Update the text state properly to avoid
2321         inserting spurious paragraph starts.
2322
2323 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * shr.el (shr-table-widths): Divide the extra width more fairly over
2326         the TDs (bug#10973).
2327         (shr-render-td): Don't delete too much padding.
2328         (shr-natural-width): Compute the natural width more correctly.
2329         (shr-insert): Allow the natural width to be computed for tables again.
2330         (shr-tag-table-1): Rework how the natural widths are computed by
2331         rendering the table a third time.
2332         (shr-natural-width): Removed.
2333         (shr-buffer-width): New function.
2334         (shr-expand-newlines): Use it.
2335
2336         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2337         using a `gnus-use-full-window' setup (bug#11013).
2338
2339 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2342         24.1 release.
2343
2344 2012-03-10  David Edmondson  <dme@dme.org>
2345
2346         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2347         'Forwarded Message' header and the start of the message.
2348
2349 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2350
2351         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2352         isn't running (bug#10897).
2353
2354 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2357         This is inconsistent with all the other stream functions, which leave
2358         the setting up to the higher levels (if so wanted) (bug#10931).
2359
2360 2012-02-28  Glenn Morris  <rgm@gnu.org>
2361
2362         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2363         mm-decode.el: Standardize possessive apostrophe usage.
2364
2365 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2368
2369 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2370
2371         * parse-time.el (parse-time-string): Allow extractor to return nil.
2372
2373 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2376
2377 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2380
2381 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2382
2383         * mm-decode.el (mm-shr): Remove "soft hyphens".
2384
2385         * nnimap.el (nnimap-request-list): Return the group names encoded as
2386         utf8.  Otherwise non-European group names don't work.
2387         (nnimap-request-newgroups): Ditto.
2388
2389         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2390         the default in `read-string' (bug#10757).
2391
2392         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2393         topics (bug#10843).
2394
2395         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2396         buffer.  Suggested by Herbert Valerio Riedel.
2397         (nnimap-request-move-article): Delete the message from the correct IMAP
2398         server.
2399
2400 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2401
2402         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2403         Reported by Peter Münster.
2404
2405 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2406
2407         * shr.el (shr-image-fetched): Make sure we really kill the right
2408         buffer.
2409
2410 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2411
2412         * gnus-start.el (gnus-1): Avoid duplicate entries.
2413
2414 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * imap.el: Remove.
2417
2418         * nntp.el (nntp-coding-system-for-read): Remove.
2419         (nntp-coding-system-for-write): Ditto.
2420         (nntp-open-connection): Just use `binary' directly.
2421
2422         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2423         Gnus 0.3.
2424
2425 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2426
2427         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2428         application/octet-stream parts really is.
2429
2430         * gnus-sum.el (gnus-propagate-marks): Remove.
2431
2432 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2433
2434         * shr.el (shr-rescale-image): Undo previous change; see
2435         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2436
2437 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2438
2439         * gnus.el: Ma Gnus v0.3 is released.
2440
2441 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-sum.el (gnus-summary-local-variables): Make
2444         `gnus-newsgroup-unexist' into a local variable.
2445
2446 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2447
2448         * registry.el (registry-usage-test, registry-persistence-test): Move to
2449         tests/gnustest-registry.el.
2450         (registry-make-testable-db, registry-match-test)
2451         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2452
2453         * gnus-registry.el (gnus-registry-misc-test)
2454         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2455
2456         * tests/gnustest-registry.el: New file with the registry and
2457         gnus-registry ERT tests.
2458
2459 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-msg.el (gnus-summary-resend-message): Make
2462         gnus-summary-resend-message-insert-gcc be last item in
2463         message-header-setup-hook.
2464
2465 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2466
2467         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2468         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2469         Remove.
2470         (nnfolder-open-server): Don't use marks.
2471         (nnfolder-request-delete-group): Ditto.
2472         (nnfolder-request-rename-group): Ditto.
2473         (nnfolder-request-set-mark, nnfolder-request-marks)
2474         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2475         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2476
2477         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2478         (nnml-marks-modtime): Remove.
2479         (nnml-request-delete-group): Don't use marks.
2480         (nnml-request-rename-group): Ditto.
2481         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2482         (nnml-save-marks, nnml-open-marks): Remove.
2483
2484         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2485         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2486         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2487         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2488         (nntp-server-to-method-cache): Remove.
2489
2490         * shr.el (shr-rescale-image): Fix wrong merge.
2491
2492 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2493
2494         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2495         too-wide lines.
2496
2497 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2498
2499         * nnimap.el (nnimap-record-commands): New variable.
2500         (nnimap-log-command): Use it.
2501         (nnimap-make-process-buffer): Add a space to the process buffer.
2502         (nnimap-transform-headers): Don't bug out on header lines containing
2503         stuff that look like IMAP length encodings.
2504
2505         * shr.el (shr-rescale-image): Allow viewing large images.
2506
2507 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2508
2509         * nnml.el (nnml-request-compact-group): Delete the marks file after
2510         compaction (bug#10800).
2511
2512         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2513         group exit.
2514
2515         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2516         QRESYNC/FETCH output.
2517
2518 2012-02-11  Glenn Morris  <rgm@gnu.org>
2519
2520         * sieve-manage.el (sieve-manage-default-stream):
2521         * shr.el (shr):
2522         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2523         (nnir-retrieve-headers-override-function)
2524         (nnir-imap-default-search-key, nnir-notmuch-program)
2525         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2526         (nnir-method-default-engines):
2527         * message.el (message-cite-reply-position):
2528         * gssapi.el (gssapi-program):
2529         * gravatar.el (gravatar):
2530         * gnus-sum.el (gnus-refer-thread-use-nnir):
2531         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2532         (gnus-registry-max-pruned-entries):
2533         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2534         * gnus-int.el (gnus-after-set-mark-hook)
2535         (gnus-before-update-mark-hook):
2536         * gnus-async.el (gnus-async-post-fetch-function):
2537         * auth-source.el (auth-source-cache-expiry):
2538         Add missing :version tags to new defcustoms and defgroups.
2539
2540 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2543         `gnus-newsgroup-unexist'.
2544
2545         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2546         marks.
2547         (gnus-article-special-mark-lists): Put the `unexist' in the special
2548         marks list instead.
2549
2550         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2551         articles in the list of articles to be selected.
2552
2553         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2554         articles.
2555         (nnimap-update-info): Keep track of unexisting articles.
2556         (nnimap-update-qresync-info): Ditto.
2557
2558 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2559
2560         * message.el (message-default-send-mail-function): Made into own
2561         function for reuse by emacsbug.el.
2562
2563 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2564
2565         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2566         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2567
2568 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2569
2570         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2571         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2572
2573         * gnus-compat.el: Define `timer-set-function'.
2574
2575         * mm-decode.el (mm-display-external): Output the text from the command
2576         in the buffer after the command finished.  This makes text-based
2577         commands behave better.
2578
2579 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2582
2583 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2586         23.1.
2587
2588 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2591
2592 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2593
2594         * message.el (smtpmail-smtp-user): Silence compiler warning.
2595
2596 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2597
2598         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2599         SMTP user name.
2600
2601 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus-sum.el (gnus-summary-show-thread):
2604         next-single-char-property-change may return nil in XEmacs.
2605         (gnus-summary-article-map): Fix typo.
2606
2607 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2610         running.
2611
2612         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2613
2614         * gnus.el (gnus-server-extend-method): Don't add an -address component
2615         if the method already has one (bug#9676).
2616
2617 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2620         of an initial-input for consistency (bug#10757).
2621
2622         * dgnushack.el: Fix XEmacs compilation warning.
2623
2624         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2625
2626         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2627
2628 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2629
2630         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2631         lines that are narrower than the window width.  Otherwise background
2632         "blocks" will look less readable.
2633
2634 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2635
2636         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2637         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2638         have newlines within the strings, and where the UID comes after the
2639         BODYSTRUCTURE element (bug#10537).
2640
2641         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2642         (bug#10732).
2643
2644         * shr.el (shr-insert-document): Add doc string.
2645         (shr-visit-file): Ditto.
2646         (shr-remove-trailing-whitespace): New function.
2647         (shr-insert-document): Use it to clean up trailing whitespace as the
2648         final step (bug#10714).
2649
2650 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2653         buffer if `gnus-kill-summary-on-exit' is nil.
2654
2655 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2656
2657         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2658         when just reading a single group from "without" Gnus.
2659
2660 2012-02-06  Chong Yidong  <cyd@gnu.org>
2661
2662         * gnus-sum.el (gnus-summary-show-thread):
2663         next-single-char-property-change never returns nil (Bug#8657).
2664
2665 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2666
2667         * message.el (message-multi-smtp-send-mail): New function.
2668         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2669         header to implement multi-SMTP functionality.
2670
2671         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2672         (gnus-agentize): Don't set it.
2673         (gnus-agent-send-mail): Don't use it.
2674
2675         * gnus-sum.el (gnus-summary-widget-backward): New function and
2676         keystroke.
2677
2678         * gnus-compat.el: More the compat functions more compatible.
2679
2680         * shr.el (shr-put-image): Remove underlines from sliced images.
2681         (shr-zoom-image): Compute the region to be replaced more correctly.
2682
2683 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2686         (gnus-summary-resend-message-insert-gcc): New function.
2687         (gnus-summary-resend-message): Modify message-header-setup-hook and
2688         message-sent-hook to make it work for Gcc.
2689         (gnus-inews-do-gcc): Update the number of unread articles of groups
2690         that messages are Gcc'd to.
2691
2692         * message.el (message-resend): Run message-sent-hook to do Gcc.
2693
2694 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2695
2696         * lpath.el: Fix an XEmacs compilation warning.
2697
2698         * gnus-compat.el: Require `help-fns' to fix compilation error.
2699
2700         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2701         a higher level to silence compilation.
2702
2703         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2704         parameter to allow controlling the scaling.
2705
2706         * shr.el (shr-zoom-image): New command and keystroke.
2707         (shr-put-image): Take a `size' flag to say how to scale the image.
2708
2709         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2710         deletion unless already defined.
2711
2712         * gnus.el (gnus-compat): Require it.
2713
2714         * gnus-compat.el: New file.
2715
2716         * gnus-start.el (gnus-clean-old-newsrc): New function.
2717         (gnus-read-newsrc-file): Use it.
2718
2719         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2720         Use recursive deletion.
2721         (mm-dissect-archive): Add support for zip files.
2722
2723         * gnus-util.el (gnus-recursive-directory-files): New function.
2724
2725         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2726         (mm-archive-decoders): Add tgz support.
2727
2728         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2729         Otherwise inserting text into the Gnus buffer can look odd.
2730
2731         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2732
2733         * mm-archive.el (mm-archive-decoders): Add support for tar.
2734
2735         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2736
2737         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2738
2739 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2742
2743         * mm-archive.el: New file.
2744
2745         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2746
2747         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2748
2749         * message.el (message-goto-*): Make all the `message-goto-*' commands
2750         push the mark before moving point.  This makes it easier to go back to
2751         where you came from after editing whatever you jumped to.
2752
2753 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2754
2755         * gnus.el: Ma Gnus v0.1 is released.
2756
2757 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2760         without reconnecting.
2761         (nnimap-possibly-change-group): Ditto.
2762         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2763         connection has died before being called.
2764
2765 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2766
2767         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2768         an initial sync unless we're really doing one.
2769
2770         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2771         address parameter if one already exists (bug#9676).
2772
2773         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2774         not the prefix, as documented (bug#10689).
2775
2776 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2779         the "server".
2780
2781         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2782         the real error message with the useless "previously known to be down".
2783         Which isn't even correct.
2784
2785         * nntp.el (nntp-open-connection): Report the error message if the nntp
2786         server can't be reached.
2787
2788         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2789         groups we do a total scan for.
2790         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2791         doing that.
2792
2793 2012-01-31  Jim Meyering  <jim@meyering.net>
2794
2795         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2796         Correct a comment (insert "not") and hide nominally-doubled "to".
2797
2798 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2799
2800         * gnus.el (gnus-version): Change name to "Ma Gnus".
2801
2802 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2803
2804         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2805         section in the manual.
2806
2807 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2808
2809         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2810         words.
2811         (rfc2047-encode-string): Ditto.
2812         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2813         understand folded filename="..." parameters, for instance.
2814
2815         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2816         the message for greater debuggability.
2817
2818 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2819
2820         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2821         instead of setting it locally, since the latter doesn't seem to have
2822         any effect (most of the time).
2823
2824 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2825
2826         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2827         function call.
2828
2829 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2830
2831         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2832         seconds, and make the repeat clause with HH:MM specs work as
2833         documented.
2834
2835 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * proto-stream.el (proto-stream-capability-open): Fall back on
2838         :end-of-command if :end-of-capability doesn't exist.
2839
2840 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2843         bound globally in old Emacsen and XEmacsen.
2844
2845 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2848         so that previous errors don't prohibit getting new news.
2849
2850         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2851
2852         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2853
2854 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2855
2856         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2857         buffer, not of the string which is its name.
2858
2859 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2860
2861         * proto-stream.el (proto-stream-capability-open): Wait for
2862         :end-of-capability, not :end-of-command.
2863
2864         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2865         non-server-marks groups.
2866         (gnus-group-make-articles-read): Ditto.
2867
2868         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2869         methods (bug#9676).
2870
2871         * gnus.el (gnus-method-ephemeral-p): New function.
2872
2873 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2876         left-to-right.
2877
2878 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2879
2880         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2881         warning.
2882
2883 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2886         macroexpand the nnir things, since they haven't been defined yet, and
2887         nnir requires gnus-sum.
2888
2889 2012-01-24  Julien Danjou  <julien@danjou.info>
2890
2891         * color.el (color-rgb-to-hsl): Fix value computing.
2892         (color-hue-to-rgb): New function.
2893         (color-hsl-to-rgb): New function.
2894         (color-clamp, color-saturate-hsl, color-saturate-name)
2895         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2896         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2897
2898 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2901
2902 2012-01-19  Julien Danjou  <julien@danjou.info>
2903
2904         * color.el (color-name-to-rgb): Use the white color to find the max
2905         color component value and return correctly computed values.
2906         (color-name-to-rgb): Add missing float conversion for max value.
2907
2908 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2909
2910         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2911         logical server name in addition to the actual machine address.
2912
2913         * auth-source.el (auth-source-user-and-password): Add convenience
2914         wrapper to search by just host and optionally user.
2915
2916 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2919         after rendering.
2920
2921 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2922
2923         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2924         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2925         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2926
2927 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2930         (bug#9693).
2931         (gnus-summary-setup-buffer): Document return value (bug#9697).
2932
2933         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2934         since ido doesn't work on symbols (bug#9632).
2935
2936         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2937         when getting a single value as when getting all the values.  This means
2938         that atoms like `gcc-self' work cumulatively, like variable settings,
2939         instead of getting the value from the last matching clause.
2940         (gnus-group-find-parameter): Protect against the group buffer not
2941         existing (bug#9585).
2942
2943 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-start.el (gnus-activate-group): Document more parameters
2946         (bug#9694).
2947
2948         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2949         (bug#9692).
2950
2951         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2952         article was fetched, so that it can be expired later (bug#9958).
2953         (gnus-agent-summary-fetch-series): Add doc string.
2954         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2955         (bug#9517).
2956
2957         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2958         retrieval is happening.
2959
2960         * gnus.el (gnus-parameters): Doc fix.
2961
2962 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2963
2964         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2965         show the thread after expansion.
2966
2967 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-art.el (article-narrow-to-head): If the head is completely
2970         empty, narrow to the empty region (bug#9764).
2971
2972         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2973         read, and then mark them as unread only when the unread mark is used.
2974         This makes `C-- T k' actually work, even though it's confusing.
2975
2976         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2977         alive before we try to find its window.
2978
2979 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2980
2981         * mm-decode.el (mm-display-external): Use a longer timeout for the
2982         deletion to allow slow programs to display the file.
2983
2984 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2987         prompt to be less confusing.
2988
2989         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2990         argument to `message-reply'.  This broke `special-display-*' frame
2991         pop-uping (bug#10238).
2992
2993 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2996         systems, since these allegedly don't work there.
2997
2998 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2999
3000         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3001         live buffer.
3002
3003 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * nnir.el (nnir-retrieve-headers): Protect against the article not
3006         existing on the server (bug#10335).
3007
3008 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3009
3010         * gnus-agent.el (gnus-agent-load-local): Recompute
3011         gnus-agent-article-local on changing method.
3012
3013 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus.el (gnus-parameters): Note precedence.
3016
3017 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3018
3019         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3020         in the group buffer.
3021
3022 2012-01-04  Julien Danjou  <julien@danjou.info>
3023
3024         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3025         change.
3026
3027 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3030         too.
3031
3032         * nntp.el (nntp-retrieve-group-data-early): Use it.
3033
3034 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * nntp.el (nntp-retrieval-in-progress): New variable.
3037         (nntp-make-process-buffer): Make it buffer-local.
3038
3039         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3040         2010.
3041         (gnus-demon-init): Use it to compute the time if time is on the form
3042         "04:23".
3043
3044         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3045
3046         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3047         status in the correct buffer.
3048
3049 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3050
3051         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3052         when opening topics (bug#10407).
3053
3054 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3055
3056         * gnus-cus.el (gnus-score-customize):
3057         * gnus-sum.el (gnus-sort-gathered-threads):
3058         * message.el (message-shorten-references):
3059         * nnmairix.el (nnmairix-request-group):
3060         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3061
3062 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3063
3064         * gnus-agent.el (gnus-agent-regenerate-group):
3065         * gnus-int.el (gnus-retrieve-group-data-early):
3066         * mm-util.el (mm-codepage-ibm-list):
3067         * nndiary.el (Commentary, nndiary-get-new-mail):
3068         * nnir.el (nnir):
3069         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3070
3071 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mm-view.el (mm-display-inline-fontify): Add comment.
3074
3075 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3078         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3079
3080 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3081
3082         * gnus-art.el (gnus-split-methods):
3083         * gnus-msg.el (gnus-configure-posting-styles):
3084         * gnus-spec.el (gnus-parse-simple-format):
3085         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3086         * message.el (message-do-actions): Spelling fix.
3087
3088 2011-12-15  Juri Linkov  <juri@jurta.org>
3089
3090         * mm-decode.el (mm-inline-media-tests): Add missing
3091         `mm-handle-media-subtype'.
3092
3093 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3094
3095         * gnus-group.el (gnus-group-tool-bar):
3096         * gnus-sum.el (gnus-summary-tool-bar):
3097         * message.el (message-tool-bar):
3098         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3099
3100 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         * plstore.el (plstore--insert-buffer): Spelling fix.
3103
3104 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3105
3106         * message.el (message-valid-fqdn-regexp): Update with newly approved
3107         top-level domain names ".tel" and ".asia".
3108
3109 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3112         unconditionally.
3113
3114 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3117         pop-to-buffer-same-window for old Emacsen.
3118
3119 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3120
3121         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3122
3123 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         * netrc.el (netrc-credentials): Spelling fix.
3126
3127 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3128
3129         * gnus-fun.el (gnus-fun-ppm-change-string):
3130         * gnus-msg.el (gnus-inews-do-gcc):
3131         * gnus-sum.el (gnus-summary-find-for-reselect):
3132         * gnus.el (gnus-summary-cancelled):
3133         * message.el (message-cancel-hook, message-send-news):
3134         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3135         * nnir.el (nnir-run-hyrex):
3136         * nntp.el (nntp-with-open-group-function):
3137         * pgg.el (pgg-pending-timers): Spelling fix.
3138
3139 2011-12-04  Chong Yidong  <cyd@gnu.org>
3140
3141         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3142         change (Bug#10200).
3143
3144 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * compface.el (uncompface):
3147         * gnus-art.el (gnus-article-x-face-command): Update the header format
3148         of icon data for the most recent icontopbm program.
3149
3150 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus-msg.el (gnus-inews-do-gcc):
3153         * message.el (message-send-mail):
3154         * mml.el (mml-generate-mime): Share the value of the buffer-local
3155         `message-options' variable between a draft buffer and temprary working
3156         buffers.
3157
3158 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3159
3160         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3161
3162 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3165         for Cygwin.
3166
3167 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         * gnus-group.el (gnus-group-prepare-flat):
3170         * mm-bodies.el (mm-encode-body):
3171         * mml.el (mml-preview):
3172         * nnml.el (nnml-request-compact-group):
3173         * pop3.el (pop3-stream-type): Spelling fix.
3174
3175 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3176
3177         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3178
3179 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         * color.el (color-rgb-to-hsl):
3182         * gmm-utils.el (gmm-tool-bar-style):
3183         * gnus-group.el (gnus-group-prepare-flat):
3184         * gnus-topic.el (gnus-topic-prepare-topic):
3185         * mm-decode.el (mm-discouraged-alternatives):
3186         * rfc2047.el (rfc2047-encode-1):
3187         * starttls.el: Spelling fix.
3188
3189 2011-11-24  Glenn Morris  <rgm@gnu.org>
3190
3191         * binhex.el (binhex-begin-line): Give it basic doc-string.
3192
3193         * starttls.el, tls.el: Fix case of "GnuTLS".
3194
3195 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3196
3197         * gnus-group.el (gnus-group-highlight): Fix typo.
3198
3199 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3200
3201         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3202         value of `delete-file', that returns nil for a local file but returns t
3203         for a remote file using ssh.
3204
3205 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3206
3207         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3208
3209 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3212         avoid later breakage.
3213
3214 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3217         article buffers' name.
3218
3219 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3222         by Paul Eggert's spellfixes two days ago.
3223
3224 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3227         doesn't have it.
3228
3229         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3230         buffer-local instead of binding them to avoid warnings.  Also demote
3231         errors (bug#10063).
3232         (font-lock-mode-hook): Shut up byte compiler.
3233
3234 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3235
3236         * mm-util.el (mm-charset-after):
3237         * nnir.el (nnir-run-hyrex):
3238         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3239         (ntlm-get-password-hashes, ntlm-md4hash):
3240         * smime.el: Fix typo.
3241
3242 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3243
3244         * gnus-agent.el (gnus-agent-expire-group-1):
3245         * nndiary.el (nndiary-last-occurence):
3246         * nnimap.el (nnimap-request-set-mark):
3247         * nnmairix.el (nnmairix-only-use-registry):
3248         * gnus-group.el (gnus-group-prepare-flat):
3249         * gnus-sum.el (gnus-decode-encoded-word-methods):
3250         * message.el (message-wash-subject):
3251         * nntp.el (nntp-retrieve-headers-with-xover):
3252         * smime.el (smime-certificate-directory): Spelling fix.
3253
3254 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3255
3256         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3257
3258         * color.el:
3259         * gnus-agent.el (gnus-agent-possibly-alter-active):
3260         * gnus-dired.el (gnus-dired-print):
3261         * mail-parse.el:
3262         * nnmairix.el (nnmairix-request-group):
3263         * shr.el (shr-image-displayer):
3264         * sieve-manage.el:
3265         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3266
3267 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * gnus-sum.el (gnus-auto-select-subject):
3270         * spam-report.el (spam-report-resend): Spelling fix.
3271
3272 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3273
3274         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3275         * gnus-art.el (gnus-default-article-saver):
3276         * gnus-srvr.el (gnus-server-copy-server):
3277         * gnus.el (gnus-sloppily-equal-method-parameters):
3278         * html2text.el (html2text-format-tag-list):
3279         * message.el (message-narrow-to-head):
3280         * nndiary.el:
3281         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3282         * sieve.el: Spelling fix.
3283
3284 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3285
3286         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3287         * gnus-sum.el (gnus-summary-make-menu-bar):
3288         * gnus-uu.el (gnus-uu-decode-postscript)
3289         (gnus-uu-decode-postscript-and-save):
3290         * mailcap.el (mailcap-print-command):
3291         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3292         Fix typos.
3293
3294 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3295
3296         * gnus-art.el (gnus-article-part-wrapper):
3297         * html2text.el (html2text-fix-paragraphs):
3298         * mm-decode.el (mm-image-fit-p):
3299         * rfc2047.el (rfc2047-encode-message-header):
3300         * shr-color.el (shr-color-visible-distance-min)
3301         (shr-color-relative-to-absolute, set-minimum-interval)
3302         (shr-color-visible): Fix typos.
3303
3304 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3305
3306         * gmm-utils.el (gmm-tool-bar-item):
3307         * gnus-art.el (gnus-treat-body-boundary):
3308         * gnus-diary.el (gnus-user-format-function-d):
3309         * gnus-start.el (gnus-get-unread-articles):
3310         * pgg-gpg.el (pgg-gpg-update-agent):
3311         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3312
3313 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3314
3315         * gnus-topic.el (gnus-group-prepare-topics):
3316         * gnus-uu.el (gnus-extract-view):
3317         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3318
3319 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3320
3321         * spam.el: Move BBDB autoloads.
3322         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3323         BBDB 2 and 3.
3324         (spam-check-BBDB): Use it.
3325         (spam-enter-ham-BBDB): Use it.
3326
3327 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3328
3329         * smime.el (smime-draw-buffer): Spelling fix.
3330
3331 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3332
3333         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3334         for scanning exactly one level.
3335         * gnus-start.el (gnus-get-unread-articles): Ditto.
3336
3337 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3340         slightly clearer.
3341
3342 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-sync.el: More commentary about setup.
3345
3346 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * message.el (message-send-and-exit): Document `arg'.
3349
3350 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3351
3352         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3353
3354 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3355
3356         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3357
3358         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3359         we don't use `bound-and-true-p'.
3360
3361 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-util.el (gnus-bound-and-true-p): Remove.
3364         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3365         * nnir.el: Use it.
3366         * nnmairix.el: Use it.
3367
3368 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3369
3370         * gnus-sync.el: Improve docs about CouchDB admins.
3371
3372         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3373         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3374         for reasons unknown.
3375         * nnir.el: Use it.
3376         * nnmairix.el: Use it.
3377
3378         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3379         * nnir.el: Ditto.
3380         * nnmairix.el: Ditto.
3381
3382         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3383
3384 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3387         not needed.  Provide xmlplistread list function to produce XML plist
3388         output for non-Gnus LeSync clients.
3389
3390 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3393
3394         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3395         and save against it.  Group subscriptions, read marks, other marks,
3396         subscription levels, topic names, and topic offsets (the group's
3397         position within the topic) are saved.  This is an experimental backend
3398         and may change significantly.  Load json.el from the gnus-fallback-lib
3399         if it's not available otherwise.
3400         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3401
3402 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3403
3404         * message.el (message-completion-function): Make sure
3405         message-tab-body-function is not attempted if one of
3406         message-completion-alist fails to find a completion (bug#9158).
3407
3408 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3409
3410         * mml.el (mml-quote-region): Quote <#secure> tag.
3411         (mml-generate-mime-1): Unquote <#secure> tag.
3412
3413 2011-10-20  Chong Yidong  <cyd@gnu.org>
3414
3415         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3416         calling a minor mode from Lisp with nil arg enables it, so we have to
3417         make the wording a bit ambiguous here).
3418
3419 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3422         * nnir.el (nnir-mode): Use it.
3423         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3424         Use it.
3425
3426         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3427         * nnmairix.el (gnus-registry-enabled): Ditto.
3428
3429 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3430
3431         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3432         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3433         only while we need to find out if it should be t or nil.
3434         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3435         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3436         the registry is installed.  Set it to nil when it's unloaded.
3437         (gnus-registry-install-p): Provide user guidance for the initial value
3438         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3439         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3440         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3441         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3442         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3443         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3444         `gnus-registry-install'.
3445
3446 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3447
3448         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3449         previous change.
3450         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3451         primary key is marked as disabled.
3452
3453 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3454
3455         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3456         primary key is marked as disabled.
3457
3458 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3459
3460         * html2text.el (html2text-clean-anchor): Check for quotes around
3461         `href' value.
3462
3463 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3466         searching.  Drop `bbdb-cache'.
3467
3468 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * message.el (message-signed-or-encrypted-p): Exclude header when
3471         checking if there is signed or encrypted body in text/plain message.
3472
3473 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3474
3475         * html2text.el (html2text-get-attr): Correctly handle attribute values
3476         containing "=".
3477
3478 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3479
3480         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3481         handle bindings.
3482
3483 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-win.el (gnus-configure-windows): Protect against reading
3486         ephemeral groups outside of Gnus.
3487
3488 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * shr.el (shr-tag-img): Don't get images displayed in tables.
3491
3492 2011-10-03  Glenn Morris  <rgm@gnu.org>
3493
3494         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3495         the "maintainer" version of debbugs.gnu.org reports.
3496
3497 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3500         make asynchronous adjacent image insertion work better.
3501
3502 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3503
3504         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3505         documentation.
3506
3507 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3510         `gnus-asynchronous' isn't shadowed.
3511
3512 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3515
3516         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3517         (nnimap-insert-partial-structure): The charset parameter isn't
3518         case-sensitive.
3519
3520         * nnheader.el (nnheader-message-maybe): New function.
3521
3522         * shr.el (shr-tag-table): Render totally broken tables better.
3523
3524         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3525         computing the boundary.
3526
3527 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * pop3.el (pop3-number-of-responses): Remove.
3530         (pop3-wait-for-messages): Rewrite to take linear time instead of
3531         exponential time.
3532
3533 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3536         re-fetch images.
3537
3538         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3539         re-fetch images when hitting `g' in Gnus.
3540
3541 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3544         (mml-compute-boundary): Don't check collision if it is non-nil.
3545         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3546         before checking collision.
3547
3548 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * message.el (message-indent-citation): Really make sure there's a
3551         newline at the end.
3552
3553         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3554         Fix suggested by John Wiegley.
3555
3556         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3557
3558         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3559
3560         * message.el (message-default-send-rename-function): Break out into its
3561         own function.
3562
3563         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3564         doesn't work under XEmacs.
3565
3566         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3567         of "imaps" to word around Windows problems.
3568         (nnimap-open-connection-1): Use it.
3569
3570         * message.el (message-indent-citation): Revert last change which made
3571         `F' not work.
3572
3573 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3574
3575         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3576         terminal as well.
3577
3578 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3581         because it displays images using overlays that aren't easy to copy to
3582         the article buffer.
3583
3584 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3585
3586         * message.el (message-indent-citation): Fix empty line removal at the
3587         end of the citation.
3588
3589 2011-09-20  Julien Danjou  <julien@danjou.info>
3590
3591         * auth-source.el (auth-source-netrc-create): Use default value for
3592         password if specified.  Evaluate default.
3593         (auth-source-plstore-create): Ditto.
3594         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3595         value evaluation.
3596         (auth-source-netrc-create): Typo fix.
3597         (auth-source-plstore-create): Ditto.
3598
3599         * password-cache.el (password-cache-remove): Remove entries even if the
3600         value is nil, so that password with a nil value (negative caching) is
3601         possible to invalidate.
3602
3603         * auth-source.el (auth-source-format-cache-entry): New function.
3604
3605 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3608
3609 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3612
3613 2011-09-19  Julien Danjou  <julien@danjou.info>
3614
3615         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3616         which work with things that are not ASCII.
3617
3618 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3621
3622 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3625         message level.
3626
3627 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3630
3631 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3634
3635 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3636
3637         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3638         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3639
3640 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3641
3642         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3643         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3644         articles.
3645
3646 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3647
3648         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3649         (message-mail-other-window, message-mail-other-frame)
3650         (message-news-other-window, message-news-other-frame):
3651         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3652         instead of setting buffer display varibles.
3653
3654 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3657
3658         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3659
3660 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3663         duplicates" to a higher level.
3664
3665         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3666         most egregious messages.
3667
3668 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3671
3672 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3673
3674         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3675         up the file (bug#9351).
3676
3677 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3680         it does with all other backends, but decode the names immediately after
3681         getting them.
3682
3683         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3684         decoding nnimap groups.
3685
3686         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3687         newsrc file.  It doesn't seem like an important optimization any more.
3688
3689 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3690
3691         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3692         overflows.
3693
3694 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3697         (gnus-interactive-exit): Extend to `quiet'.
3698
3699         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3700
3701         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3702         string.
3703
3704         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3705         renaming function arguments from `this'.
3706
3707         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3708
3709         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3710         has been renamed.
3711         (gnus-lrm-string-p): Include RLM and PDF, too.
3712
3713         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3714         (bug#9225).
3715
3716 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3717
3718         Add autoload cookies for functions used by sendmail.el.
3719         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3720
3721         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3722
3723 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-art.el (article-date-ut): Work properly even when there are
3726         things like Date header in the body; work for forwarded parts.
3727
3728 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3729
3730         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3731         original-article-buffer.
3732
3733 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3734
3735         * nnir.el (nnir-compose-result): Fix matching of server type.
3736         (nnir-run-swish++): Ditto.
3737         (nnir-run-namazu): Ditto.
3738         (nnir-run-notmuch): Ditto.
3739
3740 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3743         (bug#9405).
3744
3745         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3746         (bug#9421).
3747
3748         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3749         (bug#9425).
3750
3751         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3752         thing (bug#9426).
3753
3754 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3757         the error message.
3758
3759 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3760
3761         * message.el (message-setup-1): Return t (Bug#9392).
3762
3763 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3764
3765         * gnus-sum.el: When adding article headers to a summary buffer also
3766         update gnus-newsgroup-articles (bug#9386).
3767
3768 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * auth-source.el: Autoload help-mode.
3771
3772 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3775         names.
3776
3777 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3778
3779         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3780         mm-replace-in-string for compatibility issues.
3781         * mml2015.el (mml2015-epg-verify): Ditto.
3782
3783 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3786
3787         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3788
3789 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3792         continue on and do the clean-up phase (bug#9188).
3793
3794         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3795         just ignore groups that can't be opened instead of erroring out
3796         (bug#9225).
3797
3798         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3799         nil since some many people are fuddy-duddies.
3800
3801         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3802         images.
3803
3804         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3805         instead.
3806
3807         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3808
3809         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3810
3811         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3812         processing.
3813
3814         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3815         buffer to avoid warnings.
3816
3817 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3818
3819         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3820         specified to reduce precision.
3821
3822 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3825         bodystructures (bug#9314).
3826
3827 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3830         Make button keymap non-sticky after buttons.
3831
3832 2011-08-18  David Engster  <dengste@eml.cc>
3833
3834         * nnmairix.el (nnmairix-request-set-mark)
3835         (nnmairix-goto-original-article): Remove adding of article to registry,
3836         since `gnus-registry-add-group' isn't available anymore.
3837         (nnmairix-determine-original-group-from-registry):
3838         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3839         available anymore.
3840
3841 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3842
3843         * starttls.el (starttls-any-program-available): Define as obsolete
3844         function.
3845
3846 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3849         versions which Gnus use when appropriate.
3850
3851         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3852         a pretty destructive command.
3853
3854         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3855
3856 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * message.el (message-fix-before-sending): Make a different warning
3859         about NUL characters (bug#9270).
3860
3861         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3862         from custom (bug#9260).
3863
3864         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3865         things work in Emacs 22 and XEmacs, too.
3866
3867         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3868         default From.
3869
3870         * gnus-spec.el (gnus-lrm-string-p): New macro.
3871         (gnus-lrm-string): New constant.
3872         (gnus-summary-line-format-spec): LRM-ify the from.
3873         (gnus-tilde-max-form): LRM-ify string chopping.
3874
3875         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3876
3877         * message.el (message-is-yours-p): Allow disabling canlock checking
3878         (bug#9295).
3879         (message-shoot-gnksa-feet): Add `canlock-verify'.
3880         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3881         message directory isn't writable (bug#9304).
3882
3883         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3884         non-world-readable.
3885
3886 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3889         articles.
3890
3891 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3892
3893         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3894         copy-list.
3895
3896 2011-08-12  Sam Steingold  <sds@gnu.org>
3897
3898         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3899         in the reverse order to avoid modifying the cache with `nreverse'.
3900         (gnus-all-score-files): Do not modify the value returned by
3901         `gnus-score-find-alist' because it lives in a cache variable.
3902         (gnus-current-home-score-file): No need to `nreverse' the return value
3903         of `gnus-score-find-alist', it is already in the correct order.
3904
3905 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3906
3907         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3908         type MESSAGE and subtype RFC822 is slightly different from those of
3909         type TEXT.
3910
3911 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3912
3913         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3914         This allows article-referral to work from an nnir group.
3915
3916 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3917
3918         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3919
3920 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3921
3922         * mml1991.el (mml1991-epg-find-usable-key)
3923         (mml1991-epg-find-usable-secret-key): New function.
3924         (mml1991-epg-sign): Check if signing key is usable.
3925         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3926
3927 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3928
3929         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3930         server-variables only.  This should fix a bug introduced with commit
3931         e1889675b7f4adf057833c5513c9374134c4e053.
3932         (nnir-run-query): 'nnir-search-engine should not be set from the global
3933         environment.
3934
3935 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3936
3937         * nnir.el (nnir-search-thread): Position point on referring article
3938         line.
3939         (nnir-warp-to-article): Clean up summary buffers.
3940
3941         * nnimap.el (nnimap-request-thread): Whitespace fix.
3942
3943 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3944
3945         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3946
3947 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * starttls.el (starttls-available-p): Rename from
3950         `starttls-any-program-available' and changed return convention.
3951
3952 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3953
3954         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3955         `unix-sync' unless it's defined.
3956
3957 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3958
3959         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3960         `aref' for XEmacs compatibiltiy.
3961
3962 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3965
3966 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3967
3968         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3969         closures, quote the form properly (bug#9194).
3970
3971 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3974         (gnus-summary-insert-new-articles): Protect against servers that are
3975         down.
3976
3977 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3978
3979         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3980         in mm handle if none is specified.
3981
3982 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3983
3984         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3985
3986 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3987
3988         * nnir.el (nnir-search-thread): New function to make an nnir group
3989         based on a thread query.
3990
3991         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3992         of nnir in thread referral.
3993         (gnus-summary-refer-thread): Use it.
3994
3995         * nnimap.el (nnimap-request-thread): Use it.
3996
3997 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * shr.el (shr-tag-comment): Ignore HTML comments.
4000
4001 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4002
4003         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4004         argument.
4005         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4006         Use `nnir-address' to handle server info rather than passing an arg.
4007
4008         * nnimap.el (nnimap-make-thread-query): New utility function to format
4009         an imap thread search query.
4010         (nnimap-request-thread): Use it.
4011
4012         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4013         right select-method if we are not going back to the group buffer.
4014
4015 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4018         enter invalid buffer configurations into the quit form (bug#9107).
4019         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4020         unplugged/plugged.
4021
4022         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4023         keep track of which ones are unread (bug#9061).
4024
4025         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4026         (bug#9055).
4027
4028         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4029         (bug#9041).
4030
4031         * gnus-html.el (mm-util): Require (bug#9073).
4032
4033         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4034         (gnus-summary-refer-thread): Use it to remove duplicates in the
4035         un-threaded view (bug#9053).
4036         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4037
4038 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4039
4040         * nnir.el (nnir-read-server-parm): Use default value from global
4041         variable.  Without this the default search engine parameters aren't
4042         used at all.
4043
4044 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * message.el (message-unique-id): Don't use the undocumented return
4047         value from (random t) (bug#9118).
4048
4049 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * message.el (message-auto-save-directory): If the ~/Mail directory
4052         doesn't exist, use ~ as the auto-save directory (bug#4432).
4053
4054         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4055         hasn't already been started.
4056
4057 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4060
4061         * message.el (message-reply): Work around mysterious bug where
4062         `message-mode' seems to overwrite the locally bound `subject' variable.
4063
4064 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4065
4066         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4067         correct group.
4068
4069         * gnus-int.el (gnus-request-thread): Add group argument.
4070
4071         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4072
4073 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4076
4077         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4078         renamed to `debbugs-gnu-*'.
4079
4080 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4081
4082         * plstore.el: Revert the editing feature since it is not urgent.
4083         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4084         (plstore-mode-decoded): Remove.
4085
4086 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4089         isn't very interesting any more, and it leaks potentially secret data.
4090         (gnus-debug): Remove.
4091
4092         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4093         use of :custom-show.
4094
4095 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4096
4097         * plstore.el: Add documentation.
4098         (plstore-mode): New mode to edit plstore file.
4099         (plstore-mode-toggle-display, plstore-mode-original)
4100         (plstore-mode-decoded): New command.
4101         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4102         (plstore--insert-buffer, plstore--make): New function.
4103         (plstore-open, plstore-save): Simplify by using them.
4104
4105 2011-07-06  Glenn Morris  <rgm@gnu.org>
4106
4107         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4108
4109 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4112         no longer is much used.
4113         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4114         Articles".
4115
4116 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4117
4118         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4119         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4120         `notmuch' backend.
4121
4122 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * mm-decode.el (mm-text-html-renderer): Doc fix.
4125
4126         * gnus-msg.el (gnus-bug): Fix the MML tag.
4127
4128         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4129
4130 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4131
4132         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4133         secondary methods if started with `gnus-no-server'.
4134
4135 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4136
4137         * message.el (message-return-action): Fix typo in docstring.
4138
4139 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4142         bug reports at once.
4143
4144         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4145
4146 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * nndraft.el: Require gnus-group.
4149         (nndraft-request-list): Declare.
4150
4151         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4152         no unread article unless it matches gnus-permanently-visible-groups.
4153
4154         * nndraft.el (nndraft-update-unread-articles): New function.
4155         (nndraft-request-associate-buffer): Use it to update the number of
4156         unread articles for the nndraft groups in the group buffer when saving
4157         or killing a draft message.
4158
4159 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4162         systems to binary before writing and reading the mbox files.
4163
4164         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4165         instead of trying to list them all (bug#8978).
4166
4167 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4168
4169         * pop3.el (pop3-open-server): Use :end-of-capability.
4170
4171 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4174         the id is always a number.
4175
4176         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4177
4178         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4179         debbugs mode, if possible.
4180
4181 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4182
4183         * auth-source.el (auth-source-token-passphrase-callback-function):
4184         Reindent.
4185         (epg-context-operation): Remove unnecessary autoload.
4186
4187 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus.el (gnus-list-debbugs): New command.
4190
4191         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4192         mboxstat instead of the maintbox, since the stat seems to be fuller.
4193
4194         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4195         summary buffers.
4196
4197         * message.el (message-get-reply-headers): Delete all duplicates,
4198         instead of the first.
4199         (message-get-reply-headers): Ensure that we have progress while
4200         deleting duplicates.
4201
4202         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4203         gnus-posting-style value from the summary buffer to make it easier to
4204         make that a per-buffer conf.
4205
4206 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4207
4208         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4209         found by setting `shortcut' in 'query.
4210         (nnir-request-article): Use `shortcut' setting when requesting article
4211         by Message-ID.
4212
4213 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4214
4215         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4216         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4217         Bring the pseudo-headers back too.
4218
4219 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4220
4221         * auth-source.el (auth-source-token-passphrase-callback-function):
4222         Simplify and remove EPA dependency.
4223
4224 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4225
4226         * nnir.el (nnir-request-article): Fix error message text.
4227
4228 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4229
4230         * auth-source.el (plstore-delete): Autoload.
4231         (auth-source-plstore-search): Support delete operation.
4232         * plstore.el (plstore-delete): New function.
4233
4234 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4237         mark actually existing articles as unread rather than the ones that
4238         active asserts.
4239
4240 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4241
4242         * nntp.el (nntp-record-command):
4243         * gnus-util.el (gnus-message-with-timestamp-1):
4244         Use format-time-string rather than decoding time stamps by hand.
4245         This is simpler and insulates the code from potential changes to
4246         current-time format.
4247
4248 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4251
4252 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4255         (plstore-save): Support public key encryption.
4256         (plstore--init-from-buffer): New function.
4257         (plstore-open): Use it; fix error when opening a non-existent file.
4258         (plstore-revert): Use plstore--init-from-buffer.
4259
4260 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4261
4262         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4263
4264 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4267         for old Emacsen.
4268
4269 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4270
4271         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4272         is not fully working.
4273
4274 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * dgnushack.el: Autoload sha1 on XEmacs.
4277
4278         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4279         quit window configuration.
4280
4281         * auth-source.el (epg-context-set-passphrase-callback):
4282         Remove duplicate autoload.
4283
4284 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4285
4286         * nnir.el (nnir-request-article): Allow requesting articles by
4287         Message-ID with nnimap.
4288
4289         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4290         current server.
4291
4292 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * auth-source.el: Autoload EPA/EPG functions.
4295         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4296         changed when EPA/EPG is not available.
4297         (auth-source-backend): Rename "arg" member to "data".
4298         (auth-source-backend-parse, auth-source-plstore-search)
4299         (auth-source-plstore-create): Use it.
4300
4301 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4302
4303         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4304         `gnus-refer-article-methods'.
4305
4306 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4307
4308         * auth-source.el: Require EPA and EPG.
4309         (auth-source-passphrase-alist): New variable.
4310         (auth-source-passphrase-callback-function)
4311         (auth-source-token-passphrase-callback-function): Callbacks for the
4312         netrc field encryption (GPG tokens).
4313         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4314         Symmetric encryption and decryption of the netrc GPG tokens.
4315         (auth-source-netrc-normalize): Use them, simplifying the closure.
4316
4317 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4320         is available.
4321
4322 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4325         non-nil, and `nnimap-split-methods' is nil, use the former.
4326
4327 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4328
4329         * plstore.el (plstore-revert): New function.
4330         (plstore-open): Use it; hide the buffer from user.
4331
4332 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4333
4334         * auth-source.el (auth-source-backend): New member "arg".
4335         (auth-source-backend-parse): Handle new backend 'plstore.
4336         * plstore.el: New file.
4337
4338 2011-06-30  Glenn Morris  <rgm@gnu.org>
4339
4340         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4341
4342 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4345         expiring articles to.
4346
4347         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4348         variations as ASCII (bug#5458).
4349
4350 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4353
4354 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * message.el (message-point-in-header-p): Tweak the function to default
4357         to saying that we're not in the headers if there is no separator at
4358         all.  This makes it possible to use the Message version of `M-q' in
4359         buffers with no headers (bug#7987).
4360         (message-point-in-header-p): Fix last checkin to work with an empty
4361         mail-header-separator, too.
4362
4363         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4364         again, save the choice via customize.
4365
4366 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4369
4370         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4371         ended the connection, bail out before waiting infinitely on a new
4372         connection.
4373
4374 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4377         reports.
4378
4379         * gnus.el (gnus-bug-package): Use "gnus."
4380         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4381
4382 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * dgnushack.el: Make the timer warning go away on XEmacs.
4385
4386         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4387         animations going on at article exit time.
4388
4389         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4390         since removing it breaks people upgrading.
4391
4392         * shr.el (shr-put-image): Use the new interface for animating images.
4393         (shr-put-image): Animate for 60 seconds.
4394
4395         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4396         avoid compiler warnings.
4397
4398         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4399         error with `find-file-hooks' on Emacs 22.
4400         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4401         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4402         on all architectures.
4403
4404         * spam.el (spam-stat): Require in a normal fashion without binding
4405         `spam-stat-install-hooks' to avoid compilation warnings.
4406
4407         * spam-stat.el (spam-stat-install-hooks): Remove.
4408         (spam-stat-install-hooks): Don't run automatically.
4409
4410 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4411
4412         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4413         and keystroke.
4414
4415 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * auth-source.el (auth-source-netrc-cache): Move forward.
4418
4419 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * proto-stream.el (proto-stream-open-starttls): Use
4422         `gnutls-available-p' to see whether we have built-in support.
4423
4424         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4425         we already know.
4426         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4427         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4428
4429 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4432         %S format, since that looks odd.
4433         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4434         file, especially when saving.
4435
4436 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4437
4438         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4439         article found.
4440
4441 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4444         `auth-source-save-secrets' with a more sensitive alist that can be
4445         configured per file.  Experimental, so defaults to 'never.
4446         (auth-source-netrc-create): Use it.  Still experimental code.
4447         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4448         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4449
4450 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4451
4452         * auth-source.el (auth-source-save-secrets): New variable to control if
4453         secret tokens should be saved encrypted.
4454         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4455         to `auth-source-netrc-normalize'.
4456         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4457         on the EPA variables being defined.
4458         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4459         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4460         the lexical-let closure.
4461         (auth-source-netrc-create): Create "gpg:" tokens according to
4462         `auth-source-save-secrets'.
4463
4464 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-group.el (gnus-group-update-group): Add new argument
4467         `info-unchanged' that stops updating dribble buffer.
4468
4469         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4470         deletes lines matching to it in dribble buffer.
4471
4472         * gnus-agent.el (gnus-agent-fetch-group-1):
4473         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4474         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4475         * gnus-start.el (gnus-group-change-level):
4476         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4477
4478         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4479         if newsgroup info is not changed.
4480
4481         * gnus-group.el (gnus-group-get-new-news-this-group):
4482         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4483         Don't update dribble buffer.
4484
4485 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4488         remove entries with groups we ignore.
4489
4490 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4493         the underline comes at the bottom.
4494
4495 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4498         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4499         (gnus-registry-article-marks-to-names): Rename from
4500         `gnus-registry-user-format-function-M2'.
4501
4502 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4505         ephemeral group.
4506
4507 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * shr.el (shr-browse-image): Copy the URL if called interactively.
4510
4511 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4514         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4515         done, then unselected articles may be marked as read.
4516
4517         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4518         since not doing this seems to lead to a race condition in pop3-logon.
4519
4520         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4521         so that the call chain it correct when we call "upwards".
4522
4523         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4524         in read-only groups.
4525
4526         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4527
4528         * message.el (message-cite-reply-position): Doc string fix.
4529
4530         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4531         avoid regexp overflow.
4532         (nnimap-transform-split-mail): Ditto.
4533
4534         * pop3.el (pop3-retr): Error out if the server closes the connection.
4535
4536 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4539         mm-with-unibyte-current-buffer.  The buffer should not contain any
4540         multibyte chars anyway at this stage.
4541
4542 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4545         at the end of lines.
4546
4547 2011-05-29  Julien Danjou  <julien@danjou.info>
4548
4549         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4550
4551 2011-05-27  Glenn Morris  <rgm@gnu.org>
4552
4553         * gnus-group.el (gnus-bug-group-download-format-alist):
4554         Use the "maintainer" version of debian reports as well.
4555
4556 2011-05-26  Glenn Morris  <rgm@gnu.org>
4557
4558         * gnus-group.el (gnus-bug-group-download-format-alist):
4559         Use the "maintainer" version of debbugs.gnu.org reports.
4560
4561 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4564
4565 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4566
4567         * gnus-cus.el (gnus-agent-customize-category):
4568         * gnus-delay.el (gnus-delay-send-queue):
4569         * gnus.el (gnus-other-frame):
4570         Don't quote lambda expressions with `quote'.
4571
4572 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4575         the thread moves us backwards and so we loop forever.
4576
4577 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4580         whitespace in base64 data lines.
4581
4582 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * gnus-registry.el (gnus-registry-user-format-function-M):
4585         Use `mapconcat'.
4586         (gnus-registry-user-format-function-M2): Use to see the full text of
4587         the marks.  Make "," the mark text separator.
4588
4589         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4590         authentication with auth-source.
4591
4592 2011-05-17  Glenn Morris  <rgm@gnu.org>
4593
4594         * gnus-group.el (gnus-import-other-newsrc-file):
4595         Use insert-file-contents.
4596
4597 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4600         1000 iterations.
4601
4602 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * nntp.el (nntp-open-connection): Check if process-type is available.
4605
4606 2011-05-16  Julien Danjou  <julien@danjou.info>
4607
4608         * shr.el (shr-tag-del): Add support for del tag.
4609
4610 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-html.el (gnus-html-put-image): Register a displayer.
4613
4614         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4615
4616 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * registry.el (prune-factor): New initialization parameter defaulting
4619         to 0.1.
4620         (registry-prune-hard): Use it.
4621
4622         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4623         0.1 expicitly.
4624
4625 2011-05-13  Glenn Morris  <rgm@gnu.org>
4626
4627         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4628         is bound, since this function requires sendmail.
4629
4630 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * registry.el (registry-usage-test): Disable pruning test.
4633
4634 2011-05-11  David Engster  <dengste@eml.cc>
4635
4636         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4637         Bind set-network-process-option for XEmacs.
4638
4639 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * registry.el (registry-prune-hard-candidates)
4642         (registry-prune-soft-candidates): Helper methods for registry pruning.
4643         (registry-prune): Use them.  Make the sort function optional.
4644
4645 2011-05-10  Jim Meyering  <meyering@redhat.com>
4646
4647         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4648
4649 2011-05-10  Julien Danjou  <julien@danjou.info>
4650
4651         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4652         symbol and not a list.
4653
4654 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-art.el (gnus-article-mode): Move binding of
4657         shr-put-image-function here from gnus-article-prepare-display.
4658
4659         * shr.el (shr-put-image-function): New variable.
4660         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4661         (shr-put-image): Return scaled image.
4662
4663         * gnus-art.el (gnus-shr-put-image): New function.
4664         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4665
4666         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4667         original ones, as deletable.
4668
4669 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4672
4673 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * registry.el (registry-full): Add convenience method.  Fix logic.
4676         (registry-insert): Use it.  Fix logic here too.
4677
4678         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4679         `registry-prune' if `registry-full' returns t.
4680         (gnus-registry-handle-action)
4681         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4682         (gnus-registry-usage-test): Use it.
4683
4684 2011-05-07  Julien Danjou  <julien@danjou.info>
4685
4686         * shr.el (shr-link): Make shr-link inherit from link by default.
4687
4688 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4691
4692 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4695         error out because the face is not a list.
4696
4697 2011-05-05  Glenn Morris  <rgm@gnu.org>
4698
4699         * proto-stream.el (gnutls-negotiate): Fix declarations.
4700
4701         * gnus-start.el (gnus-propagate-marks): Declare.
4702
4703 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * registry.el (registry-reindex): Fix percentage message.
4706
4707         * proto-stream.el (network-stream-open-starttls): Adjust to call
4708         `gnutls-negotiate' with :process and :hostname arguments.
4709
4710 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * shr.el: Add shr-link face for links.
4713         (shr-urlify): Use it.
4714
4715         * registry.el (registry-insert): Make error message more helpful.
4716
4717 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-html.el (gnus-html-schedule-image-fetching):
4720         Use url-queue-retrieve, if it exists.
4721
4722         * shr.el (shr-tag-img): Ditto.
4723
4724         * gnus.el: Autoload more gnus-agent functions.
4725
4726         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4727         agent if we haven't already (bug#8502).
4728
4729         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4730         into the Agent, too.
4731
4732         * gnus-agent.el (gnus-agent-store-article): New function.
4733
4734         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4735         and moved from that file for reuse.
4736
4737         * pop3.el (pop3-open-server): Error messages are "-ERR".
4738
4739 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4742         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4743
4744 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4745
4746         * gnus.el: No Gnus v0.17 is released.
4747
4748 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4749
4750         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4751         buffer has moved to a different frame.
4752
4753 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4756         to get the conversion from unibyte to multibyte buffers to work on
4757         Emacs 22.
4758
4759         * nntp.el (nntp-request-article): Slight clean-up.
4760
4761 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * shr.el (shr-strike-through): New face.
4764         (shr-tag-s): Use it to provide <s> support.
4765         (shr-tag-s): Remove duplicate definition.
4766
4767 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4770         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4771
4772 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4775         `gnutls-negotiate'.
4776         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4777
4778 2011-04-23  Glenn Morris  <rgm@gnu.org>
4779
4780         * gnus-sum.el (gnus-extra-headers): Bump :version.
4781
4782 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-tag-sup): New function.
4785         (shr-tag-sub): Ditto.
4786
4787 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4790         for the case where `gnus-registry-ignored-groups' is a list of lists,
4791         and don't call `gnus-parameter-registry-ignore' otherwise.
4792
4793 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * nnimap.el (nnimap-user): New backend variable.
4796         (nnimap-open-connection-1): Use it.
4797         (nnimap-credentials): Accept user parameter so it's explicit what user
4798         name is desired.
4799
4800         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4801         default.
4802
4803         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4804         not gnus-registry.el.
4805
4806         * gnus-registry.el: Mention in comments how to modify
4807         `gnus-extra-headers' for proper recipient tracking and that it may
4808         already have To and Cc recently, which it does as of this commit.
4809         (gnus-registry-ignored-groups): Remove defcustom.
4810         Explain why in comments.
4811         (gnus-registry-action): Fix data-header reference to use the extra
4812         headers.  Explain in package commentary how to add To and Cc headers to
4813         the gnus-extra-headers.
4814         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4815         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4816         parameter list or a string list in `gnus-registry-ignored-groups'.
4817         Fix logic error.
4818
4819 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * shr.el (shr-expand-url): Protect against null urls.
4822
4823 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * shr.el (shr-base): New binding.
4826         (shr-tag-base): Keep track of <base>.
4827         (shr-expand-url): New function used throughout.
4828
4829 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * gnus-registry.el
4832         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4833         (gnus-registry-ignored-groups): New variable.
4834         (gnus-registry-ignore-group-p): Use it.
4835         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4836         set the destination group to nil (same as delete) if it's ignored.
4837
4838 2011-04-20  David Engster  <dengste@eml.cc>
4839
4840         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4841
4842         * Makefile.in (test-nntp): New rule.
4843         (check): Add it.
4844         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4845
4846 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-registry.el (gnus-registry-action)
4849         (gnus-registry-fetch-header-fast):
4850         Don't use mail-header that looks an internal function of mailheader.el.
4851
4852 2011-04-19  Glenn Morris  <rgm@gnu.org>
4853
4854         * time-date.el (time-to-days): Remove unused local variables.
4855
4856 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-registry.el: Eliminate cl functions.
4859         (gnus-registry-sort-addresses): New function that replaces mapcan.
4860         (gnus-registry-action, gnus-registry-spool-action)
4861         (gnus-registry-split-fancy-with-parent)
4862         (gnus-registry-fetch-recipients-fast): Use it.
4863         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4864
4865         * registry.el (initialize-instance, registry-lookup)
4866         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4867         (registry-lookup-secondary-value, registry-search, registry-delete)
4868         (registry-insert, registry-reindex, registry-size, registry-prune):
4869         Use eval-and-compile.
4870
4871 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * registry.el (registry-reindex): New method to recreate the secondary
4874         registry indices.
4875
4876         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4877         tracked field changes.
4878         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4879         (gnus-registry-action, gnus-registry-spool-action)
4880         (gnus-registry-handle-action)
4881         (gnus-registry--split-fancy-with-parent-internal)
4882         (gnus-registry-split-fancy-with-parent)
4883         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4884         move, and delete actions, and for fancy splitting with parent.
4885         (gnus-registry-extract-addresses)
4886         (gnus-registry-fetch-recipients-fast)
4887         (gnus-registry-fetch-header-fast): Convenience functions.
4888         (gnus-registry-misc-test): ERT test of
4889         `gnus-registry-extract-addresses'.
4890
4891 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4894         Track by subject first, then sender.
4895
4896 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4897
4898         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4899
4900         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4901         Lisp.
4902
4903         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4904         (gnus-draft-send): Use it to avoid popping
4905         up frames from gnus-group-send-queue.
4906
4907 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * gnus-registry.el: Updated gnus-registry docs.
4910
4911 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4914         Fix logic bug.
4915         (gnus-registry-post-process-groups): Fix logging of no results and
4916         quote sender and subject.
4917
4918 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4921         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4922         gnutls-cli are too slow to be done opportunistically.
4923
4924         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4925         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4926         we had no early-data returned.
4927         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4928         two async commands to the same server at the same time.
4929
4930 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4931
4932         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4933
4934 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4937         "warning" level.
4938
4939         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4940         (mm-url-insert-file-contents): Don't set the package names.
4941
4942 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * gnus-registry.el (gnus-registry-action): Remove properties and
4945         simplify subject in `gnus-registry-handle-action'.
4946         (gnus-registry-spool-action): Get subject and sender from message if
4947         they are not passed in.
4948         (gnus-registry-handle-action): Remove properties and simplify subject
4949         consistently.
4950
4951 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4952
4953         * registry.el: Require CL before using defmacro*.
4954
4955 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-art.el (article-treat-date): Assume that
4958         gnus-article-date-headers may be a group parameter.
4959
4960 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4963
4964         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4965         interactively so the newsrc file can contain foreign groups too.
4966         Useful for debugging but not much for users.
4967
4968 2011-04-07  David Engster  <dengste@eml.cc>
4969
4970         * registry.el (registry-usage-test): Only do
4971         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4972         lexical binding.
4973
4974 2011-04-07  David Engster  <dengste@eml.cc>
4975
4976         * Makefile.in (check, test-registry): New rules for test-suite.
4977
4978 2011-04-06  David Engster  <dengste@eml.cc>
4979
4980         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4981         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4982
4983 2011-04-06  David Engster  <dengste@eml.cc>
4984
4985         * registry.el (initialize-instance): Change :after to :AFTER to be
4986         compatible with old EIEIO version in XEmacs.
4987
4988 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4989
4990         * gnus-registry.el (gnus-registry-post-process-groups)
4991         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4992         and provide better messaging.
4993
4994 2011-04-06  David Engster  <dengste@eml.cc>
4995
4996         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4997         errors.
4998
4999         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5000         dgnushack-compile with error-on-warn enabled, and to signal an error if
5001         clean compilation failed.
5002         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5003         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5004
5005 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5008         unconditionally anyway, discarding errors.
5009         (gnus-registry-delete-entries): New convenience function.
5010         (gnus-registry-import-eld): Import from old .eld registry.
5011
5012         * registry.el: Don't use ERT if it's not available.  Load it
5013         unconditionally anyway, discarding errors.
5014
5015         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5016         version from the Claudio Bley GnuTLS patch (extra optional parameters
5017         and host name).
5018
5019 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5022         fixup the parameters that can be customized by the user between
5023         save/read cycles.
5024         (gnus-registry-read): Use it.
5025         (gnus-registry-make-db): Use it.
5026         (gnus-registry-spool-action, gnus-registry-handle-action):
5027         Fix messaging.
5028         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5029         Map references to actual group names with sender and subject tracking.
5030         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5031         (gnus-registry-usage-test): Add subject lookup test.
5032
5033         * registry.el (registry-db, initialize-instance): Set up constructor
5034         instead of :initform arguments for the sake of older Emacsen.
5035         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5036         pre-lexbind merge bug.
5037         (registry-usage-test): Use it.
5038         (initialize-instance, registry-db): Move the non-function initforms
5039         back to the class definition.
5040
5041 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * registry.el: New library to manage gnus-registry-style data.
5044
5045         * gnus-registry.el: Use it (major rewrite).
5046
5047         * nnregistry.el: Use it.
5048
5049         * spam.el: Use it.
5050
5051 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5054         marks on non-selected articles.
5055
5056 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5057
5058         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5059         parameter to open-protocol-stream.
5060
5061 2011-04-01  Julien Danjou  <julien@danjou.info>
5062
5063         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5064         fundamental-mode.
5065
5066 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5069         servers.
5070
5071 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5074         made marks not propagate, again.
5075
5076 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5077
5078         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5079         Make this the default type.
5080         (proto-stream-open-plain): Rename from proto-stream-open-default.
5081         (open-protocol-stream, proto-stream-open-starttls)
5082         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5083         with `plain'.
5084
5085         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5086         value.
5087
5088         * nntp.el (nntp-open-connection-function): Document the fact that some
5089         values are not functions but are instead handled specially.
5090         Recognize nntp-open-plain-stream value.
5091         (nntp-open-connection): Recognize that value.
5092
5093 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5096         where it seems to be needed.
5097
5098 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5101         stuff.
5102
5103         * gnus-score.el (gnus-score-string): Fix calling convention of
5104         `gnus-simplify-buffer-fuzzy' after last patches.
5105
5106         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5107         server for articles we didn't get any headers for.  This is a sanity
5108         check.
5109
5110 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5111
5112         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5113         new CAPABILITY, use it.
5114
5115 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5118         downloading anything.
5119
5120         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5121
5122 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5123
5124         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5125         colors.
5126         (gnus-splash-svg-color-symbols): New function.
5127
5128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5131         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5132         (gnus-simplify-subject-fuzzy): Use the local
5133         gnus-simplify-subject-fuzzy-regex instead of the global one.
5134         This makes using this variable in group parameters work.
5135
5136 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * gnus-registry.el (gnus-registry-unfollowed-groups):
5139         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5140         archive:sent-YYYY-MM-DD groups).
5141         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5142         tracking if there are more than `gnus-registry-max-track-groups'
5143         matches.
5144
5145 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5146
5147         * message.el (message--yank-original-internal): New function to do the
5148         insertion cleanly inside eval in `message-yank-original'.
5149         (message-yank-original): Use it.
5150
5151 2011-03-29  Julien Danjou  <julien@danjou.info>
5152
5153         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5154         local variables disabled rather than `normal-mode'.
5155
5156 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5157
5158         * imap.el (imap-shell-open, imap-process-connection-type):
5159         Use imap-process-connection-type for 'shell' streams as well as
5160         Kerberos, SSL, other subprocesses.
5161
5162 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5163
5164         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5165         with open-network-stream.
5166         (proto-stream-always-use-starttls): Option removed.
5167         (open-protocol-stream): Return a process object by default.  Provide a
5168         new parameter :return-list specifying a list-type return value, which
5169         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5170         :type `network' to `try-starttls', and `network-only' to `default'.
5171         Make `default' the default, for compatibility with open-network-stream.
5172         Handle the no-parameter case exactly as open-network-stream, with no
5173         additional stream processing.  Search plists using plist-get.
5174         Explicitly add :end-of-commend parameter if it is missing.
5175         (proto-stream-open-default): Rename from
5176         proto-stream-open-network-only.  Return 'default as the type.
5177         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5178         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5179         failed.  Always return a list with a (possibly dead) process as the
5180         first element, for compatibility with open-network-stream.
5181         (proto-stream-open-tls): Use plist-get.  Always return a list.
5182         (proto-stream-open-shell): Return `default' as connection type.
5183         (proto-stream-capability-open): Use plist-get.
5184         (proto-stream-eoc): Function deleted.
5185
5186         * nnimap.el (nnimap-stream, nnimap-open-connection)
5187         (nnimap-open-connection-1): Handle renaming of :type parameter for
5188         open-protocol-stream.
5189         (nnimap-open-connection-1): Pass a :return-list parameter
5190         open-protocol-stream to obtain a list return value.  Parse this list
5191         using plist-get.
5192
5193         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5194         for open-protocol-stream.  Accept open-protocol-stream return value
5195         that is a subprocess object instead of a list.  Handle the case of a
5196         dead returned process.
5197
5198 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5201
5202         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5203
5204 2011-03-21  Julien Danjou  <julien@danjou.info>
5205
5206         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5207         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5208         query.
5209         (mm-inline-text): Render normal text with fontification whenever
5210         possible.
5211
5212         * gnus-sum.el (gnus-summary-save-parts-1):
5213         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5214         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5215         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5216         Use `mm-handle-filename'.
5217
5218         * mm-util.el (mm-handle-filename): New function, return the filename of
5219         an handle.
5220
5221 2011-03-18  Julien Danjou  <julien@danjou.info>
5222
5223         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5224         (gnus-buffer-live-p): Check that buffer is not nil.
5225
5226 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5227
5228         * gnus.el: No Gnus v0.15 is released.
5229
5230 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5233         avoid warning on XEmacs.
5234
5235         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5236         on XEmacs.
5237
5238         * gnus-art.el: Require mouse, which the build bot seems to say is
5239         needed.
5240
5241         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5242
5243         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5244         XEmacs, since it doesn't have url-retrieve-synchronously.
5245
5246         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5247         since assoc-string doesn't exist in XEmacs.
5248
5249 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5250
5251         * gnus-group.el (gnus-group-list-ticked): New function.
5252         (gnus-group-make-menu-bar): Provide a menu entry for it.
5253         (gnus-group-list-map): Provide a binding for it.
5254
5255 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * shr.el (shr-visit-file): New command.
5258
5259         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5260
5261 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5262
5263         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5264         servers.
5265
5266 2011-03-16  Julien Danjou  <julien@danjou.info>
5267
5268         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5269         inline.
5270
5271         * gnus-art.el (article-hide-list-identifiers):
5272         Use gnus-group-get-list-identifiers.
5273
5274         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5275         (gnus-summary-remove-list-identifiers):
5276         Use gnus-group-get-list-identifiers to get regexp.
5277         (gnus-select-newsgroup, gnus-summary-insert-subject)
5278         (gnus-summary-insert-articles):
5279         Call gnus-summary-remove-list-identifiers unconditionally.
5280
5281 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5284         we're selecting a group with unread articles.
5285
5286         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5287
5288         * gssapi.el: New file separated out from imap.el to provide a general
5289         Kerberos 5 connection facility for Emacs.
5290
5291         * message.el (message-elide-ellipsis): Document the format spec
5292         ellipsis.
5293
5294 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * message.el (message-elide-region): Allow the ellipsis to say how many
5297         lines were removed.
5298
5299 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5302         window configurations containing buffers that are now dead.
5303
5304         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5305         parsing to avoid integer overflows.
5306         (nnimap-parse-flags): Simplify the last change.
5307         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5308         too large for 32-bit Emacsen.
5309
5310 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5311
5312         * auth-source.el (auth-source-netrc-create):
5313         * message.el (message-yank-original): Fix use of `case'.
5314
5315 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5316
5317         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5318         XEmacs, which was one character too wide.
5319
5320 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5321
5322         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5323         default number of articles to display.
5324         (gnus-articles-to-read): Use pretty names for prompt.
5325
5326 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-int.el (gnus-open-server): Ditto.
5329
5330         * gnus-start.el (gnus-activate-group): Give a backtrace if
5331         debug-on-quit is set and the user hits `C-g'.
5332         (gnus-read-active-file): Ditto.
5333
5334         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5335
5336 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * message.el (message-yank-original): Use cond instead of CL case.
5339
5340 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5341
5342         * auth-source.el (auth-source-netrc-create): Use usual format for the
5343         default in prompts.
5344
5345 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * lpath.el: Fbind read-char-choice for XEmacs.
5348
5349 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5350
5351         * auth-source.el (auth-source-netrc-create): Show the default in the
5352         prompt when prompting for token creation.
5353
5354 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * auth-source.el (auth-source-format-prompt): Always convert the value
5357         to a string to avoid evaluating non-string arguments.
5358         (auth-source-netrc-create): Offer default properly, not as initial
5359         content in `read-string'.
5360         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5361         of line to determine if we've been run before.  If so, don't run again,
5362         but print a trivial message to indicate the cache was hit instead.
5363
5364 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5367         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5368         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5369         Gnus.
5370
5371 2011-03-11  Julien Danjou  <julien@danjou.info>
5372
5373         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5374         modified file".
5375
5376 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5377
5378         * auth-source.el (auth-source-read-char-choice): New function to read a
5379         character choice using `dropdown-list', `read-char-choice', or
5380         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5381         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5382         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5383         (auth-source-netrc-saver): Use it.
5384         (auth-source-pick-first-password): New convenience function.
5385
5386 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5389         parameter in the credentials.
5390         (nnimap-open-connection-1): Use it after a successful login.
5391         (nnimap-credentials): Add IMAP-specific user and password prompt.
5392
5393         * auth-source.el (auth-source-search): Add :require parameter, taking a
5394         list.  Document it and the :save-function return token.  Pass :require
5395         down.  Change the CREATED message from a warning to a debug statement.
5396         (auth-source-search-backends): Pass :require down.
5397         (auth-source-netrc-search): Pass :require down.
5398         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5399         Change save prompt to indicate all modifications saved here are
5400         deletions.
5401         (auth-source-netrc-create): Take user login name as default in user
5402         prompt.  Move all the save functionality to a lexically bound function
5403         under the :save-function token in the returned list.  Set up clearer
5404         default prompts for user, host, port, and secret.
5405         (auth-source-netrc-saver): New function, intended to be wrapped for
5406         :save-function.
5407
5408 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5411         lines to be spaces instead.
5412
5413 2011-03-07  Julien Danjou  <julien@danjou.info>
5414
5415         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5416         (sieve-sasl-auth): Check that auth-source-search did return something,
5417         or just return an empty string.
5418
5419 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5420
5421         * gnus.el (gnus-interactive): Use read-directory-name.
5422
5423         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5424         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5425         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5426         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5427         Likewise.
5428
5429         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5430
5431 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5434         onto the list of killed groups, too.  This makes killed nnimap groups,
5435         for instance, more reliably not reappear.
5436
5437         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5438         the parent.
5439
5440         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5441
5442         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5443         really have server-side marks.
5444
5445         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5446         since most backends do not usefully have server-side marks.
5447         (gnus-update-read-articles): Propagate marks to all backends that
5448         really have server-side marks.
5449
5450 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5451
5452         * message.el (message-cite-reply-position, message-cite-style):
5453         New variables.
5454         (message-yank-original): Use the new citation styles.
5455
5456 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5457
5458         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5459         buffer-local issue); don't mark it buffer-local when running under
5460         XEmacs.
5461
5462 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5463
5464         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5465         numbers too big to be `read'.
5466
5467 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * password-cache.el (password-in-cache-p): Add autoload.
5470
5471         * message.el (message-options): Make buffer-local two ways to attempt
5472         to fix a XEmacs bug.
5473
5474 2011-03-02  Julien Danjou  <julien@danjou.info>
5475
5476         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5477
5478 2011-03-01  Julien Danjou  <julien@danjou.info>
5479
5480         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5481         group.
5482         (article-hide-list-identifiers): Use list-identifier group parameter.
5483
5484 2011-02-28  Julien Danjou  <julien@danjou.info>
5485
5486         * sieve.el (sieve-buffer-script-name): New local variable to store
5487         sieve script name.
5488         (sieve-edit-script): Store sieve script name.
5489         (sieve-upload): Use sieve script name when uploading.
5490         (sieve-upload): Use substitute-command-keys.
5491         (sieve-edit-script): Use substitute-command-keys.
5492         (sieve-refresh-scriptlist): Use substitute-command-keys.
5493         (sieve-manage-mode-map): Define keymap properly.
5494         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5495         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5496         Remove commented code about cvs.
5497         (sieve-manage-quit): New function.
5498         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5499
5500 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5503
5504 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * auth-source.el (auth-source-search): Cache empty result sets.
5507
5508         * password-cache.el (password-in-cache-p): Convenience function to
5509         check if a key is in the cache, even if the value is nil.
5510
5511         * auth-source.el (auth-source-save-behavior): New variable to replace
5512         `auth-source-never-create'.
5513         (auth-source-netrc-create): Use it.
5514         (auth-source-never-save): Remove.
5515
5516 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5517
5518         * nnimap.el (nnimap-stream): Doc fix.
5519         (nnimap-open-connection-1): Reverse the order of the ports to that the
5520         prompted-for port is first.
5521
5522         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5523         retrieval by the no-group selection.
5524
5525         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5526         numerical parameters.
5527
5528 2011-02-25  Julien Danjou  <julien@danjou.info>
5529
5530         * gnus-gravatar.el: Use gnus-with-article-buffer.
5531
5532         * gnus-art.el (gnus-with-article-buffer): Check that the
5533         gnus-article-buffer is alive.
5534
5535 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * auth-source.el (auth-source-creation-prompts): New variable to manage
5538         creation-time prompts.
5539         (auth-source-search): Document it.
5540         (auth-source-format-prompt): Add utility function.
5541         (auth-source-netrc-create): Don't default the user name to
5542         user-login-name.  Use `auth-source-creation-prompts' and some default
5543         prompts for user, host, port, and password (the default generic prompt
5544         remains ugly).
5545         (auth-source-never-save): Add customizable option to never save info.
5546         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5547         mode excursion.
5548
5549 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5552         argument that XEmacs doesn't support.
5553
5554         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5555         compiled for Emacsen having no `libxml-parse-html-region' support.
5556
5557         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5558
5559         * lpath.el: Bind buffer-save-without-query for XEmacs.
5560
5561 2011-02-23  Julien Danjou  <julien@danjou.info>
5562
5563         * gnus-art.el (article-make-date-line): Ignore errors if time is
5564         invalid and not convertible.
5565         (article-make-date-line): Only add lapsed time if time is not nil.
5566
5567 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5570         `read-char-choice' for backwards compatibility.
5571         (auth-source-netrc-element-or-first): New function to DTRT for
5572         parameter extraction.
5573         (auth-source-netrc-create): Use it and fix multiple parameter print
5574         bug.  Use the default passed from above (given-default) or the
5575         built-in (user-login-name for :user).
5576
5577 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5578
5579         * gnus-start.el (gnus-dribble-read-file):
5580         Set buffer-save-without-query, since we always want to save the dribble
5581         file, probably.
5582
5583         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5584         nnimap.
5585
5586         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5587         -summary- since it's a user-visible variable.
5588
5589         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5590         first time you use the new Gnus.
5591
5592 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * auth-source.el: Don't load netrc.el.
5595         (auth-sources): Search ~/.netrc as well by default.
5596         (auth-source-debug): Add 'trivia option for extra output.
5597         (auth-source-do-trivia): Use it.
5598         (auth-source-search): Simplify logic to use
5599         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5600         appropriate.  Don't keep a running count at this level.  Layer :create
5601         and :delete options appropriately on the first and second passes.
5602         Don't track the backend with the search results.
5603         (auth-source-search-backends): New function to search a list of
5604         backends for a processed spec.
5605         (auth-source-netrc-parse): Cache all netrc files, making
5606         auth-source-netrc-cache an alist keyed by the file name and using the
5607         file mtime as the caching criterion.  Keep the obfuscated data secret
5608         with a lexical bind.
5609         (auth-source-netrc-search): Don't calculate the length of the results
5610         unnecessarily.
5611         (auth-source-search-backends): Fix bug.
5612         (auth-source-netrc-create): Rework prompts.
5613
5614 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5615
5616         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5617         Lower case names of search constraints.
5618         (nnir-run-query): Cache and reuse search constraints for all imap
5619         servers.
5620
5621 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5624         after exit.
5625         (gnus-setup-message): Define missing variable from last checkin.
5626
5627         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5628         value, show the raw article.
5629
5630 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5631
5632         * gnus.el: No Gnus v0.13 is released.
5633
5634 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5635
5636         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5637         auth-source now accepts numbers.
5638
5639         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5640         spec, too.
5641         (auth-source-ensure-strings): New function.
5642
5643         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5644         (gnus-article-setup-buffer): Always restart the date timer so that user
5645         changes to the frequency is respected.
5646
5647         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5648         port numbers, so make sure it gets that if nnimap-server-port is
5649         explicit.
5650
5651 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5652
5653         * nnimap.el (nnimap-inbox): Doc fix.
5654
5655 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5656
5657         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5658         Autoload.  Add optional arg FRAME, and pass it to color-values.
5659         (color-complement): Caller changed.  Doc fix.
5660         (color-gradient): Rewrite for better clarity and efficiency.
5661
5662 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5663
5664         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5665         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5666         color-lab-to-srgb.
5667
5668 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5669
5670         * color.el: First part of merge from hexrgb.el.
5671         (color-rgb-to-hex): Rename from color-rgb->hex.
5672         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5673         saturation to zero if the value is too small.
5674         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5675         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5676         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5677         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5678         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5679         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5680         (color-cie-de2000): Doc fix.
5681
5682 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5683
5684         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5685         given method as in the group name if we're using an extended method.
5686         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5687         command, if we're using that, instead of waiting for the beginning.
5688
5689         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5690         we're sure to get unique server names, and we don't output two async
5691         commands in the same buffer.  This fixes an NNTP hang for some users.
5692
5693 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5694
5695         * gnus.el: No Gnus v0.11 is released.
5696
5697 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5698
5699         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5700         summary buffer before reading going to the next buffer.  This avoids
5701         putting the point in the group buffer if you `C-g' the command.
5702
5703         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5704         cache (for now) to make ~/.authinfo.gpg files usable.
5705
5706         * nnfolder.el (copyright-update): Define for the compiler.
5707
5708         * auth-source.el (auth-source-search): Fix unbound variable.
5709
5710 2011-02-19  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus.el (gnus-meta): Doc fix.
5713
5714 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5715
5716         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5717         in case it's not yet loaded.
5718
5719 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5720
5721         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5722         line we're waiting for.
5723
5724 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5725
5726         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5727         face with line-width greater than zero will cause RET in gnus summary
5728         buffer to scroll down article page-wise because auto vscroll happens,
5729         it should be temporally disabled when doing a scroll-up.
5730
5731 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5732
5733         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5734         outputs from the server.
5735
5736 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5737
5738         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5739         later so that bbdb can hook in easier.
5740
5741 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5742
5743         * auth-source.el (auth-source-search): Don't try to create credentials
5744         if the caller doesn't want that.
5745         (auth-source-search): If we don't find a match, don't bug out on
5746         non-bound variables.
5747         (auth-source-search): Only ask a single backend to create the
5748         credentials.
5749
5750         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5751         logging.
5752         (nnimap-credentials): Protect against auth-source-search returning nil.
5753         (nnimap-request-list): Protect against not being able to open the
5754         server.
5755
5756 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5757
5758         * auth-source.el (auth-source-search): Do a two-phase search, one with
5759         no :create to get the responses from all backends.
5760
5761         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5762         when getting credentials.
5763
5764         * gnus-util.el (gnus-delete-duplicates): New function.
5765
5766 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5769         a creation default, pass the whole port list down.  It will be
5770         completed.
5771
5772         * auth-source.el (auth-source-search): Updated docs to talk about
5773         multiple creation choices.
5774         (auth-source-netrc-create): Accept a list as a value (from the search
5775         parameters) and do completion on that list.  Keep a separate netrc line
5776         with the password obscured for showing the user.
5777
5778         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5779         first choice to `auth-source-search' so it will be used for entry
5780         creation instead of the server's Gnus-specific name.
5781         (nnimap-credentials): Rely on the auth-source library to select which
5782         port is actually wanted in the new netrc entry, so don't override
5783         `auth-source-creation-defaults'.
5784
5785         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5786         :protocol and accept a missing user, host, or port as a wildcard match.
5787         (auth-source-debug): Default to off.
5788
5789         (auth-source-netrc-search, auth-source-netrc-create)
5790         (auth-source-secrets-search, auth-source-secrets-create)
5791         (auth-source-user-or-password, auth-source-backend, auth-sources)
5792         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5793         instead of :protocol.
5794
5795         * nnimap.el (nnimap-credentials): Pass a port default to
5796         `auth-source-search' in case an entry needs to be created.
5797         (nnimap-open-connection-1): Use :port instead of :protocol.
5798
5799 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * auth-source.el: Bind load-path when loading EIEIO from
5802         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5803         21.4 doesn't support, to `require'.
5804         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5805         delete-dups that is not available in XEmacs 21.4.
5806
5807 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5808
5809         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5810         as EIEIO must also be loaded when auth-source.el is being
5811         byte-compiled.
5812
5813 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5816
5817         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5818
5819         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5820
5821         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5822
5823         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5824
5825         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5826
5827         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5828
5829         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5830         necessary.
5831
5832 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5833
5834         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5835         nil means that nnimap doesn't get updated.
5836
5837 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5840         result when the user doesn't want to write to the file.
5841         (auth-source-netrc-search): Expect a synthetic result and proceed
5842         accordingly.
5843         (auth-source-cache-expiry): New variable to override
5844         `password-cache-expiry'.
5845         (auth-source-remember): Use it.
5846
5847         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5848         parameter.  Create entry if necessary by using :create t.
5849         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5850
5851 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * auth-source.el (auth-source-debug): Enable by default and don't
5854         mention the obsolete `auth-source-hide-passwords'.
5855         (auth-source-do-warn): New function to debug unconditionally.
5856         (auth-source-do-debug): Use it.
5857         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5858         and for Secrets API entries when the secrets.el library is not
5859         available.
5860
5861 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5864         (gnus-summary-exit): Kill the correct article buffer on exit from a
5865         `C-d' group.
5866
5867         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5868         gnus-propagate-marks.
5869
5870         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5871         before killing the buffers so that a non-full window conf gets handled
5872         correctly.
5873         (gnus-summary-exit): Ditto.
5874         (gnus-summary-read-group-1): Ditto.
5875
5876         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5877         async code again so that we can debug it properly.
5878
5879         * message.el (message-reply): Take an optional switch-buffer parameter
5880         so that Gnus window confs are respected better.
5881
5882 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5885         `plist-get' to accept non-list parameters (XEmacs issue).
5886         Fix docstring.
5887         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5888         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5889         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5890         Login collection is "Login" and not "login".
5891
5892 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5895         multiple headers.
5896
5897         * nnimap.el (nnimap-inhibit-logging): New variable.
5898         (nnimap-log-command): Don't log login commands.
5899
5900         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5901         to have more parameters.
5902
5903         * nnimap.el (nnimap-send-command): Mark the command time for each
5904         command, so that we don't get NOOPs stepping on our toes.
5905
5906         * gnus-art.el (article-date-ut): Get the date from the Date header on
5907         `t'.
5908
5909 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * auth-source.el (auth-source-search): Use copy-sequence instead of
5912         the cl.el copy-list.
5913
5914 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * imap.el: Bring it back (revert
5917         84d800cd31de3064f0ed39617d725709a2f8f42f).
5918
5919 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5920
5921         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5922         Improve prompt.
5923
5924 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5927         washing status from the default format.  It isn't very informative.
5928
5929 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5930
5931         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5932         Fix Gcc processing on imap.
5933
5934 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5935
5936         * imap.el: Remove file.  All the functionality is in nnimap.el.
5937
5938 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5939
5940         * message.el (message-bury): Don't pop up a new window when selected
5941         window is dedicated.
5942
5943 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5944
5945         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5946
5947 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * sieve-manage.el: Autoload `auth-source-search'.
5950         (sieve-sasl-auth): Use it.
5951
5952 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * nnimap.el: Autoload `auth-source-forget+'.
5955         (nnimap-open-connection-1): Use it if the connection fails.
5956
5957         * auth-source.el: Require `password-cache'.
5958         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5959         obsolete.
5960         (auth-source-magic): Marker for `password-cache' keys.
5961         (auth-source-do-cache): Update docstring.
5962         (auth-source-search): Use and check cache.
5963         (auth-source-forget-all-cached, auth-source-remember)
5964         (auth-source-recall, auth-source-forget, auth-source-forget+)
5965         (auth-source-specmatchp): Caching support functions.
5966         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5967         Remove and obsolete.
5968         (auth-source-user-or-password): Remove caching to further discourage
5969         using it.  Always hide passwords.
5970
5971         * password-cache.el (password-cache-remove): Accept secrets that are
5972         not strings.
5973
5974 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5975
5976         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5977         code for now, since it doesn't work for all users.
5978
5979 2011-02-09  Julien Danjou  <julien@danjou.info>
5980
5981         * message.el (message-options): Make message-options really buffer
5982         local.
5983
5984 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * mail-source.el: Autoload `auth-source-search'.
5987         (mail-source-keyword-map): Note order matters.
5988         (mail-source-set-1): Get all the mail-source source values and
5989         defaults and search auth-source on those if needed.  This can all
5990         probably be simplified.
5991
5992         * nnimap.el: Autoload `auth-source-search'.
5993         (nnimap-credentials): Use it.
5994         (nnimap-open-connection-1): Ask for the virtual server and physical
5995         address in one shot.
5996
5997         * nntp.el: Autoload `auth-source-search'.
5998         (nntp-send-authinfo): Use it.  Note TODO.
5999
6000 2011-02-08  Julien Danjou  <julien@danjou.info>
6001
6002         * shr.el (shr-tag-body): Add support for text attribute in body
6003         markups.
6004
6005         * message.el (message-options): Make message-options a local variable.
6006
6007 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * auth-source.el (auth-source-secrets-search)
6010         (auth-source-user-or-password): Use `append' instead of `nconc'.
6011         (auth-source-user-or-password): Build return list better and protect
6012         against nil :secret.
6013
6014 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6015
6016         * nnimap.el (nnimap-update-info): Refactor slightly.
6017         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6018         (nnimap-update-info): Clean up slightly.
6019         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6020         characters.
6021         (nnimap-process-quirk): Rename function to avoid collision.
6022         (nnimap-update-info): Fix macrology bug-out.
6023         (nnimap-update-info): Simplify split history test.
6024
6025 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6026
6027         * auth-source.el (top): Require 'eieio unconditionally.
6028         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6029         (auth-source-secrets-search): Limit search when `max' is greater than
6030         number of results.
6031
6032 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6033
6034         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6035         part not returning any data.
6036
6037         * proto-stream.el (open-protocol-stream): Document the return value.
6038
6039 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * auth-source.el (auth-source-secrets-search): Add examples.
6042
6043 2011-02-06  Julien Danjou  <julien@danjou.info>
6044
6045         * message.el (message-setup-1): Handle message-generate-headers-first
6046         set to t.
6047
6048 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6051         API with a string "secrets:collection-name" and with 'default.
6052         (auth-source-backend-parse): Parse "secrets:collection-name" and
6053         'default.  Recurse on parses instead of repeating code.  Use the
6054         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6055         message when ignoring a source.
6056         (auth-source-search): List ignored search keys at the top level.
6057         (auth-source-netrc-create): Use `case' instead of `cond'.
6058         (auth-source-secrets-search): Created with TODOs.
6059         (auth-source-secrets-create): Created with TODOs.
6060         (auth-source-retrieve, auth-source-create, auth-source-delete)
6061         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6062         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6063         (auth-source-user-or-password-sftp)
6064         (auth-source-user-or-password-smtp): Remove.
6065         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6066         around `auth-source-search'.  Not tested thoroughly.
6067
6068 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * auth-source.el: Bring in assoc and eioeio libraries.
6071         (secrets-enabled): New variable to track the status of the Secrets API.
6072         (auth-source-backend): New EIOEIO class to represent a backend.
6073         (auth-source-creation-defaults): New variable to set prompt defaults
6074         during token creation (see the `auth-source-search' docstring for
6075         details).
6076         (auth-sources): Simplify to allow a simple string as a netrc backend
6077         spec.
6078         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6079         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6080         (auth-source-search): Main auth-source API entry point.
6081         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6082         (auth-source-search-collection): Helper function for searching.
6083         (auth-source-netrc-parse, auth-source-netrc-normalize)
6084         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6085         Supports search, create, and delete.
6086         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6087         backend stubs.
6088         (auth-source-user-or-password): Call `auth-source-search' but it's not
6089         ready yet.
6090
6091 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6092
6093         * message.el (message-setup-1): Remove the read-only stuff, since it
6094         doesn't work under XEmacs, for some reason.
6095
6096         * gnus-sum.el (gnus-user-date): Rename back from
6097         gnus-summary-user-date since user code refers to it.
6098
6099         * shr.el (shr-render-td): Store the actual background color used.
6100
6101         * message.el (message-setup-1): Don't bind the constant
6102         -forbidden-properties.
6103         (message-setup-1): Revert previous change, since it needs to bind the
6104         props to insert them.
6105         (message-resend): Allow removing the read-only separator line.
6106
6107 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6108
6109         * nnimap.el (nnimap-request-accept-article): Give an error message if
6110         the APPEND wasn't successful.
6111
6112 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6113
6114         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6115         that have no groups.
6116
6117 2011-02-03  Julien Danjou  <julien@danjou.info>
6118
6119         * gnus-draft.el: Remove progn around gnus-draft-setup.
6120
6121 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-start.el (gnus-read-active-for-groups): This function is never
6124         called with a nil `infos', so clean that up.
6125         (gnus-get-unread-articles): Request active files from primary/secondary
6126         methods that have no groups (yet).
6127
6128 2011-02-03  Julien Danjou  <julien@danjou.info>
6129
6130         * message.el (message-setup-1): Always generate References first.
6131         (message-mail): Return the return value of message-setup, not always t.
6132         (message-setup-1): Insert mail-header-separator with read-only and
6133         intangible properties set.
6134
6135         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6136         user-date in docstring.
6137
6138         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6139
6140         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6141         docstring.
6142
6143         * gnus.el (gnus-user-date-format-alist): Change default value.
6144         Use defcustom, with type and group. Move from gnus-util.el.
6145         Rename to gnus-summary-user-date-format-alist.
6146
6147 2011-02-03  Glenn Morris  <rgm@gnu.org>
6148
6149         * nnimap.el (gnus-fetch-headers): Declare.
6150
6151         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6152
6153 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6154
6155         * message.el (message-forward-make-body-digest-plain)
6156         (message-followup, message-reply): Clean up things noted by Stefan.
6157
6158         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6159         gnus-article-update-date-headers is nil.
6160         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6161         it didn't really work with defcustom.
6162         (article-update-date-lapsed): Make sure the window start doesn't move,
6163         either.
6164
6165 2011-02-01  Julien Danjou  <julien@danjou.info>
6166
6167         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6168         format.
6169
6170         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6171         standard in Emacs nowadays.
6172
6173         * color.el (color-gradient): Add a color-gradient function.
6174
6175 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * message.el (message-expand-name): Don't trust the return value of
6178         bbdb-complete-name.
6179         (message-check-news-header-syntax): Remove unused var `start'.
6180         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6181         (message-inhibit-body-encoding): Move to before first use.
6182         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6183         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6184         (Organization, Message-ID, Date, mh-previous-window-config):
6185         Defvar the vars using dynamic scoping.
6186
6187 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6188
6189         * shr.el (shr-render-td): Only do colors at the final rendering.
6190         Should be slightly faster.
6191         (shr-insert-table): Fix up TD background colors when doing the
6192         vertical padding.
6193
6194         * gnus-art.el (article-date-ut): Protect against articles with no Date
6195         header.
6196         (article-update-date-lapsed): Don't use current-column to find the
6197         horizontal position.  It's fragile in the presence of \003 characters.
6198
6199         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6200
6201 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6202
6203         * gnus-art.el (article-transform-date): Rewrite to still work when
6204         there are several rfc2822 parts.
6205         (article-transform-date): Fix infinite recursion.
6206         (article-date-ut): Replace infinitely many Date headers with a single
6207         one when called interactively.
6208
6209         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6210         secure manner.
6211
6212         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6213         move around by not using save-window-excursion.  It seems to work...
6214
6215 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (article-make-date-line): Work for user-defined format.
6218
6219 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6220
6221         * nntp.el (nntp-retrieve-group-data-early)
6222         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6223         fetching functions.
6224
6225         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6226         thoroughly for all backends that have no known groups.  This should
6227         allow new nnml methods to retrieve mail.
6228
6229         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6230         that Gnus doesn't know exists again.
6231
6232         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6233         (gnus-treat-date-ut): Ditto.
6234         (gnus-article-update-date-header): Rename.
6235         (gnus-treat-date-local): Remove.
6236         (gnus-treat-date-english): Remove.
6237         (gnus-treat-date-lapsed): Remove.
6238         (gnus-treat-date-combined-lapsed): Remove.
6239         (gnus-treat-date-original): Remove.
6240         (gnus-treat-date-iso8601): Remove.
6241         (gnus-treat-date-user-defined): Remove.
6242         (gnus-article-date-headers): New variable to control all the date
6243         header options.
6244         (article-date-ut): Rewrite to allow using the new way to format date
6245         headers(s).
6246
6247 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6248
6249         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6250         method.
6251         (nnmail-article-group): A better test for fanciness.
6252
6253         * nnimap.el (nnimap-request-head): Protect against not finding the
6254         article by Message-ID.
6255
6256 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6257
6258         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6259         keep point at the "same place".
6260
6261 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6264         data if the group is inactive.
6265
6266 2011-01-28  Julien Danjou  <julien@danjou.info>
6267
6268         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6269         (gnus-all-windows-visible-p): Remove old compatibility code.
6270         (gnus-window-top-edge): Add docstring.
6271
6272         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6273
6274 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6277         older request-update-info.
6278
6279         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6280
6281 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6282
6283         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6284         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6285
6286 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6289         groups.  This makes the nndraft:queue group pop up if it's not already
6290         there.
6291
6292         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6293         messages" logic, which was reversed.
6294
6295         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6296         the "same place" even if point is on the line being replaced.
6297         (article-update-date-lapsed): Allow updating both the combined lapsed
6298         and the lapsed headers.
6299         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6300         (article-make-date-line): Limit the number of segments dynamically to
6301         avoid too-long lines.
6302
6303 2011-01-27  Julien Danjou  <julien@danjou.info>
6304
6305         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6306         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6307
6308 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6311         Use plist-get instead of the cl function getf.
6312
6313 2011-01-27  Glenn Morris  <rgm@gnu.org>
6314
6315         * gnus-util.el (float-time): Get rid of compiler warning, again.
6316
6317 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6318
6319         * shr.el (shr-put-color): Special-case background colors: Do put them
6320         at the blank parts at the front of the lines.
6321
6322         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6323         exit hook to nix out all data on readedness on group exit.
6324
6325         * gnus-util.el (float-time): If float-time is bound, always use it on
6326         all Emacsen.  It's unclear why the subrp check was there.
6327         (time-date): Require to make some autoload issues on XEmacs go away.
6328
6329         * shr.el (shr-put-color): Don't do the box padding in tables, since
6330         they're already padded.
6331
6332 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-art.el (gnus-article-next-page): When the last line of the
6335         article is displayed, scroll down once more instead of going to the
6336         next article at once.
6337         (article-lapsed-string): Refactor out and allow specifying how many
6338         segments you want.
6339         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6340         (gnus-article-update-lapsed-header): New variable.
6341
6342         * shr.el: Revert change that made headings use different-sized faces.
6343         The Emacs display engine isn't advanced enough that, for instance,
6344         tables can comfortably use differently-sized faces.
6345
6346 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6347
6348         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6349         used.
6350         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6351         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6352         we're using an encrypted connection.
6353
6354         * proto-stream.el: Alter the interface functions to also return the
6355         actual stream type used: network or tls.
6356
6357 2011-01-25  Julien Danjou  <julien@danjou.info>
6358
6359         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6360         (mm-display-javascript-inline): New function.
6361
6362         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6363         viewing function.
6364
6365 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * shr.el (shr-expand-newlines): Fix variable name.
6368
6369 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6370
6371         * shr.el (shr-expand-newlines): Make nested boxes work.
6372
6373 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6374
6375         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6376         backgrounds.
6377         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6378         in a more sensible manner.
6379
6380 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6383         if EPG is loaded.
6384
6385 2011-01-24  Julien Danjou  <julien@danjou.info>
6386
6387         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6388         tags.
6389
6390 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6393         commands.
6394
6395         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6396         in the article buffer.
6397         (gnus-gravatar-insert): Use blank space from the current buffer to
6398         avoid breaking text properties.  This makes X-Sent updating work again.
6399
6400         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6401
6402 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6403
6404         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6405         fix the bug in url-http.el instead.
6406
6407         * shr.el (shr-image-fetched): Ditto.
6408
6409         * shr.el (shr-image-fetched): Avoid having point move in the article
6410         buffer.
6411
6412         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6413         buffer after being called.  It's apparently being killed by url.el, and
6414         killing it made point move to end-of-buffer in a random buffer.
6415
6416         * shr.el (shr-image-fetched): Ditto.
6417
6418 2011-01-23  Julien Danjou  <julien@danjou.info>
6419
6420         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6421
6422         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6423         text/x-org.
6424
6425 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6426
6427         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6428         (i.e., nnimap) returning nil as the article number.
6429
6430 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6431
6432         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6433         "DelSp" parameter in RFC3676.
6434
6435 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6436
6437         * message.el (message-check-recipients): Display the encoded version of
6438         the bogus address if they differ.
6439
6440         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6441         after sending.
6442
6443         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6444
6445         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6446
6447         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6448         group buffer after sending the queue.
6449
6450         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6451
6452 2011-01-22  Julien Danjou  <julien@danjou.info>
6453
6454         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6455
6456 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6457
6458         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6459         nested related parts.
6460
6461         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6462         unexpired articles.  This fixes the regression that led expiry marks to
6463         disappear from nnfolder groups.
6464
6465 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6466
6467         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6468         Don't confuse the "ret" of "retrograde" with RET.
6469
6470 2011-01-21  Julien Danjou  <julien@danjou.info>
6471
6472         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6473         than mm-insert-inline.
6474
6475 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6478         Widen article buffer.
6479
6480 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6483         the temp buffer.
6484         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6485
6486 2011-01-20  Julien Danjou  <julien@danjou.info>
6487
6488         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6489
6490         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6491         than mm-insert-inline to insert inline part: this respect
6492         mm-inline-media-tests displayers.
6493
6494         * mm-view.el (mm-display-shell-script-inline): New function.
6495
6496         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6497
6498         * mm-uu.el (mm-uu-type-alist): Add org block.
6499         (mm-uu-org-src-code-block-extract): New function.
6500
6501         * mm-view.el (mm-display-org-inline): New function.
6502
6503         * mm-decode.el (mm-automatic-display): Add text/org.
6504
6505         * mailcap.el (mailcap-mime-extensions): Add .org.
6506
6507 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6510         gnus-article-add-buttons.
6511
6512 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6513
6514         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6515         From header with a date and "nobody" as the sender.
6516
6517 2011-01-19  Julien Danjou  <julien@danjou.info>
6518
6519         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6520         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6521         if you have the same regexp several times.
6522         (gnus-button-push): Fix matching when regexp is symbol.
6523
6524 2011-01-15  Glenn Morris  <rgm@gnu.org>
6525
6526         * message.el (message-mail): A compose-mail function should
6527         accept headers as strings.
6528
6529 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6530
6531         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6532         Add :vert-only tags.
6533         (message-mail): New arg RETURN-ACTION.
6534         (message-return-action): New var.
6535         (message-bury): Use it.
6536         (message-mode): Make it buffer-local.
6537         (message-send-and-exit): Always call message-bury.
6538
6539         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6540         message-mail.
6541
6542 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * nnimap.el (nnimap-convert-partial-article): Protect against
6545         zero-length body parts.
6546
6547         * mm-decode.el (mm-preferred-alternative-precedence):
6548         Discourage showing empty parts.
6549
6550         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6551         and stuff if the backend didn't return the article number.  This fixes
6552         an Exchange-related nnimap bug.
6553
6554         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6555         group window, because it does the wrong thing when a separate frame
6556         displays the group buffer.
6557
6558         * proto-stream.el (open-protocol-stream): Protect against the low-level
6559         transport functions returning nil.
6560
6561 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6562
6563         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6564         (mml2015-epg-find-usable-secret-key): New function.
6565         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6566         mml2015-epg-find-usable-key (Bug#7797).
6567         (mml2015-epg-encrypt): Ditto.
6568
6569 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * dgnushack.el (rot13-string): Fix the way to get the argument.
6572
6573 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6576
6577 2011-01-03  Glenn Morris  <rgm@gnu.org>
6578
6579         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6580
6581         * sieve.el (sieve-open-server): Give a more explicit error if
6582         sieve-manage-open returns nil.  (Bug#7720)
6583
6584 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6585
6586         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6587
6588 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6591         This avoids sending passwords in plain text over non-encrypted
6592         channels.
6593
6594         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6595
6596         * nnimap.el (nnimap-login): Refactored out into own function, and
6597         implement CRAM-MD5.
6598         (nnimap-wait-for-line): Refactored out.
6599
6600         * mm-view.el (mml-smime): Require.
6601
6602 2010-12-20  David Engster  <deng@eml.cc>
6603
6604         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6605         use EPG to decrypt S/MIME messages instead of openssl.
6606
6607 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6610
6611         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6612         status is the group clearly is unreachable.
6613
6614         * auth-source.el (auth-source-create): Add the optional second
6615         parameter to `local-variable-p' to be compatible with XEmacs.
6616
6617 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6618
6619         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6620         work when using a compressed nnml folder.
6621
6622 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6625         backends after sanitising on entry, because this never makes sense:
6626         If the articles have gone missing, then the data no longer exists on
6627         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6628         overwrite anything anyway.
6629
6630         * shr.el (shr-insert-document): Bind shr-width dynamically to
6631         window-width if it's nil.
6632
6633 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6634
6635         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6636         with the meaning of using the full emacs window width for rendering.
6637
6638 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6639
6640         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6641         case when sender is not given.
6642
6643 2010-12-23  Julien Danjou  <julien@danjou.info>
6644
6645         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6646         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6647         the addresses, otherwise we might misplaced the gravatar.
6648
6649 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6650
6651         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6652         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6653         obsolete in Emacs.
6654
6655 2010-12-20  Julien Danjou  <julien@danjou.info>
6656
6657         * gnus-util.el (gnus-rescale-image): Revert last change.
6658
6659 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6660
6661         * binhex.el: Improve commentary (Bug#7482).
6662
6663 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * gnus-group.el (gnus-group-delete-articles): New command.
6666
6667 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6668
6669         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6670
6671 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6674         here, since it's up to the backends to do CRLF removal if their
6675         protocol has it.
6676
6677         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6678
6679 2010-12-17  Julien Danjou  <julien@danjou.info>
6680
6681         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6682         they are from file.  Can also scale up.
6683
6684 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6685
6686         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6687         Restore gnus-use-agent.
6688         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6689
6690         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6691
6692 2010-12-17  Julien Danjou  <julien@danjou.info>
6693
6694         * gravatar.el (gravatar-retrieve-synchronously): New function.
6695         (gravatar-get-data): Make more robust.
6696
6697 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6700
6701 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6704         to really consider the last line.
6705
6706 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6709         list of recipient keys, or use symmetric encryption if not a list.
6710         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6711         EPA override, replacing the call to `netrc-store-data'.
6712
6713 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6714
6715         * gnus-srvr.el: Avoid passing nil regexp argument to
6716         delete-matching-lines.
6717
6718 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6721         fetching stops when Gnus exits.
6722
6723         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6724         function.
6725         (nnfolder-request-expire-articles): Save all the buffers after doing
6726         expiry.
6727
6728         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6729         the last article", since that led to serious performance regressions
6730         when expiring nnml groups.
6731
6732 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6733
6734         * nnir.el: Improve customizations.
6735
6736 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6739
6740         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6741         group has been killed.
6742         (gnus-group-yank-group): Ditto.
6743
6744         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6745
6746         * nnimap.el (nnimap-request-update-group-status): New function.
6747
6748         * gnus-int.el (gnus-request-update-group-status): New interface
6749         function.
6750
6751         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6752         copying read-ness to the backends.
6753
6754         * nnimap.el (nnimap-quirk): New function.
6755         (nnimap-retrieve-group-data-early): Use it.
6756         (nnimap-quirks): New alist.
6757
6758 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6761         don't delete it within indentation.
6762
6763 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6766         previous line.
6767
6768 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6771         QRESYNC command by deleting a superfluous space which broke Cyrus
6772         servers.  This change will break other servers that are buggy the other
6773         way around.
6774
6775 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * spam.el: Reindent and fix long lines.
6778         (spam-copy-or-move-routine): Exclude invalid move destinations.
6779
6780 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6781
6782         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6783         installed the registry.
6784
6785 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6788
6789 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6790
6791         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6792         groupname doesn't contain "gmane".
6793
6794 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6797         and netrc-bound-and-true-p bindings.
6798         (netrc-parse): Cache the netrc contents.
6799
6800         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6801         (gnus-1): Don't create the nndrafts group twice.
6802         (gnus-setup-news): There's no need to read the active file here, since
6803         that's done again later on a per-backend basis.
6804         (gnus-start-draft-setup): Make sure that the new group is started out
6805         empty.
6806
6807         * gnus-agent.el (gnus-agentize): Don't create the queue group
6808         automatically on startup.  It'll be created later, if needed.
6809
6810         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6811         of automatically subscribed groups.
6812         (gnus-auto-subscribed-categories): New variable.
6813         (gnus-matches-options-n): Use it.
6814         (gnus-default-subscribed-newsgroups): Remove unused variable.
6815         (gnus-start-draft-setup): Message a bit less.
6816
6817 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6818
6819         * nnir.el (nnir-run-imap): Return article list in order of increasing
6820         UID.
6821
6822 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * gnus-sum.el (gnus-summary-enter-digest-group):
6825         Mention gnus-auto-select-on-ephemeral-exit.
6826
6827         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6828         convention of the network-only option.
6829
6830 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * proto-stream.el (proto-stream-open-network-only): New function to
6833         have a way to specify non-STARTTLS upgrade connections.
6834
6835 2010-12-10  Julien Danjou  <julien@danjou.info>
6836
6837         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6838         email address is nil.
6839
6840         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6841
6842 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6843
6844         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6845         deletion.
6846         (nnir-run-imap): Only need to parse list once.
6847
6848 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * shr.el (shr-tag-script): Ignore <script>.
6851         (shr-tag-label): Add <label> support.
6852
6853 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6856
6857         * shr.el (shr-image-displayer): Work for images lined side by side.
6858
6859 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6860
6861         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6862         parameter, since XEmacs doesn't accept t as a parameter.
6863
6864 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6865
6866         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6867         ids.
6868         (nnir-run-gmane): Simplify groupspec formatting.
6869         (nnir-request-expire-articles): New function.
6870
6871 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6874         overflow, possibly.
6875
6876         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6877         (shr-render-td): Handle td style="" better.
6878         (shr-tag-table): Use the color from the style sheet.
6879         (shr-render-td): Make sure we copy over all the overlays, too.
6880
6881 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6882
6883         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6884         (nnir-request-article): Improve article retrieval.
6885
6886 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * mm-util.el (mm-extra-numeric-entities): New variable.
6889
6890         * mm-url.el (mm-url-decode-entities):
6891         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6892
6893         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6894
6895 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6896
6897         * message.el: Use completion-at-point.
6898         (message-completion-function): New fun, extracted from message-tab.
6899         (message-mode): Use it for completion-at-point-functions.
6900         (message-tab): Use it and completion-at-point.
6901
6902 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6905         character if a non-breakable character follows.
6906
6907 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6910         any stream.
6911
6912         * shr.el (shr-tag-font): Colorize the region.
6913         (shr-tag-body): Ditto.
6914         (shr-tag-font): Actually let the styles be inherited instead of
6915         overwriting them.
6916         (shr-tag-font): Get the background color right.
6917         (shr-tag-style): Ignore all <style> tags for the moment.
6918
6919         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6920         a Message-ID to avoid having nnimap depend on gnus-sum.
6921
6922         * shr.el (shr-descend): Only colorize something if we have a node that
6923         sets colors.
6924
6925 2010-12-06  Julien Danjou  <julien@danjou.info>
6926
6927         * shr.el (shr-render-td): Render td content with shr-descend, so style
6928         will be applied to <td> too.
6929         (shr-colorize-region): Colorize region even if we only have a background.
6930         (shr-tag-body): Fix color and background color inheritance.
6931         Do not recolorize after shr-generic.
6932         (shr-tag-font): Let shr-generic colorize via inheritance.
6933
6934 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6937
6938 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6939
6940         * nnir.el (nnir-request-move-article): Remove obsolete code.
6941
6942 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6945
6946 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus-sum.el (gnus-summary-respool-article): The completion function
6949         expects a list instead of an alist.
6950
6951         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6952         string as the parameter.
6953
6954         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6955
6956         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6957         styles.
6958         (shr-colorize-region): New function.
6959         (shr-insert-background-overlay): Remove.
6960         (shr-render-td): Background setting should be taken care of on a higher
6961         level.
6962         (shr-tag-body): Use post-hoc colorizations.
6963         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6964         (shr-put-color-1): Don't overwrite old colors.
6965         (shr-colorize-region): When the background color isn't explicit, use
6966         a fixed background.
6967
6968         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6969         nnmail variables.
6970
6971 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6972
6973         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6974         unless necessary.
6975
6976 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6977
6978         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6979         server.
6980
6981 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6984         so that TAB works.
6985
6986         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6987         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6988
6989         * shr.el (shr-urlify): Show the URL before the title to avoid
6990         misleading URLs.
6991
6992 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6993
6994         * shr.el (shr-urlify): Display the title in <a> tags.
6995
6996 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6997
6998         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6999
7000 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7001
7002         * nnir.el: Rearrange code to allow macros to be autoloaded by
7003         gnus-sum.el.
7004         (nnir-retrieve-headers-override-function): Make this variable
7005         customizable.
7006         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7007
7008         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7009         from nnir.el.
7010
7011 2010-12-03  Julien Danjou  <julien@danjou.info>
7012
7013         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7014
7015 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7018         allow optional argument `environment'.
7019
7020 2010-12-03  Glenn Morris  <rgm@gnu.org>
7021
7022         * mm-extern.el (message-goto-body): Update declaration.
7023
7024 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-util.el (gnus-macroexpand-all): New function.
7027
7028         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7029         instead of macroexpand-all that is unavailable in XEmacs.
7030
7031 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7032
7033         * nnir.el (nnir-summary-line-format): New variable.
7034         (nnir-mode): Use it.
7035         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7036         (nnir-article-ids): Reimplement as defsubst.
7037         (nnir-retrieve-headers): Don't mangle the subject header.
7038         (nnir-run-imap): Use 100 as RSV score.
7039         (nnir-run-find-grep): Fix for full server searching.
7040         (nnir-run-gmane): Better restriction to gmane groups.
7041
7042         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7043         summary buffers.
7044
7045 2010-12-02  Julien Danjou  <julien@danjou.info>
7046
7047         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7048
7049         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7050
7051         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7052         support.
7053
7054 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7055
7056         * nnir.el: Update to handle the registry better.
7057         (autoload): Silence byte-compiler.
7058         (nnir-open-server): Add a hook for nnir groups.
7059         (nnir-request-move-article): Don't mangle the header.  Better to use
7060         formatting variables (which will be added in the future).
7061         (nnir-registry-action): Update the registry using the original article
7062         group name.
7063         (nnir-mode): Install nnir-specific hooks for updating the registry.
7064
7065         * gnus-sum.el
7066         (gnus-article-original-subject,gnus-newsgroup-original-name):
7067         Remove obsolete variables.
7068         (gnus-summary-move-article): Remove use of obsolete variables.
7069         (gnus-summary-local-variables): Make move and delete hooks local to
7070         summary buffers.
7071
7072 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * rtree.el: New file.
7075
7076 2010-12-01  Julien Danjou  <julien@danjou.info>
7077
7078         * message.el (message-user-organization): Do not use
7079         gnus-local-organization.
7080
7081         * gnus.el: Remove gnus-local-organization.
7082
7083         * gnus-msg.el: Remove nastygram thing.
7084
7085 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7086
7087         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7088         funcall.
7089
7090 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7093         names.
7094
7095         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7096         characters.
7097
7098         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7099         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7100         Suggested by Štěpán Němec <stepnem@gmail.com>.
7101         (gnus-gravatar-transform-address): Use mail-extract-address-components
7102         that supports non-ASCII names rather than mail-header-parse-addresses.
7103
7104 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * proto-stream.el (open-protocol-stream): All starttls connections are
7107         handled by the network handler.
7108
7109 2010-11-30  Julien Danjou  <julien@danjou.info>
7110
7111         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7112         (nnimap-open-connection-1): Fix PREAUTH.
7113
7114         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7115
7116 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7119         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7120         (shr-insert): Use them.
7121         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7122
7123 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7124
7125         * nnir.el (nnir-request-move-article): Bail out if original group
7126         doesn't support article moves.
7127         (nnir-get-active): Improve active list retrieval.
7128
7129 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7132
7133 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7134
7135         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7136         seem to accept strings-with-numbers as port numbers.
7137
7138 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7139
7140         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7141         change the registry.
7142
7143 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7146         delete-dups that is not available in XEmacs 21.4.
7147
7148         * mm-util.el (mm-delete-duplicates): Add comment.
7149
7150 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7151
7152         * nnir.el (nnir-ignored-newsgroups): New variable.
7153         (nnir-get-active): Use it.
7154
7155 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * proto-stream.el (proto-stream-open-network): Add some comments.
7158
7159         * nntp.el (nntp-open-connection): Provide a :success condition.
7160
7161         * nnimap.el (nnimap-open-connection-1): Ditto.
7162
7163         * proto-stream.el (proto-stream-open-network): See what the response to
7164         the STARTTLS command is.
7165
7166         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7167         backwards compatibility).
7168         (nnimap-open-connection-1): Really respect nnimap-server-port.
7169
7170         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7171         TLS upgrades we don't really care about the identity of the peer.
7172         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7173         that what we've checked for.
7174         (proto-stream-always-use-starttls): Only default to t if
7175         open-gnutls-stream exists.
7176         (proto-stream-open-network): If STARTTLS failed, then just open a
7177         normal connection.
7178         (proto-stream-open-network): Wait until the greeting before doing
7179         STARTTLS.
7180
7181         * nntp.el (nntp-open-connection): Report what the connection error is.
7182
7183         * proto-stream.el (open-protocol-stream): Rename from
7184         open-proto-stream.
7185
7186 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * nnimap.el (nnimap-stream): Change default to `undecided'.
7189         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7190         first, and then network.
7191         (nnimap-open-connection-1): Respect nnimap-server-port.
7192         (nnimap-open-connection): Be more backwards-compatible.
7193
7194         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7195         (proto-stream-open-starttls): De-duplicate the starttls code.
7196         (proto-stream-open-starttls): Folded back into the main function.
7197         (proto-stream-open-network): Fix typo in the gnutls path.
7198         (proto-stream-command): Refactor out.
7199
7200         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7201
7202         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7203         starttls.el STARTTLS.
7204
7205         * color.el (color-lab->srgb): Fix function call name.
7206
7207         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7208         if we're using tls.el.
7209         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7210         built in, then don't try to establish a STARTTLS connection.
7211
7212         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7213         servers.
7214
7215         * proto-stream.el (open-proto-stream): Use network, not stream.
7216         (open-proto-stream): Add a way to specify what the end of a command is.
7217
7218         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7219         connections types.
7220         (nntp-open-network-stream): Remove.
7221         (nntp-open-ssl-stream): Remove.
7222         (nntp-open-tls-stream): Remove.
7223         (nntp-ssl-program): Remove.
7224
7225         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7226
7227 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7228
7229         * nnir.el: Fix typos.
7230         (nnir-retrieve-headers-override-function): Rename variable to reflect
7231         new semantics.
7232         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7233         macros.
7234         (nnir-request-article, nnir-request-move-article): Use them.
7235         (nnir-categorize): New function.
7236         (nnir-run-query): Use it.
7237         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7238         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7239         sorted.
7240         (nnir-group-full-name): Use gnus-group-full-name instead.
7241         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7242         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7243
7244 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7247
7248         * proto-stream.el: New library to provide protocol-specific
7249         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7250         protocols.
7251         (open-proto-stream): Complete the documentation.
7252         (proto-stream-open-network): Fix some typos.
7253
7254         * nnimap.el (nnimap-open-connection): Use it.
7255
7256 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7257
7258         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7259         negotiation.
7260
7261 2010-11-26  Julien Danjou  <julien@danjou.info>
7262
7263         * color.el: Rename various rgb functions to srgb.
7264
7265 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266
7267         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7268         names.
7269
7270 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * shr.el (shr-insert): Revert last change.
7273         (shr-find-fill-point): Never leave point being at bol;
7274         relax the kinsoku limitation when rendering tables.
7275
7276 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7279         results from -accept-article.
7280
7281         * shr-color.el: Require cl when compiling.
7282
7283         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7284         checkin.
7285
7286         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7287
7288         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7289
7290         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7291         'add and 'delete to set backend marks.
7292
7293         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7294
7295         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7296
7297         * nntp.el (nntp-request-set-mark): Use it.
7298
7299         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7300
7301         * nnml.el (nnml-request-set-mark): Ditto.
7302
7303         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7304         introduces regressions in article selection.
7305         (nnimap-find-uid-response): New function.
7306         (nnimap-request-accept-article): Use the UID returned, if any.
7307         (nnimap-request-move-article): Use the UID returned, if any.
7308         (nnimap-get-groups): Reimplement to work with folded lines.
7309         (nnimap-find-uid-response): The UID is the last element in the list.
7310         (nnimap-request-set-mark): Extend syntax with 'set.
7311
7312         * nnml.el (nnml-request-set-mark): Ditto.
7313
7314         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7315
7316         * nntp.el (nntp-request-set-mark): Ditto.
7317
7318 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * message.el (message-called-interactively-p): A temporary macro.
7321         (message-goto-body): Use it temporarily.
7322
7323 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7326         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7327         (nnimap-last-response-string): Fix last unfolding fix.
7328
7329 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * shr.el (shr-insert): Fix the way to fold lines.
7332
7333 2010-11-25  Julien Danjou  <julien@danjou.info>
7334
7335         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7336
7337         * color.el: Rename from color-lab.el
7338         (color-rgb->hex): Add.
7339         (color-complement): Add.
7340         (color-complement-hex): Add.
7341
7342         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7343
7344 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * shr-color.el (shr-color-visible): Don't bug out if the color names
7347         don't exist.
7348
7349 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7352         assuming that article displaying or another mml-preview may be
7353         interrupted for an error or for the like.
7354
7355         * shr.el (shr-get-background): Fix argument name.
7356
7357 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7360
7361         * gnus-sum.el (gnus-summary-include-articles): New function.
7362
7363         * message.el (message-goto-body): called-interactively-p needs a
7364         parameter, so use `any'.
7365
7366         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7367         clear marks before moving, since they're synced from the Gnus side
7368         first.
7369
7370         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7371         (gnus-summary-move-article): Copy over all marks before moving, so that
7372         IMAP doesn't think a new article has arrived.
7373
7374 2010-11-24  Julien Danjou  <julien@danjou.info>
7375
7376         * shr.el (shr-insert-background-overlay): Fix typo.
7377         (shr-render-td): Copy the background before rendering.
7378
7379         * shr-color.el (shr-color-visible): Fix docstring.
7380
7381         * shr.el (shr-tag-table): Add bgcolor support.
7382         (shr-render-td): Add bgcolor support.
7383         (shr-get-background): Add.
7384         (shr-insert-foreground-overlay): Use shr-get-background.
7385
7386         * message.el (message-goto-body): Use called-interactively-p.
7387         (message-in-body-p): message-goto-body returns point.
7388
7389 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7392         Fixes something or other in Emacs 23, and is backwards compatible.
7393
7394         * message.el (message-goto-body): Remove the <#secure special-casing,
7395         which is too special.
7396
7397         * shr.el (shr-parse-style): Drop !important from styles.
7398
7399 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7400
7401         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7402         this function to return incorrect results when calling it with an
7403         explicit article argument different from
7404         (gnus-summary-article-number).
7405
7406 2010-11-24  Julien Danjou  <julien@danjou.info>
7407
7408         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7409         (shr-tag-body): Add background support.
7410         (shr-descend): Add background support.
7411         (shr-tag-title): Add.
7412
7413         * shr-color.el (shr-color-visible): Really return original background
7414         if fixed.
7415
7416 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * shr.el (shr-color-check): Protect against non-existent color names.
7419
7420 2010-11-24  Julien Danjou  <julien@danjou.info>
7421
7422         * color-lab.el: Require 'cl when compiling.
7423
7424         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7425
7426         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7427         matched part.
7428
7429         * color-lab.el: Fix all expt calls to use float type.
7430
7431 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7434         expression to shr-color-check as is.
7435
7436         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7437
7438         * color-lab.el: Add coding cookie.
7439         (float-pi): Use eval-and-compile.
7440
7441         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7442         compiled for Emacsen having no `libxml-parse-html-region' support.
7443
7444 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * shr.el (shr-insert-color-overlay): Split stuff like
7447         "#444444 !important" to find the real color.
7448         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7449         parse <font color="red"> entries.
7450
7451 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7452
7453         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7454         point when parsing headers.
7455
7456         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7457         is positioned properly when parsing headers.
7458
7459 2010-11-23  Julien Danjou  <julien@danjou.info>
7460
7461         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7462
7463         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7464
7465         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7466
7467         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7468         Use shr-color-hue-to-rgb.
7469         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7470
7471 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * shr.el (shr-color->hexadecimal): Autoload.
7474         (shr-descend): Add color to all tags.
7475
7476 2010-11-22  Julien Danjou  <julien@danjou.info>
7477
7478         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7479         shr-color->hexadecimal.
7480
7481         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7482         RGB() or HSL() color representation.
7483
7484         * shr.el (shr-tag-font): Add.
7485         (shr-tag-color-check): New function to get better colors.
7486         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7487         tag-span.
7488
7489         * shr-color.el: New file.
7490
7491         * color-lab.el: New file.
7492
7493         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7494
7495 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7496
7497         * nnir.el: Fix typo in comments.
7498         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7499         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7500
7501 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7504
7505         * nnimap.el (nnimap-get-capabilities): Refactor out.
7506         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7507
7508 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7509
7510         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7511         appearing when `mm-uu-hide-markers' is nil.
7512
7513 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * nnimap.el (nnimap-unselect-group): Make into its own function.
7516         (nnimap-request-rename-group): Unselect group before renaming.
7517         This had gotten lost somewhere.
7518         (nnimap-request-accept-article): Keep track of examined groups, and
7519         unselect the group before APPENDing to read-only groups.
7520         (nnimap-request-move-article): Clear flags before moving so that they
7521         can be re-set later.
7522
7523 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7526         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7527
7528 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-art.el (gnus-mime-display-single):
7531         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7532         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7533         parameter.
7534
7535 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7538         (shr-table-vertical-line): New variable.
7539         (shr-insert-table): Use it.
7540
7541 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-html.el (gnus-html-wash-images): Don't display images if
7544         gnus-inhibit-images is non-nil; register displayer for cid images.
7545         (gnus-html-display-image): Work for cid image.
7546         (gnus-html-insert-image): Allow arguments.
7547         (gnus-html-put-image): Inhibit read-only.
7548         (gnus-html-prefetch-images): Don't prefetch images if
7549         gnus-inhibit-images is non-nil.
7550
7551 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * shr.el (shr-put-image): Break lines when inserting big pictures.
7554
7555 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7556
7557         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7558         sender, thanks Katsumi Yamaoka.
7559
7560 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7561
7562         * nnir.el (nnir-run-imap): Reverse the article list for each group
7563         rather than the whole list.
7564
7565 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * shr.el (shr-image-displayer): Protect function against non-existent
7568         image source.
7569
7570         * gnus-art.el (gnus-inhibit-images): New user option.
7571         (gnus-mime-display-single): Don't display image if it is non-nil.
7572
7573         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7574         gnus-inhibit-images.
7575
7576         * shr.el (shr-image-displayer): New function.
7577         (shr-tag-img): Use it.
7578
7579 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7580
7581         * mml2015.el (mml2015-epg-sign): Use From header.
7582
7583 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7586
7587         * gnus-util.el (gnus-find-text-property-region): Return markers.
7588
7589         * shr.el (shr-tag-img): Put a displayer in the text property.
7590
7591         * gnus-util.el (gnus-find-text-property-region): New utility function.
7592
7593         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7594         (gnus-html-show-images): Remove.
7595
7596         * gnus-art.el (gnus-article-show-images): New, more general function.
7597
7598         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7599         image url text properties.
7600
7601         * shr.el: Ditto.
7602
7603         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7604         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7605
7606 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7609         work for two or more articles.
7610
7611 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7614         divide an image that's in an html article to two or more when washing
7615         non-ASCII characters in alt text of it.
7616
7617 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7620         smime-decrypt-region using function argument.
7621         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7622
7623         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7624
7625         * smime.el (smime-decrypt-region): Catch it.
7626
7627 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7628
7629         * smime.el (smime-mode-map): Move initialization into declaration.
7630         (gnus-run-mode-hooks): Don't autoload.
7631         (smime-mode): Use define-derived-mode.
7632
7633 2010-11-11  Glenn Morris  <rgm@gnu.org>
7634
7635         * smime.el (from): Restrict declaration to XEmacs.
7636
7637         * nnir.el (gnus-group-topic-name): Autoload.
7638
7639 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * shr.el (shr-insert): Don't break long line if it is because of
7642         kinsoku-bol characters in the line end.
7643
7644 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7645
7646         * nnir.el (nnir-request-move-article): Fix to provide original group
7647         and subject.
7648         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7649         been retrieved.
7650
7651         * gnus-sum.el (gnus-summary-move-article): Use original group and
7652         subject for virtual articles such as those in an nnir summary buffer.
7653
7654 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7657         least 21.5).
7658
7659         * smime.el (from): Declare it again for XEmacs.
7660
7661 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * message.el (message-resend): Don't disable encoding unless it's
7664         already encoded.
7665
7666         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7667         low-numbered articles.
7668
7669 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * rfc2047.el (rfc2047-syntax-table): Simplify.
7672
7673         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7674
7675         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7676         set-char-table-range for XEmacs.
7677
7678 2010-11-10  Glenn Morris  <rgm@gnu.org>
7679
7680         * time-date.el (time-to-seconds): Always an alias on Emacs,
7681         never a real function.
7682         (with-no-warnings): Remove compat stub, now unused.
7683         (time-less-p): Doc fix.
7684         (time-to-number-of-days): Simplify.
7685
7686         * smime.el (from): Remove unused declaration.
7687
7688         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7689         (gnus-float-time): On Emacs, always an alias.
7690
7691         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7692         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7693
7694 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * dgnushack.el: Don't use ignore-errors in the top level form since it
7697         is unavailable in XEmacs even if cl is loaded.
7698
7699         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7700
7701 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * shr.el (browse-url-mailto): Autoload.
7704
7705         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7706
7707         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7708         regexp doesn't need quoting.
7709
7710 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7711
7712         * message.el (message-subject-trailing-was-ask-regexp)
7713         (message-subject-trailing-was-regexp): Match was: in addition to was.
7714
7715 2010-11-09  Glenn Morris  <rgm@gnu.org>
7716
7717         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7718         (nnbabyl-check-mbox): Use point-at-bol.
7719
7720 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7723
7724         * message.el (message-mailto): New function.
7725         (message-mailto): Should accept other parameters.
7726         (message-mailto): Remove since it duplicates browse-url-mailto
7727         functionality.
7728
7729 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7732         methods.
7733         (gnus-read-active-file): Ditto.
7734
7735         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7736         ": " from the prompt.
7737         (gnus-group-make-group): Ditto.
7738
7739 2010-11-07  Glenn Morris  <rgm@gnu.org>
7740
7741         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7742         (gnus-bookmark-kill-line): Use point-at-eol.
7743
7744 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7747         asterisks in From header.
7748
7749 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750
7751         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7752         string to avoid making the From headers syntactically invalid.
7753
7754         * message.el (message-send-mail): Don't insert courtesy messages if the
7755         message already has List-Post and List-ID messages.
7756
7757 2010-11-06  Glenn Morris  <rgm@gnu.org>
7758
7759         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7760         `condition', `type', `length' a prefix.
7761         (gnus-treat-predicate): Update for above name changes.
7762
7763 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7764
7765         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7766         binding.  Handled by `gnus-summary-refer-thread' instead.
7767         (nnir-warp-to-article): New backend function.
7768
7769         * nnimap.el (nnimap-request-thread): Force dependency updating.
7770
7771         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7772         (gnus-summary-refer-thread): Rework to improve thread-referral.
7773
7774         * gnus-int.el (gnus-warp-to-article): New function.
7775
7776         * gnus-sum.el (gnus-summary-article-map): Bind it.
7777
7778 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7779
7780         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7781         gnus-summary-refer-thread.
7782
7783         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7784         headers.
7785         (gnus-summary-limit-include-thread): Prevent articles in thread from
7786         being cut in gnus-cut-threads.
7787         (gnus-summary-refer-thread): Limit retrieved headers to those in
7788         thread.
7789
7790 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * message.el (message-send-mail): Use the value of
7793         message-courtesy-message from the message buffer.
7794
7795         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7796
7797         * shr.el (shr-browse-url): Implement mailto: URLs.
7798
7799         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7800         "raw".
7801
7802         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7803         if it's already selected.
7804
7805         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7806
7807 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7810         to measure the length and truncate alt text.
7811
7812 2010-11-03  Glenn Morris  <rgm@gnu.org>
7813
7814         * nndiary.el (nndiary-generate-nov-databases-1)
7815         (nndiary-generate-active-info): Rename dynamic variable `files' to
7816         something less generic.
7817
7818 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7819
7820         * nnir.el (nnir-request-move-article): Call the underlying backend to
7821         move articles from nnir.
7822
7823 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7826
7827 2010-11-02  Julien Danjou  <julien@danjou.info>
7828
7829         * nnir.el: Remove wais support.
7830
7831 2010-11-02  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-html.el: Reorder requirements to quieten compiler.
7834
7835 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7838         properly for XEmacs as well.
7839         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7840         (gnus-article-natural-long-line-p): Use window-width rather than
7841         frame-width.
7842
7843 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7844
7845         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7846         (nnir-read-parms): Don't modify query.
7847         (nnir-run-query): Add ability to search topic on current line.
7848         (nnir-get-active): Clean up.
7849
7850 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7853         degenerate articles.
7854
7855         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7856         (gnus-print-buffer): Just print the buffer as is, without any copying
7857         to a buffer and then re-highlighting.
7858
7859         * nnimap.el (nnimap-request-group): Store the new updated info.
7860         (nnimap-request-group): Select the group when we don't know whether it
7861         exists or not.
7862
7863         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7864         groups.
7865
7866         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7867         groups.
7868
7869         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7870         groups.
7871
7872         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7873         long-lines case by only filling the long lines.
7874
7875         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7876         (bug #7311).
7877
7878 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * shr.el: No need to declare `declare-function' since shr.el is for
7881         only Emacsen that provide `libxml-parse-html-region'.
7882
7883         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7884         effective only in a file it is referred to.
7885
7886 2010-11-01  Glenn Morris  <rgm@gnu.org>
7887
7888         * mm-util.el (gnus-completing-read): Autoload.
7889         (mm-read-coding-system): Simplify Emacs definition.
7890
7891         * nnmail.el (gnus-activate-group):
7892         * nnimap.el (gnutls-negotiate):
7893         * nntp.el (netrc-parse): Fix declarations.
7894
7895 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7898         string-match-p in Emacs >=23.
7899
7900         * gnus-msg.el (gnus-configure-posting-styles):
7901         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7902
7903 2010-11-01  Glenn Morris  <rgm@gnu.org>
7904
7905         * nnir.el (declare-function): Add compat stub.
7906         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7907         (nnir-run-gmane): Require 'mm-url.
7908
7909         * mm-util.el (mm-string-to-multibyte): Simplify.
7910
7911         * shr.el (declare-function): Add compat stub.
7912         (url-cache-create-filename): Declare.
7913         (mm-disable-multibyte, widget-convert-button): Autoload.
7914
7915         * smime.el (ldap-search): Declare.
7916         (smime-cert-by-ldap-1): Require ldap on Emacs.
7917
7918         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7919         (nnimap-keepalive): Use gnus-float-time.
7920
7921         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7922         (mail-source-delete-crash-box): Use gnus-float-time.
7923
7924         * gnus-dired.el (gnus-completing-read): Autoload.
7925
7926         * mm-view.el (gnus-rescale-image): Autoload.
7927
7928         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7929
7930         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7931
7932         * sieve-manage.el: Require 'cl when compiling.
7933
7934         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7935         (gnus-iswitchb-completing-read): Require iswitchb.
7936         (gnus-select-frame-set-input-focus): Silence compiler.
7937
7938 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * message.el (message-subject-trailing-was-query): Change default to t,
7941         since I think that's what most people want.
7942
7943         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7944         appending for easier debugging.
7945         (nnimap-wait-for-connection): Take a regexp.
7946         (nnimap-request-accept-article): Wait for the continuation line before
7947         sending anything unless we're streaming.
7948
7949         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7950         leave the header washing to take place.
7951
7952 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7953
7954         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7955         regular expression match and replace in posting styles.
7956
7957 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7958
7959         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7960         an entire server.
7961         (nnir-get-active): New function.
7962         (nnir-run-imap): Use it.
7963         (nnir-run-gmane): Who knew, gmane search returns an article score!
7964
7965         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7966         server on the current line with nnir.
7967
7968 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7971         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7972         left edge.
7973         (gnus-article-foldable-buffer): Skip past the prefix when determining
7974         raggedness.
7975
7976         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7977         the raw article, and change `C-u g' to show the article without doing
7978         treatments.
7979
7980         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7981         on to `gnus-treat-article'.
7982         (gnus-inhibit-article-treatments): New variable.
7983
7984         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7985
7986         * gnus-art.el (gnus-treatment-function-alist): Have
7987         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7988         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7989         sections.
7990
7991         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7992         parameter.
7993         (gnus-article-fill-cited-long-lines): New function.
7994         (gnus-article-fill-cited-article): Allow filling only long sections.
7995
7996         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7997         and non-punctuation (like after the apostrophe in "'We").
7998
7999         * gnus-sum.el (gnus-summary-select-article): Make sure
8000         gnus-original-article-buffer is alive.
8001
8002         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8003         reflect the order they're in in the digest.
8004
8005         * gnus.el (gnus-group-startup-message): Move point to the start of the
8006         buffer.
8007
8008         * nnimap.el (nnimap-capability): New function.
8009         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8010         is set.
8011
8012 2010-10-31  David Engster  <dengste@eml.cc>
8013
8014         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8015         conform with changes to gnus-completing-read.
8016
8017 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8020
8021 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8022
8023         * nnir.el: Move defvar, defcustom around to keep file organized
8024         and keep byte-compiler quiet.
8025         (nnir-read-parms): Accept search-engine as arg.
8026         (nnir-run-query): Pass search-engine as arg.
8027         (nnir-search-engine): Remove.
8028
8029 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * shr.el (shr-generic): The text nodes should be text, not :text.
8032
8033         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8034         later in the file.
8035
8036 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8037
8038         * nnir.el: General clean up.  Allow searching with multiple engines.
8039         Allow separate extra-parameters for each engine.
8040         Batch queries when possible.
8041         (nnir-imap-default-search-key,nnir-method-default-engines):
8042         Add customize interface.
8043         (nnir-run-gmane): New engine.
8044         (nnir-engines): Use it.  Qualify all prompts with engine name.
8045         (nnir-search-engine): Remove global variable.
8046         (nnir-run-hyrex): Restore for now.
8047         (nnir-extra-parms,nnir-search-history): New variables.
8048         (gnus-group-make-nnir-group): Use them.
8049         (nnir-group-server): Remove in favor of gnus-group-server.
8050         (nnir-request-group): Avoid searching twice.
8051         (nnir-sort-groups-by-server): New function.
8052
8053 2010-10-30  Julien Danjou  <julien@danjou.info>
8054
8055         * gnus-group.el: Remove gnus-group-fetch-control.
8056
8057         * gnus-start.el (gnus-find-new-newsgroups):
8058         Remove gnus-check-first-time-used.
8059
8060         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8061
8062 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8063
8064         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8065         set on groups that don't have \* permanentflags.
8066
8067 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8070         control the background color.
8071         (shr-tag-img): Ignore very small web bug type images.
8072         (shr-put-image): Add help-echo alt texts to the images.
8073         (shr-tag-video): Show the video poster image.
8074
8075 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * shr.el (shr-table-depth): New variable.
8078         (shr-tag-table-1): Only insert the images after the top-level table.
8079
8080         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8081
8082         * gnus-util.el (gnus-list-memq-of-list): New function.
8083
8084         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8085         selected.
8086         (nnimap-unsplittable-articles): New slot.
8087         (nnimap-new-articles): Use it.
8088
8089 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8090
8091         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8092         move to the previous line on `M-g'.
8093
8094 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8097         *-request-group, which seems unnecessary.
8098
8099         * nnimap.el (nnimap-quote-specials): Function copied over from
8100         imap.el.
8101         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8102         they support that.  Suggested by Tom Regner.
8103
8104 2010-10-29  Julien Danjou  <julien@danjou.info>
8105
8106         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8107         defalias.
8108         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8109
8110         * gnus.el: Remove `gnus-nntp-service' variable.
8111         (gnus-secondary-servers): Make obsolete.
8112         (gnus-nntp-server): Make obsolete.
8113
8114         * gnus-start.el (gnus-1): Remove x-splash calls.
8115
8116         * gnus-ems.el (gnus-x-splash): Remove.
8117
8118         * gnus.el (gnus-group-startup-message): Simplify/update code.
8119
8120         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8121         definition.
8122
8123         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8124         capability before doing anything.
8125         (gnus-group-insert-group-line): Remove useless
8126         gnus-group-remove-excess-properties.
8127
8128 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8131
8132 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8135         config after reselecting.
8136
8137 2010-10-28  Julien Danjou  <julien@danjou.info>
8138
8139         * shr.el (shr-put-image): Use point even if only inserting text.
8140         (shr-put-image): Save excursion when inserting alt text on non-graphic
8141         display, so the behavior is the same when we are on a graphic display.
8142
8143         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8144
8145 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8148         (gnus-mime-copy-part): Check coding system, not charset.
8149         (gnus-mime-view-part-externally): Never remove part.
8150         (gnus-mime-view-part-internally): Don't remove part here.
8151         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8152         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8153         multipart/alternative.
8154
8155         * mm-decode.el (mm-display-part): Take optional arg `force'.
8156
8157 2010-10-26  Julien Danjou  <julien@danjou.info>
8158
8159         * gnus-group.el (gnus-group-default-list-level): Add this function to
8160         compute the default list level.
8161         (gnus-group-default-list-level): Add possibility to use a function.
8162
8163 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8166
8167         * gnus-group.el (gnus-group-completing-read)
8168         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8169         gnus-replace-in-string.
8170
8171 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * shr.el (shr-tag-div): Add.
8174
8175         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8176
8177 2010-10-25  Julien Danjou  <julien@danjou.info>
8178
8179         * gnus-util.el: Remove `gnus-with-local-quit'.
8180
8181         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8182
8183 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8186         the original article buffer.
8187
8188 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * nnimap.el (nnimap-request-head): New function.
8191         (nnimap-request-move-article): Try to be slightly faster by not
8192         requesting the entire message when moving.
8193         (nnimap-transform-headers): Don't bug out on bodiless articles.
8194         (nnimap-send-command): Have no outstanding messages if the IMAP server
8195         doesn't support streaming.
8196         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8197
8198 2010-10-24  Julien Danjou  <julien@danjou.info>
8199
8200         * message.el (message-default-headers): Fix type.
8201
8202 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8205         prefetching images.
8206
8207         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8208         backend for unknown groups.  This is mainly useful for nnimap groups.
8209
8210         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8211         group isn't covered by the agent.
8212
8213 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8214
8215         * nnir.el (nnir-method-default-engines): New variable.
8216         (nnir-run-query): Use it.
8217         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8218         (gnus-summary-nnir-goto-thread): Change group if needed.
8219
8220         * gnus-group.el (gnus-group-group-map): Add key binding for
8221         gnus-group-make-nnir-group.
8222
8223 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * shr.el (shr-tag-object): Add.
8226
8227         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8228         original article buffer live.
8229         (gnus-summary-select-article-buffer):
8230         Mention gnus-widen-article-buffer.
8231
8232 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * shr.el (shr-tag-strong): Add.
8235
8236 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8239         group names.  They mess up the group buffer badly.
8240
8241         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8242
8243         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8244         instead of the summary one.
8245
8246 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * mml.el (mml-preview): Work properly when editing article.
8249
8250         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8251         gnus-have-read-active-file if it's already been in.
8252
8253 2010-10-22  Tom Tromey  <tromey@redhat.com>
8254
8255         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8256         gnus-group-completing-read.
8257
8258 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * message.el (message-mode-map): Don't bind M-; to comment region, to
8261         allow the global comment-dwim to work.
8262
8263 2010-10-21  Julien Danjou  <julien@danjou.info>
8264
8265         * message.el (message-setup-1): Allow message-default-headers to be a
8266         function.
8267
8268 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * shr.el (shr-tag-table): Simplify.
8271
8272 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8275         to avoid trying to snarf invalid stuff.
8276
8277         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8278
8279         * gnus.el (gnus-message-archive-group): Quote value.
8280         (gnus-message-archive-group): Mark as changed.
8281
8282         * shr.el (shr-add-font): Don't put the font properties on the newline
8283         or the indentation.
8284
8285         * message.el (message-fix-before-sending): Change options when sending
8286         non-printable characters.
8287
8288         * gnus.el (gnus-message-archive-method): Change the default to
8289         monthly outgoing groups.
8290
8291         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8292         that have gotten new numbers.
8293
8294         * nnimap.el (nnimap-request-replace-article): New function.
8295
8296 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8299         (nnrss-request-article): Don't use special html washing code.
8300
8301 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * shr.el (shr-tag-table): Remove useless nconc.
8304
8305 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * gnus-art.el (article-wash-html): Simplify and remove the charset
8308         stuff.  Use the normal html rendering code instead of the special html
8309         washing code.
8310
8311         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8312         `gnus-w3m' symbols.
8313         (mm-text-html-washer-alist): Remove.
8314
8315         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8316         (mm-inline-media-tests): Remove use.
8317         (mm-text-html-renderer): Change default to the `shr' symbol.
8318
8319         * mm-view.el (mm-inline-text-html): Remove use.
8320
8321         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8322         `gnus-blocked-images' to be a function.
8323         (gnus-article-wash-function): Remove.
8324
8325 2010-10-20  Julien Danjou  <julien@danjou.info>
8326
8327         * spam.el (spam-list-of-processors): Mark as obsolete.
8328
8329         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8330         (nnimap-insert-partial-structure): Fix boundary detection.
8331
8332 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8333
8334         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8335         run file-truename on remote files.  This can be expensive and even
8336         prevent one from editing drafts if some unrelated buffer has a stale
8337         connection.
8338
8339 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8342         kinsoku-eol regardless of shr-kinsoku-shorten.
8343         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8344         (shr-tag-table): Support caption, thead, and tfoot.
8345
8346 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8349         lines.
8350         (shr-save-contents): New command and keystroke.
8351
8352         * nndoc.el (nndoc-type-alist): Add git support.
8353         (nndoc-git-type-p): New function.
8354         (nndoc-transform-git-article): Ditto.
8355         (nndoc-transform-git-headers): Ditto.
8356         (nndoc-transform-git-headers): Generate Subject headers.
8357
8358         * shr.el (shr-parse-style): New function.
8359         (shr-tag-span): Ditto.
8360
8361         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8362         to `G G' to avoid collisions.
8363
8364 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * shr.el: Load kinsoku if necessary.
8367         (shr-kinsoku-shorten): New internal variable.
8368         (shr-find-fill-point): Make kinsoku shorten text line if
8369         shr-kinsoku-shorten is bound to non-nil.
8370         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8371         shr-indentation too when testing if table is wider than frame width.
8372         (shr-insert-table): Use `string-width' instead of `length' to measure
8373         text width.
8374         (shr-insert-table-ruler): Make sure indentation is done at bol.
8375
8376 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8377
8378         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8379         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8380         undecoded network data.
8381
8382 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8385         name in the mode line spec so that the mode line menu works
8386         (bug #2431).
8387
8388         * message.el (message-get-reply-headers): If we're fed `to-address',
8389         then always use that.
8390
8391         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8392         aren't so wide as to need to switch off the edit menu.
8393
8394         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8395         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8396
8397         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8398         `M-g'.
8399         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8400         the permanent marks.
8401
8402 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8403
8404         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8405         Splitting according to references/in-reply-to obeys the ignore-groups
8406         variable, while splitting by sender and subject do not.
8407
8408 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8411         alist, so that we can look for non-Unicode chars.
8412         (article-translate-strings): Allow both character and string maps.
8413
8414 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * shr.el (shr-insert): Don't insert space behind a wide character
8417         categorized as kinsoku-bol, or between characters both categorized as
8418         nospace.
8419
8420 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8421
8422         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8423         headers to gnus-newsgroup-headers.
8424
8425 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * shr.el (shr-tag-img): Don't align images -- since we're not
8428         rescaling, this often leads to ugly displays.
8429
8430 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8431
8432         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8433         duplicates.
8434
8435 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8436
8437         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8438         call.
8439
8440 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus.el: Autoload gnus-html-show-images.
8443
8444         * nnimap.el: Use nnheader-message throughout.
8445
8446         * shr.el (shr-tag-img): Ignore images with no data.
8447
8448 2010-10-15  Julien Danjou  <julien@danjou.info>
8449
8450         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8451         a possibility to disable format=flow encoding when using hard newlines.
8452
8453 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * shr.el (shr-insert): Remove space inserted before or after a
8456         breakable character or at the beginning or the end of a line.
8457         (shr-find-fill-point): Do kinsoku; find the second best point or give
8458         it up if there's no breakable point.
8459
8460 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nnimap.el (nnimap-open-connection): Message when opening connection
8463         for debugging purposes.
8464
8465         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8466         on every setup buffer call to allow this to change from article to
8467         article.
8468
8469         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8470         buffers where we have a wide table.
8471
8472 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8473
8474         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8475         uses *-request-thread.
8476
8477 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8480         incantation, which is no longer valid.
8481
8482 2010-10-14  Julien Danjou  <julien@danjou.info>
8483
8484         * shr.el: Fix defcustom type (char -> character).
8485
8486 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8489         programs.
8490
8491 2010-10-14  Julien Danjou  <julien@danjou.info>
8492
8493         * shr.el (shr-tag-a): Use url-link as widget type.
8494
8495         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8496         `gnus-group-get-icon'.
8497
8498 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8501         This should make server editing work better.
8502
8503         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8504
8505         * tls.el (tls-program): Remove spurious %s from openssl.
8506
8507         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8508         (nnimap-parse-flags): Fix regexp.
8509
8510         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8511         probably work for CJVK text, too.
8512
8513         * nnimap.el (nnimap-extend-tls-programs): Remove.
8514         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8515
8516         * tls.el (tls-starttls-switches): Remove starttls hack.
8517         (open-tls-stream): Ditto.
8518         (tls-find-starttls-argument): Ditto.
8519
8520 2010-10-13  Julien Danjou  <julien@danjou.info>
8521
8522         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8523         responses.
8524
8525 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8528
8529         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8530         anything in Emacs.
8531
8532         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8533
8534 2010-10-13  Julien Danjou  <julien@danjou.info>
8535
8536         * shr.el (shr-width): Make shr-width a defcustom with default to
8537         fill-column.
8538         (shr-tag-img): Use shr-width rather than fill-column.
8539
8540 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * dgnushack.el (byte-optimize-apply):
8543         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8544
8545         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8546         position when (X-)Faces exist.
8547         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8548         avatars when called interactively.
8549
8550 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8553         gnus-article-x-face-too-ugly is bound.
8554
8555 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8558
8559         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8560         mailbox that doesn't exist.
8561
8562 2010-10-12  Julien Danjou  <julien@danjou.info>
8563
8564         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8565         (shr-get-image-data): Encode URL properly when fetching from cache.
8566         (shr-tag-img): Use aligned-to spaces to align correctly images.
8567
8568         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8569         before inserting the Gravatar.
8570
8571         * shr.el (shr-tag-img): Add align attribute support for <img>.
8572
8573 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * gnus-gravatar.el (gnus-art): Require.
8576
8577         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8578         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8579         Remove long obsoleted functions.
8580
8581 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8584
8585         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8586
8587         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8588         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8589         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8590         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8591         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8592         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8593         * sieve-manage.el, smime.el, spam.el:
8594         Fix comment for declare-function.
8595
8596 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * nnimap.el (nnimap-request-rename-group): Select group read-only
8599         before renaming it.
8600
8601         * shr.el (shr-insert): Fix up the white space only regexp.
8602
8603         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8604         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8605
8606         * shr.el (shr-current-column): New function.
8607         (shr-find-fill-point): New function.
8608
8609 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8610
8611         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8612         numbers.
8613
8614 2010-10-11  Julien Danjou  <julien@danjou.info>
8615
8616         * shr.el (shr-hr-line): Add.
8617         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8618         display hr lines.
8619         (shr-max-columns): Do not change state to nil if we just inserting
8620         spaces.
8621
8622 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8625         select the last group.
8626
8627 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8628
8629         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8630
8631 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8632
8633         * dig.el (dig-mode-map): Declare and define in one step.
8634
8635 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8638         for Gnus.
8639         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8640         (nnimap-update-qresync-info): Mark \Seen articles as read.
8641
8642         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8643         non-variable, too.
8644
8645         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8646         available.
8647         (nnimap-update-info): Rely more on the current active than the param
8648         active to avoid marking articles as read too much.
8649
8650         * auth-source.el (auth-source-create): Use (user-login-name) for the
8651         user name default.
8652
8653         * nnimap.el (nnimap-update-info): If the server doesn't return any
8654         useful info, just use the previous info.
8655         (nnimap-update-info): Prefer old info over start-article.
8656         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8657
8658 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8659
8660         * nnir.el (autoload): Clean up autoloads.
8661         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8662         Use key rather than value.
8663         (nnir-imap-search-other): New variable.
8664         (nnir-read-parm): Use it.
8665         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8666         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8667
8668 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8669
8670         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8671         the process, too.
8672
8673 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * spam.el (gnus-summary-mode-map): Bind to "$".
8676         Suggested by Russ Allbery.
8677
8678         * shr.el: Rework the way things are indented by <li> slightly.
8679
8680         * gnus.el (gnus-group-set-parameter): Fix typo.
8681
8682         * nnimap.el: Start implementing QRESYNC support.
8683
8684 2010-10-09  Julien Danjou  <julien@danjou.info>
8685
8686         * nnir.el (nnir-engines): Fix too many arguments.
8687
8688 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8691         group is the "last", so that the backends like nnfolder actually save
8692         their folders.
8693
8694         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8695         try to use that for the tls stream.
8696         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8697         UIDVALIDITY and find out which groups are read-only and not.
8698         (nnimap-get-flags): Use the same marks parsing code as the rest of
8699         nnimap.
8700
8701 2010-10-09  Julien Danjou  <julien@danjou.info>
8702
8703         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8704
8705         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8706         retrieving gravatars.
8707
8708         * shr.el (shr-table-corner): Add.
8709         (shr-table-line): Add.
8710         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8711
8712 2010-10-08  Julien Danjou  <julien@danjou.info>
8713
8714         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8715
8716 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8717
8718         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8719
8720         * gnus-sum.el (gnus-mark-article-as-unread)
8721         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8722         (gnus-summary-set-bookmark): Use it.
8723
8724         * gnus-msg.el (gnus-setup-message): Use it.
8725
8726         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8727
8728         * gnus.el (gnus-group-remove-parameter): Use it.
8729
8730         * gnus-group.el (gnus-group-make-web-group): Use it.
8731
8732         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8733
8734         * nnregistry.el: Update docs to mention manual.
8735
8736         * gnus-registry.el: Update docs to mention nnregistry.el.
8737         (gnus-registry-initialize): Don't install nnregistry refer method
8738         automatically.
8739         (gnus-registry-install-nnregistry): Remove it.
8740
8741 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * shr.el (shr-insert): Don't insert double spaces.
8744
8745 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-gravatar.el (gnus-treat-from-gravatar)
8748         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8749         called interactively.
8750
8751         * gnus-art.el (gnus-mime-view-part-externally)
8752         (gnus-mime-view-part-internally): Make predicate function passed to
8753         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8754         of a mime type.
8755
8756         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8757
8758 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * shr.el (require): Require cl when compiling.
8761         (shr-tag-hr): New function.
8762
8763         * nnimap.el (nnimap-update-info): Remove double setting of high.
8764         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8765         This makes nnimap work properly on Courier again.
8766
8767         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8768         the variable for backwards compatibility.
8769
8770         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8771         the file name before using to avoid setting mm-default-directory to
8772         nil.
8773
8774         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8775         bidning gnus-agent variables.
8776
8777         * shr.el (shr-render-td): Use a cache for the table rendering function
8778         to avoid getting an exponential rendering behavior in nested tables.
8779         (shr-insert): Rework the line-breaking algorithm.
8780         (shr-insert): Don't leave trailing spaces.
8781         (shr-insert-table): Also insert empty TDs.
8782         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8783
8784 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8785
8786         * gnus-sum.el (gnus-number): Rename from `number'.
8787         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8788         (gnus-summary-limit-children): Update uses correspondingly.
8789
8790 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8793         (gnus-gravatar-transform-address): Don't show avatars of people of
8794         which mail addresses match gnus-gravatar-too-ugly.
8795
8796 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * shr.el (shr-table-widths): Expand TD elements to fill available
8799         space.
8800
8801 2010-10-07  Julien Danjou  <julien@danjou.info>
8802
8803         * nnimap.el (nnimap-request-rename-group): Add this method.
8804
8805 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8808         name from XEmacs' function-arglist.
8809
8810         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8811         gravatar under XEmacs.
8812
8813 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8814
8815         * auth-source.el: Update docs with TODO items.
8816
8817         * gnus-sync.el: Update docs to explain state and plans.
8818
8819         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8820         Hooks for mark updates.
8821         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8822
8823         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8824         hooks with arguments, which is needed for mark update hooks.
8825
8826 2010-10-06  Julien Danjou  <julien@danjou.info>
8827
8828         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8829         was matched.
8830
8831         * sieve-manage.el: Update example in `Commentary'.
8832
8833         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8834
8835         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8836         not 2000.
8837         (sieve-manage-authenticate): Re-add function.
8838
8839 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * shr.el (shr-insert): Get 'space transition right.
8842         (shr-render-td): Only delete space at the end of the TD.
8843
8844         * nnimap.el (nnimap-open-connection): Prepare to support
8845         open-gnutls-stream.
8846
8847         * shr.el: Rearrange function order to be more logical.
8848
8849 2010-10-06  Julien Danjou  <julien@danjou.info>
8850
8851         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8852         (nnrss-discover-feed): Remove 404 URL in docstring.
8853
8854         * nnir.el: Fix Swish-E URL.
8855         Fix Namazu URL.
8856
8857         * message.el (message-change-subject): Remove 404 URL in a comment.
8858
8859 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8862         called interactively.
8863
8864         * gnus-util.el (gnus-remove-if): Allow hash table.
8865         (gnus-remove-if-not): New function.
8866
8867         * gnus-art.el (gnus-mime-view-part-as-type):
8868         * gnus-score.el (gnus-summary-score-effect):
8869         * gnus-sum.el (gnus-read-move-group-name):
8870         Replace remove-if-not with gnus-remove-if-not.
8871
8872         * gnus-group.el (gnus-group-completing-read):
8873         Regard collection as a hash table if it is not a list.
8874
8875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8878
8879         * shr.el: Document the table-rendering algorithm.
8880
8881 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8884         for Emacsen having no `libxml-parse-html-region' support.
8885
8886 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8889         invalid URLs.
8890
8891         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8892         line-broken.
8893         (shr-tag-img): Ignore image fetching errors.
8894         (shr-overlays-in-region): Compute overlay positions correctly.
8895
8896         * mm-decode.el (mm-shr): Require shr.
8897
8898         * gnus-art.el (gnus-blocked-images): Move variable here.
8899
8900         * shr.el (shr-insert-table): Bind free variable.
8901
8902         * mm-decode.el (mm-shr): Bind shr-content-function.
8903
8904         * shr.el (shr-content-function): New variable.
8905
8906         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8907         added for symmetry.
8908
8909         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8910
8911         * gnus-group.el (gnus-group-make-group): Doc fix.
8912
8913         * nnimap.el (nnimap-request-newgroups): Return success.
8914
8915         * shr.el (shr-find-elements): New function.
8916         (shr-tag-table): Put all the images after the table.
8917         (shr-tag-table): Really inhibit images inside the table.
8918         (shr-collect-overlays): Copy over overlays from the TD elements to the
8919         main document.
8920
8921         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8922         gnus-blocked-images.
8923
8924 2010-10-05  Julien Danjou  <julien@danjou.info>
8925
8926         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8927
8928         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8929         (gnus-html-maximum-image-size): Add this function.
8930         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8931
8932         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8933         server-value of the capability is nil.
8934
8935 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * shr.el (shr-tag-em): Add <EM> tag.
8938
8939 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8940
8941         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8942         customizable.
8943
8944         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8945         handing broken links to browse-url.
8946
8947 2010-10-05  Julien Danjou  <julien@danjou.info>
8948
8949         * gnus-util.el (gnus-emacs-completing-read)
8950         (gnus-iswitchb-completing-read): Use autoload rather than require.
8951
8952 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8955         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8956         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8957         iswitchb-temp-buflist for XEmacs.
8958
8959         * gnus-util.el (gnus-completing-read-function): Exclude
8960         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8961         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8962         XEmacs.
8963
8964         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8965         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8966
8967         * gnus-html.el: Don't require help-fns under XEmacs.
8968         (gnus-html-schedule-image-fetching): Work for XEmacs.
8969
8970         * mm-decode.el (mm-shr): Decode contents by charset.
8971
8972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8975         unknown.
8976
8977         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8978         (shr-get-image-data): Ensure against the cache file missing.
8979
8980         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8981         for data.
8982
8983         * spam-report.el (spam-report-url-ping-plain): Don't query about
8984         killing the process.
8985
8986         * shr.el (shr-render-td): Protect against too-wide text.
8987
8988 2010-10-04  Julien Danjou  <julien@danjou.info>
8989
8990         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8991         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8992
8993         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8994         retrieved.
8995
8996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * shr.el (browse-url): Require.
8999         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9000         lines.
9001         (shr-show-alt-text, shr-browse-image): New commands.
9002         (shr-browse-url, shr-copy-url): New commands.
9003
9004         * gnus-sum.el (gnus-widen-article-window): New variable.
9005         (gnus-summary-select-article-buffer): Use it.
9006
9007         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9008         without @ signs.
9009
9010 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9011
9012         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9013
9014 2010-10-04  Julien Danjou  <julien@danjou.info>
9015
9016         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9017         for XEmacs.
9018
9019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9022
9023         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9024         (nnimap-close-server): Implement.
9025
9026         * dgnushack.el (iswitchb): Require to shut up the compiler.
9027
9028         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9029         (shr-insert): Tweak line breaking.
9030         (shr-insert): Handle <pre> better.
9031         (shr-tag-li): Get <li> indentation right.
9032         (shr-tag-li): Get <li> indentation even righter.
9033         (shr-tag-blockquote): Ensure paragraph start.
9034         (shr-make-table): Tweak table generation.
9035         (shr-make-table): Fix typo.
9036
9037         * shr.el: Implement table rendering.
9038
9039 2010-10-04  Julien Danjou  <julien@danjou.info>
9040
9041         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9042
9043 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * shr.el (shr-insert): Use string anchors instead of line anchors.
9046
9047 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * shr.el: Add headings.
9050         (shr-ensure-paragraph): Actually work.
9051         (shr-tag-li): Make <ul> prettier.
9052         (shr-insert): Get white space at the beginning/end of elements right.
9053         (shr-tag-p): Collapse subsequent <p>s.
9054         (shr-ensure-paragraph): Don't insert double line feeds after blank
9055         lines.
9056         (shr-insert): \t is also space.
9057         (shr-tag-s): Fix "s" tag name function.
9058         (shr-tag-s): Fix face prop name.
9059
9060 2010-10-03  Julien Danjou  <julien@danjou.info>
9061
9062         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9063
9064         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9065         gnus-window-inside-pixel-edges.
9066
9067         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9068         gnus-ems.
9069
9070         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9071
9072         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9073         function.
9074
9075         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9076         resize choice.
9077
9078 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9081         beginning of the buffer.
9082
9083         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9084         article buffer again.
9085
9086         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9087
9088         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9089         when it's at the start of the buffer.
9090
9091         * shr.el (shr-tag-blockquote): Convert name.
9092         (shr-rescale-image): Use the right image-size variant.
9093
9094         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9095         buffer isn't shown, then select the current article first instead of
9096         bugging out.
9097         (gnus-summary-select-article-buffer): Show both the article and summary
9098         buffers again.
9099
9100         * shr.el (shr-fontize-cont): Protect against regions with no text.
9101         Rename tag functions to shr-tag-* for enhanced security.
9102         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9103
9104 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9105
9106         * shr.el (shr-insert):
9107         * pop3.el (pop3-movemail):
9108         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9109         loaded.
9110
9111 2010-10-03  Glenn Morris  <rgm@gnu.org>
9112
9113         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9114
9115         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9116
9117         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9118
9119         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9120
9121         * gnus-util.el (gnus-make-local-hook): Simplify.
9122
9123 2010-10-02  Julien Danjou  <julien@danjou.info>
9124
9125         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9126         (gnus-ido-completing-read): New function.
9127         (gnus-emacs-completing-read): New function.
9128         (gnus-completing-read): Use gnus-completing-read-function.
9129         Add gnus-completing-read-function.
9130
9131 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * shr.el (shr-insert-document): Autoload.
9134         (shr-img): Be silent.
9135         (shr-insert): Add a newline after every picture before text.
9136         (shr-add-font): Use overlays for combining faces.
9137         (shr-insert): Pass upwards the text start point.
9138
9139         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9140         possible.
9141         (mm-shr): New function.
9142
9143 2010-10-02  Julien Danjou  <julien@danjou.info>
9144
9145         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9146         should go backward.
9147
9148 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9149
9150         * shr.el (shr): Fix typo in provide call.
9151
9152 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * shr.el: New file.
9155
9156         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9157
9158         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9159         completing read.
9160
9161 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9164         we're being queried about.  Suggested by Dan Jacobson.
9165
9166         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9167         Suggested by Jason Eisner.
9168
9169         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9170         table, too.  Suggested by Stefan Wiens.
9171         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9172         the table unnecessary.  Suggested by Stefan Wiens.
9173
9174         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9175         longer needed, and probably doesn't work either, as pointed out by
9176         Stefan Wiens.
9177         (gnus-summary-exit): Remove call to the clearing function.
9178         (gnus-summary-exit-no-update): Ditto.
9179
9180         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9181         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9182         Reported by Stefan Monnier.
9183         (gnus-summary-save-in-rmail): Ditto.
9184
9185         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9186         article buffer, instead of both the article buffer and the summary
9187         buffer.  Sort of suggested by Dan Jacobson.
9188
9189         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9190
9191         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9192         Suggested by Dan Jacobson.
9193
9194         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9195         documentation clearer.
9196
9197         * message.el (message-shorten-references): Comment on the number "21".
9198         Suggested by Stefan Monnier.
9199
9200         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9201         Suggested by Dan Jacobson.
9202
9203         * gnus.el (gnus-large-newsgroup):
9204         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9205
9206         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9207         externalize attachments.  Bug reported by Steve Wen.
9208
9209         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9210         really message anything to the user.
9211
9212         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9213         directly.
9214
9215         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9216         messages in empty groups.
9217
9218 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9219
9220         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9221         non-UIDNEXT group.
9222
9223 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9226         not the value from the collection.
9227
9228         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9229         values.  This sometimes happens on some groups that have no info.
9230         (nnimap-request-newgroups): New function.
9231
9232 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9233
9234         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9235         check into `gnus-registry-initialize'.
9236         (gnus-registry-initialize): Ditto.
9237         Fix and extend header docs.
9238
9239 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9242         regexp backtrace overflows.
9243
9244         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9245         for starttls that tls.el implements; i.e. openssl.
9246
9247         * tls.el (tls-starttls-switches): Give up on using starttls with
9248         gnutls-cli.
9249         (tls-program): Add --insecure to be consistent with the defaults from
9250         openssl s_client.  Now all three commands are insecure.
9251
9252 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * lpath.el: Bind completion-styles-alist for XEmacs.
9255
9256         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9257         (gravatar-create-image): New function that's an alias to
9258         gnus-xmas-create-image, gnus-create-image, or create-image.
9259         (gravatar-data->image): Use it.
9260
9261 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9264         install the nnregistry refer method.
9265         (gnus-registry-install-hooks): Use it.
9266         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9267         unfollowed groups.
9268
9269 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9270
9271         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9272         expanding threads.
9273
9274 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * nnir.el: Use the server names without suffixes (bug #7009).
9277
9278         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9279         unencrypted to STARTTLS, if possible.
9280
9281 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9282
9283         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9284         headers before superseding.
9285
9286 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * nnrss.el (nnrss-use-local): Add documentation.
9289
9290         * nnimap.el (nnimap-extend-tls-programs): New function.
9291         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9292         (nnimap-wait-for-connection): Accept the greeting from the stupid
9293         output from openssl s_client -starttls, too.
9294
9295         * tls.el (tls-starttls-switches): New variable.
9296         (tls-find-starttls-argument): Use it.
9297         (open-tls-stream): Ditto.
9298
9299         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9300         (netrc-machine): Ditto.
9301
9302         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9303         article number.
9304         (nnimap-split-fancy): New variable.
9305         (nnimap-split-incoming-mail): Use it.
9306
9307         * nntp.el (nntp-server-list-active-group): Document.
9308
9309         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9310         SELECT to get the message-id.
9311
9312         * mail-source.el (mail-sources): Remove webmail support.
9313         (defvar): Ditto.
9314         (mail-source-fetcher-alist): Ditto.
9315         (mail-source-fetch-webmail): Remove.
9316
9317         * webmail.el: Remove -- doesn't seem relevant any more.
9318
9319         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9320
9321         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9322         the \r.
9323
9324 2010-09-30  Julien Danjou  <julien@danjou.info>
9325
9326         * gnus-agent.el (gnus-agent-add-group): Fix call to
9327         gnus-completing-read.
9328
9329 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * nndoc.el (nndoc-retrieve-groups): New function.
9332
9333         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9334         `default', use nnmail-split-methods.
9335         (nnimap-request-article): Downcase the NILs so that they are nil.
9336
9337         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9338         symbol.
9339
9340         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9341         code, since if the user has requested network, that's what they ought
9342         to get.
9343         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9344         (nnimap-split-rule): Mark as obsolete.
9345
9346         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9347         New variable.
9348
9349         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9350         correct slot, too.
9351
9352 2010-09-29  Julien Danjou  <julien@danjou.info>
9353
9354         * gnus.el (gnus-local-domain): Declare variable obsolete.
9355
9356         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9357         Fix history computing.
9358         (gnus-ido-completing-read): Require ido.
9359
9360 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9363         build Gnus.
9364
9365         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9366         when interpreting the structures.
9367         (nnimap-request-accept-article): Add \r\n to the lines to make this
9368         work with Cyrus.
9369
9370         * nndraft.el (nndraft-request-expire-articles): Use the group name
9371         instead if "nndraft".  Fix found by Nils Ackermann.
9372
9373 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9374
9375         * nnregistry.el: Add.
9376
9377 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9378
9379         * nnmail.el (group, group-art-list, group-art):
9380         Remove unneeded directives.
9381
9382 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9385         (mm-mime-charset):
9386         * rfc2047.el (rfc2047-syntax-table):
9387         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9388
9389         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9390         rather than `insert-file-contents' and `eval-region'.
9391
9392         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9393         construction.
9394
9395         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9396
9397         * time-date.el: No need to require cl for Emacs 21.
9398
9399 2010-09-29  Julien Danjou  <julien@danjou.info>
9400
9401         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9402         replacement of `gnus-gravatar-relief' to mimic
9403         `gnus-faces-properties-alist'.
9404         Add :version property.
9405
9406 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * mail-source.el (mail-source-report-new-mail):
9409         * message.el (message-default-mail-headers):
9410         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9411
9412         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9413
9414 2010-09-28  Julien Danjou  <julien@danjou.info>
9415
9416         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9417         mail-address contains the same string as real-name.
9418
9419         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9420         non-blank in header, otherwise it'll get stripped.
9421
9422         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9423         real-name, and then for mail address rather than doing : or , search.
9424
9425 2010-09-27  Julien Danjou  <julien@danjou.info>
9426
9427         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9428         right completing-read function.
9429         (gnus-use-ido): New variable
9430         (gnus-completing-read-with-default): Remove.
9431         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9432         (gnus-agent-add-group):
9433         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9434         * mm-view.el (mm-view-pkcs7-decrypt):
9435         * mm-util.el (mm-codepage-setup):
9436         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9437         * mml-smime.el (mml-smime-openssl-sign-query):
9438         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9439         (mml-insert-multipart):
9440         * gnus-msg.el (gnus-summary-yank-message):
9441         * gnus-int.el (gnus-start-news-server):
9442         * mm-decode.el (mm-interactively-view-part):
9443         * gnus-dired.el (gnus-dired-attach):
9444         * gnus.el (gnus-read-method):
9445         * gnus-bookmark.el (gnus-bookmark-jump):
9446         * gnus-art.el (gnus-mime-view-part-as-type)
9447         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9448         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9449         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9450         * nnmairix.el (nnmairix-create-server-and-default-group)
9451         (nnmairix-update-groups, nnmairix-get-server)
9452         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9453         (nnmairix-get-group-from-file-path):
9454         * nnrss.el (nnrss-find-rss-via-syndic8):
9455         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9456         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9457         (gnus-group-browse-foreign-server):
9458         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9459         (gnus-summary-execute-command, gnus-summary-respool-article)
9460         (gnus-read-move-group-name):
9461         * gnus-score.el (gnus-summary-increase-score)
9462         (gnus-summary-score-effect):
9463         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9464
9465 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9468         x-focus-frame.
9469
9470         * nnimap.el (auth-source-forget-user-or-password)
9471         (auth-source-user-or-password): Autoload.
9472
9473         * message.el (message-from-style, message-interactive)
9474         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9475         (message-yank-prefix, message-indentation-spaces, message-signature)
9476         (message-signature-file): Add comment.
9477
9478 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9481         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9482         new articles.
9483
9484         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9485         parts.
9486         (nnimap-request-article): Work with the t setting, too.
9487
9488         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9489         that you don't get flashes of other buffers.
9490         (gnus-summary-show-complete-article): Intern before setting.
9491
9492 2010-09-27  David Engster  <dengste@eml.cc>
9493
9494         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9495         well as HEADERS.
9496         (nnmairix-retrieve-headers): Provide new argument for the above.
9497
9498 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * gnus-sum.el (gnus-summary-move-article): Don't alter
9501         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9502         group.
9503
9504         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9505
9506         * message.el (message-cite-prefix-regexp): Revert my last edit.
9507
9508         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9509         variable instead of the Gnus variable.
9510
9511         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9512
9513         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9514
9515         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9516         since some servers don't like it.
9517         (nnimap-open-connection): Forget credentials if the server says the
9518         password was wrong.
9519         (nnimap-parse-line): Protect against invalid data.
9520
9521         * gnus-sum.el (gnus-summary-move-article): Add comment.
9522         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9523         nothing alters it while scanning for new messages.
9524
9525         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9526         which may or may not help.
9527         (nnimap-open-connection): If we're doing a stream connection, and then
9528         discover we're on a STARTTLS-capable server, then open a STARTTLS
9529         connection instead.
9530
9531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * nnimap.el (utf7): Require.
9534
9535         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9536         prefix.
9537
9538 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9539
9540         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9541
9542 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * nnimap.el (nnimap-request-accept-article): Message the error on
9545         error.
9546
9547 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9550
9551 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * nndoc.el (nndoc-request-list): Return success always.
9554
9555         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9556         `fetch-old' -- we only want to fetch the articles we've requested.
9557         The rest are in the agent, probably.
9558         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9559         disappeared server" to something low.  It's not important.
9560
9561         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9562         arrived before the FETCH data.
9563
9564         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9565         target here, because we don't know the Gnus name of the group.
9566
9567         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9568         for the correct group.
9569
9570         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9571
9572         * gnus.el (gnus): Give a final warning after startup.
9573
9574         * gnus-util.el (gnus-action-message-log): New variable.
9575         (gnus-message): Use it.
9576         (gnus-final-warning): New function.
9577
9578         * nnimap.el (nnimap-open-connection): Record the greeting.
9579         (nnimap): Add greeting.
9580
9581 2010-09-26  Julien Danjou  <julien@danjou.info>
9582
9583         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9584         arguments.
9585         (gnus-html-wash-images): Fix spec computing to include start/end.
9586
9587         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9588
9589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9592         deletion.
9593         (nnimap-retrieve-headers): Don't select the group, because that's
9594         already done by nnimap-possibly-change-group.
9595
9596         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9597         (gnus-picon-transform-address): Use it.
9598
9599         * mail-source.el (mail-source-value): Revert previous patch.
9600
9601         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9602         on failure.
9603         (nnimap-open-connection): Look up both virtual and physical server name
9604         credentials.
9605
9606         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9607
9608 2009-02-07  Dave Love  <fx@gnu.org>
9609
9610         * tls.el (open-tls-stream): Don't query killing process.
9611
9612 2009-02-08  Dave Love  <fx@gnu.org>
9613
9614         * gnus-win.el (gnus-window-to-buffer-helper)
9615         (gnus-all-windows-visible-p): Function needn't be a symbol.
9616
9617         * mail-source.el (mail-source-value): Function needn't be a symbol.
9618
9619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (message-cite-prefix-regexp): Remove } from the cite
9622         prefix.
9623
9624         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9625         highlight again, so that the highlight is correct.
9626
9627         * gnus-picon.el (gnus-picon): Remove again.
9628         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9629
9630         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9631         doing the header highlightling, so that the background color of the
9632         picon is correct.
9633
9634         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9635         (gnus-picon): Ditto.
9636         (gnus-picon): Reinstate.  The background color for picons is white.
9637         (gnus-picon-insert-glyph): Make the background white.
9638
9639         * nnml.el (nnml-open-nov): Don't return dead buffers.
9640
9641         * auth-source.el (auth-source-create): Query the user for whether to
9642         store the credentials.
9643
9644         * netrc.el (netrc-store-data): New function.
9645
9646         * auth-source.el (auth-source-user-or-password): Use the existing auth
9647         sources, if any, for creation.
9648
9649         * gnus.el (gnus-group-fast-parameter): Return the last matching
9650         parameter instead of the first matching parameter.
9651
9652 2010-09-26  Julien Danjou  <julien@danjou.info>
9653
9654         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9655
9656 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * mml2015.el (mml2015-use): Remove gpg support.
9659
9660         * mml1991.el (mml1991-function-alist): Remove gpg function.
9661         (mml1991-gpg-sign): Remove.
9662
9663 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9664
9665         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9666         (gnus-browse-unsubscribe-current-group): Document it.
9667         (gnus-browse-unsubscribe-group): Use it.
9668
9669 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9672         address to the To list for easier response.
9673
9674         * gnus.el (gnus-play-startup-jingle): Remove.
9675         (gnus-splash): Don't play jingle.
9676         (gnus): Silence gnus-load message.
9677
9678         * gnus-art.el (gnus-treat-play-sounds): Remove.
9679
9680         * gnus.el (gnus-play-jingle): Remove audio support.
9681
9682         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9683
9684         * earcon.el: Remove -- no users.
9685
9686         * gnus-audio.el: Remove -- no users of this package.
9687
9688         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9689
9690         * gnus-start.el (gnus-setup-news): Remove nocem support.
9691
9692         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9693
9694         * gnus.el (gnus-use-nocem): Remove.
9695
9696         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9697         Remove.
9698
9699         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9700         uses NoCeM any more.
9701
9702         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9703         (gnus-button-ctan-handler): Ditto.
9704         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9705         (gnus-button-ctan-directory-regexp): Ditto.
9706         (gnus-button-handle-ctan): Ditto.
9707         (gnus-button-tex-level): Ditto.
9708         (gnus-button-alist): Remove CTAN stuff.
9709
9710 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9713         nnimap-streaming test.
9714
9715         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9716         servers twice.
9717
9718         * nnimap.el (nnimap-open-connection): Add more error reporting when
9719         nnimap fails early.
9720
9721         * nnheader.el (nnheader-get-report-string): New function.
9722         (nnheader-get-report): Use it.
9723
9724         * gnus-int.el (gnus-check-server): Say what the error was when opening
9725         failed.
9726
9727         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9728         using streaming.
9729
9730 2010-09-25  Julien Danjou  <julien@danjou.info>
9731
9732         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9733         gnus-window-inside-pixel-edges.
9734
9735 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9738
9739         * mm-decode.el (mm-save-part): Allow saving to other directories the
9740         normal Emacs way.
9741
9742         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9743         Suggested by Jay Berkenbilt.
9744
9745         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9746         there isn't a single byte.
9747
9748         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9749         just do it.  It doesn't really seem to matter what the user responds
9750         here, I think, so it's just a confusing question.
9751
9752         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9753         non-streaming case.
9754
9755         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9756         (gnus-article-encrypt-body): Use it.
9757
9758         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9759         keystroke.
9760
9761         * nnimap.el (nnimap-find-wanted-parts-1):
9762         Use gnus-fetch-partial-articles.
9763
9764         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9765
9766         * nnimap.el (nnimap-insert-partial-structure): New function.
9767         (nnimap-get-partial-article): New function.
9768         (nnimap-request-article): Use it.
9769         (nnimap-wait-for-response): Return whether the wait was successful.
9770         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9771         retrieval wasn't successful.
9772         (nnimap-retrieve-group-data-early): Allow throttling servers.
9773         (nnimap-streaming): New variable.
9774         (nnimap-fetch-partial-articles): Remove.
9775
9776         * mm-decode.el (mm-with-part): Protect against killed buffers.
9777
9778         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9779         for prettier summary display.
9780
9781 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9782
9783         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9784
9785 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9788         apparently third-party libraries depend on it.
9789
9790         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9791         before starting negotiation.
9792
9793         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9794         privacy reasons.
9795         (gnus-treat-mail-gravatar): Ditto.
9796
9797         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9798         buffer when inserting images.  Inserting text into the headers, for
9799         instance, can make them invalid.
9800
9801 2010-09-25  Julien Danjou  <julien@danjou.info>
9802
9803         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9804         variables.
9805
9806         * nnheader.el: Remove useless variables news-reply-yank-from and
9807         news-reply-yank-message-id.
9808
9809         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9810         variables.
9811
9812         * mml1991.el: Remove useless mml1991-verbose.
9813
9814         * gnus.el: Remove useless variable gnus-use-generic-from.
9815         Remove obsolete variable gnus-topic-indentation.
9816
9817         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9818
9819         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9820
9821         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9822
9823         * gnus-group.el: Remove useless gnus-group-icon-cache.
9824         Remove useless gnus-ephemeral-group-server.
9825
9826         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9827
9828         * mml2015.el: Remove useless mml2015-verbose.
9829
9830         * mml-smime.el: Remove useless mml-smime-verbose.
9831
9832         * gnus.el: Remove useless gnus-local-domain.
9833
9834         * gnus-gravatar.el (gnus-gravatar-transform-address):
9835         Use gnus-gravatar-size.
9836
9837         * gnus-art.el: Remove useless gnus-treat-translate.
9838
9839 2010-09-24  Julien Danjou  <julien@danjou.info>
9840
9841         * gnus-sum.el: Add support for Gravatars.
9842
9843         * gnus-art.el: Add support for Gravatars.
9844
9845         * gnus-gravatar.el: Add this file.
9846
9847         * gravatar.el: Add this file.
9848
9849 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9852
9853         * gnus-group.el (gnus-group-fetch-faq): Remove.
9854
9855         * gnus.el (gnus-group-faq-directory): Remove.
9856
9857         * gnus-group.el (gnus-group-fetch-charter): Remove.
9858
9859         * gnus.el (gnus-group-charter-alist): Remove.
9860
9861         * gnus-group.el (gnus-group-archive-directory): Remove.
9862         (gnus-group-recent-archive-directory): Ditto.
9863         (gnus-group-make-archive-group): Remove.
9864
9865         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9866
9867         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9868         use the same article number for all the cached articles.
9869
9870         * nnimap.el (nnimap-command): Register the last command time so
9871         that we can use it for idling NOOPs.
9872         (nnimap-open-connection): Start the keeplive timer.
9873         (nnimap-make-process-buffer): Store all the process buffers.
9874         (nnimap-keepalive): New function.
9875
9876         * starttls.el (starttls-open-stream): Add autoload cookie.
9877
9878 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9879
9880         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9881         handling.
9882
9883 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9886         its data structures.
9887
9888         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9889         instead of the cl.el copy-list.
9890         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9891         equalp.
9892
9893 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9896         and tool-bar-local-item-from-menu.
9897
9898         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9899         mode-line-highlight face for Emacs.
9900
9901         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9902         loading gnus-sum.elc; fix comment for canlock-verify.
9903         (gnus-article-jump-to-part): Use read-number.
9904         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9905         Remove Emacs pre-21 compatible code for help-echo.
9906         (gnus-article-next-page-1): No need to adjust the number of lines.
9907         (gnus-article-describe-bindings): Always use help-buffer.
9908
9909         * gnus-audio.el (gnus-audio-inline-sound):
9910         * gnus-cus.el (gnus-custom-mode):
9911         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9912
9913         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9914
9915         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9916         compatible code.
9917
9918 2010-09-24  Glenn Morris  <rgm@gnu.org>
9919
9920         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9921         visiting the fcc file in rmail-mode.
9922
9923         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9924
9925 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * nnir.el: Silence the byte compiler.
9928
9929         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9930         alias to browse-url-url-encode-chars if any.
9931         (gnus-html-encode-url): Use it.
9932
9933 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-start.el (gnus-use-backend-marks): New variable.
9936         (gnus-get-unread-articles-in-group): Use it.
9937
9938         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9939         makeover.
9940
9941 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9942
9943         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9944
9945 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9948         Remove.
9949         (gnus-setup-news-hook):
9950         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9951
9952         * gnus-int.el (gnus-request-update-info): Protect against backends not
9953         having the function.
9954
9955         * nnimap.el (nnimap-stream): Mention starttls.
9956         (nnimap-open-connection): Add starttls support.
9957
9958 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9959
9960         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9961
9962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9965         BODYSTRUCTUREs.
9966         (nnimap-transform-headers): Unfold quoted {42} headers.
9967
9968         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9969         the info.
9970         (gnus-get-unread-articles): Only call updatep on backends that support
9971         it.
9972
9973         * nnweb.el (nnweb-request-update-info): NOOP.
9974
9975         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9976
9977         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9978         since it only deals with marks.
9979
9980         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9981         gnus-request-marks, and make a new gnus-request-update-info.
9982
9983         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9984         the active instead of the high number, which is usually too low.
9985
9986 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9989         * encrypt.el: Remove.
9990
9991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9994         server in symbolic form.
9995
9996         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9997
9998 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10001         (nnimap-update-info): Fix up code slightly.
10002
10003         * gnus-int.el (gnus-open-server): Add tracing for performance
10004         debugging.
10005
10006         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10007         (gnus-group-insert-group-line): Pass the real group name so that it
10008         gets the right data.
10009
10010         * gnus-start.el (gnus-get-unread-articles): Don't have
10011         `gnus-get-unread-articles-in-group' update info, since that can be
10012         really slow and doesn't seem to be needed?
10013
10014 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10015
10016         * time-date.el (date-to-time): Try using parse-time-string first before
10017         using the slower timezone-make-date-arpa-standard.
10018
10019 2010-09-22  Julien Danjou  <julien@danjou.info>
10020
10021         * gnus-group.el (gnus-group-insert-group-line):
10022         Call gnus-group-highlight-line.
10023         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10024         default hook list.
10025         (gnus-group-update-eval-form): Add new function.
10026         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10027         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10028
10029 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10032         immediate, then expire all articles.
10033         (nnimap-update-info): Fix off-by-one errors.
10034         (nnimap-flags-to-marks): Would return no marks lists for group with no
10035         flags.  Instead return the other data.
10036
10037 2010-09-22  Julien Danjou  <julien@danjou.info>
10038
10039         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10040         Only return an icon.
10041         (gnus-group-insert-group-line): Compute icon to return.
10042
10043         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10044         (gnus-html-image-fetched): Only cache if
10045         gnus-html-image-automatic-caching is set.
10046         (gnus-html-image-fetched): Check for errors.
10047
10048 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10049
10050         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10051         once per method on `g'.  This ensures that backends like nnfolder don't
10052         open all their folders.
10053
10054         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10055         (nnimap-request-list): Nix out group in the correct buffer.
10056         (nnimap-parse-flags): Implement by using `read' instead of
10057         hand-parsing.
10058         (nnimap-flags-to-marks): Pass on permanent-flags.
10059         (nnimap-make-process-buffer): Record the server name.
10060         (nnimap-parse-flags): Fix typo.
10061         (nnimap-request-scan): Run split on the server in general, not just a
10062         single group.
10063
10064         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10065         parameter, and propagate this downwards.
10066
10067         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10068         since EXAMINE changes it on the server.
10069
10070         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10071         this command might take a while.
10072
10073 2010-09-22  Julien Danjou  <julien@danjou.info>
10074
10075         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10076         harmful if you have 2 images side-by-side, they can't be properly
10077         update on text deletion.  Using text-property is safer here.
10078         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10079         data.
10080
10081 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * nnimap.el (nnimap-expunge-inbox): Remove.
10084         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10085         (nnimap-expunge): Flip default to t.
10086
10087         * gnus.el (gnus-method-to-server): Don't push things to the cache
10088         unless it's unique.
10089         (gnus-server-to-method): Ditto.
10090
10091 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10092
10093         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10094
10095 2010-09-22  Julien Danjou  <julien@danjou.info>
10096
10097         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10098         get the start of data.
10099         (gnus-html-encode-url): Add this function to encode special chars in
10100         URL.
10101         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10102         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10103
10104         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10105         default.
10106         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10107
10108         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10109         images alt-text.
10110         (gnus-html-put-image): Put alt-text as help-echo.
10111
10112 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10115         * mm-util.el (mm-decompress-buffer):
10116         * nnir.el (nnir-run-find-grep):
10117         * pop3.el (pop3-list): Use 3rd arg of split-string.
10118
10119         * time-date.el (format-seconds): Comment fix.
10120
10121         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10122         and byte-optimize-form-code-walker.
10123         (dgnushack-make-auto-load): Don't advise make-autoload.
10124
10125         * lpath.el: Remove Emacs 21 stuff.
10126
10127 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10130         outside the active range.  Suggested by Dan Christensen.
10131
10132         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10133         slightly later to avoid double-getting it.
10134
10135         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10136         previous patch.
10137
10138         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10139
10140 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10141
10142         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10143
10144 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * gnus-int.el (gnus-open-server): Give a better error message in the
10147         "go offline" case.
10148
10149         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10150         marks for nnimap, which is seldom the right thing to do.
10151
10152         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10153         (gnus-same-method-different-name): New function.
10154
10155         * nnimap.el (parse-time): Require.
10156
10157         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10158         method in the presence of many similar methods.
10159
10160         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10161
10162         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10163         nnml-inhibit-expiry.
10164
10165         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10166         find out whether methods are equal.
10167
10168         * nnimap.el (nnimap-find-expired-articles): New function.
10169         (nnimap-process-expiry-targets): New function.
10170         (nnimap-request-move-article): Request the article before looking at
10171         what the Message-ID is.  Fix found by Andrew Cohen.
10172         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10173
10174         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10175         for oldness in addition to being a predicate.
10176
10177         * nnimap.el (nnimap-request-group): When we have zero articles, return
10178         the right data to Gnus.
10179         (nnimap-request-expire-articles): Only delete articles immediately if
10180         the target is 'delete.
10181
10182         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10183         method, this would bug out.
10184
10185         * gnus-group.el (gnus-group-expunge-group): Rename from
10186         gnus-group-nnimap-expunge, and implemented as a normal interface
10187         function.
10188
10189         * gnus-int.el (gnus-request-expunge-group): New function.
10190
10191         * nnimap.el (nnimap-request-create-group): Implement.
10192         (nnimap-request-expunge-group): New function.
10193
10194 2010-09-21  Julien Danjou  <julien@danjou.info>
10195
10196         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10197         (gnus-html-cache-expired): Add new function.
10198         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10199         wethever we should display image for fetch it.
10200         Compute alt-text earlier to pass it to the fetching function too.
10201         (gnus-html-schedule-image-fetching): Change function argument to only
10202         get one image at a time, not a list.
10203         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10204         cache.
10205         (gnus-html-get-image-data): New function to retrieve image data from
10206         cache.
10207         (gnus-html-put-image): Change buffer argument to use image data rather
10208         than file, and place image above region rather than inserting a new
10209         one.  Do not take alt-text as argument, since it's useless now: we place
10210         the image above alt-text.
10211         (gnus-html-prune-cache): Remove.
10212         (gnus-html-show-images): Start to fetch image when we find one, do not
10213         push into a temporary list.
10214         (gnus-html-prefetch-images): Only fetch image if they have expired.
10215         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10216         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10217
10218 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10221
10222 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10225         spec inser "*" if the group isn't active instead of 0.
10226
10227         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10228         opening the server.
10229         (nnimap-request-delete-group): Implement group deletion.
10230         (nnimap-transform-headers): Return the size of the entire message in
10231         the Bytes header, not just the size of the first part.
10232         (nnimap-request-move-article): When moving an article from nnimap,
10233         request the article first so the accepting form has an article to
10234         accept.  Reported by Dan Christensen.
10235         (nnimap-command): Make sure that the error message doesn't error out.
10236
10237 2010-09-20  David Edmondson  <dme@dme.org>
10238
10239         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10240         we haven't requested anything.
10241
10242 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10243
10244         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10245         "".  Fix found by Andrew Cohen.
10246
10247         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10248         instead of -encode-string.
10249
10250 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10253
10254         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10255         by mm-subst-char-in-string.
10256
10257 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10260         waiting for the connection string.
10261
10262         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10263         arriving.
10264
10265         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10266         bogus characters.  This allows selecting certain Gmail groups.
10267
10268         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10269         (nnimap-fetch-partial-articles): New variable.
10270         (nnimap-open-connection): When looking for credentials, also use the
10271         nnimap-server-port.
10272         (nnimap-request-article): Return the group/article number, so that Gnus
10273         `^' works as expected.
10274         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10275
10276         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10277         comments.
10278         (gnus-methods-sloppily-equal): New function.
10279         (gnus): When using the development version of Gnus, load the gnus-load
10280         file.
10281
10282         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10283         `gnus-open-server' on each method before trying to scan them etc.
10284         This ensures that all the backend parameters are set correctly.
10285
10286         * nnimap.el (nnimap-authenticator): New variable.
10287         (nnimap-open-connection): Allow anonymous login.
10288         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10289         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10290
10291         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10292         patch, found by Knut Anders Hatlen.
10293
10294 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10295
10296         * gnus-agent.el (gnus-agent-batch-confirmation)
10297         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10298         to gnus-message.
10299         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10300         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10301         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10302         * gnus-int.el (gnus-open-server): Likewise.
10303         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10304         (gnus-score-check-syntax): Likewise.
10305         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10306         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10307         Likewise.
10308         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10309
10310 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10313         calling conventions so that prefetch doesn't bug out.
10314
10315 2010-09-19  Julien Danjou  <julien@danjou.info>
10316
10317         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10318         rather than `subst-char-in-region' in order to be able to replace ASCII
10319         char by UTF-8 ones.
10320
10321         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10322         than curl.
10323         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10324         the right URL and ALT text on images.
10325         (gnus-html-wash-tags): Fix tag case.
10326         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10327         (gnus-article-html): Add -o display_ins_del=2 option.
10328         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10329
10330 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10333         the extra mail headers, which sometimes seem to happen for unknown
10334         reasons.
10335
10336         * mail-parse.el (mail-header-encode-parameter): Define as
10337         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10338         (or most, perhaps?) mail readers don't understand the latter, but do
10339         understand the former.
10340
10341         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10342         to nil, so that no methods are automatically agentized.  I think this
10343         is probably what most users want.
10344
10345         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10346         from url-retrieve, for instance about invalid URLs.
10347
10348         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10349         groups that have no articles.
10350         (nnimap-request-article): Check that we really got an article when we
10351         requested one.
10352
10353         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10354         doesn't exist.
10355
10356         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10357         nntp buffer so the agent can save it.
10358         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10359         that CRLF doesn't get translated to \n.
10360         (nnimap-open-connection): Don't make 'shell commands only send \n.
10361
10362 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10363
10364         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10365         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10366         Update var name.
10367         (nnml-generate-nov-file): Use dolist.
10368         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10369         Use with-current-buffer.
10370
10371 2010-09-18  Julien Danjou  <julien@danjou.info>
10372
10373         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10374         parallel.
10375
10376 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10379         the range update right.
10380         (nnimap-request-group): Don't make `M-g' bug out on group with no
10381         marks.
10382         (nnoo): Require, so that other packages can require nnimap.
10383         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10384         command we're looking for.  This helps when the server sends more
10385         responses after we've gotten everything we expected.
10386         (nnimap): Add a `newlinep' field to keep track of end-of-line
10387         conventions.
10388         Don't send CRLF to things that don't want it.
10389         (nnimap-request-accept-article): Ditto.
10390
10391 2010-09-18  Julien Danjou  <julien@danjou.info>
10392
10393         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10394         than curl to retrieve images.
10395
10396 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397
10398         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10399         the marks.
10400         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10401         (nnimap-wait-for-connection): New function.
10402         (nnimap-open-connection): If we have PREAUTH, don't query for login
10403         credentials.
10404         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10405         when doing a partial update.
10406
10407 2010-09-18  Julien Danjou  <julien@danjou.info>
10408
10409         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10410         tags.
10411
10412 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * nnimap.el (nnimap-credentials): New function.
10415         (nnimap-open-connection): Use the new function to look for credentials
10416         also on the numeric equivalents of "imap" and "imaps".
10417
10418         * gnus-start.el (gnus-activate-group): Send the info to
10419         gnus-request-group.
10420
10421         * nnimap.el (nnimap-request-group): Have the "check" version of the
10422         function parse flags and update the info, so that a `M-g' get a total
10423         resync of all flags from the group.
10424
10425         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10426         to allow backends to alter the info on group selection.  Also alter all
10427         the backend -request-group functions to take the parameter.
10428
10429         * nnimap.el (nnimap-store-info): New function.
10430         (nnimap-update-info): Store the info for later usage.
10431         (nnimap-request-group): Use the stored info for the dont-check case, so
10432         that we don't retrieve all marks when we enter a group.
10433
10434         * nnimap.el: Use deffoo instead of defun for interface functions.
10435
10436         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10437         update the group info.  This makes the nndraft groups, for instance, go
10438         back to their old behavior.
10439
10440         * gnus-sum.el (gnus-select-newsgroup): Indent.
10441
10442         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10443         in.
10444         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10445         nothing.
10446
10447         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10448         from methods that are denied.
10449
10450         * gnus-int.el (gnus-method-denied-p): New function.
10451
10452         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10453         store the password instead of netrc.
10454         (nnimap-open-connection): Don't error out when we can't make a
10455         connections.
10456
10457         * auth-source.el (auth-source-create): In the password prompt, say what
10458         we're querying for.  Also prompt for user name if that hasn't been
10459         given.
10460
10461         * nnimap.el (nnimap-with-process-buffer): Remove.
10462
10463 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10466         method when we're reading from the agent.
10467
10468         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10469
10470         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10471         that's probably most useful for users.
10472
10473         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10474         "failed" all the time.
10475
10476         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10477         ...)) with (with-current-buffer ... ).
10478
10479         * nntp.el (nntp-open-server): Return whether the open was successful or
10480         not.
10481
10482         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10483         select an unread unseen article first.
10484
10485         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10486         /etc/services, supply some sensible port defaults.
10487
10488         * dgnushack.el: Define netrc-credentials.
10489
10490 2010-09-17  Julien Danjou  <julien@danjou.info>
10491
10492         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10493
10494 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10495
10496         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10497         doesn't have any parameters.
10498
10499 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10502         only upcased checks.
10503
10504         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10505
10506         * nnimap.el (nnimap-open-shell-stream): New function.
10507         (nnimap-open-connection): Use it.
10508         (nnimap-transform-headers): Get the number of lines in each message.
10509         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10510         number of lines.
10511         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10512         problem.
10513
10514         * utf7.el (utf7-encode): Autoload.
10515
10516         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10517         to allow the mail splitting to not return a default group.  This is
10518         useful for nnimap, which will leave unmatched mail in the inbox.
10519
10520         * nnimap.el: Rewritten.
10521
10522         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10523         nnimap usage.
10524
10525         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10526         if the move is internal, so that nnimap can do fast internal moves.
10527
10528         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10529         data.
10530         (gnus-read-active-for-groups): Support finishing the early retrieval of
10531         data.
10532
10533         * gnus-range.el (gnus-range-nconcat): New function.
10534
10535         * gnus-int.el (gnus-finish-retrieve-group-infos)
10536         (gnus-retrieve-group-data-early): New functions.
10537
10538 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10539
10540         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10541         (nnrss-retrieve-groups):
10542         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10543         (pop3-quit): Use with-current-buffer.
10544
10545 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10548         instead of nnheader-accept-process-output.
10549
10550         * dgnushack.el (dgnushack-compile): Add comment.
10551
10552         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10553
10554         * gnus-html.el (gnus-html-schedule-image-fetching)
10555         (gnus-html-prefetch-images): Replace process-kill-without-query by
10556         gnus-set-process-query-on-exit-flag.
10557
10558 2010-09-16  Romain Francoise  <romain@orebokech.com>
10559
10560         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10561
10562 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10565         parameter to unintern is mandatory-ish in Emacs 24.
10566
10567         * gnus-html.el (gnus-html-schedule-image-fetching)
10568         (gnus-html-prefetch-images): Check for curl before using it.
10569
10570         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10571         depend on curl, which isn't essential.
10572
10573         * imap.el: Revert back to version
10574         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10575         seem problematic.
10576
10577 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10578
10579         * gnus-registry.el (gnus-registry-install-shortcuts):
10580         Explicitly pass `obarray' to `unintern' to avoid a warning.
10581
10582 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10585         change.
10586
10587         * nnrss.el (nnrss-request-list): Remove this function and related
10588         functions, including the moreover stuff.
10589
10590 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * nnrss.el (nnrss-retrieve-groups): New function.
10593
10594 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10595
10596         * .dir-locals.el: Add no-byte-compile cookie.
10597
10598 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * time-date.el (format-seconds): Comment fix.
10601
10602         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10603         for back end that doesn't support request-scan.
10604
10605 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10608         then do request scans from the backends.
10609
10610         * netrc.el (netrc-credentials): New conveniency function.
10611
10612         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10613         avoid running a hook per line, since this takes a lot of time,
10614         profiling shows.
10615         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10616         directly if gnus-visual-p is true.
10617
10618 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10621         groups; replace mapcar with dolist which is a bit faster; pass groups
10622         info to gnus-read-active-file-1.
10623         (gnus-read-active-file-1): Scan only specified groups if the new
10624         optional arg `infos' is given.
10625
10626 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10629
10630         * pop3.el (pop3-movemail): Remove.
10631         (pop3-streaming-movemail): Rename to pop3-movemail.
10632
10633         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10634         don't restrict end-tag searches to the end of the line.
10635
10636 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10639         articles of every unchecked group to t, which means unknown since the
10640         server has never been opened.
10641
10642 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * gnus-html.el (gnus-html-show-alt-text): New command.
10645         (gnus-html-browse-image): Ditto.
10646         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10647         to browse the image directly.
10648         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10649         better.
10650
10651         * gnus-async.el (gnus-async-article-callback):
10652         Call `gnus-html-prefetch-images' unconditionally.
10653
10654         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10655         before feeding URLs to curl.
10656
10657 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10660         internal images as deletable by `W D D'.
10661
10662         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10663         (gnus-async-article-callback): Fix typo.
10664
10665 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10668         current line to work around bugs in the output from w3m.
10669
10670         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10671         for groups that want that.
10672
10673         * nntp.el (nntp-wait-for-string): Supply a timeout for
10674         accept-process-output to ensure progress.
10675
10676         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10677         level to get unread articles from, then use that for foreign groups,
10678         too.
10679
10680         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10681         confuses the rest of the function.
10682
10683         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10684         for the methods that support -retrieve-groups, too.
10685
10686         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10687
10688 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10691         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10692
10693         * pop3.el: Require cl when compiling.
10694         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10695
10696 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10699         that aren't going to be activated.
10700         (gnus-get-unread-articles): Fix up the last commit.
10701
10702         * gnus-html.el (gnus-article-html): Allow calling without specifying
10703         the handle.  In that case, dissect the buffer first.
10704
10705         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10706
10707         * nnimap.el (nnimap-open-connection): Revert the change that would look
10708         into authinfo for imaps instead of imap.
10709
10710         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10711         say that you don't want to call gnus-request-group with don-check, but
10712         do check the reponse.  This is for virtual groups only.
10713         (gnus-get-unread-articles): Count the archive groups as secondary, so
10714         that they're activated the same way as before.
10715
10716         * imap.el (imap-message-map): Removed optional buffer parameter, since
10717         no callers use it.
10718         (imap-message-get): Ditto.
10719         (imap-message-put): Ditto.
10720         (imap-mailbox-map): Ditto.
10721         (imap-mailbox-put): Ditto.
10722         (imap-mailbox-get): Ditto.
10723         (imap-mailbox-get): Revert last change for this function.
10724
10725         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10726         case-insensitively.
10727         (nnimap-debug): Remove.
10728
10729         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10730         callers to use `imap-fetch' instead.  According to the comments, this
10731         should be safe, since all other IMAP clients use the 1:* syntax.
10732         (imap-enable-exchange-bug-workaround): Remove.
10733         (imap-debug): Remove -- doesn't seem very useful.
10734
10735         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10736         mail from a file, and the file doesn't exist.
10737
10738         * imap.el (imap-log): New convenience function used throughout instead
10739         of repeating the same code all over the place.
10740
10741         * pop3.el (pop3-streaming-movemail): Return t for success.
10742
10743         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10744         .authinfo if we're using ssl connection.
10745
10746         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10747         already have if we're in a main Gnus `g' run.
10748
10749         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10750
10751 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10754
10755         * nnmh.el (nnmh-request-list-1): Bind `file'.
10756
10757         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10758         alias to set-process-query-on-exit-flag or process-kill-without-query.
10759         (pop3-open-server): Use it.
10760
10761 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10764         box to the Incoming file.  Fixes mistake in previous checkin.
10765
10766         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10767         request loop (for debugging purposes) removed.
10768
10769         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10770         culprit is more visible.
10771         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10772         (nnml-add-incremental-nov): New functions to do "incremental" nov
10773         updates, where we just append to the end of the existing nov files
10774         without reading/writing them in full.
10775
10776         * mail-source.el (mail-source-delete-crash-box): Really only check the
10777         incoming files once in a while.
10778
10779         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10780
10781         * mail-source.el (mail-source-delete-crash-box): Only check the
10782         incoming files for deletion once per day to save a lot of file
10783         accesses.
10784
10785         * pop3.el (pop3-logon): Fix up unbound variable typo.
10786
10787         * mail-source.el (pop3-streaming-movemail): Autoload.
10788
10789         * pop3.el (pop3-streaming-movemail):
10790         Respect pop3-leave-mail-on-server.
10791
10792         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10793         retrieval.
10794
10795         * pop3.el (pop3-process-filter): Remove unused function.
10796         (pop3-streaming-movemail, pop3-send-streaming-command)
10797         (pop3-wait-for-messages, pop3-write-to-file)
10798         (pop3-number-of-responses): New functions for streaming pop3
10799         retrieval.
10800
10801         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10802         come from no known methods.
10803         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10804         list.
10805
10806         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10807         message sizes.
10808         (pop3-movemail): Use erase-buffer instead of looping and deleting
10809         regions, which seems rather odd.
10810
10811         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10812         file once per `g' run.
10813
10814         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10815         directories.  This makes the draft queue directory work.
10816
10817         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10818         data from the backends, so that we only request the list of groups from
10819         each method once.  This should speed things up considerably.
10820
10821         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10822         detect that it's not implemented.
10823
10824         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10825         we actually do recurse down into the tree, but don't stat all leaf
10826         nodes.
10827
10828         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10829         then say so instead of bugging out.
10830
10831         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10832         files exist before trying to read them.
10833
10834         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10835         around <pre_int>.
10836
10837         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10838
10839         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10840
10841 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * mm-util.el (mm-image-load-path): Just return the image directories,
10844         not all directories in the path in addition to the image directories.
10845         (mm-image-load-path): Maintain a cache of the image directories so that
10846         the `g' command in Gnus doesn't have to stat dozens of directories each
10847         time.
10848
10849         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10850         (gnus-html-wash-tags): Add a new `i' command to insert images.
10851         (gnus-html-insert-image): New command and keystroke.
10852         (gnus-html-redisplay-with-images): New command and keystroke.
10853         (gnus-html-show-images): Rename command.
10854         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10855         spacers.
10856         (gnus-html-wash-tags): Decode entities at the end, so that entities
10857         inside the tags don't mess up the rest of the "parsing".
10858
10859         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10860         so that nnimap methods aren't agentized by default.  There's apparently
10861         many problems related to agent/imap behavior.
10862
10863         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10864
10865         * gnus-html.el: Doc fix.
10866
10867 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10870         specifier-spec-list for Emacs 21.
10871
10872         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10873         glyph-width and glyph-height instead of display-graphic-p and
10874         image-size; make avoidance of displaying small images work for XEmacs.
10875
10876         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10877         for XEmacs.
10878
10879         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10880         of symbol that holds plist data.
10881         (gnus-process-plist): Remove plist of process after getting it.
10882
10883 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884
10885         * message.el (message-generate-hashcash): Change default to
10886         'opportunistic if hashcash is installed.
10887
10888         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10889         (gnus-html-put-image): Only call image-size once, since it's somewhat
10890         time-consuming on remote X servers.
10891
10892 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10895         type on data, not a file name.
10896
10897         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10898         window-pixel-edges for Emacs 21.
10899
10900         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10901         decoded contents.
10902         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10903
10904 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10907         group line format, since it isn't very interesting.
10908
10909         * gnus-agent.el (gnus-agent-short-article),
10910         (gnus-agent-long-article): Increase values for these two variables,
10911         since most people are likely to have more network connection and
10912         storage than before.
10913
10914         * gnus.el (gnus-refer-article-method): Change default to 'current.
10915         When referring an article, the common behavior is to refer it from the
10916         current select method, not the native select method.  The chances of
10917         the native select method having the message in question is rather slim
10918         these days.
10919
10920         * gnus-sum.el (gnus-auto-select-subject): Change default to
10921         `unseen-or-unread'.  I think it's likely that most people want to
10922         select an unseen article over a previously seen, but unread one.
10923
10924         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10925         means that in the article buffer none of the minor mode elements will
10926         be shown, usually, and this is not desirable in most cases.
10927
10928         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10929         that commands like `d' (and the like) go to the next line in the
10930         buffer, instead of the next unread article.  I think this is the
10931         behavior that is most natural for most users.
10932         (gnus-single-article-buffer): Change default to nil, so that people can
10933         have as many article buffers open as they have summary buffer.  I think
10934         this is the most natural way for the groups to behave.
10935
10936         * message.el (message-generate-new-buffers): Change default to
10937         `unsent', so that all new message buffers start their names with the
10938         string "*unsent", and it's easier to find the buffers if you move from
10939         them.
10940
10941 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10944         small.  They're probably tracking images.
10945         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10946         (gnus-html-rescale-image): Yet another try at getting the image sizing
10947         right.
10948
10949         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10950         nntp-marks-file-name is nil.
10951
10952 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10953
10954         * gnus-html.el (gnus-html-wash-tags)
10955         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10956         Better logging.
10957
10958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10961
10962         * gnus-html.el (gnus-html-wash-tags): Check the value of
10963         gnus-blocked-images in the summary buffer.
10964
10965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10966
10967         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10968
10969 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10972         like "a", it seems like.
10973         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10974         since it needs to be picked from the correct buffer.
10975
10976         * nnwfm.el: Remove.
10977
10978         * nnlistserv.el: Remove.
10979
10980 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10981
10982         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10983         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10984
10985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * nnkiboze.el: Remove.
10988
10989         * nndb.el: Remove.
10990
10991         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10992         alt text.
10993         (gnus-html-rescale-image): Try to get the rescaling logic right for
10994         images that are just wide and not tall.
10995
10996         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10997         overshadow variable bindings.
10998
10999 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11000
11001         * gnus-html.el (gnus-html-wash-tags)
11002         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11003         Add extra logging.
11004
11005 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11008         (gnus-max-image-proportion): New variable.
11009         (gnus-html-rescale-image): New function.
11010         (gnus-html-put-image): Rescale images.
11011
11012 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11013
11014         Fix up some byte-compiler warnings.
11015         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11016         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11017         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11018         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11019         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11020         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11021         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11022
11023 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-html.el (gnus-article-html): Decode contents by charset.
11026
11027 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11030         (gnus-html-frame-width, gnus-blocked-images):
11031         * message.el (message-prune-recipient-rules): Add custom version.
11032         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11033
11034         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11035         functions.
11036
11037         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11038         gnus-process-get.
11039
11040 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11041
11042         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11043         instead of lsub directly.
11044
11045 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * nnwarchive.el: Remove.
11048
11049         * gnus-soup.el: Remove.
11050
11051         * nnsoup.el: Remove.
11052
11053         * nnultimate.el: Remove.
11054
11055         * gnus-html.el (gnus-blocked-images): New variable.
11056
11057         * message.el (message-prune-recipients): New function.
11058         (message-prune-recipient-rules): New variable.
11059
11060         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11061         guess whether a long line is natural text or not.
11062
11063         * gnus-html.el (gnus-html-schedule-image-fetching):
11064         Use gnus-process-plist and friends for compatibility.
11065
11066 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11067
11068         * gnus-html.el: Require packages that define macros used in this file.
11069         (gnus-article-mouse-face): Declare to silence byte-compiler.
11070         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11071         process-get.
11072         (gnus-html-put-image): Use plist-get to avoid getf.
11073         (gnus-html-prefetch-images): Use with-current-buffer.
11074
11075 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-ems.el: Provide compatibility functions for
11078         gnus-set-process-plist.
11079
11080         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11081         header-line-format for XEmacs 21.4.
11082
11083         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11084         * gnus.el (gnus-valid-select-methods):
11085         * message.el (message-send-mail-partially-limit):
11086         * mm-decode.el (mm-text-html-renderer):
11087         * mml.el (mml-insert-mime-headers-always):
11088         * smiley.el (smiley-regexp-alist): Bump custom version.
11089
11090 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * gnus-html.el: Require mm-url.
11093         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11094         with the url to `url'.
11095         (gnus-html-wash-tags): Support cid: URLs/images.
11096
11097 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098
11099         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11100         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11101         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11102
11103         * gnus-move.el: Remove file, since it doesn't really work.
11104
11105         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11106         UTF-8.  This seems to fix problems with some German web feeds.
11107
11108         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11109         at the top so that the proper colors are applied.
11110
11111         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11112         don't have dots in their names.
11113
11114         * gnus-art.el (gnus-article-view-part): Doc fix.
11115
11116         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11117         XEmacs-compatible.
11118         (gnus-html-put-image): Don't do images on non-graphic displays.
11119
11120         * nnslashdot.el: Remove this unused backend.
11121
11122         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11123         actions.
11124         (gnus-undo-register-1): Revert last change.
11125
11126         * gnus-group.el (gnus-group-completing-read): Protect against not
11127         having completion-styles bound.
11128
11129         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11130         make broken recipients happier.
11131
11132         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11133
11134         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11135         point parameter.
11136
11137         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11138
11139         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11140         completion-styles for group selection.
11141
11142 2009-02-04  Andreas Schwab  <schwab@suse.de>
11143
11144         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11145         headers and regexp-quote the match if necessary.
11146
11147 2009-03-24  Miles Bader  <miles@gnu.org>
11148
11149         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11150         the blinking smiley.
11151
11152 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11153
11154         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11155         blink smiley.
11156
11157 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11160         where the dribbel file lives exists.
11161
11162         * message.el (message-send-mail-partially-limit): Change the default to
11163         nil, since most people don't want this.
11164
11165         * mm-url.el (mm-url-decode-entities): Also decode entities like
11166         &#x3212.
11167
11168 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11169
11170         * gnus-sum.el (gnus-summary-idna-message):
11171         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11172         Hyperlink urls in docstrings with URL `...'.
11173
11174 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11175
11176         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11177         functions.
11178
11179 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11182         say what the mouseover text should be.
11183
11184         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11185         version of the mm-w3m-safe-url-regexp variable to only download images
11186         in the groups where we want that to happen.
11187
11188         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11189
11190         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11191         easier debugging.
11192         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11193         big pictures in the article buffer.
11194
11195         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11196         gnus-article-html.
11197         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11198         w3m.
11199
11200         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11201
11202 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11205         which doesn't exist.
11206
11207         * message.el (message-inhibit-ecomplete): New variable to allow some
11208         function to inhibit ecomplete address storage.
11209         (message-resend): Disable ecomplete message storage when resending
11210         messages.
11211
11212         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11213
11214 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11217         Save excursion while copying, moving, and deleting articles in order to
11218         prevent the cursor from jumping to unforeseen place.
11219
11220 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * lpath.el: No need to bind bookmark-current-buffer,
11223         bookmark-yank-point and bookmark-make-record-function.
11224
11225 2010-08-17  Glenn Morris  <rgm@gnu.org>
11226
11227         * gnus-sync.el: Require gnus components whose functions are used.
11228
11229         * gnus-art.el (bookmark-make-record-function):
11230         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11231         Declare for compiler.
11232
11233         * mm-url.el (mml-compute-boundary): Autoload.
11234
11235 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11238
11239 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11240
11241         Typo fix "hoo4a" -> "hook".
11242
11243         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11244
11245 2010-08-14  Glenn Morris  <rgm@gnu.org>
11246
11247         * gnus-sync.el (gnus-sync): Fix defgroup version.
11248
11249 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11250
11251         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11252
11253         * gnus-sync.el: Fix docs.
11254         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11255         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11256
11257 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11258
11259         Optimizations for gnus-sync.el.
11260
11261         * gnus-sync.el: Add docs about gnus-sync-backend
11262         possibilities.
11263         (gnus-sync-save): Remove unnecessary message.
11264         (gnus-sync-read): Optimize and show what groups were skipped.
11265
11266 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         Minor bug fixes for gnus-sync.el.
11269
11270         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11271         Don't read the sync on get-new-news.
11272
11273         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11274         quiet.
11275
11276         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11277         (fix typo).
11278
11279 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11280
11281         Make saving and restoring of hidden threads work with overlays.
11282         Patch applied by Ted Zlatanov.
11283
11284         * gnus-sum.el (gnus-hidden-threads-configuration)
11285         (gnus-restore-hidden-threads-configuration): Update to deal with text
11286         properties, rather than searching for a magic character.
11287
11288 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         New gnus-sync.el library for synchronization of marks.
11291
11292         * gnus-sync.el: New library for synchronization of marks.
11293
11294         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11295         renamed from `gnus-registry-grep-in-list'.
11296
11297         * gnus-registry.el (gnus-registry-follow-group-p):
11298         Use `gnus-grep-in-list'.
11299
11300         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11301
11302 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11305         determining charset of text fails.
11306
11307 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * nnmail.el (nnmail-get-new-mail-1): Revert.
11310
11311         * nnml.el (nnml-active-number): Make sure names of newly created groups
11312         in nnml-group-alist are encoded.
11313
11314 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11317         containing non-ASCII characters in active file for nnml back end.
11318
11319 2010-07-24  David Engster  <dengste@eml.cc>
11320
11321         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11322         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11323
11324 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11325
11326         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11327         tag (Bug#6654).
11328
11329 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11332         the article buffer, not the summary buffer.
11333
11334 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11337         Emacs 23 as well.
11338
11339 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11342         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11343
11344 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11345
11346         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11347         Patch applied by Karl Fogel.
11348
11349         * gnus-sum.el (gnus-summary-bookmark-make-record):
11350         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11351
11352 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11353
11354         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11355         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11356         C-w still not working correctly from Article buffers; Thierry's
11357         patch to fix that will be applied after this.
11358
11359         * gnus-art.el (bookmark-make-record-function): New local variable.
11360
11361         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11362         article buffer.
11363         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11364
11365 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11366
11367         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11368         on changes in bookmark.el.
11369
11370 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11373         `no-log' instead of message not to log prompt string.
11374
11375 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11376
11377         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11378         the *other* type of HTML form submission.
11379
11380 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11381
11382         * auth-source.el (auth-source-pick): If choice does not contain a
11383         questioned keyword, set the check to t.
11384
11385 2010-06-12  Romain Francoise  <romain@orebokech.com>
11386
11387         * gnus-util.el (gnus-date-get-time): Move up before first use.
11388
11389 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11392         (gnus-article-edit-part): Bind it to make last part that is substituted
11393         or deleted visible.
11394         (gnus-mime-display-single): Buttonize part of which id equals to
11395         gnus-mime-buttonized-part-id.
11396
11397 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11398
11399         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11400         (gnus-dd-mmm): Use gnus-date-get-time.
11401         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11402         simplify logic.
11403         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11404         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11405
11406 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11407
11408         * auth-source.el (top): Autoload `secrets-list-collections',
11409         `secrets-create-item', `secrets-delete-item'.
11410         (auth-sources): Fix tag string.
11411         (auth-get-source, auth-source-retrieve, auth-source-create)
11412         (auth-source-delete): New defuns.
11413         (auth-source-pick): Rewrite in order to avoid 2 passes.
11414         (auth-source-forget-user-or-password): New parameter USERNAME.
11415         (auth-source-user-or-password): New parameters CREATE-MISSING and
11416         DELETE-EXISTING.  Retrieve password interactively, if needed.
11417
11418 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11419
11420         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11421         deleting unused directories when gnus-expert-user is t.
11422
11423 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11426         for each temp file when gnus-article-browse-delete-temp is ask.
11427
11428 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11429
11430         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11431         Replace Lisp calls to delete-backward-char by calls to delete-char.
11432
11433 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11434
11435         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11436
11437 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11438
11439         * password-cache.el (password-cache-remove): Fix docstring.
11440
11441 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11444         article unless decoding article to be saved.
11445
11446 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11449         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11450         generated within the mm-with-unibyte-current-buffer macro.
11451
11452 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11455         to nil when we're in a mml-preview buffer and no group is selected.
11456
11457 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11458
11459         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11460         when catching the `C-g'.  Reported by "Leo".
11461
11462 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * message.el (message-forward-make-body-plain)
11465         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11466         multibyte-string-p.
11467
11468         * lpath.el: Revert.
11469
11470 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * message.el (message-forward-make-body-mml): Assume original message
11473         is multibyte string; error on unibyte.
11474         (message-forward-make-body-plain): Ditto; don't add excessive newline
11475         in body end.
11476
11477         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11478
11479 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11480
11481         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11482         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11483
11484 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * mm-extern.el (mm-extern-url): Don't use
11487         mm-with-unibyte-current-buffer.
11488         (mm-extern-cache-contents): Use with-current-buffer instead of
11489         save-excursion + set-buffer.
11490
11491 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * mm-util.el (mm-emacs-mule): Remove.
11494
11495 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11496
11497         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11498         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11499         change.
11500
11501 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11504         bind the default value of enable-multibyte-characters to nil.
11505
11506 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * message.el (message-forward-make-body-plain)
11509         (message-forward-make-body-mml):
11510         Don't use mm-with-unibyte-current-buffer.
11511
11512 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11513
11514         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11515
11516 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11517
11518         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11519         (Bug#5592).
11520
11521 2010-05-07  Julien Danjou  <julien@danjou.info>
11522
11523         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11524         it to mm-pipe-part.
11525
11526         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11527         it is given.
11528
11529 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * binhex.el (binhex-decode-region-internal):
11532         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11533         (dns-query):
11534         * nnweb.el (nnweb-gmane-search):
11535         * pgg-parse.el (pgg-parse-armor):
11536         * pgg.el (pgg-verify-region):
11537         * sha1.el (sha1-string-external):
11538         * uudecode.el (uudecode-decode-region-internal):
11539         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11540         XEmacs.
11541
11542         * gnus-art.el (gnus-article-browse-html-parts):
11543         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11544         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11545         make-temp-file.
11546
11547         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11548         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11549         compiling.
11550
11551         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11552         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11553         XEmacs when compiling.
11554
11555         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11556         gnus-pick-mode-off-hook for XEmacs when compiling.
11557         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11558         gnus-binary-mode-off-hook for XEmacs when compiling.
11559
11560         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11561         Return nil if char-charset is not available.
11562
11563         * imap.el (imap-disable-multibyte)
11564         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11565         macros.
11566
11567         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11568         instead of encode-coding-string.
11569
11570         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11571         'xemacs) instead of mm-emacs-mule to switch function definitions.
11572         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11573
11574         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11575         bind temporary-file-directory for XEmacs;
11576         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11577         timer-set-function for XEmacs 21.4 and SXEmacs;
11578         bind timer-list for XEmacs 21.4 and SXEmacs;
11579         fbind char-charset and find-charset-region for non-Mule XEmacs;
11580         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11581         encode-coding-region and encode-coding-string for XEmacs having no
11582         file-coding feature.
11583
11584 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11585
11586         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11587
11588 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11591         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11592
11593 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11594
11595         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11596         alias `jka-compr-delete-temp-file' no longer exists.
11597
11598 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11599
11600         Use define-minor-mode in Gnus where applicable.
11601         * mml.el (mml-mode): Use define-minor-mode.
11602         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11603         (gnus-undo-mode): Use define-minor-mode.
11604         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11605         (gnus-dead-summary-mode): Use define-minor-mode.
11606         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11607         Initialize in declaration.
11608         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11609         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11610         (gnus-mailing-list-mode): Use define-minor-mode.
11611         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11612         (gnus-draft-mode): Use define-minor-mode.
11613         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11614         (gnus-dired-mode): Use define-minor-mode.
11615
11616 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11617
11618         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11619         handles on recursive mml-to-mime translation and check them for
11620         boundary delimiter collisions.  Reported by Greg Troxel.
11621
11622 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11625
11626 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11627
11628         * mm-util.el (mm-find-buffer-file-coding-system):
11629         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11630
11631 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11632
11633         * message.el (message-generate-headers): Record insertion of optional
11634         headers as well.  Otherwise the check to prevent repeated insertion of
11635         optional headers is a no-op.
11636
11637 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11638
11639         * smime.el: Don't mention CVS.
11640
11641         * nnrss.el (nnrss-fetch): Don't mention CVS.
11642
11643         * nnir.el: Don't mention CVS.
11644
11645 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11646
11647         * gnus-sum.el (gnus-summary-bookmark-make-record):
11648         Add `location' field.
11649
11650 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * lpath.el: Fbind bookmark-default-handler,
11653         bookmark-get-bookmark-record, bookmark-make-record-default,
11654         bookmark-prop-get for Emacs <23 and XEmacs.
11655
11656 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11659         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11660         Use with-current-buffer to silence the byte-compiler.
11661         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11662         bother to require `gnus'.
11663         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11664
11665 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11666
11667         * gnus-sum.el (gnus-summary-bookmark-make-record)
11668         (gnus-summary-bookmark-jump): New functions.
11669         (gnus-summary-mode): Setup bookmark support.
11670
11671 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11672
11673         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11674         if set.
11675
11676 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11679         gnus-article-browse-html-save-cid-image; make it work recursively for
11680         forwarded messages as well.
11681         (gnus-article-browse-html-parts): Work when prefix arg is given.
11682         (gnus-article-browse-html-article): Doc fix.
11683
11684 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11685
11686         * message.el (message-default-mail-headers):
11687         (message-default-headers): Carry the value mail-default-headers over
11688         into message-default-mail-headers, rather than message-default-headers.
11689
11690 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11691
11692         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11693         charset.
11694
11695         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11696         charset into the <meta> tag when the article is encoded to utf-8.
11697
11698 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-art.el (gnus-article-browse-delete-temp-files):
11701         Delete directories as well.
11702         (gnus-article-browse-html-parts): Work for images that do not specify
11703         file names; delete temp directory when quitting; insert header at the
11704         right place; use file: scheme for image files.
11705
11706 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11707
11708         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11709         (gnus-article-browse-html-parts): Use it to make temporary cid image
11710         files in addition to html file so that browser may display them.
11711
11712 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11715
11716 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11719
11720 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * auth-source.el (auth-sources): Change default to be simpler.
11723         Explain about Secret Service API sources.  Improve Customize options.
11724         (auth-source-pick): Change to accept any number of search parameters.
11725         Implement fallbacks iteratively, not recursively.  Add scoring on the
11726         second pass and sort by score.  Call Secret Service API when needed.
11727         (auth-source-user-or-password): Use it.  Call Secret Service API
11728         directly when needed to get the user name and the password.
11729
11730 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11731
11732         * message.el (message-interactive): Doc fix.
11733         (message-qmail-inject-args): Reflow.
11734         (message-kill-to-signature): Fix typo in docstring.
11735
11736         * smiley.el (smiley-buffer): Fix typo in docstring.
11737
11738 2010-03-24  Glenn Morris  <rgm@gnu.org>
11739
11740         * mail-source.el (gnus-message): Declare.
11741         (mail-source-delete-old-incoming): Require gnus-util.
11742
11743 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11746
11747         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11748
11749         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11750         password-cache's default if it is not bound.
11751         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11752         password-cache-expiry's default if it is not bound.
11753
11754         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11755         available in Emacs 21.
11756
11757         * lpath.el: Suppress compiler warnings for:
11758         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11759         XEmacs;
11760         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11761         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11762         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11763
11764 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * auth-source.el (auth-sources): Fix up definition so extra parameters
11767         are always inline.
11768
11769 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11770
11771         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11772         wasn't updated after mismatch.  Clear cached mailbox info correctly
11773         when uidvalidity changes.
11774         (nnimap-group-prefixed-name): New function to avoid some code
11775         duplication.
11776         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11777         (nnimap-request-group): Use it.
11778         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11779         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11780         with many imap folders.  This is done by caching the group status from
11781         the imap server persistently in a group parameter `imap-status'.  (This
11782         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11783         but not persistently, so every Gnus startup was still very slow.)
11784
11785 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11786
11787         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11788         delete the extra newline.  Otherwise editing of :string and :number
11789         types don't work.
11790
11791 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11792
11793         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11794         secrets.el dependency.
11795         (auth-sources): Add optional user name.  Add secrets.el configuration
11796         choice (unused right now).
11797
11798 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11799
11800         * gnus-sum.el (gnus-summary-make-menu-bar):
11801         Let `gnus-registry-install-shortcuts' fill in the functions.
11802
11803         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11804         warnings.
11805         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11806         (gnus-registry-install-shortcuts): Populate and use it in a
11807         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11808
11809 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11810
11811         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11812         In-place substitutions for the group name encoding/decoding.
11813         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11814         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11815         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11816         (nnimap-update-unseen, nnimap-request-list)
11817         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11818         (nnimap-request-set-mark, nnimap-split-to-groups)
11819         (nnimap-split-articles, nnimap-request-newgroups)
11820         (nnimap-request-create-group, nnimap-request-accept-article)
11821         (nnimap-request-delete-group, nnimap-request-rename-group)
11822         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11823         `encoded-mbx' for consistency.
11824         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11825         variable `imap-current-mailbox'.
11826
11827         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11828         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11829
11830 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11831
11832         * pop3.el (pop3-display-message-size-flag): Display message size byte
11833         counts during POP3 download.
11834         (pop3-movemail): Use it.
11835         (pop3-list): Implement listing of available messages.
11836
11837 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11838
11839         * nnir.el (nnir-get-article-nov-override-function): New function to
11840         override the normal NOV retrieval.
11841         (nnir-retrieve-headers): Use it.
11842
11843 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11844
11845         * auth-source.el (netrc-machine-user-or-password): Autoload.
11846
11847 2010-03-19  Glenn Morris  <rgm@gnu.org>
11848
11849         Stop message.el from loading about 40 libraries it doesn't always need.
11850         The general approach is to autoload rather than require, and to
11851         require in the specific functions rather than the file.  (Bug#5642)
11852
11853         * gmm-utils.el: Don't require wid-edit.
11854         (widget-create-child-value, widget-convert, widget-default-get):
11855         Autoload.
11856
11857         * gnus-util.el: Don't require time-date, netrc.
11858         (message-fetch-field, gnus-group-name-decode): Declare rather than
11859         autoloading.
11860         (gnus-fetch-field): Require message.
11861         (gnus-decode-newsgroups): Require gnus-group.
11862
11863         * ietf-drums.el: Don't require time-date.
11864
11865         * message.el: Don't require hashcash, canlock, ecomplete.
11866         Do require mail-utils.  Require nnheader only when compiling.
11867         (smtpmail-default-smtp-server): Remove declaration.
11868         (message-send-mail-function): Check smtpmail-default-smtp-server
11869         is bound rather than requiring smtpmail.
11870         (message-auto-save-directory, message-insert-signature):
11871         Use expand-file-name rather than nnheader-concat.
11872         (nnheader-insert-file-contents): Autoload.
11873         (hashcash-wait-async): Declare.
11874         (message-send-mail): Only call gnus-setup-posting-charset if
11875         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11876         (message-send-mail-with-sendmail): Require sendmail.
11877         (canlock-password, canlock-password-for-verify): Declare.
11878         (message-canlock-password): Require canlock.
11879         (nnheader-get-report): Autoload.
11880         (gnus-setup-posting-charset): Declare.
11881         (message-send-news): Require gnus-msg.
11882         (message-make-references, message-make-in-reply-to): Use mail-header-id
11883         rather than the alias mail-header-message-id.
11884         (ecomplete-add-item, ecomplete-save): Declare.
11885         (message-put-addresses-in-ecomplete): Require ecomplete.
11886         (ecomplete-display-matches): Autoload.
11887
11888         * mm-decode.el: Don't require mailcap, gnus-util.
11889         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11890         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11891         Autoload.
11892         (mailcap-mime-extensions): Declare.
11893
11894         * mm-encode.el: Don't require mailcap.
11895         (mailcap-extension-to-mime): Autoload.
11896
11897         * mml-sec.el: Don't require password-cache.
11898
11899         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11900         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11901         (mml-minibuffer-read-type): Require mailcap.
11902         (mml-preview): Require gnus-msg.
11903
11904         * mml1991.el: Require password-cache.
11905         (password-cache-expiry): Remove declaration.
11906
11907         * mml2015.el: Require password-cache.
11908         (password-cache-expiry): Remove declaration.
11909
11910         * nneething.el (mailcap): Require mailcap.
11911
11912         * nnheader.el (declare-function): Add compatibility stub.
11913         (message-remove-header): Declare rather than autoload.
11914         (nnheader-replace-header): Require message.
11915
11916         * nnimap.el (declare-function): Add compatibility stub.
11917         (netrc-parse, netrc-machine-user-or-password): Declare.
11918         (nnimap-open-connection): Require netrc.
11919
11920         * nntp.el (declare-function): Add compatibility stub.
11921         (netrc-parse, netrc-machine, netrc-get): Declare.
11922         (nntp-send-authinfo): Require netrc.
11923
11924         * rfc2047.el: Don't require qp.
11925         (quoted-printable-encode-region, quoted-printable-decode-string):
11926         Autoload.
11927
11928         * sieve-mode.el: Don't require easymenu.
11929         (easy-menu-add-item): Autoload it.
11930
11931         * spam-stat.el (time-to-number-of-days): Autoload it.
11932
11933 2010-03-19  Glenn Morris  <rgm@gnu.org>
11934
11935         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11936
11937 2010-03-18  Glenn Morris  <rgm@gnu.org>
11938
11939         * hashcash.el (declare-function): Remove duplicate definition.
11940
11941 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11942
11943         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11944         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11945         value if any backslash escapes).
11946
11947 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11950         if it is available.  (bug#5647)
11951
11952         * lpath.el: Suppress compiler warning for coding-system-from-name for
11953         Emacs 21 and XEmacs.
11954
11955 2010-03-14  Juri Linkov  <juri@jurta.org>
11956
11957         * hmac-def.el:
11958         * hmac-md5.el:
11959         * netrc.el: Fix keywords.
11960
11961 2010-02-26  Glenn Morris  <rgm@gnu.org>
11962
11963         * message.el (message-send-mail-function): Change the default, so that
11964         it inherits from a customized send-mail-function.  (Bug#5643)
11965
11966 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11969         shell-command-to-string signals an error (bug#5299).
11970
11971 2010-02-24  Glenn Morris  <rgm@gnu.org>
11972
11973         * message.el (message-smtpmail-send-it)
11974         (message-send-mail-with-mailclient): Doc fixes.
11975
11976 2010-02-16  Glenn Morris  <rgm@gnu.org>
11977
11978         * message.el (message-default-mail-headers): Change the default value
11979         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11980
11981 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11984         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11985
11986 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11987
11988         * time-date.el (date-to-time): Doc fix (Bug#5408).
11989
11990 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11991
11992         * message.el (message-mail): Just pass yank-action on to message-setup.
11993         (message-setup): Handle (FUN . ARGS) form of yank-action.
11994         (message-with-reply-buffer, message-widen-reply)
11995         (message-yank-original): Handle non-buffer values of
11996         message-reply-buffer (Bug#4080).
11997         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11998
11999 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12000
12001         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12002         Fix typo in docstring.
12003
12004 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12005
12006         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12007         response.
12008
12009 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12012
12013         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12014
12015         * message.el (message-check-news-header-syntax): Protect against a
12016         string that `rfc822-addresses' returns when parsing fails.
12017
12018 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12021         (gnus-previous-char-property-change): New functions.
12022
12023         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12024
12025 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12026
12027         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12028         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12029
12030 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12031
12032         * message.el (message-exchange-point-and-mark): Rework last change to
12033         avoid using optional arg of exchange-point-and-mark, for backward
12034         compatibility.
12035
12036 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12037
12038         * message.el (message-exchange-point-and-mark):
12039         Call exchange-point-and-mark with an argument rather than setting
12040         mark-active by hand (Bug#5175).
12041
12042 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * nntp.el (nntp-service-to-port): Work for service expressed with
12045         numeric string; replace [:digit:] with [0-9] for XEmacs.
12046
12047 2009-12-17  Glenn Morris  <rgm@gnu.org>
12048
12049         * gnus-group.el (gnus-bug-group-download-format-alist):
12050         Change emacs entry to debbugs.gnu.org.  Bump :version.
12051
12052 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12055
12056 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * message.el (message-info): Explain why we use `Info-goto-node'.
12059
12060 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12063
12064 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12065
12066         * message.el (message-completion-in-region): New compatibility function.
12067         (message-expand-group): Use it.
12068
12069 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12072         with no unread article should be listed if the 2nd arg `predicate' is
12073         given.
12074
12075 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12078
12079 2009-11-29  Juri Linkov  <juri@jurta.org>
12080
12081         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12082         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12083         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12084
12085 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12086
12087         * sha1.el (sha1-string-external): default-directory "/" in case
12088         otherwise non-existent.  process-connection-type pipe for touch of
12089         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12090
12091 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12092
12093         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12094         it's comms related and sgml-mode.el has "comm" on that basis too.
12095
12096 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12099         containing tspecial characters if they have been already quoted.
12100
12101 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12102
12103         * dns-mode.el (auto-mode-alist): Purecopy string.
12104
12105 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12106
12107         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12108
12109 2009-10-24  Glenn Morris  <rgm@gnu.org>
12110
12111         * gnus-art.el (help-xref-stack-item): Define for compiler.
12112
12113 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12114
12115         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12116
12117 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12120
12121 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12124         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12125
12126 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12129         (gnus-overlays-in): New alias to overlays-in.
12130
12131         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12132         gnus-overlay-get, and gnus-delete-overlay.
12133         (gnus-summary-show-thread): Make it work as well for systems in which
12134         next-single-char-property-change is not available.
12135         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12136
12137         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12138         (gnus-overlay-get): New alias to extent-property.
12139         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12140
12141         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12142         SXEmacs.
12143
12144         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12145         SXEmacs.
12146
12147 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12150
12151 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12152
12153         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12154         and XEmacs that don't have `remove-overlays'.
12155
12156 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12157
12158         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12159         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12160         selective display.  Use overlays instead.
12161
12162 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12163
12164         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12165
12166 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12167
12168         * spam-stat.el (spam-stat-load): Fix typo in message.
12169
12170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12171
12172         * dig.el (dig-invoke): Fix typo in docstring.
12173         (query-dig): Reflow docstring.
12174
12175 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12176
12177         * gnus-art.el (gnus-article-encrypt-body):
12178         * message.el (message-check-recipients):
12179         * mm-util.el (mm-codepage-setup):
12180         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12181         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12182
12183 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12184
12185         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12186         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12187         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12188         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12189         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12190
12191 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12192
12193         * dig.el: Add "Keywords: comm", as per net-utils.el.
12194
12195 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12196
12197         * dig.el (dig-mode): Use define-derived-mode.
12198
12199 2009-09-19  Glenn Morris  <rgm@gnu.org>
12200
12201         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12202
12203 2009-09-18  Glenn Morris  <rgm@gnu.org>
12204
12205         * gnus-diary.el (gnus-diary-check-message):
12206         * message.el (message-insert-formatted-citation-line):
12207         * nnbabyl.el (top-level):
12208         * nndiary.el (nndiary-schedule):
12209         Fix typos in condition-case handlers.
12210
12211 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12214         configuration that provides the sole article window in a frame;
12215         position point correctly after deleting a part.
12216
12217 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12218
12219         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12220         (spam-resolve-registrations-routine): Use it to unregister articles
12221         that change status.
12222
12223 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12226         with XEmacs.
12227         (parse-time-string-chars): Use it.
12228
12229 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12230
12231         * imap.el (imap-interactive-login): Better messages.
12232         (imap-open): Fix bug with renamed buffer on reconnect.
12233         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12234         for easier debugging and cleaner code.  On successful (guessed based on
12235         server capabilities) secondary authentication, set imap-state
12236         correctly.
12237         (imap-last-authenticator): Define imap-last-authenticator as a variable
12238         to avoid warnings.
12239
12240 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * nnrss.el (nnrss-request-article): Remove binding of
12243         default-enable-multibyte-characters that has gotten needless by
12244         the 2007-07-13 change in rfc2047-encode-message-header.
12245
12246         * mml.el (mml-insert-multipart): Error on the message header.
12247         (mml-insert-part): Error on the message header; position point at
12248         the end of a MIME tag.
12249
12250 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * time-date.el (autoload): Expand define-obsolete-function-alias into
12253         defalias and make-obsolete for old Emacsen that Gnus supports.
12254         (with-no-warnings): Define it for old Emacsen.
12255         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12256         is available.
12257         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12258         float-time is available; suppress compile warning for time-to-seconds.
12259
12260         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12261         (gnus-float-time): Alias to float-time if it exists.
12262
12263         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12264         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12265         float-time is available; suppress compile warning for time-to-seconds.
12266
12267         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12268         XEmacs.
12269
12270 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12271
12272         * imap.el (imap-message-map): Docstring fix.
12273
12274 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12277         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12278         Add the optional argument `encoding' that overrides the default.
12279
12280         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12281         mm-encode-buffer.
12282
12283 2009-09-04  Glenn Morris  <rgm@gnu.org>
12284
12285         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12286         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12287         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12288         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12289         * mm-util.el (mm-with-unibyte-current-buffer)
12290         (mm-find-buffer-file-coding-system):
12291         * yenc.el (yenc-decode-region): Use default-value rather than
12292         default-enable-multibyte-characters.
12293
12294 2009-09-03  Glenn Morris  <rgm@gnu.org>
12295
12296         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12297         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12298         than default-enable-multibyte-characters.
12299
12300 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12301
12302         * gnus-art.el (gnus-article-read-summary-keys):
12303         Fix gnus-buffer-configuration's value temporarily used.
12304
12305 2009-09-02  Glenn Morris  <rgm@gnu.org>
12306
12307         * gnus-util.el (gnus-float-time): New function.
12308         * gnus-delay.el (gnus-delay-article):
12309         * gnus-sum.el (gnus-thread-latest-date):
12310         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12311         * nnspool.el (nnspool-request-newgroups):
12312         Use gnus-float-time rather than time-to-seconds.
12313         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12314
12315         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12316         (gnus-header-subject-face, gnus-header-newsgroups-face)
12317         (gnus-header-name-face, gnus-header-content-face):
12318         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12319         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12320         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12321         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12322         (gnus-cite-face-11):
12323         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12324         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12325         (gnus-server-closed-face, gnus-server-denied-face)
12326         (gnus-server-offline-face):
12327         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12328         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12329         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12330         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12331         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12332         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12333         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12334         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12335         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12336         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12337         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12338         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12339         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12340         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12341         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12342         (gnus-summary-high-undownloaded-face)
12343         (gnus-summary-low-undownloaded-face)
12344         (gnus-summary-normal-undownloaded-face)
12345         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12346         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12347         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12348         (gnus-splash-face):
12349         * message.el (message-header-to-face, message-header-cc-face)
12350         (message-header-subject-face, message-header-newsgroups-face)
12351         (message-header-other-face, message-header-name-face)
12352         (message-header-xheader-face, message-separator-face)
12353         (message-cited-text-face, message-mml-face):
12354         * sieve-mode.el (sieve-control-commands-face)
12355         (sieve-action-commands-face, sieve-test-commands-face)
12356         (sieve-tagged-arguments-face):
12357         * spam.el (spam-face):
12358         Mark face aliases with "-face" in the name as obsolete.
12359
12360 2009-09-01  Glenn Morris  <rgm@gnu.org>
12361
12362         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12363         than goto-line.
12364
12365 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12368         Don't move point if the command is invoked inside the message header.
12369
12370 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12371
12372         * imap.el (imap-send-command): Simplify.
12373         (imap-wait-for-tag): point-max -> buffer-size.
12374
12375 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12376
12377         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12378         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12379         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12380         * nnir.el (nnir-swish-e-index-file):
12381         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12382         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12383         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12384         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12385         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12386         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12387
12388 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12391         Don't save excursion.
12392
12393 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12394
12395         * nnheader.el (nnheader-find-file-noselect):
12396         * mm-util.el (mm-insert-file-contents):
12397         Use (default-value 'major-mode) instead of default-major-mode.
12398
12399 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12400
12401         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12402
12403 2009-08-26  Glenn Morris  <rgm@gnu.org>
12404
12405         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12406         than placing in files.el.
12407
12408 2009-08-25  Glenn Morris  <rgm@gnu.org>
12409
12410         * nnir.el (top-level): Don't require cl at run-time.
12411         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12412         Replace cl-function substitute with gnus-replace-in-string.
12413         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12414         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12415         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12416         simplified expansions.
12417
12418 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12419
12420         * dig.el (dig): Add autoload cookie.
12421
12422 2009-08-22  Glenn Morris  <rgm@gnu.org>
12423
12424         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12425         goto-line.
12426
12427 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12428
12429         * parse-time.el (parse-time-string-chars): Save match data.
12430
12431 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12432
12433         * parse-time.el (parse-time-string-chars): Compute using character
12434         classes, to handle non-ascii characters (Bug#3190).
12435
12436 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12439
12440         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12441         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12442         (gnus-mm-display-part, gnus-mime-display-single)
12443         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12444         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12445
12446         * gnus-sum.el
12447         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12448         (gnus-summary-move-article): Add expirable mark to articles copied or
12449         moved to group that has auto-expire turned on if the option is non-nil.
12450
12451 2009-07-24  Glenn Morris  <rgm@gnu.org>
12452
12453         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12454         Fix typo.  (Bug#3903)
12455
12456 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12459         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12460         that should not be used for draft articles.
12461         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12462         that has no concern in minor mode keys.
12463         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12464         Abolish.
12465
12466 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12469         article without making inquiry to a user for unknown encoding.
12470
12471         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12472         (nnmaildir--scan): Assume i-node and device number that file-attributes
12473         returns might be cons-cell.
12474
12475         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12476
12477         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12478
12479 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         * auth-source.el: Remove docs now in auth.texi.  Don't use
12482         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12483         `auth-source-hide-passwords' and use them.
12484
12485 2009-07-15  Glenn Morris  <rgm@gnu.org>
12486
12487         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12488
12489 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12492         excessive whitespace from the default values of title and description.
12493
12494 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12497         mail-fetch-field to fetch Content-Description header in order to
12498         exclude newlines.
12499
12500 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12501
12502         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12503         format used by GnuPG 2.0.11.
12504
12505 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12508         to deleted part.
12509
12510 2009-05-30  David Engster  <dengste@eml.cc>
12511
12512         * nnmairix.el: Remove old documentation in the commentary block.
12513         (nnmairix-request-group): Do not update active file for nnml back ends.
12514         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12515         end so that overview files are ignored.
12516         (nnmairix-update-groups): Make updating the groups more robust by using
12517         marks.
12518         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12519         with dollar characters in message-id.
12520
12521 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12524         2008-12-25 in dns.el.
12525
12526 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12527
12528         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12529         could happen if the text is only composed of spaces and/or tabs.
12530
12531 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12532
12533         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12534         when sending a queued message to avoid extra mml tags.
12535
12536 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12539
12540 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12543         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12544         rmail-toggle-header for XEmacs;
12545         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12546
12547 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-dired.el: Remove autoload for gnus-setup-message.
12550         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12551         displaying Gnus logo; always use compose-mail.
12552
12553 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12556
12557 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12560         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12561         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12562         available.
12563         (gnus-nocem-epg-verify): New function.
12564
12565 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12568
12569 2009-02-15  Glenn Morris  <rgm@gnu.org>
12570
12571         * gnus-util.el (rmail-insert-rmail-file-header)
12572         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12573         autoloads.
12574         (rmail-default-rmail-file): Remove unnecessary declaration.
12575         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12576
12577 2009-02-14  Glenn Morris  <rgm@gnu.org>
12578
12579         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12580         variable (only used in gnus-util, which declares it anyway).
12581         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12582         which was only needed by gnus-art (changed to not use it any more).
12583         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12584         only used in gnus-util, which autoloads it itself.
12585         (rmail-update-summary): Fix autoload.
12586
12587         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12588         rather than rmail-output-to-rmail-file.
12589
12590 2009-02-07  Glenn Morris  <rgm@gnu.org>
12591
12592         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12593         autoload of function that no longer exists.
12594         (rmail-toggle-header): Declare.
12595         (message-forward-rmail-make-body): Handle mbox Rmail.
12596
12597 2009-01-31  Glenn Morris  <rgm@gnu.org>
12598
12599         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12600         2009-01-09 change.
12601
12602 2009-01-31  Dave Love  <fx@gnu.org>
12603
12604         * imap.el (imap-fetch-safe): Bind debug-on-error.
12605         (imap-debug): Add imap-fetch-safe.
12606
12607 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12608
12609         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12610         (auth-source-forget-all-cached): New convenience function.
12611         (auth-source-user-or-password): Accept list of modes or a single mode.
12612
12613         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12614         auth-source modes.
12615
12616         * netrc.el (netrc-machine-user-or-password): Use list of
12617         auth-source modes.
12618
12619         * nnimap.el (nnimap-open-connection): Use list of
12620         auth-source modes.
12621
12622         * nntp.el (nntp-send-authinfo): Use list of
12623         auth-source modes.
12624
12625 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12626
12627         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12628         now.
12629
12630 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12633         coding system in XEmacs; add a workaround for XEmacs.
12634
12635         * lpath.el: Fbind coding-system-aliasee.
12636
12637 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12640         of current-language-environment.
12641
12642 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12645         available at runtime.
12646
12647 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12650
12651 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12652
12653         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12654         the greatest positive fixnum value doesn't work under an XEmacs with
12655         bignum support; use the most-positive-fixnum constant instead,
12656         available since Emacs 21.1 with cl and XEmacs 21.1.
12657
12658 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12661         XEmacs gets not to work.
12662
12663 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * mm-util.el (mm-coding-system-priorities): Allow the value like
12666         "Japanese (UTF-8)" of current-language-environment.
12667
12668 2009-01-09  Glenn Morris  <rgm@gnu.org>
12669
12670         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12671         with last-command-event.
12672
12673 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12676         in the doc string.
12677
12678         * message.el (message-fix-before-sending): Amend comment.
12679
12680 2009-01-08  Dave Love  <fx@gnu.org>
12681
12682         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12683
12684 2009-01-07  David Engster  <dengste@eml.cc>
12685
12686         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12687         simplified server definitions by converting it via
12688         gnus-server-to-method.
12689
12690 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12693         parameter's operands.
12694
12695 2009-01-06  David Engster  <dengste@eml.cc>
12696
12697         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12698         primary select method (for gnus-group-mark-article-as-read).
12699
12700 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12701
12702         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12703         `(gnus)Face', not `(gnus)X-Face'.
12704
12705 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mm-util.el (mm-ucs-to-char): New function.
12708
12709         * mm-url.el (mm-url-decode-entities): Use it.
12710
12711         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12712         unicode-to-char.
12713
12714 2009-01-05  Dave Love  <fx@gnu.org>
12715
12716         * time-date.el: Require cl for `declare'.
12717
12718 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12721         Dave Love.
12722
12723 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * message.el (message-fix-before-sending): Add `eight-bit' to
12726         illegible-text check.
12727
12728 2009-01-03  Michael Olson  <mwolson@gnu.org>
12729
12730         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12731         `headers' is nil.  This can occur if the IMAP server does not have
12732         permissions to read messages from a folder, but can write new messages
12733         to the folder.
12734         (nnimap-request-article-part): Do not insert `data' if it is nil.
12735
12736         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12737         characters which will confuse `read', so skip past them.
12738
12739 2009-01-01  Dave Love  <fx@gnu.org>
12740
12741         * imap.el (imap-string-to-integer): Fix typo.
12742         (imap-fetch-safe): New function.
12743         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12744
12745         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12746
12747         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12748         (imap-parse-greeting): Fix doc strings.
12749         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12750         (imap-parse-flag-list): Make messages unique.
12751         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12752
12753         * nnimap.el: Fix author email.
12754         (nnimap-split-rule): Add FIXME comment.
12755         (nnimap-debug): Fix doc string.
12756
12757 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12760
12761 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12764         nslookup if resolv.conf isn't available.
12765         (dns-query): Rename from query-dns.
12766         (dns-query-cached): Rename from query-dns-cached.
12767
12768 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12771         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12772         to check if those variables exist (first appeared in Emacs 18.50).
12773
12774 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * mm-util.el (mm-line-number-at-pos): New function.
12777
12778         * spam-report.el (spam-report-process-queue): Use it.
12779
12780 2008-12-24  David Engster  <dengste@eml.cc>
12781
12782         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12783         parameters that haven't existed as variables as buffer-local variables.
12784
12785 2008-12-23  Dave Love  <fx@gnu.org>
12786
12787         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12788         cadar.
12789
12790         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12791         imap-starttls-p.
12792         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12793
12794 2008-12-22  Dave Love  <fx@gnu.org>
12795
12796         * imap.el: Fix author email.  Doc fixes.
12797         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12798         reply.
12799
12800 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * spam-report.el (spam-report-gmane-max-requests): New constant.
12803         (spam-report-gmane-wait): New variable.
12804         (spam-report-gmane-ham, spam-report-gmane-spam)
12805         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12806         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12807         the server.
12808
12809         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12810         Add explanations.
12811
12812         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12813         nnheader-accept-process-output and nnheader-read-timeout if available.
12814         (pop3-movemail): Use it.
12815
12816         * message.el (message-check-news-body-syntax): Fix signature check if
12817         there's an attachment.
12818
12819 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * mm-util.el: Add comments to the mm- emulating functions.
12822
12823 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12826         Reported by Stephen Berman <stephen.berman@gmx.net>.
12827
12828 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * mm-util.el (mm-substring-no-properties): New function.
12831         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12832         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12833         (mm-string-to-multibyte): Doc fix.
12834
12835         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12836
12837 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mml.el (mml-attach-file): Strip text properties from file name.
12840         (Bug#1574)
12841
12842 2008-12-16  Glenn Morris  <rgm@gnu.org>
12843
12844         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12845
12846 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12849         knows since the charset specified might be a bogus alias that
12850         mm-charset-synonym-alist provides.
12851
12852 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12855         "ISO_8859-1".
12856
12857         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12858
12859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mm-util.el (mm-charset-eval-alist):
12862         Define it before mm-charset-to-coding-system.
12863         (mm-charset-to-coding-system): Add optional argument `silent';
12864         define it before mm-charset-override-alist.
12865         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12866         default value if it can be used in Emacs currently running;
12867         silence mm-charset-to-coding-system.
12868
12869 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12872         `allow-override' which says whether to use `mm-charset-override-alist'.
12873         (rfc2047-decode-encoded-words): Use it.
12874
12875         * mm-util.el (mm-charset-override-alist): Fix custom type;
12876         add `(gb2312 . gbk)' to choices.
12877
12878 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12881         fast.
12882
12883         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12884
12885         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12886
12887 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12888
12889         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12890         on links.
12891
12892         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12893
12894 2008-12-03  Lute Kamstra  <lute@gnu.org>
12895
12896         * sha1.el: Remove leading * from docstrings of defcustoms,
12897         deffaces, defconsts and defuns.
12898
12899 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12902         users' addresses that don't have domain parts.
12903         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12904         rather than message-narrow-to-head since there will be the message
12905         header separator.
12906
12907 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12908
12909         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12910         since the result is inserted in a unibyte buffer anyway.
12911         (nnimap-demule-use-string-to-multibyte): Remove.
12912         (nnimap-demule): Alias it to mm-string-to-multibyte.
12913
12914 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12917         variable for debugging bug#464 and bug#1174.
12918         (nnimap-demule): Use it.
12919
12920 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12923         score calculation correctly.
12924
12925 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12926
12927         * message.el (message-send-mail): Just set the buffer to unibyte
12928         rather than use mm-with-unibyte-current-buffer which does a lot more.
12929         (message-send-mail-partially): Don't bother with
12930         mm-with-unibyte-current-buffer since it's already been made unibyte by
12931         message-send-mail.
12932
12933 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12936
12937 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12938
12939         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12940
12941 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12944         require itself and to remove `with-no-warnings'.
12945
12946 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * starttls.el (starttls-any-program-available): Get the name of the
12949         available TLS layer program.
12950         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12951         well as the host name in the "opening" message.
12952
12953         * auth-source.el (auth-source-cache, auth-source-do-cache)
12954         (auth-source-user-or-password): Cache passwords and logins by default,
12955         allow override with `auth-source-do-cache'.
12956         (auth-source-forget-user-or-password): Allow users to remove cache
12957         entries if needed.
12958
12959 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12960
12961         * md4.el (md4-buffer): Fix typo in docstring.
12962         (md4, md4-64): Doc fixes.
12963         (md4-pack-int32): Reflow docstring.
12964
12965 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12966
12967         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12968         condition-case to only the forward-sexp call.
12969
12970 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12971
12972         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12973         quotes contained.  Make it more robust regardless by an extra
12974         condition-case wrapper.
12975
12976 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12979
12980 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * nnml.el (nnml-request-expire-articles): Check if the function set to
12983         `nnmail-expiry-target' returns the symbol `delete'.
12984
12985         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12986
12987         * nnmail.el (nnmail-expiry-target): Fix custom type.
12988
12989 2008-10-02  Glenn Morris  <rgm@gnu.org>
12990
12991         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12992         Silence compiler warning.
12993
12994 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12995
12996         * tls.el (open-tls-stream): Show the actual command being
12997         executed, instead of the format string.
12998
12999 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * lpath.el: Fbind codepage-setup for Emacs 23.
13002
13003 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13004
13005         * mml.el (mml-menu): Don't assume mml2015 is bound.
13006
13007 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13010         exists.
13011
13012 2008-09-27  Glenn Morris  <rgm@gnu.org>
13013
13014         * gnus-util.el (mail-header-remove-comments): Autoload it.
13015
13016 2008-09-27  Andreas Schwab  <schwab@suse.de>
13017
13018         * gnus-util.el (gnus-split-references): Strip comments.
13019         (gnus-parent-id): Likewise.
13020
13021 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * message.el (message-confirm-send): Fix version.
13024
13025 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * message.el (message-idna-to-ascii-rhs-1): Use
13028         mail-extract-address-components rather than mail-header-parse-addresses
13029         that is an alias by default to ietf-drums-parse-addresses that does not
13030         support non-ASCII names in headers' contents.
13031
13032 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * message.el (message-confirm-send): Fix variable documentation to
13035         avoid the "y/n" wording.
13036
13037 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13038
13039         * message.el (message-set-auto-save-file-name): Save to a different
13040         filename so multiple messages (especially drafts) can be recovered.
13041
13042 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * message.el (message-confirm-send): Add appropriate version.
13045
13046 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13047
13048         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13049         defvar.
13050
13051 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13052
13053         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13054         (mm-pkcs7-enveloped-magic): Ditto.
13055
13056 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13057
13058         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13059         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13060
13061 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13062
13063         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13064         default, it's better.
13065
13066 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13069         summary line gnus-number property and ignore them (with a warning
13070         message).
13071
13072 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13075         macro caddr in the interactive form since it won't be expanded.
13076
13077 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13080         `charset'; fix name of function called recursively.
13081         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13082
13083 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13086         (gnus-mime-set-charset-parameters): New function.
13087         (gnus-mime-view-part-as-charset): Use it to correctly display part
13088         specifying wrong charset.
13089
13090 2008-09-08  David Engster  <dengste@eml.cc>
13091
13092         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13093         in completing-read for back end server.
13094
13095 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13096
13097         * message.el (message-confirm-send): New variable to confirm sending a
13098         message.
13099         (message-send): Use it.
13100
13101 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13102
13103         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13104
13105 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13108
13109 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13112         prevent tracking too many groups.
13113         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13114         Use it.
13115
13116 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13117
13118         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13119         moving point to the bottom of the window in order to avoid recentering.
13120
13121 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13124
13125         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13126         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13127         (gnus-article-beginning-of-window): Fix calculation.
13128
13129 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-msg.el (gnus-summary-supersede-article)
13132         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13133         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13134         message header.
13135
13136 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13137
13138         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13139         pending output coming after the status change.
13140
13141 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13142
13143         * message.el:
13144         * gnus-start.el:
13145         * gnus-registry.el: Remove VMS support.
13146
13147 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13150         macro.
13151         (rfc2104-hash): Use it.
13152
13153 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13156         (gnus-summary-sort-by-most-recent-date): New commands.
13157         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13158         and menu entries.
13159
13160 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13163         don't redisplay article for raw contents; remove plural articles stuff.
13164
13165         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13166         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13167         on gnus-summary-save-article; display results properly.
13168
13169 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * lpath.el: No need to fbind ns-focus-frame.
13172
13173 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13176
13177 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-art.el (gnus-summary-save-in-pipe):
13180         Consider gnus-save-all-headers.
13181
13182 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13183
13184         * gnus-util.el (ns-focus-frame): Remove declaration.
13185         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13186         like x.
13187
13188 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13189
13190         * rfc2104.el (rfc2104-zero): Delete defconst.
13191         (rfc2104-hex-alist): Likewise.
13192         (rfc2104-hex-to-int): Delete func.
13193         (rfc2104-hexstring-to-bitstring): Likewise.
13194         (rfc2104-nybbles): New defconst.
13195         (rfc2104-hash): Rewrite for speed.
13196
13197 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * tls.el (open-tls-stream): Make it work with the 2nd argument
13200         BUFFER that is a string but does not exist as a buffer object, as
13201         mentioned in the doc-string.
13202
13203 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13206         SXEmacs.
13207
13208 2008-07-16  Glenn Morris  <rgm@gnu.org>
13209
13210         * gnus-util.el (ns-focus-frame): Declare for compiler.
13211
13212 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13215         set as a group parameter.
13216         (gnus-summary-save-in-pipe): Work when it is called independently.
13217         (gnus-summary-pipe-to-muttprint): Don't modify
13218         gnus-summary-pipe-output-default-command.
13219
13220 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13221
13222         * message.el (message-send-mail-with-sendmail):
13223         Display the error message.
13224
13225 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-art.el (gnus-default-article-saver):
13228         Add gnus-summary-save-in-pipe to choices.
13229         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13230         gnus-summary-pipe-output-default-command as the default command.
13231         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13232         instead of gnus-last-shell-command.
13233
13234         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13235         New user option.
13236         (gnus-summary-muttprint-program): Mention the value will be changed.
13237         (gnus-summary-save-article): Force showing of all headers.
13238         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13239
13240 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13241
13242         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13243
13244 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13245
13246         * nnimap.el (nnimap-id):
13247         * sieve-manage.el (sieve-manage-open): Doc fixes.
13248
13249 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13250
13251         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13252         if available.
13253
13254 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13255
13256         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13257
13258         * nnkiboze.el (nnkiboze-generate-group):
13259         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13260
13261         * nnmairix.el: Require CL.
13262
13263 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * dgnushack.el: Autoload get-display-table and put-display-table for
13266         XEmacs 21.5.
13267
13268         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13269         21.4 and SXEmacs.
13270
13271 2008-06-15  David Engster  <dengste@eml.cc>
13272
13273         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13274
13275 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13276
13277         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13278         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13279         runtime choice under XEmacs.
13280
13281         * gnus-sum.el (gnus-summary-set-display-table):
13282         Use `gnus-put-display-table', `gnus-get-display-table',
13283         `gnus-set-display-table' for the display table, instead of `aset'.
13284
13285         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13286         Use `gnus-put-display-table', `gnus-get-display-table',
13287         `gnus-set-display-table' for the display table.
13288
13289 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * nnmairix.el: Add autoloads.
13292
13293 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * nnmairix.el (nnmairix-delete-recreate-group)
13296         (nnmairix-update-and-clear-marks): Fix error messages.
13297
13298 2008-06-14  David Engster  <dengste@eml.cc>
13299
13300         * nnmairix.el: Upgrade to version 0.6.
13301         (nnmairix-group-toggle-propmarks-this-group)
13302         (nnmairix-group-toggle-readmarks-this-group)
13303         (nnmairix-group-delete-recreate-this-group)
13304         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13305         (nnmairix-remove-tick-mark-original-article): New commands.
13306         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13307         (nnmairix-propagate-marks-to-nnmairix-groups)
13308         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13309         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13310         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13311         functions needed for marks propagation and manipulation of read marks.
13312         (nnmairix-update-groups): New function.
13313         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13314         (nnmairix-determine-original-group-from-registry)
13315         (nnmairix-determine-original-group-from-path)
13316         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13317         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13318         New helper functions.
13319         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13320         keystrokes for new commands.
13321         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13322         (nnmairix-request-group): Check allow-fast group parameter.
13323         (nnmairix-request-create-group): Set allow-fast group parameter if
13324         nnmairix-allowfast-default is set.
13325         (nnmairix-close-group): Propagate marks upon closing if needed.
13326         (nnmairix-group-toggle-threads-this-group): Use new.
13327         nnmairix-group-toggle-parameter helper function.
13328         (nnmairix-search): Better check for empty search result.
13329         (nnmairix-goto-original-article): Use new helper functions for
13330         determining original article.
13331         (nnmairix-show-original-article): Make sure message-id is in brackets.
13332         (nnmairix-call-mairix-binary): Change variable name.
13333         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13334         helper function.
13335         (nnmairix-widget-toggle-activate): Fix doc string.
13336
13337 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * nnir.el: Require edmacro when compiling with XEmacs.
13340         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13341         available in Emacs 21.
13342
13343 2008-06-11  Glenn Morris  <rgm@gnu.org>
13344
13345         * gnus-util.el (x-focus-frame):
13346         * gnus.el (image-size):
13347         * mm-decode.el (image-size): Declare.
13348
13349         * gnus-picon.el (declare-function): Add compat definition.
13350         (image-size): Declare.
13351
13352         * gnus-group.el (tool-bar-map):
13353         * gnus-sum.el (tool-bar-map): Define for compiler.
13354
13355         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13356
13357         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13358
13359         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13360         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13361         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13362         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13363         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13364         * sieve-manage.el, spam-report.el, spam.el:
13365         Remove unnecessary eval-and-compile of autoloads.
13366
13367 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13368
13369         * auth-source.el: Precise Tramp doc.
13370
13371 2008-06-07  Glenn Morris  <rgm@gnu.org>
13372
13373         * nnmairix.el: Remove unnecessary eval-when-compile.
13374
13375 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * lpath.el: Fbind propertize for XEmacs 21.4.
13378
13379 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * nnir.el: Move here from ../contrib.
13382
13383 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13384
13385         * gnus-util.el (gnus-read-shell-command): New function.
13386         * mm-decode.el (mm-pipe-part):
13387         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13388
13389 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13392
13393 2008-06-03  Glenn Morris  <rgm@gnu.org>
13394
13395         * pop3.el (nnheader-accept-process-output): Autoload it.
13396
13397 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13400         are not 2-digit hexadecimal characters that follow `%'s.
13401
13402 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * message.el (message-bogus-recipient-p): Fix type in doc string.
13405         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13406         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13407         Improve custom options.
13408         (message-bogus-recipient-p): Adjust accordingly.
13409
13410 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13411
13412         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13413         long-form month and day names.
13414
13415 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * dgnushack.el: Autoload debug, eudc-expand-inline and
13418         pgg-snarf-keys-region for XEmacs.
13419
13420         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13421
13422         * nnmairix.el: Require edmacro when compiling with XEmacs.
13423
13424 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13427         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13428
13429 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13430
13431         * auth-source.el: Add more docs.
13432
13433         * netrc.el (netrc-machine): Always match if the port is not given.
13434
13435 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13436
13437         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13438         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13439         retrieval faster in some cases, but might make CPU usage larger.
13440         If this has any bad side effects, we might revert this change.
13441
13442         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13443         seems to make mail retrieval much, much faster.
13444         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13445         unconditionally.
13446
13447         * gnus-draft.el (gnus-group-send-queue):
13448         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13449
13450 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13453
13454         * message.el (message-bogus-address-regexp): Fix and improve custom
13455         type.
13456         (message-setup-hook): Add message-check-recipients as custom option.
13457
13458 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * message.el (message-cite-function): Remove bogus autoload which crept
13461         in during merge from v5-10.
13462
13463 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13464
13465         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13466
13467         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13468
13469         * auth-source.el: Preliminary Tramp docs.
13470         (auth-sources): Change the default auth-sources to use
13471         EPA .gpg files.
13472
13473 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13474
13475         * nntp.el: Autoload `auth-source-user-or-password'.
13476         (nntp-send-authinfo): Use it.
13477
13478         * nnimap.el: Autoload `auth-source-user-or-password'.
13479         (nnimap-open-connection): Use it.
13480
13481         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13482         for the gnus-message function.
13483         (auth-source-user-or-password): Use it.
13484
13485 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13488         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13489         (rfc2104-hash): Use it.
13490
13491 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13492
13493         * gnus-art.el (gnus-article-toggle-truncate-lines):
13494         Don't use `iff' in docstring.
13495
13496 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13497
13498         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13499
13500         * gnus-util.el (gnus-extract-address-component-name)
13501         (gnus-extract-address-component-email): Convenience functions around
13502         `gnus-extract-address-components'.
13503
13504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13505         Use `gnus-extract-address-component-email' to fix bug of comparing full
13506         sender name to `user-mail-address'.
13507
13508 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13511         catch/throw to optimize.
13512         (gnus-registry-find-keywords): Just use member to find a keyword.
13513
13514 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13515
13516         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13517         is current before calling gnus-server-prepare.
13518         (gnus-server-setup-buffer, gnus-server-update-server)
13519         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13520
13521 2008-05-04  Juri Linkov  <juri@jurta.org>
13522
13523         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13524         (mailcap-file-default-commands): Use mailcap-replace-in-string
13525         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13526         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13527
13528 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13529
13530         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13531
13532 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13533
13534         * gnus.el: Bump version to 0.11.
13535
13536 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13537
13538         * gnus.el: No Gnus v0.10 is released.
13539
13540 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13543         hooks.
13544         (gnus-update-read-articles): Speed up non-marks-using users.
13545         (gnus-use-marks): Define gnus-use-marks.
13546         (gnus-propagate-marks): Rename variable to something more sensible.
13547
13548 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13549
13550         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13551         (gmm-image-load-path-for-library): Fix typos in docstrings.
13552         (gmm-message): Reflow docstring.
13553
13554 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13555
13556         * mail-source.el (mail-source-set-1, mail-source-bind):
13557         Move auth-source code out of the macro to clean it up and fix bugs.
13558
13559 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13560
13561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13562         by sender if it's equal to user-mail-address, it's likely to be
13563         useless.
13564
13565         * mail-source.el (mail-source-bind): Don't use user or password if they
13566         are not bound.  Unintern them if they are nil.  Don't use server unless
13567         it's bound, and default it to empty string otherwise.
13568
13569 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13570
13571         * mail-source.el: Load auth-source.el.
13572         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13573         get user name or password, if auth-sources is set up.
13574
13575         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13576         strategy of splitting with parent.
13577         (gnus-registry-split-fancy-with-parent)
13578         (gnus-registry-post-process-groups): Use it and fix prior
13579         bug (returning a list as the split result).
13580
13581         * auth-source.el (auth-sources): Remove server parameter.
13582         (auth-source-pick, auth-source-user-or-password)
13583         (auth-source-user-or-password-imap)
13584         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13585         (auth-source-user-or-password-sftp)
13586         (auth-source-user-or-password-smtp): Remove server parameter.
13587
13588 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13589
13590         * smime.el (smime-sign-region, smime-encrypt-region)
13591         (smime-decrypt-region):
13592         Remove redundant calls to `generate-new-buffer-name'.
13593
13594 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13595
13596         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13597         Don't use QP for message/rfc822.
13598         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13599
13600 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13601
13602         * sieve-manage.el (sieve-string-bytes): Remove.
13603         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13604         correct byte-length only if the process's coding-system is the same as
13605         the one used internally by Emacs to represent strings.
13606
13607 2008-04-22  Juri Linkov  <juri@jurta.org>
13608
13609         * mailcap.el (mailcap-file-default-commands): New function.
13610
13611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * message.el (message-signature-separator, message-cite-function):
13614         Change custom version.
13615
13616 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13617
13618         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13619         commands.
13620         (tls-checktrust): Ditto.
13621
13622 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * mm-decode.el (mm-display-external): Make temp file read-only.
13625
13626 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13629         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13630         `C-c C-f d'.
13631
13632 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13633
13634         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13635
13636 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus.el: Bump version to 0.9.
13639
13640 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gnus.el: No Gnus v0.8 is released.
13643
13644 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13645
13646         * mail-source.el (mail-source-value):
13647         Prefer fboundp to functionp so it works with macros as well.
13648
13649 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13650
13651         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13652         Fix last change in case the element is not even a symbol.
13653
13654 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13655
13656         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13657         Prefer fboundp to functionp so it works with macros as well.
13658
13659 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13660
13661         * auth-source.el: Add docs.
13662         (auth-sources): Modify format to support server.
13663         (auth-source-pick, auth-source-user-or-password)
13664         (auth-source-user-or-password-imap)
13665         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13666         (auth-source-user-or-password-sftp)
13667         (auth-source-user-or-password-smtp): Add server parameter.
13668
13669 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * gnus-registry.el: Initialize the registry when gnus-registry-install
13672         is t.
13673
13674 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * compface.el (uncompface): Make buffer unibyte.
13677
13678 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13679
13680         * mail-source.el (mail-source-value):
13681         Prefer fboundp to functionp so it works with macros as well.
13682
13683 2008-04-05  Glenn Morris  <rgm@gnu.org>
13684
13685         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13686
13687 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13688
13689         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13690         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13691
13692         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13693         multibyteness after rather than before erasing it.
13694
13695         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13696         mm-with-multibyte.
13697         (gnus-request-article-this-buffer): Make sure the proper decoding is
13698         used if gnus-original-article-buffer happens to be unibyte.
13699
13700         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13701         default-enable-multibyte-characters.
13702
13703         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13704         default-enable-multibyte-characters.
13705
13706         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13707
13708         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13709
13710 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13711
13712         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13713         Fix last change in case the element is not even a symbol.
13714
13715 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13716
13717         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13718         (imap-message-copyuid-1): Use it.
13719         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13720         J. Williams in
13721         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13722
13723         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13724         imap-enable-exchange-bug-workaround.
13725         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13726
13727 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13728
13729         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13730         a 100 byte status-checks into a 2-3MB transfer for each group.
13731         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13732         to enable bug workaround or not.
13733         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13734
13735 2008-03-31  Glenn Morris  <rgm@gnu.org>
13736
13737         * message.el (mml2015-use): Declare for compiler.
13738         (message-info): Require mml2015 when appropriate.
13739
13740 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13743         whitespace.
13744
13745 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13746
13747         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13748         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13749         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13750         (nntp-service-to-port): New function.
13751         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13752         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13753         (nntp-open-netcat-stream): New function.
13754         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13755
13756 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13757
13758         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13759
13760 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13761
13762         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13763
13764 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13765
13766         * dns.el (dns-write): Use set-buffer-multibyte.
13767
13768 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13769
13770         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13771
13772 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * message.el (message-signature-separator): Change default.
13775         Improve custom type.
13776         (message-cite-function): Change default to
13777         message-cite-original-without-signature.
13778
13779         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13780         toggle.
13781
13782         * message.el (message-check-news-body-syntax): Fix signature check.
13783         (message-setup-1): Mark buffer as unmodified _after_ running
13784         message-setup-hook and handling message-alternative-emails.
13785         (message-shorten-references): Be more strict when building list of
13786         valid references to comply with GNKSA.
13787
13788         * gnus-group.el (gnus-read-ephemeral-bug-group)
13789         (gnus-read-ephemeral-debian-bug-group)
13790         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13791
13792         * message.el (message-info): Don't use booleanp which isn't supported
13793         in Emacs 21 and XEmacs.
13794
13795 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13798         gnus-group-gmane-group-download-format.
13799         (gnus-group-read-ephemeral-gmane-group): Rename from
13800         gnus-group-read-ephemeral-gmane-group.
13801         (gnus-read-ephemeral-gmane-group-url): Rename from
13802         gnus-group-read-ephemeral-gmane-group-url.
13803         (gnus-bug-group-download-format-alist): New variable.
13804         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13805         (gnus-read-ephemeral-emacs-bug-group): New commands.
13806
13807 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13810         (gnus-visible-headers): Improve custom type.
13811
13812 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * mml.el (mml-menu): Add workarounds for XEmacs.
13815
13816         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13817         X-Boundary header.
13818
13819         * message.el (message-simplify-recipients): Fix previous commit.
13820
13821 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13822
13823         * mm-util.el (mm-set-buffer-multibyte): New function.
13824         * mm-decode.el (mm-copy-to-buffer): Use it.
13825
13826         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13827         Prefer fboundp to functionp so it works with macros as well.
13828
13829 2008-03-19  Glenn Morris  <rgm@gnu.org>
13830
13831         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13832         Accidentally removed in the sync process with Emacs.
13833
13834 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * message.el (message-alter-recipients-discard-bogus-full-name):
13837         New function.
13838         (message-alter-recipients-function): New variable.
13839         (message-get-reply-headers): Use it.
13840         (message-replace-header): New helper function.
13841         (message-recipients-without-full-name): New variable.
13842         (message-simplify-recipients): New command.
13843
13844         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13845
13846         * message.el (message-info): Handle EasyPG manual.
13847
13848         * mml.el (mml-menu): Add entry for EasyPG.
13849
13850 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13851
13852         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13853         parameter.
13854
13855         * message.el (message-disassociate-draft): Specify drafts group name
13856         fully.
13857
13858 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13859
13860         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13861         Eliminate unnecessary duplicates from the match list.
13862
13863 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13866
13867         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13868
13869         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13870         args of `how-many' of which the XEmacs version doesn't take; declare
13871         Info-index-next as function.
13872
13873 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-score.el (gnus-score-headers): Fix handling of
13876         gnus-inhibit-slow-scoring.
13877
13878         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13879         string.
13880         (gnus-button-url-regexp): Improve handling of parenthesis.
13881         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13882         (gnus-button-handle-info-keystrokes): Handle index entries.
13883
13884 2008-03-15  Glenn Morris  <rgm@gnu.org>
13885
13886         * parse-time.el (parse-time-string): Simplify.
13887
13888 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13891         Incoming* files.
13892
13893 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13894
13895         * auth-source.el (auth-sources): Rename from auth-source-choices.
13896         (auth-source-pick): Use it.
13897
13898 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13899
13900         * binhex.el (binhex-decode-region-internal):
13901         * uudecode.el (uudecode-decode-region-internal):
13902         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13903         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13904         setting default-enable-multibyte-characters.
13905
13906 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * auth-source.el (auth-source-protocols)
13909         (auth-source-protocols-customize, auth-source-choices): Add and
13910         modified variable customizations and defaults.
13911         (auth-source-pick, auth-source-user-or-password)
13912         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13913         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13914         (auth-source-user-or-password-sftp)
13915         (auth-source-user-or-password-smtp): Use new variables and provide an
13916         interface to netrc.el.
13917
13918 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13921         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13922         Make sure the nntp port to specify is a string.
13923
13924 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13925
13926         * nntp.el: Use with-current-buffer.
13927         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13928         dubious mm-with-unibyte-current-buffer.
13929         (nntp-with-open-group-function): New function extracted from
13930         nntp-with-open-group macro.
13931         (nntp-with-open-group): Use the function, so it's easier to debug.
13932         Add indentation and debugging info.
13933         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13934         Recommend the use of the netcat alternatives.
13935
13936         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13937         Avoid mm-string-as-multibyte as well.
13938
13939         * nnweb.el (nnweb-insert-html):
13940         Remove use of nnheader-string-as-multibyte.
13941
13942         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13943         (nnheader-string-as-multibyte): Remove.
13944
13945         * mm-view.el: Use inhibit-read-only.
13946         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13947         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13948         or unibyte-string.
13949
13950         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13951         (mm-uu-yenc-extract): Use with-current-buffer.
13952
13953         * gnus-soup.el (gnus-soup-send-packet): Don't use
13954         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13955
13956         * nnmh.el: Use with-current-buffer.
13957         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13958         mm-string-as-multibyte on the output of mm-encode-coding-string.
13959
13960         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13961         (nnimap-request-move-article): Use with-current-buffer.
13962
13963         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13964         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13965         conversion uses string-make-unibyte rather than string-as-unibyte.
13966
13967         * gnus-msg.el: Use with-current-buffer.
13968
13969         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13970
13971 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13972
13973         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13974         string for caching if it is 'PIN.
13975
13976 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * lpath.el: Consider the case without Emacs/W3.
13979
13980 2008-03-08  Glenn Morris  <rgm@gnu.org>
13981
13982         * time-date.el (date-to-time, time-subtract, time-add)
13983         (safe-date-to-time): Doc fixes.
13984
13985 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * mail-source.el (mail-source-delete-old-incoming-confirm):
13988         Change default to nil.
13989         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13990
13991 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * lpath.el: Rearrange.
13994
13995         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13996         (gnus-article-goto-prev-page): Work for articles having ^L's.
13997
13998         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13999
14000         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14001
14002 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14003
14004         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14005         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14006         (gnus-bookmark-jump): Adjust some variable names.
14007
14008 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14009
14010         * auth-source.el: New package.
14011         (auth-source-choices): Add customization entry point variable.
14012
14013         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14014         bug.
14015
14016 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14017
14018         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14019         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14020         (gnus-registry-install-shortcuts): Rename from
14021         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14022         the `gnus-registry-mark-map' keymap dynamically from
14023         `gnus-registry-marks'.  The generated functions update the summary line
14024         when a registry mark is added or deleted, and will call
14025         `gnus-registry-install-p' (see the comments in the code).
14026         (gnus-registry-user-format-function-M): Use concat intelligently.
14027
14028         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14029         the registry mark functions.
14030
14031 2008-03-05  Glenn Morris  <rgm@gnu.org>
14032
14033         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14034         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14035         gnus-art.
14036         (top-level): No need to load own source when compiling.
14037
14038 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14041         Suggested by <chris.anderton@zetnet.co.uk>.
14042
14043 2008-03-04  Glenn Morris  <rgm@gnu.org>
14044
14045         * gnus-sum.el (top-level): No need to require gnus when compiling,
14046         since unconditionally required near start of file.
14047         (gnus-summary-display-while-building): Move definition before use.
14048
14049 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14050
14051         * gnus-registry.el (gnus-registry-user-format-function-M):
14052         Add formatting function.
14053
14054 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14055
14056         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14057         with plists.
14058         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14059         Use new format.
14060
14061 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14064         `where-is-internal' that returns a range of key sequences.
14065
14066 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14069
14070         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14071         (gnus-summary-jump-to-group): Consider windows on other displayed
14072         frames as well.  Similar changes might be needed elsewhere, but that's
14073         the one I've bumped into during my use.
14074
14075         * nndoc.el (nndoc-oe-dbx-type-p):
14076         * gnus-msg.el (gnus-debug):
14077         * gnus-group.el (gnus-update-group-mark-positions):
14078         Use mm-string-to-multibyte.
14079
14080 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14083         doesn't handle NotDashEscaped.
14084
14085         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14086         (mml-dnd-attach-options): Fix typo in custom choice.
14087
14088         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14089         Change nndoc-article-type to mbox.
14090         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14091
14092         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14093         to nil, instead of html2text.
14094
14095         * imap.el (imap-debug): Add `imap-ping-server'.
14096
14097         * gnus-bookmark.el: Add FIXMEs.
14098
14099         * message.el (message-form-letter-separator)
14100         (message-send-form-letter-delay): New variables.
14101         (message-send-form-letter): Use them.  New command to send form
14102         letters.  Requested by Uwe Siart.
14103         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14104
14105 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * Update copyright years.
14108
14109 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         Sync from EMACS_22_BASE.
14112
14113         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14114
14115 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14116
14117         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14118         empty author.
14119
14120 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * gnus-registry.el (gnus-registry-marks): Add variable for
14123         customization of marks and their appearance.
14124         (gnus-registry-read-mark): Use it.
14125         (gnus-registry-do-marks): Add utility function to loop through
14126         `gnus-registry-marks'.
14127         (gnus-registry-install-shortcuts-and-menus): Add function to install
14128         shortcuts and menus.
14129         (gnus-registry-initialize): Use it.
14130         (gnus-registry-default-mark): Clarify documentation.
14131
14132 2008-02-29  Glenn Morris  <rgm@gnu.org>
14133
14134         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14135         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14136         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14137         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14138         Change defcustom :version from 23.0 to 23.1.
14139
14140 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * gnus-registry.el (gnus-registry-follow-group-p)
14143         (gnus-registry-post-process-groups): Add functions to aid registry
14144         splitting and improve logging.  Clarify behavior in function
14145         documentation.
14146         (gnus-registry-split-fancy-with-parent): Use them.
14147
14148 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14149
14150         * gnus-art.el: Use with-current-buffer.
14151
14152 2008-02-27  David Engster  <dengste@eml.cc>
14153
14154         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14155         Express real group name in the response.
14156
14157 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14160         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14161         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14162         autoload gnus-registry-fetch-group when compiling.
14163         (nnmairix-request-group-with-article-number-correction):
14164         Remove unreferenced argument passed to nnmairix-call-backend.
14165
14166 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14169         (mm-uu-extract): Improve face for low color ttys.
14170         Reported by Sascha Wilde.
14171
14172 2008-02-27  Glenn Morris  <rgm@gnu.org>
14173
14174         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14175         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14176         variables to defconsts.  Convert comments to doc-strings.
14177         (nnmairix-last-server, nnmairix-current-server): Convert from free
14178         variables to defvars.  Convert comments to doc-strings.
14179         (gnus-registry-fetch-group): Autoload.
14180         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14181         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14182         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14183         caddr.
14184         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14185         nnmairix-request-group-with-article-number-correction call.
14186         (nnmairix-fast, nnmairix-group): New, less general names, for free
14187         variables passed from nnmairix-request-group to
14188         nnmairix-request-group-with-article-number-correction.  Declare.
14189         (nnmairix-request-group-with-article-number-correction):
14190         Use nnmairix-fast, nnmairix-group rather than fast, group.
14191
14192 2008-02-26  David Engster  <dengste@eml.cc>
14193
14194         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14195         version 0.5.
14196
14197 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14200         instead of making an extra function call.  Don't add the current group
14201         to articles only when they have the group.  Use
14202         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14203         Reported by David <de_bb@arcor.de>.
14204
14205 2008-02-24  Miles Bader  <miles@gnu.org>
14206
14207         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14208         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14209         (mm-find-mime-charset-region):
14210         * mm-bodies.el (mm-encode-body):
14211         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14212
14213 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14216         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14217
14218 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mail-source.el (mail-source-delete-incoming): Change default.
14221         Supplement doc string.
14222
14223         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14224
14225 2008-02-14  Glenn Morris  <rgm@gnu.org>
14226
14227         * time-date.el (format-seconds): New function.
14228
14229 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * nnmail.el (nnmail-message-id-cache-file): Derive from
14232         `gnus-home-directory'.
14233
14234 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14237         Document negative prefix.
14238
14239         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14240
14241 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * message.el (message-unsent-separator): Add the Exim bounce
14244         separator.
14245
14246 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14247
14248         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14249         list.
14250         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14251         recipient/signer list.
14252
14253 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * Makefile.in (datarootdir): Define.
14256         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14257         name that might contain whitespace.
14258
14259 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14262         fbound (Emacs 23 unicode), signal an error.
14263
14264 2008-02-08  Glenn Morris  <rgm@gnu.org>
14265
14266         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14267
14268 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14269
14270         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14271         ports to the calls to `netrc-machine-user-or-password' in addition to
14272         "imap" and "imaps".
14273
14274 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14275
14276         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14277
14278         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14279
14280 2008-02-01  Kenichi Handa  <handa@m17n.org>
14281
14282         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14283         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14284         (rfc2104-hash): Convert the result of concat to unibyte string.
14285
14286 2008-02-01  Dave Love  <fx@gnu.org>
14287
14288         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14289         coding-system-for-read.
14290         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14291
14292 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14295         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14296         <hanche@math.ntnu.no>.
14297
14298 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14301
14302         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14303
14304 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14305
14306         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14307         * message.el (message-beginning-of-line): Use featurep instead of bound
14308         tests in order to resolve conditionals at compile time.
14309
14310 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14311
14312         * mail-source.el (mail-sources): Add `group' choice.
14313
14314         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14315         parameter `in-group' to control into which group the articles go.
14316         Add treatment of `group' mail-source.
14317
14318 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14321
14322         * mm-decode.el (mm-dissect-buffer): Decode description.
14323
14324         * mml.el (mml-to-mime): Encode message header first.
14325
14326 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14329         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14330
14331         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14332         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14333
14334 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14337
14338 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14341         prefix keys.
14342         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14343         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14344         gnus-xmas.el.
14345
14346         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14347         (gnus-xmas-article-describe-bindings): New function.
14348         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14349         gnus-xmas-article-describe-bindings.
14350
14351         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14352
14353 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14354
14355         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14356         Add new variables for article mark management.
14357         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14358         list of extra data entries which, when present, will indicate that the
14359         article ID should not be trimmed from the registry.
14360         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14361         functions.
14362         (gnus-registry-read-mark): New function to read a mark name from the
14363         user.
14364         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14365         (gnus-registry-set-article-mark-internal): New functions to add and
14366         remove marks.
14367         (gnus-registry-get-article-marks): New function to show the marks for
14368         an article, or retrieve them for further use.
14369
14370 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14373         keys when no argument is given.
14374
14375 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * imap.el (imap-ping-server): New variable.
14378         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14379         (imap-ping-server): Minor doc string fixes.
14380
14381 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14382
14383         * imap.el (imap-ping-server): New function.
14384         (imap-opened): Call imap-ping-server.
14385
14386 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * gnus-sum.el (gnus-article-sort-by-random)
14389         (gnus-thread-sort-by-random): Fix doc strings.
14390         Reported by jidanni@jidanni.org.
14391
14392 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-art.el (gnus-article-describe-bindings): New function.
14395         (gnus-article-read-summary-keys): Use it.
14396         (gnus-article-mode-map): Bind `C-h b' to it.
14397
14398 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14401         XEmacs.
14402         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14403         Protect against non-character events.
14404
14405         * lpath.el: Fbind map-keymap for Emacs 21.
14406
14407 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14410         New command.
14411         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14412         instead of END.  Change name of the temp file.
14413         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14414         customizable.
14415
14416 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14419         bind `S W' to gnus-article-wide-reply-with-original; set default
14420         binding to gnus-article-read-summary-send-keys.
14421         (gnus-article-read-summary-keys): Fix the order of keys; display
14422         continuation keys correctly in the echo area; describe bindings
14423         correctly when keys end with `C-h'.
14424         (gnus-article-read-summary-send-keys): New function.
14425         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14426         Work for gnus-article-read-summary-send-keys; display continuation keys
14427         correctly in the echo area.
14428         (gnus-article-reply-with-original): Ignore prefix argument.
14429         (gnus-article-wide-reply-with-original): New function.
14430
14431         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14432         Emacs 21.
14433
14434 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14437         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14438
14439 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14442         (gnus-group-read-ephemeral-gmane-group): New command.
14443
14444 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14445
14446         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14447
14448 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * message.el (message-send-mail-function): Increase custom version.
14451
14452         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14453         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14454
14455 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14456
14457         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14458         for the cases where imap-authenticate is called with a nil buffer
14459         parameter.
14460
14461 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14464         html parts correctly; support forwarded messages.
14465         (gnus-article-browse-html-article): Remove work buffers.
14466
14467         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14468         compiling.
14469         (netrc-bound-and-true-p): New macro.
14470         (netrc-parse): Use it instead of bound-and-true-p that is not available
14471         in XEmacs 21.4.
14472
14473 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14474
14475         * gnus-registry.el (gnus-registry-mark-article)
14476         (gnus-registry-article-marks): Add functionality to mark articles
14477         through the Gnus registry.
14478
14479         * encrypt.el: Clarify documentation for the new pgg method.
14480         (encrypt-file-alist): Add PGG option.
14481         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14482         functionality.  Abstract password key and messaging to external
14483         functions.
14484         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14485         (encrypt-message-method-and-cipher): Add new convenience external
14486         functions.
14487         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14488         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14489
14490         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14491         (netrc-parse): Use encrypt-file-alist to determine if
14492         encrypt-find-model or encrypt-insert-file-contents should be used.
14493
14494         * encrypt.el: Clarify documentation.  Load password-cache or
14495         password, whichever one is found first, instead of autoloading.
14496
14497 2007-12-19  Glenn Morris  <rgm@gnu.org>
14498
14499         * mml.el (message-options-set, message-narrow-to-head)
14500         (message-in-body-p, message-mail-p, message-encode-message-body):
14501         Autoload.
14502         (message-remove-header, message-narrow-to-headers-or-head)
14503         (message-subscribed-p, message-make-mail-followup-to)
14504         (message-position-on-field, message-news-p)
14505         (message-options-set-recipient, message-generate-headers)
14506         (message-sort-headers): Declare as functions.
14507
14508 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14511         convention in doc string.
14512
14513 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14516         title to html parts.
14517         (gnus-article-browse-html-article): Pass message header to it.
14518
14519         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14520
14521 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14524         or password compatible with XEmacs.
14525
14526 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14529         format document.
14530         (gnus-mime-delete-part): Don't write description line if empty.
14531         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14532
14533 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14534
14535         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14536         (gnus-summary-mark-read-and-unread-as-read)
14537         (gnus-summary-mark-current-read-and-unread-as-read)
14538         (gnus-summary-mark-unread-as-ticked): Doc fix.
14539         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14540
14541 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14544         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14545
14546 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14549         yes-or-no-p.
14550
14551 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * mm-decode.el (mm-add-meta-html-tag): New function.
14554         (mm-save-part-to-file, mm-pipe-part): Use it.
14555
14556         * gnus-art.el (gnus-article-browse-delete-temp-files):
14557         Use gnus-y-or-n-p instead of y-or-n-p.
14558         (gnus-article-browse-html-parts): Work with message/external-body; use
14559         mm-add-meta-html-tag.
14560
14561 2007-12-11  Glenn Morris  <rgm@gnu.org>
14562
14563         * gnus-cache.el: Require gnus-sum not just when compiling.
14564
14565         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14566
14567         * gnus-int.el (gnus-server-opened, gnus-status-message):
14568         Move definitions before use.
14569
14570         * mm-decode.el: Require gnus-util.
14571         (mm-remove-part): Only call delete-annotation on XEmacs.
14572
14573         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14574
14575         * nnmail.el: Require gnus-int.
14576
14577         * spam.el: Move `require's before `eval-when-compile's.
14578
14579         * gnus-ems.el (gnus-alive-p):
14580         * gnus-fun.el (message-goto-eoh):
14581         * gnus-util.el (gnus-group-name-decode):
14582         * mail-source.el (gnus-compress-sequence):
14583         * message.el (Info-goto-node, format-spec):
14584         * mm-bodies.el (message-options-get):
14585         * mm-decode.el (mm-view-pkcs7):
14586         * mm-util.el (gmm-write-region):
14587         * mml-smime.el (mml-compute-boundary)
14588         (gnus-completing-read-with-default):
14589         * mml.el (widget-button-press, gnus-make-hashtable):
14590         * mml1991.el (mm-decode-content-transfer-encoding)
14591         (mm-encode-content-transfer-encoding)
14592         (message-options-get, message-options-set):
14593         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14594         * nnfolder.el (gnus-request-group):
14595         * nnheader.el (ietf-drums-unfold-fws):
14596         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14597         * smime.el (gnus-run-mode-hooks):
14598         * spam-stat.el (gnus-message): Autoload.
14599
14600         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14601         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14602         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14603         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14604         Add declare-function compatibility definition.
14605
14606         * gnus-cache.el (nnvirtual-find-group-art):
14607         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14608         (gnus-add-image, gnus-add-wash-type):
14609         * gnus-group.el (nnkiboze-score-file):
14610         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14611         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14612         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14613         (message-tokenize-header, gnus-get-buffer-create)
14614         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14615         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14616         * gnus.el (gnus-group-decoded-name):
14617         * mail-source.el (imap-capability):
14618         * mm-bodies.el (message-options-set):
14619         * mm-decode.el (gnus-configure-windows):
14620         * mm-extern.el (message-goto-body):
14621         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14622         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14623         (epg-sub-key-validity, message-options-set):
14624         * mml.el (widget-event-point, gnus-configure-windows):
14625         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14626         * mml2015.el (epg-check-configuration, epg-configuration)
14627         (message-options-set):
14628         * nndb.el (nndb-request-article):
14629         * nnfolder.el (gnus-request-create-group):
14630         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14631         * nnmaildir.el (gnus-group-mark-article-read):
14632         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14633         * rfc1843.el (message-fetch-field):
14634         * spam.el (gnus-extract-address-components):
14635         Declare as functions.
14636
14637 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14640
14641         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14642
14643         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14644         bind show-trailing-whitespace for XEmacs.
14645
14646 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14649         new no-op macro for backward compatibility.
14650
14651         * imap.el (imap-string-to-integer): New function.
14652
14653 2007-12-09  Glenn Morris  <rgm@gnu.org>
14654
14655         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14656
14657         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14658         * message.el, mm-view.el, sieve-manage.el, smime.el:
14659         Add declare-function compatibility definition.
14660
14661         * gnus-art.el (w3-region, w3m-region, Info-menu):
14662         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14663         * gnus-sum.el (gnus-get-predicate):
14664         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14665         * message.el (mail-abbrev-in-expansion-header-p):
14666         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14667         (w3m-detect-meta-charset, w3m-region):
14668         * sieve-manage.el (password-read, password-cache-add)
14669         (password-cache-remove):
14670         * smime.el (password-read-and-add): Declare as functions.
14671
14672 2007-12-08  David Kastrup  <dak@gnu.org>
14673
14674         * gnus-sum.el (gnus-summary-simplify-subject-query):
14675         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14676         `message'.
14677
14678 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14681         it to bind idna-program, installation-directory, defined-colors, and
14682         face-attribute for XEmacs of the version that compiles defcustom forms.
14683
14684 2007-12-07  Glenn Morris  <rgm@gnu.org>
14685
14686         * gnus-art.el (article-make-date-line): Revert previous change.
14687
14688 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14691
14692 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14693
14694         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14695         Call gnus-add-to-range ranges only once with a prepared article-list.
14696
14697 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14698
14699         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14700         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14701         group names with backslashes.
14702         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14703
14704 2007-12-06  Deepak Goel  <deego3@gmail.com>
14705
14706         * gnus-art.el (article-make-date-line):
14707         * gnus-start.el (gnus-load):
14708         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14709
14710 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-art.el (gnus-use-idna):
14713         * gnus-start.el (gnus-site-init-file):
14714         * message.el (message-use-idna):
14715         * mm-uu.el (mm-uu-hide-markers):
14716         * smiley.el (smiley-style): Revert changes that suppress warnings.
14717
14718 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14721         specify charset to html source.
14722         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14723
14724 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14727         idna-program in order to suppress byte compile warning issued by XEmacs
14728         that came to byte compile the default value section of defcustom forms
14729         recently.
14730
14731         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14732         value of installation-directory.
14733
14734         * message.el (message-use-idna): Don't directly refer to the value of
14735         idna-program.
14736
14737         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14738
14739         * smiley.el (smiley-style): Don't directly call face-attribute.
14740
14741 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14744
14745         * gnus-dired.el: Reduce Gnus dependencies.
14746         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14747         Don't require.  Use autoloads instead.
14748         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14749         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14750         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14751         (gnus-dired-mode): Adjust doc string.
14752         (gnus-dired-mail-mode): New variable.
14753         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14754         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14755         (gnus-dired-mail-buffers): New function.  Return mail or message
14756         composition buffers.
14757         (gnus-dired-attach): Use it.
14758         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14759         NO-DECODE.
14760         (gnus-dired-print): Use `gnus-print-buffer' depending on
14761         `gnus-dired-mail-mode'.
14762
14763 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * rfc2047.el (rfc2047-encoded-word-regexp)
14766         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14767         explaining what regexp patterns are for.
14768
14769 2007-12-04  Glenn Morris  <rgm@gnu.org>
14770
14771         * password.el: Move to password-cache.el.
14772
14773         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14774         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14775         * mml-smime.el (password-read, password-cache-add)
14776         (password-cache-remove):
14777         No need to autoload, since mml-sec requires password.
14778
14779         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14780         * message.el (gnus-extract-address-components):
14781         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14782
14783         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14784         password.
14785
14786 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * mailcap.el: Reduce dependencies.
14789         (mail-header-parse-content-type): Autoload.
14790         (mailcap-delete-duplicates): New alias.
14791         (mailcap-mime-info): Add optional argument NO-DECODE.
14792         (mailcap-mime-types): Use mailcap-delete-duplicates.
14793
14794         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14795
14796 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14797
14798         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14799         (imap-parse-status): Upcase status-att for servers that sends them
14800         lower-case (e.g., MS Exchange 2007).
14801
14802 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14803
14804         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14805         function.
14806
14807         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14808         (gnus-uu-yenc-article): New function.
14809
14810         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14811
14812         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14813
14814 2007-12-02  Glenn Morris  <rgm@gnu.org>
14815
14816         * binhex.el (binhex): New custom group.
14817         (binhex-decoder-program, binhex-decoder-switches)
14818         (binhex-use-external): Move to the binhex custom group.
14819
14820         * uudecode.el (uudecode): New custom group.
14821         (uudecode-decoder-program, uudecode-decoder-switches)
14822         (uudecode-use-external): Move to the uudecode custom group.
14823
14824         * netrc.el (top-level): Don't load `encrypt' features.
14825         (netrc-parse): Don't use encrypt.
14826         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14827
14828         * encrypt.el: Remove file.
14829
14830 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14833         matches on patches.
14834
14835         * gnus-art.el (gnus-article-browse-html-article):
14836         Mention `mm-text-html-renderer' in the doc string.
14837
14838         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14839         string.  Add comments.
14840
14841         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14842         if rhs is ASCII.
14843
14844 2007-12-01  Glenn Morris  <rgm@gnu.org>
14845
14846         * mail-source.el (top-level): Require format-spec before
14847         eval-when-compile.
14848
14849 2007-11-30  Glenn Morris  <rgm@gnu.org>
14850
14851         * encrypt.el: Require password, rather than autoloading password-read.
14852
14853 2007-11-29  Glenn Morris  <rgm@gnu.org>
14854
14855         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14856         (sasl-make-client, sasl-next-step, sasl-step-data)
14857         (sasl-step-set-data): Declare as functions.
14858
14859 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14862
14863 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14864
14865         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14866         certs should be verified and what is to be done in the event of a
14867         verification failure.
14868
14869         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14870         caller can indicate whether the cache should be disregarded for this
14871         call.  This way the result of the call is reproducible at all times and
14872         can be considered a canonical server name for the supplied method.
14873         (gnus-agent-method-p): Canonicalize server names by pushing their
14874         method through `gnus-method-to-server' using the no-cache argument.
14875
14876         * gnus-srvr.el (gnus-server-insert-server-line):
14877         Call `gnus-method-to-server' with `no-cache' argument.
14878
14879         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14880         gnus-agent-possibly-synchronize-flags as this should be called when the
14881         server is actually being opened.
14882         (gnus-agent-possibly-synchronize-flags)
14883         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14884         flags file of an agentized server to the latter function.
14885
14886         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14887         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14888         after a connection has been established successfully.
14889
14890 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-art.el (article-display-face): Force to display face if called
14893         interactively; check if gnus-article-x-face-too-ugly matches author.
14894         (article-display-x-face): Display face even if From header is missing
14895         as article-display-face does.
14896
14897 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14898
14899         * hashcash.el (message-narrow-to-headers-or-head)
14900         (message-fetch-field, message-goto-eoh)
14901         (message-narrow-to-headers): Declare as functions.
14902
14903 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * mail-source.el (mail-sources): Default to fetch from file for
14906         compatibility with default of nnmail-spool-file.
14907
14908 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14911         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14912         to look for encoded word that should be encoded again.
14913         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14914         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14915         encoding pattern.
14916         (rfc2047-decode-region): Switch strict regexp and loose one according
14917         to rfc2047-allow-irregular-q-encoded-words.
14918
14919 2007-11-25  Romain Francoise  <romain@orebokech.com>
14920
14921         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14922
14923 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * tls.el (tls-program): Provide more custom choices from
14926         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14927         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14928
14929 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14932         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14933
14934         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14935         `nnmail-spool-file'.
14936
14937         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14938         `nnmail-spool-file'.
14939
14940         * gnus-move.el (gnus-change-server): Ditto.
14941
14942         * gnus-kill.el (gnus-batch-score): Ditto.
14943
14944         * gnus-cache.el (gnus-jog-cache): Ditto.
14945
14946         * gnus-msg.el (gnus-summary-reply):
14947         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14948
14949 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14952         version.  Minor improvement to doc strings.
14953         (tls-program): Add comment.
14954
14955 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14956
14957         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14958         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14959         mismatch between the hostname provided in the certificate and the name
14960         of the host connnecting to.
14961         (open-tls-stream): Use them.  Check certificates against trusted root
14962         certificates.
14963
14964 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * gnus-cache.el (gnus-cache-generate-nov-databases):
14967         Use nnml-generate-nov-databases-directory instead of
14968         nnml-generate-nov-databases-1.
14969
14970 2007-11-24  Glenn Morris  <rgm@gnu.org>
14971
14972         * message.el (message-tool-bar-retro): Update for rename
14973         mail_send.xpm->mail-send.xpm.
14974
14975 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14978         `smime-ldap-search' for Emacs 22 and up.
14979
14980 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14981
14982         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14983
14984         * message.el (message-send-mail-function): Fix error convention.
14985         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14986         (message-widen-reply, message-send-mail, message-talkative-question)
14987         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14988         (message-clone-locals, message-send-news): Use with-current-buffer.
14989         (message-insert-or-toggle-importance): Remove unused var `valid'.
14990         (message-make-references): Remove unused var `new-references'.
14991         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14992
14993 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14994
14995         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14996         (spam-split-symbolic-return-positive): Reflow docstring.
14997         (spam-backends, spam-summary-exit-behavior)
14998         (spam-mark-ham-unread-before-move-from-spam-group)
14999         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15000         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15001         (spam-clear-cache, spam-backend-check, spam-install-backend)
15002         (spam-install-statistical-backend, spam-list-of-processors)
15003         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15004         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15005         (spam-check-crm114, spam-initialize, spam-unload-hook):
15006         Fix typos in docstrings.
15007
15008 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15011         been checked if they have never been read and those group levels are
15012         higher than the one that a user specified.
15013
15014 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15017         foreign groups unless a group level is specified by a user.
15018         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15019
15020 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * message.el (message-send-mail-function): Require sendmail.
15023
15024 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * message.el (message-send-mail-function): Check for smtpmail too.
15027
15028         * utf7.el (utf7-encode, utf7-decode): Use coding system
15029         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15030
15031         * message.el (message-send-mail-function): New function.
15032         (message-send-mail-function): Set default using
15033         message-send-mail-function.  Adjust doc string.
15034         (message-send-mail-with-mailclient): New function.
15035
15036 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15037
15038         * smime.el (from):
15039         * rfc2047.el (message-posting-charset):
15040         * qp.el (mm-use-ultra-safe-encoding):
15041         * pop3.el (parse-time-months):
15042         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15043         * nnml.el (files):
15044         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15045         (jka-compr-compression-info-list, ange-ftp-path-format)
15046         (efs-path-regexp):
15047         * nndiary.el (files):
15048         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15049         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15050         (epg-digest-algorithm-alist, inhibit-redisplay)
15051         (password-cache-expiry):
15052         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15053         (pgg-output-buffer, password-cache-expiry):
15054         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15055         (efs-path-regexp):
15056         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15057         (inhibit-redisplay):
15058         * mm-uu.el (file-name, start-point, end-point, entry)
15059         (gnus-newsgroup-name, gnus-newsgroup-charset):
15060         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15061         (latin-unity-ucs-list):
15062         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15063         (mm-uu-binhex-decode-function):
15064         * message.el (gnus-message-group-art, gnus-list-identifiers)
15065         (rmail-enable-mime-composing, gnus-local-organization)
15066         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15067         (gnus-read-active-file, facemenu-add-face-function)
15068         (facemenu-remove-face-function, gnus-article-decoded-p)
15069         (tool-bar-mode):
15070         * mail-source.el (display-time-mail-function):
15071         * gnus-util.el (nnmail-pathname-coding-system)
15072         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15073         (gnus-original-article-buffer, gnus-user-agent)
15074         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15075         (xemacs-codename, sxemacs-codename, emacs-program-version):
15076         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15077         * gnus-start.el (gnus-agent-covered-methods)
15078         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15079         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15080         (gnus-newsgroup-headers, gnus-group-list-mode)
15081         (gnus-group-mark-positions, gnus-newsgroup-data)
15082         (gnus-newsgroup-unreads, nnoo-state-alist)
15083         (gnus-current-select-method, mail-sources)
15084         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15085         (nnmail-spool-file, gnus-cache-active-hashtb):
15086         * gnus-mh.el (mh-lib-progs):
15087         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15088         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15089         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15090         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15091         (gnus-group-buffer):
15092         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15093         (font-lock-set-defaults):
15094         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15095         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15096         (gnus-summary-post-menu, total-parts, type, condition, length):
15097         * gnus-agent.el (gnus-agent-read-agentview):
15098         * flow-fill.el (show-trailing-whitespace):
15099         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15100         eval-and-compile wrappers for byte compiler pacifiers.
15101
15102         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15103         (mm-display-inline-fontify): Check for featurep 'xemacs not
15104         extent-list.
15105
15106         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15107         itimer-list.
15108         (mm-create-image-xemacs): Only do something for XEmacs.
15109         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15110
15111         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15112
15113         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15114         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15115
15116 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15117
15118         * nnimap.el (nnimap-split-download-body):
15119         * gnus-demon.el (gnus-demon):
15120         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15121
15122 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15125         New macros.
15126         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15127         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15128         copy data from unibyte buffer to multibyte current buffer.
15129         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15130         to copy data from unibyte current buffer to multibyte buffer.
15131         (nntp-make-process-buffer): Make process buffer unibyte.
15132
15133         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15134
15135 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15136
15137         * pop3.el (pop3-open-server): Accept and process data more robustly at
15138         connection start to avoid spurious "POP SSL connection failed" errors.
15139
15140 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15143         read group names.
15144
15145 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15148
15149 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15152         (nnmail-save-active): Use a unibyte buffer when saving active file,
15153         which may contain non-ASCII group names.
15154
15155         * nnml.el (nnml-request-group): Decode group names in messages.
15156
15157 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * message.el (message-citation-line-function)
15160         (message-insert-formatted-citation-line): Fix spelling of
15161         `message-insert-formated-citation-line'.
15162
15163 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15166
15167 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15170         nnmail-pathname-coding-system.
15171
15172         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15173         that a user enters; decode group names in messages.
15174
15175         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15176
15177 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15180
15181         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15182
15183         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15184         risky local variable.
15185
15186         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15187
15188 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * encrypt.el: Improve documentation to fix function name typo.
15191         Reported by Daiki Ueno <ueno@unixuser.org>.
15192
15193 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15196         even if the point is not in the last page of an article.
15197         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15198         back to the previous page.
15199
15200 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15203
15204 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15207
15208 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15209
15210         * message.el (message-check-news-body-syntax):
15211         Avoid mm-string-as-multibyte.
15212         (message-hide-headers): Don't assume (point-min)==1.
15213
15214 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * message.el (message-remove-blank-cited-lines): Fix if remove is
15217         given.
15218         (message-bogus-address-regexp): New variable.
15219         (message-bogus-recipient-p): New function.
15220         (message-check-recipients): New command.
15221         (message-syntax-checks): Add `bogus-recipient'.
15222         (message-fix-before-sending): Add `bogus-recipient'.
15223
15224         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15225         (gnus-treat-body-boundary): Don't test window-system.
15226
15227 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15228
15229         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15230
15231 2007-10-28  Miles Bader  <miles@gnu.org>
15232
15233         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15234         at compile-time too.
15235
15236 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-msg.el (gnus-message-setup-hook):
15239         Add `message-remove-blank-cited-lines' to options.
15240
15241 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * message.el (message-remove-blank-cited-lines): New function.
15244         Suggested by Karl Plästerer.
15245
15246 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15249         mapc.
15250
15251         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15252         (top-level): Use mapc to set functions to be traced for debugging.
15253
15254         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15255         called for effect with while loop.
15256
15257         * message.el (message-talkative-question): Replace mapcar called for
15258         effect with mapc.
15259
15260         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15261         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15262         called for effect with dolist.
15263
15264         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15265
15266         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15267         gnus-extra-headers and nnmail-extra-headers.
15268
15269         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15270         called for effect with dolist.
15271         (top-level): Use mapc to set functions to be traced for debugging.
15272
15273         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15274         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15275         dolist.
15276
15277         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15278         Replace mapcar called for effect with mapc.
15279         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15280         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15281         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15282         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15283
15284         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15285         remove-if that's a cl function.
15286
15287         * webmail.el (webmail-debug): Replace mapcar called for effect with
15288         dolist.
15289
15290         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15291         with mapc.
15292
15293 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15296         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15297         with while loop.
15298
15299         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15300         functions from article-* functions.
15301         (gnus-multi-decode-header): Replace mapcar called for effect with
15302         dolist.
15303
15304         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15305         (gnus-bookmark-show-details): Replace mapcar called for effect with
15306         while loop.
15307
15308         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15309         called for effect with while loop.
15310
15311         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15312         with dolist.
15313
15314         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15315         Replace mapcar called for effect with dolist.
15316
15317         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15318
15319         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15320         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15321         Replace mapcar called for effect with dolist.
15322         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15323         mapc.
15324
15325         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15326         Replace mapcar called for effect with dolist.
15327         (gnus-topic-list): Replace mapcar called for effect with mapc.
15328
15329         * gnus.el: Use mapc instead of mapcar to add autoloads.
15330
15331 2007-10-23  Richard Stallman  <rms@gnu.org>
15332
15333         * gnus-group.el (gnus-group-highlight): Mark as risky.
15334
15335 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus.el (gnus-server-to-method): Return method found first in
15338         gnus-newsrc-alist.
15339
15340         * gnus-art.el (gnus-article-highlight-signature)
15341         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15342         button overlay without the front stickiness.
15343
15344 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15345
15346         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15347         overview buffer needed a catch to receive its throw.
15348         (gnus-agent-flush-cache): Declare as interactive to make this function
15349         easier to use.
15350
15351 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15354         `next-line'.
15355
15356 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15359         exclude address matching message-dont-reply-to-names.
15360
15361 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-util.el (gnus-string<): New function.
15364
15365         * gnus-sum.el (gnus-article-sort-by-author)
15366         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15367
15368 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15371         the frame-focus tag is set in gnus-buffer-configuration.
15372
15373 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15376         the front stickiness.
15377
15378 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15381         url pattern; remove duplicate one.
15382         (gnus-article-extend-url-button): New function.
15383         (gnus-article-add-buttons): Use it.
15384         (gnus-button-push): Use concatenated url that it makes.
15385
15386 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15387
15388         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15389
15390 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15391
15392         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15393         Don't hardcode point-min==1.
15394
15395 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15398         Fix comment about "iso8859-1".
15399
15400 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15401
15402         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15403         ones returned from the verify-function.
15404
15405         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15406         Call mml2015-extract-cleartext-signature if extraction failed.
15407
15408 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15409
15410         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15411         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15412         failed.
15413
15414 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15417
15418 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15421         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15422         recommends to use EasyPG instead of PGG.
15423
15424         * pgg.el: Revert to revision 6.23.2.16.
15425
15426         * pgg-def.el: Revert to revision 6.6.2.14.
15427
15428         * pgg-gpg.el: Revert to revision 6.23.2.34.
15429
15430 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15433         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15434         thread for both the null and zero (kill/expire thread) universal prefix
15435         cases.
15436         (gnus-summary-expire-thread): Add new function to expire a thread,
15437         using gnus-summary-kill-thread.
15438         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15439         shortcuts for gnus-summary-expire-thread.
15440         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15441         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15442
15443 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15446         extras value, so an extras entry can be deleted.
15447         (gnus-registry-delete-extra-entry): Use it.
15448         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15449         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15450         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15451         storage through the gnus-registry, and provide an appropriate API for
15452         it.
15453
15454 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15457         Suggested by Leo <sdl.web@gmail.com>.
15458
15459         * gnus.el: Do.
15460
15461 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15464         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15465
15466         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15467
15468         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15469         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15470
15471 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15474         newline.
15475         (nnmbox-request-accept-article): Don't change article in source buffer;
15476         narrow to header to use message-fetch-field rather than
15477         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15478         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15479         as delimiters; make sure article ends with newline.
15480         (nnmbox-delete-mail): Correct last position of article to be deleted;
15481         ignore X-Gnus-Newsgroup header in article body.
15482         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15483         positions; make sure article ends with newline.
15484
15485         * message.el (message-display-abbrev): Don't infloop when a user
15486         inserts SPC in the beginning of header.
15487
15488         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15489         coding-system-for-read and coding-system-for-write for XEmacs having no
15490         file-coding feature.
15491
15492         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15493
15494 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15495
15496         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15497         list of groups not followed by default.  Fix type to be regexp.
15498         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15499
15500 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15501
15502         * hmac-def.el (define-hmac-function): Switch from old-style to
15503         new-style backquotes.
15504
15505         * md4.el (md4-make-step): Likewise.
15506
15507 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15510         raw-text coding system when saving .newsrc file, which may contain
15511         non-ASCII group names.
15512
15513 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-cus.el (gnus-score-extra): New widget.
15516         (gnus-score-extra-convert): New function.
15517         (gnus-score-customize): Use it for Extra.
15518
15519 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15520
15521         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15522         (mml2015-mailcrypt-clear-verify): Use it.
15523         (mml2015-gpg-clear-verify): Use it.
15524         (mml2015-pgg-clear-verify): Use it.
15525         (mml2015-epg-clear-verify): Replace the current part with the output
15526         from GnuPG; don't extract the plaintext by itself.
15527
15528         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15529         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15530         mml2015-clear-verify-function; don't touch the armor headers or
15531         dash-escaped text here.
15532
15533 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15536         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15537         parts, or application/octet-stream as a last resort.
15538         (gnus-mime-view-part-as-type): Don't toggle display.
15539         (gnus-mime-view-part-as-charset): Don't turn off display before
15540         querying charset.
15541
15542         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15543         stuff to undisplayer function in Emacs.
15544         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15545
15546         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15547         text/calendar parts.
15548
15549 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15552         decoding text/calendar parts.
15553
15554         * message.el (message-forward-make-body-mime): Always mark body as
15555         having no illegible text; remove signed-or-encrypted argument.
15556         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15557
15558         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15559         (mml-generate-mime-1): Don't encode body if it is specified to be in
15560         raw form; don't make buffer be unibyte when inserting multibyte string.
15561
15562 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15563
15564         * sha1.el: Fix up comment style.
15565         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15566         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15567
15568         * hex-util.el: Fix up comment style.
15569         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15570
15571         * gnus-salt.el: Use with-current-buffer.
15572         (gnus-pick-setup-message): Fix long-standing typo.
15573
15574 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * imap.el (imap-logout-timeout): New variable.
15577         (imap-logout, imap-logout-wait): New functions.
15578         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15579
15580         * nnimap.el (nnimap-logout-timeout): New server variable.
15581         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15582         nnimap-logout-timeout.
15583
15584         * gnus-art.el (gnus-article-summary-command-nosave)
15585         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15586
15587 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus.el (gnus-maximum-newsgroup): New variable.
15590
15591         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15592         according to gnus-maximum-newsgroup.
15593
15594         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15595         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15596         Limit the range of articles according to gnus-maximum-newsgroup.
15597
15598 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15599
15600         * gnus-art.el (gnus-sticky-article): Fix problems described in
15601         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15602         Don't perform gnus-configure-windows here; reuse existing sticky
15603         article buffer.
15604
15605         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15606         it doesn't exist in gnus-article-mode.
15607
15608 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15611         (gnus-agent-decoded-group-name): New function.
15612         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15613         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15614
15615 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15616
15617         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15618         Add binding for gnus-sticky-article.
15619         (gnus-summary-exit): Don't kill sticky article buffers.
15620
15621         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15622         article buffer.
15623         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15624         (gnus-kill-sticky-article-buffers): New commands.
15625
15626 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * nntp.el (nntp-xref-number-is-evil): New server variable.
15629         (nntp-find-group-and-number): If it is non-nil, don't trust article
15630         numbers in the Xref header.
15631
15632 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-agent.el (gnus-agent-read-group): New function.
15635         (gnus-agent-flush-group, gnus-agent-expire-group)
15636         (gnus-agent-regenerate-group): Use it.
15637         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15638         nnmail-pathname-coding-system.
15639
15640 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15643
15644         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15645         that are unread as unread, and also as selected so that information of
15646         marks having been changed by a user may be updated when exiting group.
15647
15648 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15651
15652 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15655         calculated ignoring signature parts to gnus-treat-article.
15656
15657 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15660         a point here in order to keep the window start.
15661         (gnus-insert-mime-security-button): Make a button overlay without the
15662         front stickiness.
15663         (gnus-mime-display-security): Goto the end of a button.
15664
15665         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15666
15667 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15670         group-name-at-point.
15671         (gnus-group-completing-read): New function that offers decoded
15672         non-ASCII group names for completion.
15673         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15674         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15675         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15676         (gnus-group-fetch-control): Use it.
15677         (gnus-fetch-group): Use group-name-at-point for the initial value
15678         rather than the default value; use gnus-alive-p.
15679
15680         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15681         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15682         (gnus-summary-post-news): Use gnus-group-completing-read.
15683
15684         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15685         (gnus-read-move-group-name): Decode group name for completion.
15686
15687 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15690         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15691         Yamaoka slightly modified the code).
15692
15693 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15696         (nnmail-split-incoming): Bind it.
15697
15698         * nnml.el (nnml-group-name-charset): New function.
15699         (nnml-decoded-group-name): Use it; don't decode group name if
15700         nnmail-group-names-not-encoded-p is non-nil.
15701         (nnml-encoded-group-name): New function.
15702         (nnml-group-pathname): Inline nnml-decoded-group-name.
15703         (nnml-request-expire-articles): Decode group name in message.
15704         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15705         nnmail-pathname-coding-system.
15706         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15707         not decoded ones according to nnmail-group-names-not-encoded-p.
15708         (nnml-generate-active-info): Use nnml-encoded-group-name.
15709
15710 2007-08-08  Glenn Morris  <rgm@gnu.org>
15711
15712         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15713         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15714         doc-strings and comments.
15715
15716 2007-07-25  Glenn Morris  <rgm@gnu.org>
15717
15718         * Relicense all FSF files to GPLv3 or later.
15719
15720 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-sum.el (gnus-summary-move-article):
15723         Make gnus-summary-respool-article work.
15724
15725 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15728         string.
15729
15730 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15731
15732         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15733         that should be ignored when comparing distant RSS articles with local
15734         ones.
15735         (nnrss-make-hash-index): New function.  Create a hash index according
15736         to the ignored fields.
15737         (nnrss-check-group): Use it.
15738
15739 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15742
15743         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15744
15745         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15746         the new optional argument ENCODED is non-nil.
15747         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15748         coding system for encoding group name.
15749         (gnus-group-make-rss-group): Pass un-encoded group name to
15750         gnus-group-make-group.
15751         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15752         encoded.
15753
15754         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15755         Encode group name to which articles are moved or copied.
15756         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15757         coding system for encoding Newsgroup, Followup-To and Xref headers.
15758
15759         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15760         marks; use nnheader-file-coding-system to write a file.
15761         (nnagent-retrieve-headers): Bind file-name-coding-system to
15762         nnmail-pathname-coding-system.
15763
15764         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15765
15766         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15767         (nnml-request-article, nnml-request-create-group)
15768         (nnml-request-rename-group, nnml-find-id)
15769         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15770         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15771         (nnml-save-marks): Use nnml-group-pathname instead of
15772         nnmail-group-pathname.
15773
15774         (nnml-request-create-group, nnml-request-expire-articles)
15775         (nnml-request-move-article, nnml-request-delete-group)
15776         (nnml-deletable-article-p, nnml-possibly-create-directory)
15777         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15778         (nnml-open-marks): Bind file-name-coding-system to
15779         nnmail-pathname-coding-system.
15780
15781         (nnml-request-article): Pass server argument to nnml-find-group-number.
15782         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15783         Pass server argument to nnml-possibly-create-directory.
15784         (nnml-request-accept-article): Pass server argument to
15785         nnml-active-number and nnml-save-mail.
15786         (nnml-find-group-number): Pass server argument to nnml-find-id.
15787         (nnml-request-update-info): Pass server argument to
15788         nnml-marks-changed-p.
15789
15790         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15791         (nnml-save-mail, nnml-active-number): Add server argument.
15792
15793         (nnml-request-delete-group): Warn if group is missing.
15794         (nnml-get-nov-buffer): Decode group name.
15795         (nnml-generate-active-info): Encode group name.
15796         (nnml-open-marks): Decode group name in messages.
15797
15798 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15801         if it is not specified.
15802         (gnus-article-pipe-part, gnus-article-save-part)
15803         (gnus-article-interactively-view-part, gnus-article-copy-part)
15804         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15805         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15806         (gnus-article-replace-part, gnus-article-delete-part)
15807         (gnus-article-view-part-as-type): Pass raw prefix argument to
15808         gnus-article-part-wrapper.
15809
15810 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * gnus-agent.el (gnus-agent-save-active):
15813         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15814
15815         * gnus-cache.el (gnus-cache-save-buffers)
15816         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15817         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15818         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15819         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15820         (gnus-cache-generate-active, gnus-cache-rename-group)
15821         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15822         (gnus-cache-update-overview-total-fetched-for):
15823         Bind file-name-coding-system to nnmail-pathname-coding-system.
15824         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15825         New variables.
15826         (gnus-cache-decoded-group-name): New function.
15827         (gnus-cache-file-name): Use it.
15828         (gnus-cache-generate-active): Use non-decoded group name for active.
15829
15830         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15831         right place.
15832         (gnus-write-active-file): Don't break non-ASCII group names.
15833
15834         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15835         nnmail-pathname-coding-system.
15836
15837         * lpath.el: Bind default-file-name-coding-system,
15838         file-name-coding-system and language-info-alist for XEmacs.
15839
15840         * gnus-uu.el (gnus-uu-decode-save): Typo.
15841
15842 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15845
15846 2007-07-14  David Kastrup  <dak@gnu.org>
15847
15848         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15849         finishing actions if we did not edit the article.
15850
15851 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15854         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15855         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15856         (gnus-agent-flush-group, gnus-agent-flush-cache)
15857         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15858         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15859         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15860         (gnus-agent-regenerate-group)
15861         (gnus-agent-update-files-total-fetched-for)
15862         (gnus-agent-update-view-total-fetched-for):
15863         Bind file-name-coding-system to nnmail-pathname-coding-system.
15864         (gnus-agent-group-pathname): Don't encode file names by
15865         nnmail-pathname-coding-system.
15866         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15867         coding-system-for-write instead of buffer-file-coding-system to
15868         gnus-agent-file-coding-system.
15869
15870         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15871         Decode group name.
15872
15873         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15874
15875         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15876         (gnus-read-newsrc-el-file): Make group names unibyte.
15877
15878         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15879         nnmail-pathname-coding-system.
15880
15881         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15882         (nnrss-request-delete-group): Bind file-name-coding-system to
15883         nnmail-pathname-coding-system.
15884         (nnrss-read-server-data, nnrss-read-group-data):
15885         Bind file-name-coding-system correctly.
15886         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15887
15888         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15889         (nntp-server-to-method-cache): New variable.
15890         (nntp-group-pathname): New function that decodes non-ASCII group names.
15891         (nntp-possibly-create-directory, nntp-marks-changed-p)
15892         (nntp-save-marks, nntp-open-marks): Use it.
15893         (nntp-possibly-create-directory, nntp-open-marks):
15894         Bind file-name-coding-system to nnmail-pathname-coding-system.
15895         (nntp-open-marks): Decode group names when bootstrapping marks.
15896
15897         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15898         Newsgroups and Followup-To headers.
15899
15900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15903         (gnus-server-closed-face, gnus-server-denied-face)
15904         (gnus-server-offline-face): Remove variable.
15905         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15906
15907         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15908         of modifying message-stack directly for XEmacs.
15909
15910         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15911         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15912         if the coding-system argument is nil for XEmacs.
15913
15914         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15915         mm-charset-override-alist.
15916
15917         * rfc2047.el: Don't require base64; require rfc2045 for the function
15918         rfc2045-encode-string.
15919         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15920         to quote the parameter value.
15921
15922 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15925         form in gnus-group-name-charset-method-alist.
15926
15927         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15928         overrides the default layout edit-form.
15929
15930         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15931
15932         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15933
15934 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15937         as unfetched articles.
15938
15939 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15942
15943 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15946         original back end that keeps marks in the local system.
15947
15948 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15951         arg of pop-to-buffer for XEmacs.
15952         (gnus-article-read-summary-keys): Ditto; don't restore window
15953         configuration if summary command ends up with neither article buffer
15954         nor summary buffer; describe bindings if summary keys end with C-h.
15955
15956 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * message.el (message-fix-before-sending): Skip raw message part to be
15959         forwarded while checking illegible text.
15960         (message-forward-make-body-mime, message-forward-make-body):
15961         Mark signed or encrypted raw message as having no illegible text.
15962
15963 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15966         (gnus-message-with-timestamp-1): New macro.
15967         (gnus-message-with-timestamp): New function.
15968         (gnus-message): Use them.
15969
15970         * nnheader.el (nnheader-message): Use them.
15971
15972 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15975         .newsrc.eld file.
15976
15977 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-agent.el (gnus-agent-fetch-headers)
15980         (gnus-agent-retrieve-headers):
15981         Bind gnus-decode-encoded-address-function to identity.
15982
15983         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15984         available also when the server returns simply a dot.
15985
15986         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15987
15988 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15991
15992 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-ems.el (gnus-x-splash): Make it work.
15995
15996         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15997         from being used.
15998
15999         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16000
16001 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16004         4th and the 5th arguments.
16005
16006         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16007         the front stickiness.
16008         (gnus-article-summary-command-nosave): Correct the order of the
16009         arguments passed to pop-to-buffer.
16010         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16011         summary command ends up with the article buffer.
16012
16013         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16014         the same faces.
16015
16016 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16017
16018         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16019
16020 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16021
16022         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16023         * gnus-sum.el (gnus-summary-highlight):
16024         * pgg.el (pgg-sign-region, pgg-sign):
16025         * mail-source.el (mail-source-delete-old-incoming-confirm):
16026         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16027
16028 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-art.el (gnus-mime-view-part-externally)
16031         (gnus-mime-view-part-internally): Fix predicate function passed to
16032         completing-read.
16033
16034         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16035
16036         * gnus.el (gnus-update-message-archive-method): Add :version.
16037
16038 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus.el (gnus-update-message-archive-method): New variable.
16041
16042         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16043         according to gnus-message-archive-method if
16044         gnus-update-message-archive-method is non-nil.
16045
16046 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16049         Suggested by Loic Dachary <loic@dachary.org>.
16050         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16051
16052 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * message.el (message-pop-to-buffer): Add switch-function argument.
16055         (message-mail): Pass switch-function argument to it.
16056
16057 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16060         Improve doc string.
16061
16062 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16065         (gnus-header-content):
16066         * gnus-cite.el (gnus-cite-10):
16067         * gnus-srvr.el (gnus-server-closed):
16068         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16069         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16070         (gnus-group-mail-3-empty, gnus-group-mail-low)
16071         (gnus-group-mail-low-empty, gnus-splash):
16072         * message.el (message-header-to, message-header-cc)
16073         (message-header-subject, message-header-other, message-header-name)
16074         (message-header-xheader, message-separator, message-cited-text)
16075         (message-mml): Lighten colors of faces used for dark background.
16076
16077 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16078
16079         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16080         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16081
16082 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * message.el (message-narrow-to-headers-or-head):
16085         Ignore mail-header-separator in the body.
16086
16087 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16090         same as window size.
16091
16092 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16093
16094         * message.el (message-font-lock-keywords): Use message-header-xheader
16095         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16096         ahead of the anything pattern, to get it recognized.
16097
16098 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16101         spam.el loads uses it in the compiled defadvice form.
16102
16103 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16104
16105         * gnus-sum.el (gnus-articles-to-read)
16106         (gnus-summary-insert-old-articles): Don't truncate group name for
16107         `read-string'.
16108
16109         * gnus-util.el (gnus-limit-string): Delete this function.
16110
16111         * gnus-sum.el (gnus-simplify-subject-fully):
16112         Use `truncate-string-to-width' instead.
16113
16114 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16115
16116         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16117         Tell if, on summary exit, the next group has to be selected.
16118         (gnus-summary-exit): Use it.
16119
16120 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16123         non-break space.
16124
16125 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16128         Check if group is not a directory.
16129         (nnfolder-request-expire-articles): Don't delete articles if the target
16130         group is not available.
16131
16132         * nnml.el (nnml-request-create-group): Properly check if group is not a
16133         file.
16134         (nnml-request-expire-articles): Don't delete articles if the target
16135         group is not available.
16136
16137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16138         Don't quote characters that are within parentheses.
16139
16140 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16143         (gnus-handle-ephemeral-exit): Select article according to it.
16144
16145 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * message.el (message-insert-formated-citation-line): Remove newline.
16148         (message-citation-line-format): Add final \n here so that the user can
16149         avoid a blank line.
16150
16151 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16152
16153         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16154         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16155         Update lanl/arXiv support.
16156
16157 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * gnus.el: Bump version number.
16160
16161 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162
16163         * gnus.el (gnus-version-number): Bump version.
16164
16165 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16166
16167         * gnus.el: No Gnus v0.6 is released.
16168
16169 2007-04-27  Didier Verna  <didier@xemacs.org>
16170
16171         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16172         * gmm-utils.el (gmm-regexp-concat): ... here.
16173         * message.el: Don't require 'gnus-util.
16174         (message-dont-reply-to-names): Handle name change above.
16175         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16176
16177 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16180         since the initial value varies according to the system.
16181
16182 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16185
16186 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16187
16188         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16189
16190 2007-04-24  Didier Verna  <didier@xemacs.org>
16191
16192         Improve the type of gnus-ignored-from-addresses.
16193         * gnus-util.el (gnus-orify-regexp): New function.
16194         * message.el (gnus-util): Require it.
16195         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16196         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16197         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16198
16199 2007-04-24  Didier Verna  <didier@xemacs.org>
16200
16201         * gnus-sum.el:
16202         * gnus-utils.el: Fix some trailing whitespaces.
16203
16204 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16207         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16208         article's Message-ID; refer parent article in summary buffer.
16209
16210         * message.el (message-bounce): Call mime-to-mml.
16211
16212         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16213         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16214         optimize and/or forms properly.
16215
16216 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16219         URL.
16220
16221 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16224
16225 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16228         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16229         displayed of multipart/alternative part if it is invoked from summary
16230         buffer.
16231
16232         * mm-view.el (mm-inline-text-html-render-with-w3m)
16233         (mm-inline-text-html-render-with-w3m-standalone)
16234         (mm-inline-render-with-function): Use mail-parse-charset by default.
16235
16236 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16237
16238         * parse-time.el (parse-time-string-chars): Check if CHAR
16239         is less than the length of parse-time-syntax.
16240
16241 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16244         from gnus-newsgroup-processable.
16245
16246 2007-04-16  Didier Verna  <didier@xemacs.org>
16247
16248         * gnus-msg.el (gnus-configure-posting-styles):
16249         Handle message-signature-directory properly with :file syntax.
16250         Reported by "Leo".
16251
16252 2007-04-11  Didier Verna  <didier@xemacs.org>
16253
16254         New user option: message-signature-directory.
16255         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16256         * message.el (message-insert-signature): Ditto.
16257         * message.el (message-signature-file): Doc update.
16258         * message.el (message-signature-directory): New.
16259
16260 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-msg.el (gnus-inews-yank-articles):
16263         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16264
16265 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * message.el (message-yank-original): Make sure cited text ends with
16268         newline; don't exchange point and mark.
16269
16270 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16271
16272         * tls.el (open-tls-stream): Properly handle case where there
16273         is no associated buffer.
16274
16275 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16276
16277         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16278         message-yank-original, make sure (< mark TEXT point).
16279
16280 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * message.el (message-fill-column): New variable.
16283         (message-mode): Use it.  Add comment on a possible new hook.
16284
16285         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16286         (nnmail-get-new-mail): Reformat.
16287
16288         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16289
16290         * gmm-utils.el: Fix Commentary.
16291         (gmm-tool-bar-from-list): Fix typo in doc string.
16292
16293 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16294
16295         * message.el (message-yank-original): Don't switch point and mark
16296         unnecessarily to put point and mark as documented.
16297
16298 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16299
16300         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16301         from the message heads.
16302
16303 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16304
16305         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16306         article buffer does not have a window.  This may not be the best
16307         solution but is certainly better than setting the start of the null,
16308         that is the current, window.
16309
16310 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16313         (gnus-draft-setup): Run it.
16314
16315         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16316         gnus-score-fast-scoring.  Allow regexp.
16317         (gnus-score-headers): Use it.
16318
16319         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16320         XEmacs.
16321
16322         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16323         string.
16324         (gnus-button-alist): Also catch `<f1> k ...'.
16325         (gnus-treat-display-x-face): Fix doc string.
16326
16327 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16328
16329         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16330         evaluation of gnus-extended-version to ensure correct generation of the
16331         User-Agent header when message-generate-headers-first is used.
16332
16333 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16334
16335         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16336         hashcash-path is nil.  Don't call callback with incorrect number of
16337         parameters if val is 0.
16338
16339 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16340
16341         * message.el (message-required-news-headers):
16342         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16343
16344 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16345
16346         * tls.el (open-tls-stream): In handshake-waiting loop,
16347         don't wait more if there is output available to process.
16348
16349 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16350
16351         * tls.el (tls-program): Doc fix.
16352
16353 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * message.el (message-generate-new-buffers): Change the meaning of the
16356         nil value; add `standard' to the choices; treat t as `unique'; improve
16357         doc string.
16358         (gnus-select-frame-set-input-focus): Autoload.
16359         (message-buffer-name): Search for the existing message buffer if
16360         message-generate-new-buffers is nil or `standard'; treat the value t of
16361         message-generate-new-buffers as `unique'.
16362         (message-pop-to-buffer): Raise the frame already displaying the message
16363         buffer; clear the echo area after querying.
16364         (message-setup): Pass the `continue' argument to compose-mail.
16365         (message-mail): Prefer `switch-function' if it is given; search for the
16366         existing message buffer if the `continue' argument is non-nil; pass
16367         continue and switch-function arguments to compose-mail by way of
16368         message-setup.
16369         (message-mail-other-window): Adjust argument of message-setup.
16370         (message-mail-other-frame): Ditto.
16371
16372 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16375         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16376         to turn font-lock on when turning gnus-message-citation-mode on.
16377
16378 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16379
16380         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16381         (mml-smime-function-alist): New variable; add epg as the backend.
16382         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16383         mml-smime- functions instead.
16384         * mm-view.el: Require smime.
16385
16386 2007-03-05  Didier Verna  <didier@xemacs.org>
16387
16388         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16389         instead of just inheritance for posting styles.
16390         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16391
16392 2007-02-24  Chris Moore  <dooglus@gmail.com>
16393
16394         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16395         * pgg-pgp.el (pgg-pgp-encrypt-region):
16396         * pgg-gpg.el (pgg-gpg-encrypt-region):
16397         Check pgg-encrypt-for-me if no other recipients.
16398
16399 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16400
16401         * tls.el (tls-certtool-program): Fix custom type.
16402
16403 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16406         and point-at-eol instead of line-(beginning|end)-position.
16407
16408         * assistant.el (assistant-parse-buffer): Ditto.
16409
16410         * netrc.el (netrc-parse-services): Ditto.
16411
16412 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16413
16414         * mml2015.el (mml2015-epg-find-usable-key): New function.
16415         (mml2015-epg-sign): Use it.
16416         (mml2015-epg-encrypt): Use it.
16417
16418 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * message.el (message-make-in-reply-to): Quote name containing
16421         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16422         if there are special characters.  Reported by NAKAJI Hiroyuki
16423         <nakaji@jp.freebsd.org>.
16424
16425 2007-02-27  Didier Verna  <didier@xemacs.org>
16426
16427         Include the group parameters as well as the topic ones in the
16428         inheritance filter process.
16429         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16430         argument GROUP-PARAMS-LIST.
16431         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16432
16433 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * nntp.el (nntp-never-echoes-commands)
16436         (nntp-open-connection-functions-never-echo-commands): New variables.
16437         (nntp-send-command): Use them.
16438
16439 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16440
16441         * mml2015.el (mml2015-epg-verify): Simplify.
16442
16443 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * mml.el (mml-content-disposition-alist): New user option.
16446         (mml-content-disposition): New function.
16447         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16448         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16449
16450 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16451
16452         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16453         verification.
16454
16455 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16456
16457         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16458         articles posted in the last 24 hours.
16459
16460 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16461
16462         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16463
16464 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16465
16466         * nntp.el (nntp-send-command): Don't wait for echoes when
16467         nntp-open-ssl-stream is used.
16468
16469 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16472         (gnus-message-add-citation-keywords)
16473         (gnus-message-remove-citation-keywords): Remove.
16474         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16475         directly, make the variables in font-lock-defaults buffer-local, add
16476         gnus-message-citation-keywords to them and then update the value of
16477         font-lock-keywords.
16478
16479 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * message.el (message-cite-original-1): Don't call
16482         gnus-article-highlight-citation.
16483
16484         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16485         citations; fix line count.
16486
16487 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16490         (gnus-message-add-citation-keywords)
16491         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16492         versions of font-lock-add-keywords and font-lock-remove-keywords to
16493         work with XEmacs correctly.
16494
16495 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-cite.el (gnus-cite-face-list): Set the values of
16498         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16499         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16500         (gnus-message-cite-prefix-regexp): New variable.
16501         (gnus-message-search-citation-line): Use it; protect against long
16502         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16503         the 0th match data for Emacs.
16504         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16505         (gnus-message-add-citation-keywords): Append keywords rather than
16506         prepending; emulate font-lock-add-keywords if it is not available.
16507         (gnus-message-remove-citation-keywords):
16508         Emulate font-lock-remove-keywords if it is not available.
16509
16510         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16511
16512         * message.el (message-cite-prefix-regexp): Set the value of
16513         gnus-message-cite-prefix-regexp.
16514
16515 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16516
16517         * nnweb.el (nnweb-google-parse-1): Update parser.
16518
16519 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16520
16521         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16522
16523 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16524
16525         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16526         regexp.
16527
16528 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16531         string-to-multibyte.
16532         (uudecode-decode-region-internal): Use it.
16533
16534         * lpath.el: Fbind string-as-multibyte for XEmacs.
16535
16536 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16539         Fix custom choice.
16540
16541         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16542
16543 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16544
16545         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16546
16547         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16548         `write-region' to respect `mm-inhibit-file-name-handlers'.
16549
16550 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16551
16552         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16553         Use gnus-home-directory instead of "~/" or "$HOME".
16554
16555 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16556
16557         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16558         to mention filename.
16559         Add comments at beginning regarding usage.
16560         (encrypt-write-file-contents): Change interactive so a string is
16561         acceptable.  If the file has no associated model, show an error instead
16562         of a nonsense prompt.
16563
16564 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16565
16566         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16567         Thanks to Yoshihiko Yamada for kind notification of this typo.
16568
16569 2007-01-12  Kenichi Handa  <handa@m17n.org>
16570
16571         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16572         multibyte buffer.
16573
16574 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * gnus-score.el (gnus-score-fast-scoring): New variable.
16577         (gnus-score-headers): Use it.
16578
16579         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16580
16581         * message.el (message-cite-original-1):
16582         Call gnus-article-highlight-citation if requested.
16583         (message-make-from): Allow name and address as optional arguments.
16584
16585         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16586
16587         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16588         bugs to doc string.
16589         (gnus-button-alist): Add mid\\|message-id.
16590         (gnus-button-fetch-group): Extend for use in
16591         `browse-url-browser-function'.
16592         (gnus-button-url-regexp): Try to catch paired parentheses like in
16593         Wikipedia URLs.
16594
16595         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16596         Suggested by Simon Krahnke <overlord@gmx.li>.
16597
16598 2007-01-13  Romain Francoise  <romain@orebokech.com>
16599
16600         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16601         Update copyright.
16602
16603 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16604
16605         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16606
16607 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16608
16609         * gnus-registry.el (gnus-registry-unfollowed-groups)
16610         (gnus-registry-split-fancy-with-parent): Fix documentation.
16611
16612 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16615         from nnweb groups.
16616
16617 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16620         Xref urls.  Erase buffer before requesting head.
16621
16622         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16623
16624 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16627         customizable.
16628
16629 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16630
16631         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16632         no signing key is found.
16633         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16634         no encrypting and/or signing key is found.
16635
16636 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16639
16640 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16641
16642         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16643         headers read from disk with the ones newly found in the current search.
16644         This should no longer cause problems, because the article numbers in
16645         Gmane's `nov.php' output are ignored since the previous change.
16646
16647 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16648
16649         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16650
16651 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16654         replace-regexp-in-string; bind url-version; fbind display-images-p and
16655         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16656         find-face and set-itimer-function for Emacs; bind itimer-list for
16657         Emacs.
16658
16659         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16660
16661 2007-01-01  Romain Francoise  <romain@orebokech.com>
16662
16663         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16664
16665 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16666
16667         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16668         `define-minor-mode' macro definition expanded properly.
16669         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16670         exclude it there.
16671
16672         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16673         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16674         `fboundp' test.
16675         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16676         This is OK to autoload in (S)XEmacs now.
16677
16678 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16679
16680         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16681         keystroke.
16682         (gnus-summary-limit-to-singletons): Fix typo.
16683
16684         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16685         else fails.
16686
16687 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16688
16689         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16690         docstring.
16691
16692         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16693         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16694         (gnus-summary-insert-dormant-articles): Fix typo in message.
16695
16696 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16699         nil for XEmacs.
16700         (gnus-message-citation-mode): Don't autoload in XEmacs.
16701
16702         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16703
16704 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16705
16706         * nnimap.el (nnimap-expunge-search-string):
16707         Mention nnimap-search-uids-not-since-is-evil in docstring.
16708
16709 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * spam.el: Revert to make-obsolete-variable because
16712         define-obsolete-variable-alias is not supported in Emacs 21.
16713
16714         * spam.el (spam-ifile-path, spam-ifile-database-path)
16715         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16716         make-obsolete-variable.
16717         (spam-bsfilter-path, spam-bsfilter-program)
16718         (spam-spamassassin-path, spam-spamassassin-program)
16719         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16720         Don't use "path" inappropriately.
16721         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16722         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16723         variable names.
16724
16725 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16726
16727         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16728         summary buffer.
16729
16730         * password.el (password-cache-remove): Use clear-string to burn
16731         password, if available.
16732
16733 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16736
16737         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16738
16739         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16740         (gnus-message-highlight-citation): Move defcustom here from
16741         gnus-cite.el.
16742         (gnus-message-citation-mode): Autoload.
16743
16744         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16745         checks to make it compile with XEmacs.
16746         (gnus-message-citation-mode): New minor mode.
16747         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16748         (gnus-message-highlight-citation): New variables.
16749         (gnus-message-search-citation-line)
16750         (gnus-message-add-citation-keywords)
16751         (gnus-message-remove-citation-keywords)
16752         (turn-on-gnus-message-citation-mode)
16753         (turn-off-gnus-message-citation-mode): New functions.
16754
16755 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16756
16757         * gnus-cite.el: Enable highlighting of different citation levels in
16758         message-mode.
16759
16760 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * message.el (message-make-fqdn): Fix comment.
16763         (message-bogus-system-names): Add ".local".
16764
16765         * spam.el (spam-ifile-path, spam-ifile-program)
16766         (spam-ifile-database-path, spam-ifile-database)
16767         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16768         Don't use "path" inappropriately.
16769         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16770         strings.
16771         (spam-check-ifile, spam-ifile-register-with-ifile)
16772         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16773         Use new variable names.
16774
16775         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16776         (gnus-treat-display-smileys): Simplify using
16777         gnus-image-type-available-p.
16778
16779         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16780         available.
16781
16782         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16783         Use `display-images-p' if available.
16784
16785 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16788         one after turning on the buffer's multibyteness instead of decoding
16789         them directly in the unibyte buffer that causes unexpected conversion
16790         in Emacs 23 (unicode).
16791
16792 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16793
16794         * message.el (message-generate-hashcash): Fix custom type.
16795
16796 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16799
16800 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16803         disconnect icons.  Add help text.
16804
16805 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16808         negated to be consistent with the others we handle.
16809
16810 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16813         version of gnus-summary-buffer to something, so that we can use two
16814         article buffers at the same time.
16815
16816 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16817
16818         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16819         trigger all the extra headers.
16820         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16821         sorting.
16822
16823 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16824
16825         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16826         solid groups.
16827
16828 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16829
16830         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16831
16832 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * legacy-gnus-agent.el: Add Copyright notice.
16835
16836 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16837
16838         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16839
16840 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16841
16842         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16843
16844         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16845         to make it work reliably in CVS Emacs.
16846         (gnus-summary-limit-strange-charsets-predicate)
16847         (gnus-summary-limit-to-predicate): New functions.
16848
16849 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16850
16851         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16852         specifying array size.
16853         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16854         array if it is too small.
16855         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16856         (gnus-sort-threads-loop): New function.
16857
16858 2006-12-06  Chris Moore  <dooglus@gmail.com>
16859
16860         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16861         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16862
16863 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16864
16865         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16866         options.
16867
16868 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16869
16870         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16871         DOS-ing the recipient.
16872
16873         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16874         the headers when creating the mapping to avoid mismappings.
16875         (nnweb-gmane-create-mapping): Always nix out old mapping.
16876
16877 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16878
16879         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16880         and mm-verify-option to never.
16881
16882 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * message.el (message-signed-or-encrypted-p): New function.
16885         (message-forward-make-body): Use it.
16886
16887         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16888         Replace encode-coding-string with mm-encode-coding-string.
16889
16890 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * nneething.el (nneething-decode-file-name):
16893         Replace decode-coding-string with mm-decode-coding-string.
16894
16895         * gnus-int.el (gnus-open-server): Say failed server's name.
16896
16897 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16898
16899         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16900         strings to a single string.  Quote `errors-file-name'.
16901         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16902         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16903         Adjust calls.  Use `shell-quote-argument'.
16904
16905 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16906
16907         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16908         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16909
16910         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16911         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16912         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16913         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16914         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16915         (gnus-subscribe-newsgroup, gnus-1):
16916         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16917         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16918         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16919         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16920
16921 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16922
16923         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16924         keystroke.
16925         (gnus-summary-limit-to-bodies): Implement headersp.
16926
16927 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16930
16931 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16934
16935 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * message.el (message-generate-hashcash): Expand range of values to
16938         include `opportunistic'.
16939         (message-send-mail): Use it.
16940
16941 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16942
16943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16944         and comment it.
16945
16946         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16947
16948 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-util.el (gnus-extract-address-components): Improve comment.
16951
16952 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-util.el (gnus-extract-address-components): Work with address in
16955         which the name portion contains @.
16956
16957         * lpath.el: Fbind custom-autoload.
16958
16959 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * gnus.el (gnus-start): Move custom group up.
16962         (gnus-select-method): Don't autoload, but make it available for
16963         `customize-variable'.
16964         (gnus-getenv-nntpserver): Don't autoload.
16965
16966 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16967
16968         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16969
16970 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * message.el (message-sendmail-extra-arguments): New variable.
16973         (message-send-mail-with-sendmail): Use it.
16974
16975 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16978         mm-with-unibyte-current-buffer to make string unibyte.
16979
16980         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16981         mm-string-as-multibyte.
16982
16983 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16984
16985         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16986         Reported by Werner Koch <wk@gnupg.org>.
16987
16988 2006-11-14  Daiki Ueno  <ueno@p360>
16989
16990         * mml2015.el: Autoload epa-select-keys when compiling.
16991
16992 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16993
16994         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16995         message-options.
16996         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16997
16998 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16999
17000         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17001         EasyPG (< 0.0.6).
17002         (mml2015-always-trust): New user option.
17003         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17004         prompt.
17005
17006 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * nntp.el (nntp-authinfo-force): New variable.
17009         (nntp-send-authinfo): Use it.
17010
17011 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17014         decode encoded words.  Improve prompt.  Add comment about forwarding.
17015         (message-replacement-char): Move up.
17016
17017 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17018
17019         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17020         instead of gnus-intersection because arguments of gnus-sorted-nunion
17021         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17022
17023 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17026         (message-simplify-subject-functions):
17027         Enable message-strip-subject-encoded-words by default.
17028
17029 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * message.el (message-strip-subject-encoded-words): New function.
17032         (message-simplify-subject-functions): New variable.
17033         (message-simplify-subject): Use it.  Fix typo in doc string.
17034         Support message-strip-subject-encoded-words.
17035
17036 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17037
17038         * gnus-diary.el (gnus-diary-delay-format-function):
17039         * nndiary.el (nndiary-reminders):
17040         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17041
17042 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17043
17044         * gnus-art.el (article-hide-boring-headers): Fetch date from
17045         gnus-original-article-buffer to avoid problems with localized date
17046         strings.
17047
17048 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17051
17052 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17055         New variables.
17056         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17057         (mm-charset-synonym-alist): Move some entries to
17058         mm-codepage-iso-8859-list.
17059         (mm-charset-synonym-alist, mm-charset-override-alist):
17060         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17061
17062 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17065
17066 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17069         with Emacs 21 and XEmacs.
17070
17071 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * spam.el (spam-parse-address): New function for better parsing,
17074         catching errors, etc.
17075         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17076
17077 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * mm-view.el: Add interactive arg to html2text autoload.
17080
17081 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17084
17085 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17086
17087         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17088         New variables.
17089         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17090         (mm-charset-synonym-alist): Move some entries to
17091         mm-codepage-iso-8859-list.
17092
17093         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17094
17095 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * message.el (message-citation-line-format)
17098         (message-insert-formated-citation-line): Fix implementation of %E, %N
17099         and %n according to the doc string.
17100
17101 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17104         Use car-safe to avoid bad parses.
17105
17106 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17109         names.
17110
17111         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17112
17113 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17116         header.
17117
17118         * message.el (message-draft-headers): Add Date.
17119         (message-headers-to-generate): Fix typo in docstring.
17120
17121         * nndraft.el (nndraft-required-headers): New variable.
17122         (nndraft-generate-headers): Use it.
17123
17124         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17125
17126 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * gnus-registry.el (gnus-registry-wash-for-keywords)
17129         (gnus-registry-find-keywords): New functions to allow easy searching of
17130         articles that are in the registry.
17131
17132 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17135         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17136         Reported by Damien Elmes <damien@repose.cx>.
17137
17138 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * gnus.el (gnus-mime): Remove unused custom group.
17141
17142 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17143
17144         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17145         "blank line" when searching for end of armor headers.
17146
17147 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gmm-utils.el (gmm-write-region): Fix variable name.
17150
17151 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * gmm-utils.el (gmm-write-region): New function based on compatibility
17154         code from `mm-make-temp-file'.
17155
17156         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17157
17158         * nnmaildir.el (nnmaildir--update-nov)
17159         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17160         Use `gmm-write-region'.
17161
17162 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17163
17164         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17165         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17166
17167         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17168
17169         * message.el (message-replacement-char): New variable.
17170         (message-fix-before-sending): Use it.
17171         (message-simplify-subject): New function to remove duplicate code.
17172         (message-reply, message-followup): Use it.
17173
17174         * gnus-sum.el (gnus-summary-make-menu-bar):
17175         Clarify gnus-summary-limit-to-articles.
17176
17177 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-util.el (gnus-with-local-quit): New macro.
17180
17181         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17182
17183 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17184
17185         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17186         ignore non-string data.
17187
17188 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17191         non-string data (needs to be done in the registry too).
17192
17193 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17196         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17197         (gnus-registry-split-fancy-with-parent)
17198         (gnus-registry-fetch-simplified-message-subject-fast)
17199         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17200         Remove text properties on ingress into the registry and when it's saved.
17201         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17202         registry from entries with no groups.
17203
17204 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17207         function to remove string properties.
17208
17209 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17210
17211         * gmm-utils.el (gmm): Adjust custom version.
17212
17213         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17214         Adjust custom version.
17215
17216         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17217
17218 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * gnus-art.el (gnus-insert-prev-page-button)
17221         (gnus-insert-next-page-button): Simplify.  Reformat.
17222
17223 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17224
17225         * gnus-art.el (gnus-insert-prev-page-button)
17226         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17227
17228 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17229
17230         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17231
17232 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17233
17234         * gnus-art.el (gnus-insert-mime-button)
17235         (gnus-insert-mime-security-button):
17236         Apply gnus-article-button-face to MIME and security buttons.
17237
17238 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17241         readable.
17242
17243 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17246
17247 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17248
17249         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17250         `browse-url-of-file' instead of `browse-url'.
17251
17252 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17253
17254         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17255         regexp.  Articles containing quotation were cut prematurely.
17256
17257 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * message.el (message-cite-original-1): Use nobody by default for the
17260         value of From header.
17261         (message-reply): Ditto.
17262
17263 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17264
17265         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17266         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17267         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17268
17269 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17272         mails in the doc string.  Add some URLs in comment.
17273         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17274
17275 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17278         backslashes handling and the way to find boundaries of quoted strings.
17279
17280 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17281
17282         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17283         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17284         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17285         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17286
17287 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17290         doc string.
17291         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17292
17293 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * lpath.el: Fbind epg-check-configuration.
17296
17297 2006-09-06  Simon Josefsson  <jas@extundo.com>
17298
17299         * mml2015.el (mml2015-use): Doc fix, mention epg.
17300
17301 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17302
17303         * mml2015.el (mml2015-use): Default to epg, if available.
17304
17305 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17306
17307         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17308         message-sender.
17309         (mml1991-epg-encrypt): Ditto.
17310         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17311         message-sender.
17312         (mml2015-epg-encrypt): Ditto.
17313
17314 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17315
17316         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17317         several common directories.
17318
17319 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17320
17321         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17322         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17323
17324 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-art.el (article-decode-encoded-words): Make it fast.
17327
17328 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17331
17332         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17333         in quoted string into `\'.
17334
17335 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17338         Use standard-syntax-table.
17339
17340 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-art.el (gnus-decode-address-function): New variable.
17343         (article-decode-encoded-words): Use it to decode headers which are
17344         assumed to contain addresses.
17345         (gnus-mime-delete-part): Remove useless `or'.
17346
17347         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17348         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17349         (gnus-nov-parse-line): Use it to decode From header.
17350         (gnus-get-newsgroup-headers): Ditto.
17351         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17352
17353         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17354         (mail-decode-encoded-address-string): New alias.
17355
17356         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17357         New function.
17358         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17359         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17360         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17361         (rfc2047-decode-string): Ditto.
17362         (rfc2047-decode-address-region): New function.
17363         (rfc2047-decode-address-string): New function.
17364
17365 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17366
17367         * message.el (message-caesar-buffer-body): Allow rotating headers.
17368
17369         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17370
17371         * message.el (message-insert-formated-citation-line): Fix %f.
17372         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17373
17374 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17377         (gnus-bookmark-mouse-available-p): New macro.
17378         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17379         (gnus-bookmark-bmenu-show-infos): Use it.
17380         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17381         (gnus-bookmark-bmenu-hide-infos): Ditto.
17382         (gnus-bookmark-remove-properties): New function.
17383         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17384         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17385         (gnus-bookmark-write-file): Bind coding-system-for-write.
17386         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17387         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17388         group before selecting it.
17389         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17390         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17391         quit-window if it is not available; use gnus-mouse-2 and bind it to
17392         gnus-bookmark-bmenu-select-by-mouse.
17393         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17394         (gnus-bookmark-bmenu-select-by-mouse): New function.
17395
17396 2006-08-13  Romain Francoise  <romain@orebokech.com>
17397
17398         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17399         space.
17400
17401 2006-08-10  Romain Francoise  <romain@orebokech.com>
17402
17403         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17404         (dns-mode-soa-auto-increment-serial): New user option.
17405         (dns-mode-soa-maybe-increment-serial): New function.
17406         (dns-mode): Add the latter to `write-contents-functions'.
17407
17408 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * compface.el (uncompface): Use binary rather than raw-text-unix.
17411
17412 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * compface.el (uncompface): Make sure the eol conversion doesn't take
17415         place when communicating with the external programs.
17416         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17417
17418 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17421
17422 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17423
17424         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17425         Make it more robust by parsing author and date independently.
17426
17427 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17430
17431 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17432
17433         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17434         first matching secret key.
17435         (mml2015-epg-encrypt): Ditto.
17436
17437         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17438         first matching secret key.
17439         (mml1991-epg-encrypt): Ditto.
17440
17441         * mml2015.el (mml2015-encrypt-to-self): New user option.
17442         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17443         mml2015-epg-encrypt-to-self is set.
17444
17445         * mml1991.el (mml1991-encrypt-to-self): New variable.
17446         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17447         mml1991-epg-encrypt-to-self is set.
17448
17449         * mml2015.el (mml2015-signers): New user option.
17450         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17451         (mml2015-epg-encrypt): Allow to select signing keys.
17452
17453         * mml1991.el (mml1991-signers): New variable.
17454         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17455         (mml1991-epg-encrypt): Allow to select signing keys.
17456
17457 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * nnheader.el (nnheader-insert-head): Make it work even if the file
17460         uses CRLF for the line-break code.
17461
17462 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17463
17464         * mml2015.el: Require mml-sec instead of password.
17465         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17466         (mml2015-cache-passphrase): Inherit the default value from
17467         mml-secure-cache-passphrase.
17468         (mml2015-passphrase-cache-expiry): Inherit the default value from
17469         mml-secure-passphrase-cache-expiry.
17470
17471         * mml1991.el: Require mml-sec instead of password.
17472         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17473         (mml1991-cache-passphrase): Inherit the default value from
17474         mml-secure-cache-passphrase.
17475         (mml1991-passphrase-cache-expiry): Inherit the default value from
17476         mml-secure-passphrase-cache-expiry.
17477
17478         * mml-sec.el: Require password.
17479         (mml-secure-verbose): New user option.
17480         (mml-secure-cache-passphrase): New user option.
17481         (mml-secure-passphrase-cache-expiry): New user option.
17482
17483 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17484             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17485
17486         * pgg-def.el (pgg-truncate-key-identifier):
17487         Truncate the key ID to 8 letters from the end.
17488
17489 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17490
17491         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17492         workaround for the url package included with Emacs.
17493
17494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17495
17496 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17499         correctly.  This fixes a bug caused by the 2006-05-12 change.
17500
17501 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17502
17503         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17504         some information about the error when saying that the `bogus' mail
17505         group will be used.
17506
17507 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17510         string.
17511
17512 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17513
17514         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17515
17516 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17517
17518         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17519
17520 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17521
17522         * mml1991.el (mml1991-function-alist): Add epg.
17523         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17524         (mml1991-epg-encrypt): New functions.
17525
17526 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17527
17528         * mml2015.el (mml2015-verbose): New variable.
17529         (mml2015-cache-passphrase): Ditto.
17530         (mml2015-passphrase-cache-expiry): Ditto.
17531         (mml2015-function-alist): Add epg.
17532         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17533         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17534         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17535         New functions.
17536
17537 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17538
17539         * message.el (message-cite-original-1): Preserve region when removing
17540         quoted text due to X-No-Archive in order to avoid bogus attribution
17541         when citing multiple messages.
17542
17543 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17544
17545         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17546         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17547
17548 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * gnus-diary.el (gnus-user-format-function-d)
17551         (gnus-user-format-function-D): Autoload.
17552
17553         * imap.el (Commentary): Fix typo.
17554
17555         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17556         2006-04-22 contribution.
17557
17558 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17559
17560         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17561         It didn't really fix the bogosity I'm seeing with solid web groups.
17562
17563 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17564
17565         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17566         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17567         created using server names.  If we use the feature without declaring
17568         it, Gnus does not properly manage server and group state.
17569
17570         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17571         bound.
17572
17573 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17574
17575         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17576         looking up the method using GROUP's prefix before inventing a new one.
17577         It is used on killed/unknown groups in various places where returning
17578         an all-new method isn't expected by the caller.
17579
17580         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17581         and match semantics of gnus-group-real-prefix.
17582
17583 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * nnmail.el (nnmail-broken-references-mailers): New variable.
17586         (nnmail-ignore-broken-references): New function generalizing
17587         nnmail-fix-eudora-headers.
17588         (nnmail-fix-eudora-headers): Now obsolete.
17589
17590         * gnus-art.el (gnus-button-handle-custom):
17591         Support `customize-apropos*'.
17592
17593 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17594
17595         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17596
17597         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17598         articles.
17599
17600 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * message.el (message-cite-reply-above): New variable.
17603         (message-yank-original): Use it.
17604
17605 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17608
17609 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17612         as read.
17613
17614         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17615
17616 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17619         (gnus-bookmark-default-file): Use gnus-directory.
17620         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17621         Remove "*" in doc string.
17622         (gnus-bookmark-write-file): Simplify.
17623         (gnus-bookmark-maybe-sort-alist): Use `when'.
17624         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17625         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17626         Add FIXME about Emacs 21 and XEmacs compatibility.
17627         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17628         compatibility.
17629         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17630         compatibility.
17631         (gnus-bookmark-menu-heading): Fix version.
17632
17633 2006-06-19  Bastien Guerry  <bzg@altern.org>
17634
17635         * gnus-bookmark.el: New file.
17636
17637 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * message.el (message-syntax-checks): Doc fix.
17640
17641 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17642
17643         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17644         unsubscribed groups as if they were killed ones.  It causes duplicate
17645         entries in gnus-newsrc-alist.
17646
17647 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * message.el (message-syntax-checks): Doc fix.
17650         (message-send-mail): Add check for continuation headers.
17651         (message-check-news-header-syntax): Fix regexp used to check for
17652         continuation headers.
17653
17654 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17657
17658 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17659
17660         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17661
17662 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17665         default-truncate-lines.
17666
17667 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17670         to fill the utf-8 entry.
17671
17672         * lpath.el: Fbind unicode-precedence-list.
17673
17674 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17675
17676         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17677
17678 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17679
17680         * gnus-agent.el (directory-files-and-attributes): Move all the way
17681         forward (the third and final move).
17682         (gnus-agent-read-agentview): Trap reconstruction errors due to
17683         nonexistent directory.  Handle by returning nil.
17684
17685 2006-05-30  Didier Verna  <didier@xemacs.org>
17686
17687         * message.el (message-dont-reply-to-names): Update the custom type.
17688         * message.el (message-dont-reply-to-names): New defsubst: potentially
17689         convert a list of regexps into a single one.
17690         * message.el (message-get-reply-headers): Use it.
17691         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17692
17693 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-agent.el (directory-files-and-attributes): Move forward.
17696
17697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17698
17699         * gnus-ml.el (gnus-mailing-list-subscribe)
17700         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17701         (gnus-mailing-list-message): Fix doc strings.
17702
17703 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17704
17705         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17706         of doing it manually.
17707
17708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17709
17710         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17711         comment.
17712
17713 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17714
17715         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17716         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17717         (gnus-agent-read-local): All symbols allocated in my-obarray.
17718         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17719         (gnus-agent-regenerate-group): Check numeric names to see if they are
17720         messages or groups.
17721         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17722         better way of do this...)
17723
17724         * gnus-cache.el (gnus-agent-total-fetched-for):
17725         Ignore 'dummy.group' (there should be a better way of do this...)
17726
17727 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17730         (gnus-saved-headers): Ditto.
17731         (gnus-default-article-saver): Mention functions may have properties.
17732         (gnus-article-save): Override gnus-save-all-headers and
17733         gnus-saved-headers by :headers property which saver function may have.
17734         (gnus-summary-save-in-file): Add :headers property.
17735         (gnus-summary-write-to-file): Ditto.
17736
17737         * gnus-sum.el (gnus-summary-save-article): Bind
17738         gnus-prompt-before-saving to t when saving many articles in a file;
17739         always show all headers.
17740
17741         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17742
17743 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17744
17745         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17746         marks.
17747
17748         * message.el (message-indent-citation): Add optional arguments to allow
17749         using it outside of message buffers.
17750
17751         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17752         (gnus-article-treat-unfold-headers): Use it.
17753         (gnus-article-truncate-lines): New variable.
17754         (gnus-article-mode): Use it.
17755         (gnus-article-toggle-truncate-lines): New function.
17756
17757         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17758         Add gnus-article-toggle-truncate-lines.
17759
17760         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17761         coding system in XEmacs, use binary.
17762
17763 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17766         after-load-alist.
17767
17768         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17769         this function should save decoded articles.
17770         (gnus-summary-write-to-file): Use property to specify this function
17771         should save decoded articles and specify gnus-summary-save-in-file
17772         should be used to save articles other than the first one when saving
17773         many articles.
17774         (gnus-summary-save-body-in-file): Use property to specify this
17775         function should save decoded articles.
17776         (gnus-summary-write-body-to-file): Use property to specify this
17777         function should save decoded articles and specify
17778         gnus-summary-save-body-in-file should be used to save articles other
17779         than the first one when saving many articles.
17780
17781         * gnus-sum.el (gnus-summary-save-article): Simplify.
17782
17783 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-art.el (gnus-default-article-saver):
17786         Add gnus-summary-write-body-to-file.
17787         (gnus-article-save-coding-system): Don't use coding system object
17788         in XEmacs.
17789         (gnus-read-save-file-name): Add optional `dir-var' argument which
17790         specifies directory in which files are saved; work even if optional
17791         `variable' argument is not specified.
17792         (gnus-summary-write-to-file): Read file name.
17793         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17794         (gnus-summary-write-body-to-file): New function.
17795
17796         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17797         (gnus-summary-local-variables): Add it.
17798         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17799         (gnus-summary-save-article): Remove optional `decode' argument;
17800         determine whether to decode articles by the value of
17801         gnus-default-article-saver; when saving many files using
17802         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17803         it first and use gnus-summary-save-in-file or
17804         gnus-summary-save-body-in-file thereafter unless
17805         gnus-prompt-before-saving is always; move point to article which
17806         will be saved.
17807         (gnus-summary-save-article-file): Revert.
17808         (gnus-summary-write-article-file): Revert.
17809         (gnus-summary-save-article-body-file): Revert.
17810         (gnus-summary-write-article-body-file): New function.
17811
17812 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-art.el (gnus-default-article-saver): Doc fix.
17815         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17816         from gnus-summary-save-article-coding-system, and default to a
17817         certain coding system.
17818         (gnus-output-to-file): Add coding cookie and encode text according
17819         to gnus-article-save-coding-system; don't use mm-append-to-file.
17820
17821         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17822         gnus-art.el and rename to gnus-article-save-coding-system.
17823         (gnus-summary-save-article): Require gnus-art; don't show all
17824         headers if it decodes articles; don't add coding cookie here;
17825         don't bind mm-text-coding-system-for-write.
17826         (gnus-summary-save-article-file): Save decoded articles.
17827         (gnus-summary-write-article-file): When saving many files, use
17828         gnus-summary-write-to-file first and gnus-summary-save-in-file
17829         thereafter unless gnus-prompt-before-saving is always.
17830         (gnus-summary-save-article-body-file): Save decoded articles.
17831
17832         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17833
17834 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * nnrss.el (nnrss-check-group): Bind hash-index.
17837
17838 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17839
17840         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17841         its hash index.  Store this hash in `nnrss-group-data'.
17842         (nnrss-read-group-data): Update accordingly.
17843
17844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17847         entry.
17848
17849         * gnus-sum.el (gnus-summary-make-menu-bar):
17850         Add gnus-article-browse-html-article.
17851
17852 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17853
17854         * gnus-sum.el (gnus-summary-mime-map):
17855         Add gnus-article-browse-html-article.
17856
17857         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17858
17859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17862         suitable coding systems in customize.
17863
17864 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * mail-source.el (mail-sources): Fix custom type.
17867
17868 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17869
17870         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17871         (gnus-summary-expire-articles-now): Shorten prompt.
17872
17873         * gmm-utils.el (wid-edit): Require.
17874         (defun-gmm): Rename from `gmm-defun-compat'.
17875         (gmm-image-search-load-path): Use it.
17876         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17877
17878 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-sum.el (gnus-summary-save-article-coding-system):
17881         New variable.
17882         (gnus-summary-save-article): Add optional `decode' argument.
17883         If it is set and gnus-summary-save-article-coding-system is non-nil,
17884         save decoded article.
17885         (gnus-summary-write-article-file): Save decoded article if
17886         gnus-summary-save-article-coding-system is non-nil.
17887
17888         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17889         type.
17890
17891 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17894
17895 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17898         first to test gnus-single-article-buffer which may be buffer-local.
17899
17900         * gnus-sum.el (gnus-summary-setup-buffer):
17901         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17902         group; make gnus-article-buffer, gnus-article-current, and
17903         gnus-original-article-buffer always buffer-local.
17904         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17905         group.
17906         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17907
17908 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17909
17910         * nnml.el (nnml-request-compact-group): Compressed files might not
17911         have .gz extension.
17912
17913 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17914
17915         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17916         (mm-copy-to-buffer): Use with-current-buffer.
17917         (mm-display-part): Simplify.
17918         (mm-inlinable-p): Add optional arg `type'.
17919
17920 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17921
17922         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17924         Try harder to show the attachment internally or externally using
17925         gnus-mime-view-part-as-type.
17926
17927 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17928
17929         * message.el (message-from-style, message-signature-separator)
17930         (message-user-organization-file, message-send-mail-function)
17931         (message-citation-line-function, message-yank-prefix)
17932         (message-indent-citation-function, message-signature)
17933         (message-signature-file, message-signature-insert-empty-line):
17934         Remove autoloads.
17935
17936         * gnus-art.el (gnus-buttonized-mime-types):
17937         Remove "multipart/signed".  Revert 2006-04-26 change.
17938
17939 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17940
17941         * gnus.el (gnus-version-number): Bump version.
17942
17943 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17944
17945         * gnus.el: No Gnus v0.5 is released.
17946
17947 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17948
17949         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17950         fetching articles by message-id.
17951
17952 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * message.el (hashcash): Require hashcash as normal.
17955
17956         * ecomplete.el (ecomplete-highlight-match-line):
17957         Use point-at-eol.
17958         (ecomplete-highlight-match-line): Use `highlight', because that
17959         face exists in both Emacs and XEmacs.
17960
17961         * message.el (message-display-abbrev): Use point-at-bol.
17962
17963         * mail-source.el: Don't require timer/timer-funcs.
17964
17965         * gnus-async.el: Ditto.
17966
17967         * password.el: Ditto.
17968
17969         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17970
17971         * mm-url.el: Ditto.
17972
17973         * gnus-xmas.el: Don't require timer-funcs.
17974
17975         * mm-util.el: Require timer/timer-funcs.
17976
17977 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17978
17979         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17980         Close.
17981
17982 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17985         unibyte after clear-decrypt function runs.
17986
17987         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17988         returns as a unibyte string.
17989
17990 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * lpath.el: Revert.
17993
17994         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17995         (pgg-gpg-process-sentinel): Revert.
17996
17997         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17998         (pgg-pgp-lookup-key): Revert.
17999
18000         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18001         (pgg-pgp5-lookup-key): Revert.
18002
18003         * pgg.el (pgg-fetch-key): Revert.
18004
18005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * lpath.el: Fbind string-as-multibyte for XEmacs.
18008
18009         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18010         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18011         (mml1991-pgg-encrypt): Ditto.
18012
18013         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18014         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18015         a multibyte buffer.
18016
18017         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18018         (pgg-pgp-lookup-key): Ditto.
18019
18020         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18021         (pgg-pgp5-lookup-key): Ditto.
18022
18023         * pgg.el (pgg-fetch-key): Ditto.
18024
18025 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * message.el (message-user-organization-file): Check several
18028         locations of the organization file.
18029
18030         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18031         Add gnus-article-view-part-as-type.
18032
18033         * gnus-art.el (gnus-article-view-part-as-type): New function.
18034
18035         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18036         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18037
18038         * mml.el: Simplify autoload.
18039         (mml-mode): defvar dnd-protocol-alist instead of using
18040         symbol-value.
18041         (mml-default-directory): New variable.
18042         (mml-minibuffer-read-file): Use it.
18043         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18044
18045         * message.el (message-citation-line-format): New variable.
18046         (message-insert-formated-citation-line): New function.
18047         (message-citation-line-function):
18048         Add `message-insert-formated-citation-line' to custom type.
18049
18050         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18051         to doc string.
18052
18053         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18054         depending on mm-verify-option.
18055
18056 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18059         binding pgg-* variables; reimplement the section which prevents
18060         MIME header from being signed.
18061         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18062         pgg-text-mode; remove a blank line at the top of body.
18063
18064         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18065         lines at the top of body; use gnus-newsgroup-charset if there's no
18066         Charset header.
18067
18068 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * message.el (message-self-insert-commands): Doc fix.
18071
18072         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18073         (mm-uu-pgp-encrypted-test): Ditto.
18074         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18075         between header and body; return application/pgp-encrypted handle
18076         if decryption failed; decode decrypted body by charset.
18077
18078         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18079         element match to application/pgp-*.
18080
18081 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18082
18083         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18084         HTML.
18085
18086 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18087
18088         * mail-source.el (mail-source-call-script): Message the error
18089         string.
18090
18091 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092
18093         * gnus-util.el (gnus-byte-compile): Use it.
18094
18095 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18096
18097         * gnus-util.el (kill-empty-logs): New function.
18098
18099 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18100
18101         * message.el (message-mail-alias-type): Doc fix.
18102         (message-mail-alias-type-p): New function.
18103         (message-send): Use it.
18104         (message-mode): Ditto.
18105         (message-strip-forbidden-properties): Ditto.
18106
18107         * ecomplete.el (ecomplete-database-file-coding-system):
18108         New variable.
18109         (ecomplete-save): Use it.
18110         (ecomplete-setup): Use it.
18111
18112 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * message.el (message-self-insert-commands): New variable.
18115         (message-strip-forbidden-properties): Use it.
18116
18117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18118
18119         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18120         that doesn't make XEmacs choke.
18121
18122 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * gnus-util.el (gnus-replace-in-string):
18125         Prefer replace-regexp-in-string over of replace-in-string.
18126
18127 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-util.el (gnus-select-frame-set-input-focus):
18130         Use select-frame-set-input-focus if it is available in XEmacs; use
18131         definition defined in Emacs 22 for old Emacsen.
18132
18133         * dgnushack.el: Autoload unmorse-region for XEmacs.
18134
18135         * lpath.el: Bind cursor-in-non-selected-windows and
18136         select-frame-set-input-focus for XEmacs.
18137
18138 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18141
18142 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18143
18144         * gnus-registry.el (gnus-registry-cache-save): Remove text
18145         properties when saving via the temp buffer.
18146
18147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * message.el (message-generate-hashcash): Honor custom type.
18150
18151 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18152
18153         * message.el (message-generate-hashcash): Default to non-nil when
18154         hashcash is found.
18155
18156         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18157         (gnus-refer-thread-limit): Increase default to 500.
18158
18159         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18160
18161         * flow-fill.el (fill-flowed): Allow delete-space.
18162
18163 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18166         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18167         Remove autoloads.
18168
18169 2006-04-18  Simon Josefsson  <jas@extundo.com>
18170
18171         * message.el (message-generate-hashcash): Default to.
18172
18173 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18176         concatenating segments rather than before concatenating them.
18177
18178 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18179
18180         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18181
18182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18183
18184         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18185
18186         * message.el (message-forward-make-body-plain):
18187         Allow message-forward-ignored-headers to be a list.
18188         (message-remove-ignored-headers): Factor out into function.
18189         (message-forward-make-body-mml): Use it.
18190
18191         * imap.el (imap-quote-specials): New function.
18192         (imap-login-auth): Quote specials.
18193
18194         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18195         (rfc2231-parse-string): Allow concatanation of parameters that
18196         aren't contiguous.  The test case is
18197           (mail-header-parse-content-type "message/external-body;
18198             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18199             access-type=LOCAL-FILE;
18200             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18201
18202 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18203
18204         * nntp.el (nntp-accept-process-output): Return the value of
18205         `nnheader-accept-process-output'.
18206
18207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18208
18209         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18210         (gnus-button-alist): Recognize more diff formats.
18211         (gnus-button-patch): Strip directory.
18212
18213 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18216         Emacs 22 when setting focus.
18217
18218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * gnus-art.el (gnus-article-treat-types): Do treatment of
18221         text/x-verbatim parts.
18222         (gnus-button-patch): New command.
18223
18224         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18225         addresses that contain invalid characters.
18226
18227 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18228
18229         * message.el (message-put-addresses-in-ecomplete):
18230         Use gnus-replace-in-string.
18231         (message-is-yours-p): Use the more correct
18232         mail-header-parse-address instead of
18233         mail-extract-address-components.
18234         (message-put-addresses-in-ecomplete): Fix typo.
18235
18236         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18237         keystroke.
18238
18239         * gnus-art.el (gnus-treatment-function-alist): Change order of
18240         newsgroups/generic header folding to avoid double-folding.
18241
18242         * message.el (message-hidden-headers): Add X-Draft-From.
18243
18244         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18245         New command.
18246         (gnus-summary-repeat-search-article-backward): New command.
18247
18248         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18249         groups in the parent topic.
18250
18251 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18252
18253         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18254         (spam-extra-header-to-number): Return the CRM114 number as a
18255         number instead of a string.
18256
18257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18258
18259         * gnus-art.el (gnus-face-properties-alist): Move here from
18260         gnus-fun.
18261
18262         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18263
18264 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18265
18266         * message.el (message-strip-forbidden-properties): Only display on
18267         self-insert-command.
18268
18269         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18270         reindent.
18271         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18272
18273 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18274
18275         * smiley.el (smiley-style): Fix typo.
18276
18277 2006-03-23  Kenichi Handa  <handa@m17n.org>
18278
18279         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18280         instead of set-buffer-multibyte.
18281
18282 2006-03-23  Kenichi Handa  <handa@m17n.org>
18283
18284         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18285         buffer and then decode the buffer text if necessary.
18286         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18287         first, and after mm-encode-body, change the buffer to unibyte.
18288
18289 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18290
18291         * hashcash.el (hashcash-insert-payment-async-2):
18292         Use message-goto-eoh instead of doing it manually.
18293         (mail-add-payment): Use message-narrow-to-header instead of trying
18294         to do the same itself.
18295
18296         * message.el (message-hidden-headers): Add Face.
18297
18298         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18299         reparenting code.
18300         (gnus-summary-reparent-children): Refactored out code.
18301         (gnus-summary-thread-map): New keystroke.
18302         (gnus-summary-reparent-children): Make into command.
18303
18304         * smiley.el (smiley-style): Default to `medium' if using a large
18305         font.
18306
18307         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18308         does it itself.
18309
18310         * message.el (message-point-in-header-p): Simplify definition.
18311
18312 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18313
18314         * nnagent.el (nnagent-request-set-mark): Silence log file
18315         writing.
18316         (nnagent-request-set-mark): Use write-region instead of
18317         append-to-file.
18318
18319         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18320         strange select method.
18321
18322         * ecomplete.el (ecomplete-display-matches): Get highlightling
18323         right.
18324         (ecomplete-display-matches): Use literals.
18325         (ecomplete-display-matches): Disable message logging.
18326
18327         * message.el (message-display-abbrev): Small optimization.
18328
18329         * ecomplete.el (ecomplete-display-matches): Allow automatic
18330         display.
18331
18332         * message.el (message-strip-forbidden-properties):
18333         Display abbrevs.
18334         (message-display-abbrev): Get automatic display right.
18335
18336         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18337         keystrokes.
18338
18339 2006-04-13  Romain Francoise  <romain@orebokech.com>
18340
18341         TODO: Backport to v5-10!
18342
18343         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18344         Move here (and rename) from gnus-registry.el.
18345
18346         * gnus-registry.el: Require gnus-util.
18347         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18348
18349 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350
18351         * gnus-group.el (gnus-group-catchup-current):
18352         Change if-then-else-if-then-else into cond.
18353         (gnus-group-catchup): Indent.
18354         (group-name-at-point): New function.
18355         (gnus-fetch-group): Provide default from thing at point.
18356
18357 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * message.el (message-display-abbrev): Fix regexp.
18360
18361         * ecomplete.el (ecomplete-highlight-match-line):
18362         Reimplement choosing.
18363         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18364         dead variables.
18365
18366         * message.el (message-newline-and-indent): Remove debugging.
18367         (message-display-abbrev): Use new implementation.
18368
18369 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * gnus-art.el (gnus-article-mode):
18372         Set cursor-in-non-selected-windows to nil.
18373
18374         * smiley.el: Revert previous change.
18375         (smiley-data-directory): defvar it before using it in the
18376         defcustom of `smiley-style'.
18377
18378 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18379
18380         * message.el (message-newline-and-indent): New function.
18381
18382         * ecomplete.el: Implement more bits.
18383
18384         * message.el (message-put-addresses-in-ecomplete): Clean up the
18385         string.
18386
18387         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18388
18389         * gnus-sum.el (gnus-summary-save-parts):
18390         Bind gnus-summary-save-parts-counter and use it to make unique file
18391         names.
18392
18393         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18394
18395         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18396         parameter to say whether to actually parse the individual
18397         addresses.
18398
18399         * message.el (message-put-addresses-in-ecomplete): New function.
18400         (ecomplete): Require.
18401         (message-mail-alias-type): Add ecomplete as an option.
18402
18403 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18404
18405         * flow-fill.el (fill-flowed): Remove trailing space from blank
18406         quoted lines.
18407
18408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18409
18410         * smiley.el (smiley-style): Move definition later to avoid a
18411         compilation warning.
18412
18413 2006-04-12  Kenichi Handa  <handa@m17n.org>
18414
18415         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18416         buffer and then decode the buffer text if necessary.
18417         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18418         first, and after mm-encode-body, change the buffer to unibyte.
18419         Use mm-disable-multibyte instead of set-buffer-multibyte.
18420
18421 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18424         Content-Type header instead of Content-Disposition header.
18425         (gnus-mime-inline-part): Ditto.
18426         (gnus-mime-view-part-as-charset): Ignore charset that the part
18427         specifies.
18428
18429         * mm-decode.el (mm-display-part): Work with external parts and
18430         usual parts similarly.
18431
18432         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18433         instead of gnus-display-mime.
18434
18435         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18436         instead of with-temp-buffer.
18437
18438         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18439         tag to summarized topics part in order to encode non-ASCII text.
18440
18441 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * smiley.el (smiley-style): New variable.
18444         (smiley-directory): New function.
18445         (smiley-data-directory): Derive from `smiley-style' using
18446         `smiley-directory'.
18447         (smiley-regexp-alist): Add new entries.
18448
18449         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18450         (gnus-article-browse-delete-temp): Add :version.
18451
18452 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18453
18454         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18455         the sieve region.
18456
18457 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18458
18459         * gnus.el (gnus-version-number): Bump version.
18460
18461 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18462
18463         * gnus.el: No Gnus v0.4 is released.
18464
18465 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18468         layout.
18469
18470         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18471         unknown charset.
18472
18473         * message.el (message-header-synonyms): Add Original-To to the
18474         default.
18475
18476         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18477         optional parameter.
18478
18479 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18480
18481         * gnus-fun.el (gnus): Require it for gnus-directory.
18482
18483 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18486
18487 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18488
18489         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18490
18491 2006-04-05  Simon Josefsson  <jas@extundo.com>
18492
18493         * password.el (password-reset): New function.
18494
18495 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18496
18497         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18498         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18499
18500 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18501
18502         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18503         Some whitespace was matched into the url, which broke browsing hits
18504         > 100 when mm-url-use-external was nil.
18505
18506 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18507
18508         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18509         Check gnus-extra-headers for 'Newsgroups.
18510
18511         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18512         bound.
18513
18514 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18515
18516         * pgg-gpg.el: Clean up process buffers every time gpg processes
18517         complete.
18518
18519 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18522         doc string.
18523
18524 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18525
18526         * pgg-gpg.el (pgg-gpg-process-filter)
18527         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18528
18529         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18530         lines, temporary fix.
18531
18532 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18535
18536 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18537
18538         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18539         default-enable-multibyte-characters.  This reverts the change from
18540         revision 6.17 which is no longer necessary because the passphrase
18541         is sent separately now.  GnuPG messages are unreadable under
18542         multibyte locales with default-enable-multibyte-characters set to
18543         nil.
18544
18545 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * message.el (message-tool-bar-gnome): Move "spell".
18548
18549 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18552         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18553         instead.
18554
18555 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18556
18557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18558         Improve newsgroups handling for NNTP overviews which don't include
18559         Newsgroups.
18560
18561 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18562
18563         * message.el (message-resend): Bind message-generate-hashcash to nil.
18564
18565 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18566
18567         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18568         when searching for already-paid recipients.
18569
18570 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18571
18572         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18573         passphrases when it is not needed.
18574         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18575         passphrase stuff from gpg, should only be necessary when you use
18576         gpg with a smartcard.
18577
18578 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * mml.el (mml-insert-mime): Ignore cached contents of
18581         message/external-body part.
18582
18583         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18584         (mm-insert-part): Ditto.
18585
18586 2006-03-23  Simon Josefsson  <jas@extundo.com>
18587
18588         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18589         Reiner.
18590         (pgg-gpg-use-agent-p): Use it again.
18591
18592 2006-03-23  Simon Josefsson  <jas@extundo.com>
18593
18594         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18595         older emacsen.
18596         (pgg-gpg-use-agent-p): Don't use it.
18597
18598 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18601         if we can.
18602
18603 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18604
18605         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18606         (pgg-gpg-update-agent): New function.
18607         (pgg-gpg-use-agent-p): New function.
18608         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18609         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18610         (pgg-gpg-sign-region): Use it.
18611
18612 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18615         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18616
18617 2006-03-21  Simon Josefsson  <jas@extundo.com>
18618
18619         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18620         <wilde@sha-bang.de>.
18621         (pgg-gpg-use-agent): New variable.
18622         (pgg-gpg-process-region): Use it.
18623         (pgg-gpg-encrypt-region): Likewise.
18624         (pgg-gpg-encrypt-symmetric-region): Likewise.
18625         (pgg-gpg-decrypt-region): Likewise.
18626         (pgg-gpg-sign-region): Likewise.
18627         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18628
18629 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18632
18633         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18634         Add comment on version.
18635
18636 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * smiley.el: Add missing test smiley.
18639
18640 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * mm-decode.el (mm-with-part): New macro.
18643         (mm-get-part): Use it; work with message/external-body as well.
18644         (mm-save-part): Treat name and filename equally.
18645
18646         * mm-extern.el (mm-extern-cache-contents): New function.
18647         (mm-inline-external-body): Use it; force the part to be displayed;
18648         move undisplayer added to the cached handle to the parent.
18649
18650         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18651         (gnus-mime-view-part-as-type): Work with message/external-body.
18652
18653         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18654
18655 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18658         images in image-load-path.  [Sync with image.el, revision 1.60, in
18659         Emacs.]
18660
18661 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18664         path rather than symbol.  Always return list of directories.
18665         Guarantee that image directory comes first.  [Sync with image.el,
18666         revision 1.59, in Emacs.]
18667
18668         * message.el (message-make-tool-bar): Adjust to new API of
18669         `gmm-image-load-path-for-library'.
18670
18671         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18672
18673         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18674
18675 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18676
18677         * gnus-art.el (gnus-article-only-boring-p):
18678         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18679         intangible text.
18680         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18681
18682 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18685         Use `defun' instead of `gmm-defun-compat'.
18686
18687 2006-03-14  Simon Josefsson  <jas@extundo.com>
18688
18689         * message.el (message-unique-id): Don't use message-number-base36
18690         if (user-uid) is a float.
18691         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18692
18693 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18696
18697         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18698         empty line between a part and a message part.
18699
18700 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18701
18702         * smiley.el: Add more test smileys.
18703         (smiley-data-directory, smiley-regexp-alist)
18704         (gnus-smiley-file-types): Fix doc strings.
18705         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18706         adding new elements.
18707         (smiley-mouse-map): Unused code.  Make it a comment.
18708
18709 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18712         scan latest NoCeM messages instead of old ones.
18713         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18714         delimiters that are recently used.
18715         (gnus-nocem-load-cache): Add autoload cookie.
18716
18717         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18718
18719         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18720         level which is larger than gnus-use-nocem is specified.
18721
18722         * gnus-group.el (gnus-group-get-new-news): Ditto.
18723
18724 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18725
18726         * gnus-util.el (gnus-tool-bar-update): New function.
18727
18728         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18729         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18730
18731         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18732
18733         * gnus-group.el (gnus-group-redraw-when-idle)
18734         (gnus-group-redraw-check): Remove.
18735         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18736
18737 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18740         if optional last element is specified in splits (FIELD VALUE...).
18741
18742 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18743
18744         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18745         to gmm-image-load-path-for-library.  Call with no-error argument.
18746         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18747
18748         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18749
18750         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18751
18752         * gmm-utils.el (gmm-image-load-path): Remove alias.
18753
18754 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gmm-utils.el (gmm-image-load-path): Add alias.
18757
18758         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18759         nnml-generate-nov-databases-1.
18760         (nnml-generate-nov-databases): Use it.
18761         (nnml-generate-nov-databases-directory): Document no-active
18762         argument.
18763
18764         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18765         directory if path is t.  Add no-error.
18766
18767         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18768         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18769
18770         * gnus-art.el (gnus-article-browse-delete-temp-files):
18771         Simplify resetting gnus-article-browse-html-temp-list.
18772
18773         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18774         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18775         Add example to docstring.  Rename local variables.  Move error
18776         checks to default case in cond and simplify.
18777
18778 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18781         handle is multipart when calling it recursively.
18782         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18783
18784 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18785
18786         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18787         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18788
18789 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18792         is loaded.
18793
18794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18795         loaded.
18796
18797 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18798
18799         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18800         to "Emacs 23 (unicode)" in doc string.
18801
18802         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18803         "Emacs 23 (unicode)" in comment.
18804
18805 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18808
18809         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18810         characters 160 through 255 in Emacs 23.
18811
18812 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18815         gnus-article-browse-html-temp.
18816         (gnus-article-browse-delete-temp): Make it customizable.
18817         Add `file'.  Adjust doc string.
18818         (gnus-article-browse-delete-temp-files): Add argument.
18819         Allow query for each file.  Adjust doc string.
18820         (gnus-article-browse-html-parts):
18821         Add `gnus-article-browse-delete-temp-files' to
18822         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18823
18824 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18825
18826         * gnus-art.el (gnus-article-browse-html-temp)
18827         (gnus-article-browse-delete-temp): New variables.
18828         (gnus-article-browse-delete-temp-files): New function.
18829         (gnus-article-browse-html-parts): Use it.
18830
18831 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18832
18833         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18834
18835         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18836         string.
18837
18838         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18839         gnus-summary-insert-new-articles when unplugged.
18840         Remove gnus-summary-search-article-forward.
18841
18842         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18843         display-visual-class instead of display-color-cells.
18844
18845 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * dgnushack.el: Autoload customize-group for XEmacs.
18848
18849         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18850         message/* containing non-ASCII text properly.
18851
18852 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * message.el: Require gmm-utils, remove autoloads.
18855         (message-tool-bar): Set default based on
18856         gmm-tool-bar-style.
18857         (message-tool-bar-gnome): Add gmm-customize-mode.
18858
18859         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18860         gmm-tool-bar-style.
18861         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18862
18863         * gnus-group.el (gnus-group-tool-bar): Set default based on
18864         gmm-tool-bar-style.
18865         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18866
18867         * gmm-utils.el (gmm-image-directory): Rename variable from
18868         gmm-image-load-path.
18869         (gmm-image-load-path): Use gmm-image-directory.
18870         (gmm-customize-mode): New function.
18871         (gmm-tool-bar-style): New variable.
18872
18873         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18874         gnus-group-redraw-line-number.
18875         (gnus-group-redraw-check): Simplify.
18876         (gnus-group-tool-bar-update): Remove redraw check.
18877         (gnus-group-make-tool-bar): Add redraw check.
18878
18879 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18880
18881         * gnus-art.el (gnus-button): Add missing parentheses.
18882
18883 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * lpath.el: Fbind line-number-at-pos.
18886
18887 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18890
18891 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-art.el (gnus-button): New face.
18894         (gnus-article-button-face): Use it.
18895
18896         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18897         Add gnus-summary-next-page.  Re-order.
18898
18899         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18900         next-node are now included.
18901         (gnus-group-redraw-line-number): New internal variable.
18902         (gnus-group-redraw-check): Helper function for updating the tool
18903         bar.
18904         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18905
18906         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18907
18908         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18909         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18910         Use it to match format of Spamassassin 3.0 and later.
18911         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18912         (spam-check-bogofilter)
18913         (spam-bogofilter-register-with-bogofilter): Fix args of
18914         `gnus-error' calls.
18915
18916 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18919         unnecessary interaction when sending queued mails.
18920         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18921
18922 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18925         first or last are nil.
18926
18927 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18928
18929         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18930
18931 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18932
18933         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18934
18935 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * dns.el (query-dns): Protect more against buggy tcp output.
18938
18939 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18940
18941         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18942         nov.php.
18943
18944 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18945
18946         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18947         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18948         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18949         output on the server side.
18950         (nnweb-google-create-mapping): Update regexps and add some
18951         progress indication.
18952
18953 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18954
18955         * gnus-group.el (gnus-group-tool-bar-gnome):
18956         Fix gnus-agent-toggle-plugged.  Re-order icons.
18957         (gnus-group-tool-bar-gnome):
18958         Add gnus-group-{prev,next}-unread-group.
18959         (gnus-group-tool-bar-gnome): Re-order icons.
18960
18961         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18962         Move gnus-summary-insert-new-articles.
18963
18964         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18965         Fix comments.
18966
18967         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18968         also available in Emacs 21.3.
18969
18970         * message.el (message-fix-before-sending): Change "Emacs 22" to
18971         "Emacs 23 (unicode)" in comment.
18972
18973         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18974         "Emacs 23 (unicode)" in comment.
18975
18976         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18977         comment.
18978         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18979
18980         * mm-view.el (mm-fill-flowed): Add :version.
18981
18982 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18985         and load-path.
18986
18987 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * message.el: Autoload gmm-image-load-path.
18990         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18991         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18992         consitency.
18993
18994         * gmm-utils.el (gmm-image-load-path): Also search in
18995         "../etc/images".  Don't set gmm-image-load-path if we don't find
18996         the image.
18997
18998 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * gmm-utils.el (gmm-image-load-path): Don't make
19001         `gmm-image-load-path' include subdirectories which the second arg
19002         `image' might specify.
19003
19004         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19005         subdirectory to icon file names.
19006
19007         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19008
19009 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19012         gmm-image-load-path calls.
19013
19014         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19015
19016         * message.el (message-make-tool-bar): Ditto.
19017
19018         * mml.el (mml-preview): Add comment concerning tool bar icons.
19019
19020         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19021         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19022
19023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19024         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19025
19026         * message.el (message-tool-bar-gnome): Use new icon names.
19027         (message-make-tool-bar): Use `gmm-image-load-path'.
19028
19029         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19030         New functions from MH-E.
19031         (gmm-image-load-path): New variable from MH-E.
19032         (gmm-image-load-path): New function from MH-E.  Add arguments
19033         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19034         *-image-load-path-called-flag.
19035
19036 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19037
19038         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19039
19040 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19041
19042         * nnimap.el (nnimap-request-move-article): Change folder back to
19043         source group before deleting.
19044
19045 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19046
19047         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19048
19049         * gnus-art.el (mm-url-insert-file-contents-external):
19050         Autoload mm-url.
19051
19052         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19053
19054 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19057         coding system which mm-charset-to-coding-system returns for a
19058         given charset is valid.
19059
19060 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19061
19062         * html2text.el (html2text-remove-tag-list):
19063         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19064
19065 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19066
19067         * gnus-cus.el: Revert 2005-10-17 change.
19068
19069 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * gnus-art.el (article-strip-banner):
19072         Call article-really-strip-banner only when the regexp match is made.
19073
19074 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * gnus-art.el (article-strip-banner):
19077         Use gnus-extract-address-components instead of
19078         mail-header-parse-addresses to make it work with non-ASCII text;
19079         remove mail-encode-encoded-word-string.
19080
19081         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19082         values which are surrounded with \"...\"; make it never cause a
19083         Lisp error; give up parsing of parameters if it failed in
19084         extracting type.
19085
19086 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19087
19088         * smime.el (smime-cert-by-ldap-1): Fix bug where
19089         `smime-ldap-search' returns results without userCertificates.
19090
19091 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19094
19095 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * spam.el (spam-check-spamassassin-headers): Adapt format for
19098         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19099         <ari@mbf.ocn.ne.jp>.
19100         (spam-list-of-processors): Add spam-use-gmane.
19101
19102 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19105         make-temp-file; make it work with XEmacs as well.
19106
19107         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19108         mm-make-temp-file.
19109
19110         * mm-decode.el (mm-display-external): Use the 3rd arg of
19111         mm-make-temp-file.
19112         (mm-create-image-xemacs): Ditto.
19113
19114 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19117         with message-narrow-to-headers.
19118         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19119         (gnus-draft-check-draft-articles): New function.
19120         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19121
19122 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19123
19124         * gnus-art.el (gnus-article-browse-html-parts):
19125         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19126         Don't use suffix argument for mm-make-temp-file for Emacs 21
19127         compatibility.  Remove useless `format'.
19128
19129 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19130
19131         * nnweb.el (nnweb-google-wash-article): Update regexps.
19132         (nnweb-group-alist): Use defvoo instead of defvar.
19133
19134 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19137         re-loading nn* modules.
19138
19139 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19140
19141         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19142         for `tool-bar-mode' and don't check it's default-value.
19143
19144         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19145
19146         * message.el (message-make-tool-bar): Ditto.
19147
19148         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19149         `substring'.  Shorten tmp-file name.
19150
19151         * gnus.el: Remove bogus comment.
19152
19153 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19154
19155         * gnus-art.el (gnus-article-browse-html-parts): New function.
19156         (gnus-article-browse-html-article): New function for viewing html
19157         articles with a browser.
19158
19159 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19160
19161         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19162         in elisp.
19163         (pgg-gpg-encrypt-symmetric-region): Ditto.
19164         (pgg-gpg-sign-region): Ditto.
19165
19166         * pgg-def.el (pgg-text-mode): New variable.
19167
19168         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19169         (mml2015-pgg-encrypt): Ditto.
19170
19171         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19172         (mml1991-pgg-encrypt): Ditto.
19173
19174 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * nnfolder.el (nnfolder-insert-newsgroup-line):
19177         Use message-make-date instead of current-time-string.
19178
19179         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19180         to gnus-decoded which mm-uu might set.
19181
19182 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19185         don't decode quoted parameters; remove misimported Emacs code.
19186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19187         (rfc2231-decode-encoded-string): Don't use split-string which
19188         behaves differently according to Emacs version; use
19189         mm-decode-coding-region to convert charset to coding-system.
19190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19191         (rfc2231-encode-string): Remove misimported Emacs code.
19192
19193 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19196         when calling mail-header-parse-content-type.
19197         (article-de-quoted-unreadable): Ditto.
19198         (article-de-base64-unreadable): Ditto.
19199         (article-wash-html): Ditto.
19200
19201         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19202         calling mail-header-parse-content-type and
19203         mail-header-parse-content-disposition.
19204         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19205         mail-header-parse-content-type.
19206
19207         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19208         insert charset and format parameters; encode description after
19209         inserting it to buffer.
19210         (mml-insert-parameter): Fold lines properly even if a parameter is
19211         segmented into two or more lines; change the max column to 76.
19212
19213         * rfc1843.el (rfc1843-decode-article-body): Don't use
19214         ignore-errors when calling mail-header-parse-content-type.
19215
19216         * rfc2231.el (rfc2231-parse-string): Return at least type if
19217         possible; don't cause an error even if it fails in parsing of
19218         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19219         (rfc2231-encode-string): Don't break lines at the beginning, leave
19220         it to mml-insert-parameter.
19221
19222         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19223         calling mail-header-parse-content-type.
19224
19225 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19226
19227         * spam-report.el (spam-report-gmane-use-article-number):
19228         Improve doc string.
19229         (spam-report-gmane-internal): Check if a suitable header was found
19230         in the article.
19231
19232 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19235         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19236
19237 2006-02-05  Romain Francoise  <romain@orebokech.com>
19238
19239         Update copyright notices of all files in the gnus directory.
19240
19241 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19242
19243         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19244
19245 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19248         segmented lines of parameter value to cope with Thunderbird 1.5
19249         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19251         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19252
19253 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19254
19255         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19256         parts.
19257
19258 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19259
19260         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19261         there's only one active file for all servers.
19262         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19263         solid groups.  Gnus might have used a FAST request to select the group.
19264         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19265         and nnweb-search redundantly in the active file.
19266         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19267         (nnweb-request-create-group): Don't use ARGS.
19268         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19269         initializations.  Let nnoo do the work.
19270
19271 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19274         Say the part has been decoded.
19275
19276         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19277
19278 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19279
19280         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19281         mailcap-viewer-test-cache when there's no 'test clause, since that
19282         will invert the meaning of a "nil" test previously determined by
19283         mailcap-mailcap-entry-passes-test.
19284
19285 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19288         compiling.
19289
19290         * gnus-sum.el: Ditto.
19291
19292         * message.el: Don't bind tool-bar-map when compiling.
19293
19294 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19295
19296         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19297
19298 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19299
19300         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19301         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19302         current Google Groups.
19303
19304 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19305
19306         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19307         and tool-bar-mode.
19308
19309         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19310         and tool-bar-mode.
19311
19312         * message.el (message-tool-bar-update): Simplify.
19313         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19314
19315         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19316         gnus-summary-buffer.
19317         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19318         gnus-summary-reply.
19319
19320         * gmm-utils.el (gmm): Add :version.
19321
19322 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * Makefile.in (clean): New rule.
19325         (distclean): Use it.
19326
19327 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19328
19329         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19330         Don't autoload.
19331
19332 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * gmm-utils.el (gmm-verbose): Add :group.
19335
19336 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * message.el: Change some comments WRT tool-bars.
19339
19340         * gnus-sum.el (gnus-summary-tool-bar)
19341         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19342         (gnus-summary-tool-bar-zap-list): New variables.
19343         (gnus-summary-make-tool-bar): Complete rewrite using
19344         `gmm-tool-bar-from-list'.
19345
19346         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19347         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19348         New variables.
19349         (gnus-group-make-tool-bar): Complete rewrite using
19350         `gmm-tool-bar-from-list'.
19351         (gnus-group-tool-bar-update): New function.
19352
19353         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19354
19355 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19358         is dissected into a single part of which the type is the same as
19359         the given one; decode charset.
19360
19361 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19362
19363         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19364         into alists as symbol not string, since that's what
19365         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19366         look for.
19367
19368 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19369
19370         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19371         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19372
19373         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19374
19375 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19378         (gnus-xmas-mime-security-button-menu): New function.
19379
19380         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19381         (gnus-mime-security-button-menu): New definition.
19382         (gnus-mime-security-button-map): Use them.
19383         (gnus-mime-security-button-menu): New function.
19384         (gnus-insert-mime-security-button): Addition to help echo.
19385         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19386         (gnus-mime-security-pipe-part): New functions.
19387
19388         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19389         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19390
19391         * mm-decode.el (mm-handle-set-disposition): Remove.
19392         (mm-handle-set-description): Remove.
19393
19394 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19397         (mm-w3m-standalone-supports-m17n-p): New function.
19398         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19399         w3m usage.
19400
19401         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19402         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19403
19404 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * message.el (message-tool-bar-zap-list):
19407         Use gmm-tool-bar-zap-list as custom type.
19408         (message-tool-bar-update): New function.
19409         (message-tool-bar, message-tool-bar-gnome)
19410         (message-tool-bar-retro): Add message-tool-bar-update.
19411         (message-tool-bar-gnome): Add flyspell-buffer.
19412
19413         * gnus-util.el (gnus-error): Describe `args'.
19414
19415         * gmm-utils.el (gmm-error): Describe `args'.
19416         (gmm-tool-bar-zap-list): New widget.
19417         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19418
19419 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19422         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19423         the number of recursive calls.
19424
19425         * mm-decode.el (mm-handle-set-disposition): New macro.
19426         (mm-handle-set-description): New macro.
19427
19428 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19431         encoding.
19432
19433 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19434
19435         * message.el (message-tool-bar-zap-list, message-tool-bar)
19436         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19437         (message-tool-bar-local-item-from-menu): Remove.
19438         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19439         (message-make-tool-bar): New function.
19440         (message-mode): Use `message-make-tool-bar'.
19441
19442         * gmm-utils.el: New file.
19443         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19444         (gmm-lazy): New widget copied from `nnmail.el'.
19445         (gmm-tool-bar-from-list): New function for creating customizable
19446         tool bars.
19447         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19448         output.
19449         (gmm): Add :prefix to defgroup.
19450
19451 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19452
19453         * gmm-utils.el (gmm-widget-p): New function.
19454
19455 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19456
19457         * mml.el (mml-attach-file): Describe `description' in doc string.
19458         (mml-menu): Add Emacs MIME manual and PGG manual.
19459
19460 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19461
19462         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19463
19464 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19465
19466         * nntp.el (nntp-end-of-line): Doc fix.
19467
19468 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19469
19470         * imap.el (imap-open): Handle case where buffer is a buffer
19471         object.
19472
19473 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19474
19475         * gnus-delay.el (gnus-delay): Don't autoload.
19476         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19477         to be re-loaded when customizing the `gnus-delay' group.
19478
19479 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19480
19481         * message.el (message-insert-citation-line): Use newlines.
19482
19483 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19484
19485         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19486         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19487         these routines, so the passphrase can be managed externally and
19488         passed in to the system.
19489         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19490         pgg-add-passphrase-to-cache function.
19491
19492         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19493         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19494         these routines, so the passphrase can be managed externally and
19495         passed in to the system.
19496         (pgg-pgp5-sign-region): Use new name of
19497         pgg-add-passphrase-to-cache function.
19498
19499 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19500
19501         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19502         part of the decoded armor to find the key-identifier.
19503         (pgg-gpg-lookup-key-owner): New function to return the
19504         human-readable identifier of a key owner.
19505         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19506         itself.
19507         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19508         the key value) if we have a key and can match it against a secret
19509         key.  Also, added a note pointing out fact that the prompt only
19510         indicates the first matching key.
19511
19512         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19513         pgg-decrypt-region.
19514         (pgg-add-passphrase-to-cache): Rename from
19515         `pgg-add-passphrase-cache' to reduce confusion (all callers
19516         changed).
19517         (pgg-remove-passphrase-from-cache): Rename from
19518         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19519         changed).
19520         (pgg-read-passphrase, pgg-add-passphrase-cache)
19521         (pgg-remove-passphrase-cache): Add informative docstrings.
19522         (pgg-decrypt): Convey provided passphrase in subordinate call to
19523         pgg-decrypt-region.
19524
19525 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19526
19527         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19528         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19529         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19530         'passphrase' argument, so the passphrase can be managed externally
19531         and then passed in to the system.
19532
19533         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19534         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19535         so the passphrase cache can be used reliably with identifiers
19536         besides a pgp packet's key id.
19537
19538         * pgg-gpg.el (pgg-gpg-encrypt-region)
19539         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19540         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19541         these routines, so the passphrase can be managed externally and
19542         passed in to the system.
19543
19544         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19545         'notruncate' argument, so the passphrase cache can be used
19546         reliably with identifiers besides a pgp packet's key id.
19547
19548 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19549
19550         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19551         symmetric encryption.
19552         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19553         encrypted session key.
19554         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19555         message ask for the passphrase in a proper way.
19556
19557         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19558         New user commands for symmetric encryption.
19559
19560 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19563
19564         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19565
19566 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19567
19568         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19569
19570 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * mm-decode.el (mm-inlined-types): Add application/pgp.
19573         (mm-automatic-display): Ditto.
19574
19575         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19576         part as text.
19577
19578 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * nnrss.el: Update copyright.
19581         (nnrss-opml-import): Query whether to subscribe to each entry.
19582
19583         * gnus-art.el:
19584         * gnus-sum.el:
19585         * gnus-xmas.el:
19586         * messagexmas.el:
19587         * mm-uu.el:
19588         * mm-view.el: Update copyright.
19589
19590 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * message.el (message-info): New function.
19593         (message-mode-menu): Add it.
19594         Update copyright.
19595
19596         * ChangeLog: Fix and update copyright.
19597
19598 2006-01-13  Romain Francoise  <romain@orebokech.com>
19599
19600         * message.el (message-forward-subject-name-subject): Prefer the
19601         address to 'nowhere' if the sender has no name.
19602         Fix typo.  Update copyright year.
19603
19604 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-art.el (article-wash-html):
19607         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19608         (gnus-article-wash-html-with-w3m-standalone): New function.
19609
19610         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19611         mm-inline-text-html-render-with-w3m-standalone.
19612         (mm-text-html-washer-alist): Map w3m-standalone to
19613         gnus-article-wash-html-with-w3m-standalone.
19614         (mm-inline-text-html-render-with-w3m-standalone): New function.
19615
19616 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19617
19618         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19619         Improve LaTeX.
19620
19621 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19624         (nnrss-request-article): Render text/plain parts as HTML.
19625
19626         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19627         the buffer.
19628
19629 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19632         custom definition of `gnus-posting-styles'.
19633
19634         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19635         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19636
19637 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19640         Use nntp for bug archive.
19641
19642 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19645         parts.
19646         (nnrss-normalize-date): New function converts ISO 8601 date into
19647         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19648         (nnrss-check-group): Use it.
19649
19650 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19653
19654         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19655         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19656         (nnrss-insert-w3): Ditto.
19657
19658 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19661         the articles to be forwarded including the case where neither a
19662         number of articles nor a region is specified.
19663
19664 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * nnrss.el (nnrss-request-article): Fix last change; fill
19667         text/plain parts.
19668
19669 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19672         in text/plain part.
19673         (nnrss-check-group): Don't add excessive newline to dc:subject.
19674
19675 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19676
19677         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19678         article.
19679
19680 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19681
19682         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19683         (nnml-use-compressed-files, nnml-save-mail): Support other
19684         comression programs such as bzip2.
19685
19686 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19687
19688         * dns.el (query-dns): Make sure we check the buffer size before
19689         removing tcp headers.
19690
19691 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19694         remove MIME buttons associated with multipart/alternative parts.
19695         (gnus-mime-display-alternative): Tag buttons using `article-type'
19696         text property.
19697
19698         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19699         associated with multipart/alternative parts.
19700
19701         * gnus-art.el (gnus-signature-separator): Fix custom type.
19702
19703         * mm-decode.el (mm-inlined-types): Fix custom type.
19704         (mm-keep-viewer-alive-types): Ditto.
19705         (mm-automatic-display): Ditto.
19706         (mm-attachment-override-types): Ditto.
19707         (mm-inline-override-types): Ditto.
19708         (mm-automatic-external-display): Ditto.
19709
19710 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19711
19712         * spam-report.el (spam-report-user-mail-address)
19713         (spam-report-user-agent): New variables.
19714         (spam-report-url-ping-plain): Use spam-report-user-agent.
19715
19716 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19717
19718         * gnus-art.el (gnus-button-handle-custom): Do not just use
19719         `customize-apropos' for any "M-x customize-*" button but the
19720         function called for.  Accept both the function name and its
19721         argument in order to achieve this.
19722         (gnus-button-alist): Remove support for "custom:" URL's.
19723         Pass function name to `gnus-button-handle-custom' in case of "M-x
19724         customize-*" buttons.
19725
19726 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19729         multipart/alternative and add xref to mm-discouraged-alternatives
19730         in doc string.
19731
19732         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19733         gnus-buttonized-mime-types in doc string.
19734
19735 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19736
19737         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19738         Suggest image/.* in the doc string.
19739
19740 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19743         message-marks (Debian bug #342521).
19744
19745 2005-12-12  Simon Josefsson  <jas@extundo.com>
19746
19747         * password.el (password-read-from-cache): Add.
19748         (password-read): Use it.
19749
19750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * rfc2047.el (rfc2047-charset-to-coding-system):
19753         Recognize us-ascii as a MIME charset.
19754
19755         * mm-bodies.el (mm-decode-content-transfer-encoding):
19756         Protect against the case where the 2nd arg TYPE is nil.
19757
19758 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19759
19760         * pop3.el (pop3-stream-type): Fix custom version.
19761
19762         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19763
19764 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19765
19766         * mm-decode.el (mm-display-external): Add missing cdr.
19767
19768 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19771         RFC1524) if it is in mailcap or add a suffix according to
19772         mailcap-mime-extensions when generating a temp filename; postpone
19773         deleting a temp file for 2 seconds for some wrappers, shell
19774         scripts, and so on, which might exit right after having started a
19775         viewer command as a background job.
19776
19777 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19778
19779         * nntp.el (nntp-marks-directory): Fix custom group.
19780
19781         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19782         steps when < 10.
19783
19784         * gnus-start.el (gnus-no-server-1):
19785         Mention `gnus-level-default-subscribed' in doc string.
19786
19787 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19788
19789         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19790         parens.
19791
19792 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * gnus-xmas.el (gnus-use-toolbar): Revert.
19795         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19796         gnus-use-toolbar is default.
19797
19798         * messagexmas.el (message-use-toolbar): Revert.
19799         (message-setup-toolbar): Use global default-toolbar if
19800         message-use-toolbar is default.
19801
19802 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19805         according to default-toolbar-visible-p.
19806
19807         * messagexmas.el (message-use-toolbar): Ditto.
19808
19809 2005-11-26  Dave Love  <fx@gnu.org>
19810
19811         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19812         (tls-program, tls-success): Provide openssl alternative.
19813
19814         * starttls.el: Doc fixes.
19815         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19816         SERVICE to PORT.
19817
19818         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19819         port null or service name.
19820         (starttls-negotiate): Autoload.
19821
19822 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * message.el (message-kill-to-signature): Fix interactive spec.
19825
19826 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * pop3.el (pop3-open-server): Recognize a string as a service name.
19829
19830 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19831
19832         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19833
19834 2005-11-23  Dave Love  <fx@gnu.org>
19835
19836         Add pop3s, pop3/starttls.
19837
19838         * pop3.el (pop3-authentication-scheme): Clarify doc.
19839         (open-tls-stream, starttls-open-stream): Autoload.
19840         (pop3-stream-type): New.
19841         (pop3-open-server): Use it.
19842
19843         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19844         for POP.
19845         (mail-source-keyword-map): Add :stream for POP.
19846         (mail-source-fetch-pop): Use pop3-stream-type.
19847
19848 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19851         of current-time-string.
19852
19853 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19854
19855         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19856         date header.
19857
19858 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19859
19860         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19861         it can seriously impact performance as it bypasses the agent's
19862         local caches.
19863
19864 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19865
19866         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19867         must be explicitly online rather than "not explicitly offline" for
19868         its flags to be synchronized.
19869
19870         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19871         that gnus-uu-unmark-thread will function correctly.
19872
19873         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19874         1024K is instead displayed as 1M.
19875
19876 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19877
19878         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19879
19880 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19881
19882         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19883
19884 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19885
19886         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19887         error message to display actual error condition.
19888         (gnus-agent-save-local): Avoid saving symbols that are bound to
19889         nil as they simply result in a warning message in
19890         gnus-agent-read-local.
19891
19892 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19893
19894         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19895         rather than make-variable-buffer-local for file-precious-flag.
19896
19897 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19898
19899         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19900         for duplicates which are removed.  The invalid sort check then
19901         triggers a rescan after the sort as sorting may have moved
19902         duplicate entries such that they can be cheaply detected.
19903
19904 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19907
19908 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19909
19910         * gnus-agent.el (gnus-agent-article-alist-save-format):
19911         Change internal variable to a custom variable.  Change default value
19912         from compressed(2) to uncompressed(1).
19913         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19914         support for uncompressed agentview files.  Taken together, reading
19915         the agentview file should now be 6-7 times faster.
19916
19917 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19918
19919         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19920         as a buffer-local variable.  This avoids creating truncated
19921         dribble files as a result of a hang up, eg.
19922
19923 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19924
19925         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19926         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19927         XEmacs.
19928
19929 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19930
19931         * gnus-start.el (gnus-start-draft-setup):
19932         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19933
19934         * gnus.el (gnus-splash): Change custom group.
19935         (gnus-group-get-parameter, gnus-group-parameter-value):
19936         Describe allow-list argument.
19937
19938         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19939         string.
19940
19941 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * gnus-art.el (gnus-default-article-saver): Add user-defined
19944         `function' to custom type.
19945
19946 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19947
19948         * imap.el (imap-open): Handle case where buffer is a buffer
19949         object.
19950
19951 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19952
19953         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19954         long lines.
19955         (gnus-cache-delete-group): Wrap doc strings.
19956
19957         * gnus-agent.el (gnus-agent-rename-group)
19958         (gnus-agent-delete-group): Wrap doc strings.
19959
19960 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * messagexmas.el (message-use-toolbar): Change the valid values
19963         into default, top, bottom, left, and right.
19964         (message-toolbar-thickness): New variable.
19965         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19966         well.
19967         (message-setup-toolbar): Make it work.
19968
19969         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19970         (gnus-use-toolbar): Change the valid values into default, top,
19971         bottom, left, and right.
19972         (gnus-toolbar-thickness): New variable.
19973         (gnus-xmas-setup-toolbar): New function.
19974         (gnus-xmas-setup-group-toolbar): Use it.
19975         (gnus-xmas-setup-summary-toolbar): Use it.
19976
19977 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * gnus-start.el (gnus-1): Add "native" to
19980         gnus-predefined-server-alist.
19981
19982         * gnus.el (gnus-method-to-server): Don't add "native" to the
19983         lists here, because that leads to problems when
19984         gnus-select-method is bound.
19985
19986 2005-11-09  Simon Josefsson  <jas@extundo.com>
19987
19988         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19989         use (not sort-by-date) instead.
19990
19991 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19992
19993         * gnus-delay.el (gnus-delay-group): Don't autoload.
19994         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19995         to be re-loaded when customizing the `gnus-delay' group.
19996
19997 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19998
19999         * message.el: Revert last changes.
20000         (message-insert-citation-line): Use newlines.
20001
20002 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20003
20004         * message.el (message-courtesy-message)
20005         (message-mark-insert-begin, message-mark-insert-end)
20006         (message-elide-ellipsis, message-cancel-message)
20007         (message-add-header, message-change-subject)
20008         (message-cross-post-followup-to-header)
20009         (message-cross-post-insert-note, message-reduce-to-to-cc)
20010         (message-widen-reply, message-delete-not-region)
20011         (message-kill-to-signature, message-insert-signature)
20012         (message-insert-importance-high, message-insert-importance-low)
20013         (message-insert-or-toggle-importance)
20014         (message-insert-disposition-notification-to)
20015         (message-indent-citation, message-yank-original)
20016         (message-cite-original-without-signature, message-cite-original)
20017         (message-insert-citation-line, message-position-on-field)
20018         (message-fix-before-sending, message-send-mail-partially)
20019         (message-send-mail, message-send-mail-with-sendmail)
20020         (message-send-mail-with-qmail, message-send-news)
20021         (message-check-news-header-syntax, message-generate-headers)
20022         (message-insert-courtesy-copy, message-fill-address)
20023         (message-fill-header, message-shorten-references)
20024         (message-setup-1, message-cancel-news)
20025         (message-forward-make-body-plain, message-forward-make-body-mime)
20026         (message-forward-make-body-mml, message-encode-message-body)
20027         (message-forward-make-body-digest-plain)
20028         (message-forward-make-body-digest-mime)
20029         (message-use-alternative-email-as-from): Insert `hard-newline'
20030         instead of ordinary newlines.
20031
20032 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * message.el (message-generate-headers): Downcase the argument
20035         given to message-check-element.
20036
20037 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20038
20039         * nntp.el (nntp-authinfo-rejected): New error condition.
20040         (nntp-wait-for): Use new error condition to signal authentication
20041         error.
20042         (nntp-retrieve-data): Rethrow new error condition to break out of
20043         recursive call to nntp-send-authinfo.
20044
20045 2005-11-08  Romain Francoise  <romain@orebokech.com>
20046
20047         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20048         (gnus-summary-exit-map): Bind to `Z p'.
20049         (gnus-summary-make-menu-bar): Add menu item.
20050
20051 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20054         (gnus-treat-*): Add `first' in all doc strings.
20055
20056         * gnus-group.el (gnus-group-compact-group): Fix typo.
20057
20058 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * gnus.el (gnus-parameters-case-fold-search): New variable.
20061         (gnus-parameters-get-parameter): Use it.
20062
20063         * gnus-score.el (gnus-home-score-file): Doc fix.
20064
20065 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20066
20067         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20068
20069 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20070
20071         * mm-util.el (mm-special-display-p): New function.
20072
20073         * mml.el (mml-preview): Use it; doc fix.
20074
20075 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20076
20077         * imap.el (imap-open): Handle case where buffer is a buffer object.
20078
20079 2005-10-29  Romain Francoise  <romain@orebokech.com>
20080
20081         * message.el (message-fix-before-sending): Fix comment.
20082
20083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20084
20085         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20086
20087 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20088
20089         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20090         Used in gnus-score.el.
20091
20092 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20095
20096 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20099         whitespace removed in revision 7.8.  Use concatenated string to
20100         protect trailing whitespace.
20101
20102 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20103
20104         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20105         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20106         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20107         Courier IMAP ("some version from 2004").  Mostly based on similar
20108         code in the same function.
20109
20110 2005-10-26  Didier Verna  <didier@xemacs.org>
20111
20112         * gnus-group.el (gnus-group-compact-group): Invalidate original
20113         article buffer.
20114         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20115         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20116         NOV database and in article itself.
20117         Invalidate article backlog.
20118
20119 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20120
20121         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20122
20123 2005-10-26  Simon Josefsson  <jas@extundo.com>
20124
20125         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20126         part of 2004-07-25 change.
20127
20128 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * message.el (message-display-completion-list): New function.
20131         (message-expand-group): Use it; make sure the Completions buffer
20132         is modifiable.
20133 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20134
20135         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20136         user-mail-name is an empty string.
20137
20138 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20139
20140         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20141         depending on gnus-score-decay-constant.
20142
20143         * encrypt.el (encrypt-insert-file-contents)
20144         (encrypt-write-file-contents): Don't use `gnus-message'.
20145
20146         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20147         arguments.
20148         (mm-uu-type-alist): Add message-marks and insert-marks.
20149         Pass arguments to mm-uu-verbatim-marks-extract.
20150         (mm-uu-hide-markers): New variable.
20151         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20152
20153         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20154         (gnus-convert-image-to-face-command): Use "convert" by default to
20155         allow other input image formats.
20156         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20157         accordingly.
20158
20159 2005-10-23  Simon Josefsson  <jas@extundo.com>
20160
20161         * imap.el (imap-gssapi-program): Align command line parameters
20162         with latest GNU SASL.
20163         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20164
20165 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20166
20167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20168         HTML.
20169         (nnslashdot-request-article): Ditto.
20170
20171         * lpath.el (featurep): Add nobreak-char-display.
20172
20173 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20174
20175         * mail-source.el (mail-source-fetch-pop): Require pop3.
20176         (mail-source-check-pop): Ditto.
20177
20178 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20181         errors.
20182
20183 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20184
20185         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20186         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20187
20188         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20189
20190         * mm-bodies.el (mm-decode-string):
20191         Call `mm-charset-to-coding-system' with allow-override argument.
20192
20193 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20196         (rfc2047-charset-to-coding-system): New function.
20197         (rfc2047-decode-encoded-words): New function.
20198         (rfc2047-decode-region): Use them.
20199         (rfc2047-decode-cte): Remove.
20200         (rfc2047-parse-and-decode): Remove.
20201         (rfc2047-decode): Remove.
20202
20203 2005-10-15  Kenichi Handa  <handa@m17n.org>
20204
20205         * rfc2047.el (rfc2047-decode-cte): New function.
20206         (rfc2047-decode-region): Change the way to decode successive
20207         encoded-words: decode B- or Q-encoding in each encoded-word,
20208         concatenate them, and decode it as charset.
20209
20210 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20211
20212         * lpath.el: Fbind codepage-setup for XEmacs.
20213
20214 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20215
20216         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20217         widget-move-and-invoke.
20218         (gnus-custom-mode): Use gnus-custom-map.
20219
20220 2005-10-15  Bill Wohler  <wohler@newt.com>
20221
20222         * message.el (message-tool-bar-map): Rename image file from
20223         mail_send to mail/send.
20224
20225 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20226
20227         * message.el (message-expand-group): Pass the common
20228         prefix substring of completion to `display-completion-list'.
20229
20230 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20231
20232         * mml-sec.el (mml-secure-method): New internal variable.
20233         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20234         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20235         New functions using mml-secure-method.
20236
20237         * mml.el (mml-mode-map): Add key bindings for those functions.
20238         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20239         Harder <harder@myrealbox.com>.
20240         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20241         Goto end of message if point is the headers of the message.
20242
20243         * message.el (message-in-body-p): New function.
20244
20245         * assistant.el: Autoload gnus-util and netrc.
20246
20247         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20248         Use `mm-charset-override-alist' only when decoding.
20249
20250         * mm-bodies.el (mm-decode-body):
20251         Call `mm-charset-to-coding-system' with allow-override argument.
20252
20253         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20254         `filename' from Content-Disposition if Content-Type doesn't
20255         provide `name'.
20256         (gnus-mime-view-part-as-type): Set default instead of
20257         initial-input.
20258
20259 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20260
20261         * format-spec.el (format-spec): Propagate text properties of % spec.
20262
20263 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * gnus-art.el (gnus-treat-predicate): Add `first'.
20266
20267 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20268
20269         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20270         (mm-charset-override-alist): New variable.
20271         (mm-charset-to-coding-system): Use it.
20272         (mm-codepage-setup): New helper function.
20273         (mm-charset-eval-alist): New variable.
20274         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20275         Warn about unknown charsets.
20276
20277         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20278
20279 2005-10-04  David Hansen  <david.hansen@gmx.net>
20280
20281         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20282         (nnrss-check-group): Ditto.
20283
20284 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20287         Rename x-gnus-verbatim to x-verbatim.
20288         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20289
20290         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20291         x-verbatim.
20292
20293         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20294
20295         * gnus-util.el (gnus-remove-duplicates): Remove.
20296
20297         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20298         instead of gnus-remove-duplicates.
20299
20300         * message.el (message-remove-duplicates): Remove.
20301         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20302         message-remove-duplicates.
20303
20304         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20305         available, else use implementation from `delete-dups'.
20306
20307         * message.el (message-insert-expires): New function.
20308         (message-mode-map): Add key binding.
20309         (message-mode-field-menu): Add menu entry.
20310         (message-mode): Document it.
20311         (message-make-expires-date): Use `message-make-date'.
20312
20313 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20314
20315         * message.el (message-make-expires-date): New function.
20316
20317 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * Makefile.in (list-installed-shadows): New entry.
20320         (install): Use it.
20321         (remove-installed-shadows): New entry.
20322
20323         * dgnushack.el (dgnushack-default-load-path): New variable.
20324         (dgnushack-find-lisp-shadows): New function.
20325         (dgnushack-remove-lisp-shadows): New function.
20326
20327 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * Makefile.in (install-el-elc): New entry.
20330         (install): Use it so that .el files are necessarily installed.
20331
20332 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20335
20336 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20337
20338         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20339         function rather than the diff-mode.el package.
20340         (mm-display-external): Use with-current-buffer.
20341         (mm-viewer-completion-map, mm-viewer-completion-map):
20342         Move initialization inside declaration.
20343
20344 2005-09-29  Simon Josefsson  <jas@extundo.com>
20345
20346         * spam.el: Load hashcash when compiling, to avoid warnings.
20347         Don't autoload mail-check-payment.
20348         (spam-check-hashcash): Define unconditionally, since hashcash.el
20349         is part of Gnus now.  Ignore errors from payment checking.
20350
20351 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20352
20353         * message.el (message-bold-region, message-unbold-region):
20354         Rename from `bold-region' and `unbold-region'.
20355
20356         * message.el: Remove useless autoloads.
20357
20358 2005-09-28  Simon Josefsson  <jas@extundo.com>
20359
20360         * message.el (message-use-idna): Default to t.
20361         (message-use-idna): Test whether encoding works too.  Doc fix.
20362
20363 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * nntp.el (nntp-warn-about-losing-connection): Remove.
20366
20367 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20370         customizable.  Change default value.
20371         (mm-uu-diff-groups-regexp): Change default value.
20372         (mm-uu-type-alist): Add doc string.
20373         (mm-uu-configure): Add doc string.  Make it interactive.
20374         (mm-uu-tex-groups-regexp): New variable.
20375         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20376         (mm-uu-type-alist): Add LaTeX documents.
20377         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20378         of "text/verbatim".
20379         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20380
20381         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20382         instead of "text/verbatim".
20383
20384         * message.el (message-mark-inserted-region)
20385         (message-mark-insert-file): Use slrn style marks when called with
20386         prefix argument.
20387
20388 2005-09-27  Simon Josefsson  <jas@extundo.com>
20389
20390         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20391
20392 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20393
20394         * message.el (message-remove-duplicates): New function.
20395         Implementation borrowed from `gnus-remove-duplicates'.
20396         (message-idna-to-ascii-rhs): Also encode idna addresses in
20397         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20398         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20399         only ask about the same idna domain once per header and also tell
20400         in what header to replace the idna domain.
20401
20402         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20403         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20404         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20405         a header is decoded and not just the last one.
20406
20407 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20410         has been decoded.
20411
20412         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20413         (mm-insert-part): Don't modify text if it has been decoded.
20414
20415         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20416         decoded.
20417
20418         * mm-view.el (mm-inline-text): Don't strip text props unless
20419         decoding enriched or richtext parts.
20420
20421 2005-09-25  Romain Francoise  <romain@orebokech.com>
20422
20423         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20424         * gnus-start.el (gnus-subscribe-interactively):
20425         * gnus-uu.el (gnus-uu-grab-articles):
20426         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20427         space.
20428
20429 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20430
20431         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20432         * mm-view.el (mm-view-pkcs7-decrypt):
20433         * gnus-sum.el (gnus-summary-limit-to-extra)
20434         (gnus-summary-respool-article, gnus-read-move-group-name):
20435         * gnus-score.el (gnus-summary-increase-score):
20436         * gnus-util.el (gnus-completing-read-with-default):
20437         * gnus-art.el (gnus-read-save-file-name)
20438         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20439         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20440         * message.el (message-check-news-header-syntax):
20441         Follow convention for reading with the minibuffer.
20442
20443 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20444
20445         * spam-report.el (spam-report-url-ping-plain):
20446         Use gnus-extended-version as User-Agent.
20447
20448         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20449         default value is nil.
20450
20451         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20452         (mm-uu-verbatim-marks-extract): New function.
20453         (mm-uu-extract): New face.
20454         (mm-uu-copy-to-buffer): Use it.
20455
20456         * spam-report.el (spam-report-gmane-ham): Rename from
20457         `spam-report-gmane-unspam'.
20458         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20459         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20460
20461         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20462         Autoload.
20463         (spam-report-gmane-unregister-routine):
20464         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20465
20466 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20467
20468         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20469         (spam-report-gmane-unregister-routine): Add support for gmane
20470         unregistration.
20471
20472         * spam-report.el (spam-report-gmane-unspam)
20473         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20474         (spam-report-gmane): Change to take a single article and do unspam
20475         registration.
20476
20477 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20478
20479         * mm-url.el (mm-url-decode-entities): Fix regexp.
20480
20481 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20484         default to nil, to be able to use Gnus at all.  If the default
20485         switches to something else, then the function should be fixed not
20486         be exceedingly slow.
20487
20488 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20489
20490         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20491         fail hard.
20492
20493         * spam-report.el: Add better Keywords line.
20494
20495         * spam.el: Add Maintainer and better Keywords line.
20496
20497 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20498
20499         * gnus-art.el (gnus-article-replace-part)
20500         (gnus-mime-replace-part): New functions.
20501         (gnus-mime-action-alist, gnus-mime-button-commands)
20502         (gnus-mime-save-part-and-strip): Add file argument.
20503         (gnus-article-part-wrapper): Add interactive argument.
20504
20505         * gnus-sum.el (gnus-summary-mime-map):
20506         Add `gnus-article-replace-part'.
20507
20508 2005-09-19  Didier Verna  <didier@xemacs.org>
20509
20510         The nnml compaction feature:
20511         * nnml.el (nnml-request-compact-group): New function.
20512         * nnml.el (nnml-request-compact): New function.
20513         * gnus-int.el (gnus-request-compact-group): New function.
20514         * gnus-int.el (gnus-request-compact): New function.
20515         * gnus-group.el (gnus-group-compact-group): New function.
20516         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20517         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20518         * gnus-srvr.el (gnus-server-compact-server): New function.
20519         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20520         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20521
20522 2005-09-18  Deepak Goel  <deego@gnufans.org>
20523
20524         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20525         format spec.
20526
20527 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20530
20531 2005-09-15  Romain Francoise  <romain@orebokech.com>
20532
20533         * message.el (message-fill-paragraph): Clarify docstring.
20534
20535 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20536
20537         * gnus-art.el (gnus-mime-display-part): Protect against broken
20538         MIME messages.
20539
20540 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20541
20542         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20543         before parsing header.
20544
20545 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20546
20547         * html2text.el (html2text-replace-list): Add new entities.
20548
20549 2005-09-11  Romain Francoise  <romain@orebokech.com>
20550
20551         * message.el (message-alternative-emails): Improve docstring.
20552         (message-setup-1): Call `message-use-alternative-email-as-from'
20553         after `message-setup-hook' to give it precedence over posting
20554         styles, etc.
20555         (message-use-alternative-email-as-from): Add docstring.
20556         Remove the original From header if present.
20557
20558         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20559         (nnml-save-mail): Use it.
20560
20561         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20562         articles.  Add new argument `silent'.
20563         (gnus-uu-mark-all): Report the total number of marked articles.
20564
20565 2005-09-10  Romain Francoise  <romain@orebokech.com>
20566
20567         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20568         (gnus-uu-mark-series): Likewise.
20569
20570 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * spam-report.el (spam-report-gmane): Fix generation of spam
20573         report URL.
20574
20575 2005-09-10  Simon Josefsson  <jas@extundo.com>
20576
20577         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20578         t, based on discussion on the ding list with Robert Epprecht
20579         <epprecht@solnet.ch>.
20580
20581 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20582
20583         * spam-report.el (spam-report-gmane): Make it work without
20584         X-Report-Spam header.  Gmane now only provides Archived-At.
20585         This is only used if `spam-report-gmane-use-article-number' is nil.
20586         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20587
20588         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20589         make `gnus-summary-sort-by-recipient' work with threading.
20590
20591         * nnweb.el (nnweb-google-wash-article): Print a message if article
20592         is not available.
20593
20594 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20595
20596         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20597         change.  Decode text/* parts content before displaying.
20598
20599 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20602
20603 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20606
20607         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20608         url-package-name, url-package-version,
20609         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20610         w3m-display-inline-images, and w3m-minor-mode-map.
20611
20612 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20613
20614         * message.el (message-tab-body-function): Fix mismatched custom type.
20615
20616         * gnus.el (gnus-group-change-level-function): Ditto.
20617
20618         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20619
20620         * gnus-art.el (gnus-signature-limit)
20621         (gnus-article-mime-part-function): Ditto.
20622
20623 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * mml.el (mml-mode): Silence the byte compiler.
20626
20627         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20628         using `(sit-for 0)' before moving the point to the specified part;
20629         skip unbuttonized parts.
20630         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20631         return to the summary window if gnus-auto-select-part is non-nil.
20632
20633 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20634
20635         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20636         New variables.
20637         (mml-dnd-attach-file, mml-mode): Use them.
20638
20639         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20640         Make fetching article by MID work again for Google Groups.
20641         Add FIXME concerning gnus-group-make-web-group.
20642
20643         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20644         Don't depend on Gnus by using mail-extract-address-components if
20645         gnus-extract-address-components is not bound.
20646
20647 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20648
20649         * gnus-art.el (gnus-mime-display-security): Don't display the
20650         signature, but only the signed part.
20651
20652 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20653
20654         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20655
20656         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20657         list, not listp.
20658
20659 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20660
20661         * mm-encode.el (mm-encode-content-transfer-encoding):
20662         Likewise when encoding.
20663
20664         * mm-bodies.el (mm-decode-content-transfer-encoding):
20665         De-canonicalize CRLF for all text content types, not just
20666         text/plain.
20667
20668 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20671         valid article; point arrow and cursor at the MIME button.
20672
20673 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20674
20675         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20676         Suggested by Dan Christensen <jdc@uwo.ca>.
20677
20678         * mm-decode.el (mm-save-part): Enable change of prompt.
20679
20680 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20681
20682         * gnus-msg.el (gnus-inews-add-send-actions):
20683         Make `message-post-method' lambda parameter ARG `&optional'.
20684
20685 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * gnus-sum.el (gnus-summary-mime-map):
20688         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20689         gnus-article-jump-to-part.
20690
20691         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20692         (gnus-article-edit-part): Use it.
20693         (gnus-article-part-wrapper): Add no-handle argument.
20694         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20695         New functions.
20696
20697 2005-08-29  Romain Francoise  <romain@orebokech.com>
20698
20699         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20700         docstring.
20701         (gnus-face-from-file): Likewise.
20702
20703 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20706         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20707         non-nil.
20708         (gnus-auto-select-part): New variable.
20709         (gnus-article-jump-to-part): New function.
20710         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20711         (gnus-mime-delete-part): Allow selecting specified part after
20712         deleting or stripping parts.
20713         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20714         part if argument is bogus.
20715
20716 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20717
20718         * gnus-art.el (w3m-minor-mode-map):
20719         * gnus-spec.el (gnus-newsrc-file-version):
20720         * gnus-util.el (nnmail-active-file-coding-system)
20721         (gnus-original-article-buffer, gnus-user-agent):
20722         * gnus.el (gnus-ham-process-destinations)
20723         (gnus-parameter-ham-marks-alist)
20724         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20725         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20726         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20727         * mm-decode.el (gnus-current-window-configuration):
20728         * mm-extern.el (gnus-article-mime-handles):
20729         * mm-url.el (url-current-object, url-package-name)
20730         (url-package-version):
20731         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20732         (smime-keys, w3m-cid-retrieve-function-alist)
20733         (w3m-current-buffer, w3m-display-inline-images)
20734         (w3m-minor-mode-map):
20735         * mml-smime.el (gnus-extract-address-components):
20736         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20737         (gnus-newsrc-hashtb, message-default-charset)
20738         (message-deletable-headers, message-options)
20739         (message-posting-charset, message-required-mail-headers)
20740         (message-required-news-headers):
20741         * mml1991.el (mc-pgp-always-sign):
20742         * mml2015.el (mc-pgp-always-sign):
20743         * nnheader.el (nnmail-extra-headers):
20744         * rfc1843.el (gnus-decode-encoded-word-function)
20745         (gnus-decode-header-function, gnus-newsgroup-name):
20746         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20747
20748 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20749
20750         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20751         the end of the date treatments.
20752
20753 2005-08-15  Simon Josefsson  <jas@extundo.com>
20754
20755         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20756         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20757         Capello and Romain Francoise.
20758         (pgg-fetch-key-function): Remove, not used?
20759         (pgg-insert-url-with-w3): Require url, to get
20760         url-insert-file-contents regardless of where it is defined.
20761
20762 2005-08-13  Romain Francoise  <romain@orebokech.com>
20763
20764         * message.el (message-cite-original-1): New function.
20765         (message-cite-original): Use it.
20766         (message-cite-original-without-signature): Ditto.
20767
20768 2005-08-08  Romain Francoise  <romain@orebokech.com>
20769
20770         * message.el (message-yank-empty-prefix): New variable.
20771         (message-indent-citation): Use it.
20772         (message-cite-original-without-signature): Respect X-No-Archive.
20773
20774 2005-08-08  Simon Josefsson  <jas@extundo.com>
20775
20776         * pgg.el: Autoload url-insert-file-contents instead of loading
20777         w3/url.
20778         (pgg-insert-url-with-w3): Don't load url here.
20779
20780 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20781
20782         * message.el (message-kill-to-signature): Don't insert newline at
20783         bol.
20784         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20785
20786 2005-08-06  Romain Francoise  <romain@orebokech.com>
20787
20788         * message.el (message-user-fqdn): Fix typo in docstring.
20789
20790 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20791
20792         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20793
20794         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20795
20796 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * mm-bodies.el (mm-encode-body): Use coding system rather than
20799         charset to encode text.
20800
20801         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20802         number of charsets if utf-8 is available (XEmacs).
20803
20804 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20805
20806         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20807         taken from `gnus-button-mid-or-mail-regexp'.
20808         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20809         (gnus-button-alist): Improve regexp for domain part of the MIDs
20810         for news:localpart@domain buttons.
20811         (gnus-button-ctan-directory-regexp): Update.
20812
20813 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * sieve-manage.el (sieve-manage-interactive-login):
20816         Use make-local-variable rather than make-variable-buffer-local.
20817         (sieve-manage-open): Ditto.
20818         (sieve-manage-authenticate): Ditto.
20819
20820         * mml.el (mml-generate-mime-1): Make the content type default to
20821         text/plain if the filename is not specified.
20822
20823 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20826         instead of insert-buffer.
20827
20828         * message.el (message-yank-original): Ditto; set the mark at the
20829         end of the yanked message.
20830
20831 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20834         lines to scroll rather than to stop it.
20835
20836         * mml.el (mml-generate-default-type): Add doc string.
20837         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20838         default to application/octet-stream when determining the content
20839         type if it is not specified for the part or the mml contents; add
20840         a comment about mml-generate-default-type.
20841
20842 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20843
20844         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20845         make it default to application/octet-stream when determining the
20846         content type if it is not specified for the external contents.
20847
20848 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20849
20850         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20851         segmented parameter but also other parameters might be there.
20852
20853 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * mm-decode.el (mm-display-external): Delete temp file, directory
20856         and buffer immediately if the external process is exited.
20857
20858 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20861         fewer lines than that of scroll-margin.
20862         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20863
20864 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * gnus-art.el (gnus-article-next-page): Revert.
20867         (gnus-article-beginning-of-window): New macro.
20868         (gnus-article-next-page-1): Use it.
20869         (gnus-article-prev-page): Ditto.
20870         (gnus-article-edit-part): Use insert-buffer-substring instead of
20871         insert-buffer.
20872         (gnus-article-edit-exit): Ditto.
20873
20874         * gnus-util.el (gnus-beginning-of-window): Remove.
20875         (gnus-end-of-window): Remove.
20876
20877         * lpath.el: Don't bind header-line-format and scroll-margin.
20878
20879 2005-07-25  Simon Josefsson  <jas@extundo.com>
20880
20881         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20882         to have the url package without w3.  Reported by Daiki Ueno
20883         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20884
20885 2005-07-20  Didier Verna  <didier@xemacs.org>
20886
20887         * gnus-diary.el: Remove the description comment (nndiary is now
20888         properly documented in the Gnus manual).
20889         Fix the spelling of "Back End".
20890         * nndiary.el: Ditto.
20891         Fix the copyright notice.
20892
20893 2005-07-18  Romain Francoise  <romain@orebokech.com>
20894
20895         * gnus-sum.el (gnus-summary-to-prefix)
20896         (gnus-summary-newsgroup-prefix): New variables.
20897         (gnus-summary-from-or-to-or-newsgroups): Use them.
20898
20899 2005-07-17  Romain Francoise  <romain@orebokech.com>
20900
20901         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20902         space as it's generally not especially interesting to the user.
20903
20904 2005-07-16  Romain Francoise  <romain@orebokech.com>
20905
20906         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20907         nil to avoid prompting and file modification if one of the
20908         messages at the top of the nnfolder file contains a copyright
20909         notice.
20910         Update copyright notice.
20911
20912         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20913         instead of `current-time-string' as the latter creates a time
20914         string that is not RFC 2822 compliant (it lacks the zone).
20915         Update copyright notice.
20916
20917 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20918
20919         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20920         for text/rtf.  Display default in prompt.  Pass default for M-n.
20921
20922         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20923
20924 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20925
20926         * gnus-msg.el (gnus-button-mailto):
20927         Remove save-selected-window-window hackery because it relies on
20928         save-selected-window internals.
20929
20930 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20933         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20934         (gnus-article-prev-page): Ditto.
20935
20936         * gnus-util.el (gnus-beginning-of-window): New function.
20937         (gnus-end-of-window): New function.
20938
20939         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20940
20941 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20942
20943         * gnus-score.el (gnus-score-edit-all-score):
20944         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20945         gnus-message.
20946
20947 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20948
20949         * gnus-msg.el (gnus-button-mailto):
20950         Remove save-selected-window-window hackery because it relies on
20951         save-selected-window internals.
20952
20953 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20956         add-minor-mode.
20957         (gnus-binary-mode): Ditto.
20958
20959         * gnus-topic.el (gnus-topic-mode): Ditto.
20960
20961 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20962
20963         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20964         (gnus-article-prev-page): Take scroll-margin into consideration.
20965
20966 2005-07-04  Lute Kamstra  <lute@gnu.org>
20967
20968         Update FSF's address in GPL notices.
20969
20970 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20971
20972         * gnus.el (gnus-exit):
20973         * gnus-group.el (gnus-group-icons):
20974         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20975
20976         * gnus-nocem.el (gnus-nocem):
20977         * message.el (message-various, message-buffers, message-sending)
20978         (message-interface, message-forwarding, message-insertion)
20979         (message-headers, message-news, message-mail):
20980         * pgg-gpg.el (pgg-gpg):
20981         * pgg-parse.el (pgg-parse):
20982         * pgg-pgp.el (pgg-pgp):
20983         * pgg-pgp5.el (pgg-pgp5):
20984         * pop3.el (pop3): Finish `defgroup' description with period.
20985
20986 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-art.el (article-display-face): Improve the efficiency.
20989         (article-display-x-face): Ditto; remove gray x-face stuff.
20990
20991 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * gnus-art.el (article-display-face): Correct the position in
20994         which Faces are inserted.
20995
20996 2005-06-29  Didier Verna  <didier@xemacs.org>
20997
20998         * gnus-art.el (article-display-face): Display faces in correct
20999         order.
21000
21001 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21002
21003         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21004         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21005         (gnus-nocem-check-article): Fetch the Type header.
21006         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21007         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21008         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21009         make sure gnus-nocem-hashtb is initialized.
21010         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21011         (gnus-nocem-unwanted-article-p): Ditto.
21012
21013         * pgg.el (pgg-verify): Return the verification result.
21014
21015 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21016
21017         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21018         is ascii.
21019
21020 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21021
21022         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21023         `show-nonbreak-escape'.
21024
21025 2005-06-23  Lute Kamstra  <lute@gnu.org>
21026
21027         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21028
21029         * dig.el (dig-mode):
21030         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21031
21032 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21033
21034         * nnimap.el (nnimap-split-download-body): Fix spellings.
21035
21036 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21037
21038         * gnus-art.el (gnus-article-encrypt-body):
21039         * gnus-cus.el (gnus-score-customize):
21040         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21041         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21042
21043 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21044
21045         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21046         header by looking for magic "MII" at the beginning.
21047
21048 2005-06-16  Miles Bader  <miles@gnu.org>
21049
21050         * gnus-xmas.el (gnus-xmas-group-startup-message):
21051         Use renamed gnus-splash face.
21052
21053         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21054         (assistant-field-face): New backward-compatibility alias for renamed
21055         face.
21056         (assistant-render-text): Use renamed assistant-field face.
21057
21058         * spam.el (spam): Remove "-face" suffix from face name.
21059         (spam-face): New backward-compatibility alias for renamed face.
21060         (spam-face, spam-initialize): Use renamed spam face.
21061
21062         * message.el (message-header-to, message-header-cc)
21063         (message-header-subject, message-header-newsgroups)
21064         (message-header-other, message-header-name)
21065         (message-header-xheader, message-separator, message-cited-text)
21066         (message-mml): Remove "-face" suffix from face names.
21067         (message-header-to-face, message-header-cc-face)
21068         (message-header-subject-face, message-header-newsgroups-face)
21069         (message-header-other-face, message-header-name-face)
21070         (message-header-xheader-face, message-separator-face)
21071         (message-cited-text-face, message-mml-face):
21072         New backward-compatibility aliases for renamed faces.
21073         (message-font-lock-keywords): Use renamed message faces.
21074
21075         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21076         (sieve-test-commands, sieve-tagged-arguments):
21077         Remove "-face" suffix from face names.
21078         (sieve-control-commands-face, sieve-action-commands-face)
21079         (sieve-test-commands-face, sieve-tagged-arguments-face):
21080         New backward-compatibility aliases for renamed faces.
21081         (sieve-control-commands-face, sieve-action-commands-face)
21082         (sieve-test-commands-face, sieve-tagged-arguments-face):
21083         Use renamed sieve faces.
21084
21085         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21086         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21087         (gnus-group-news-3-empty, gnus-group-news-4)
21088         (gnus-group-news-4-empty, gnus-group-news-5)
21089         (gnus-group-news-5-empty, gnus-group-news-6)
21090         (gnus-group-news-6-empty, gnus-group-news-low)
21091         (gnus-group-news-low-empty, gnus-group-mail-1)
21092         (gnus-group-mail-1-empty, gnus-group-mail-2)
21093         (gnus-group-mail-2-empty, gnus-group-mail-3)
21094         (gnus-group-mail-3-empty, gnus-group-mail-low)
21095         (gnus-group-mail-low-empty, gnus-summary-selected)
21096         (gnus-summary-cancelled, gnus-summary-high-ticked)
21097         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21098         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21099         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21100         (gnus-summary-low-undownloaded)
21101         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21102         (gnus-summary-low-unread, gnus-summary-normal-unread)
21103         (gnus-summary-high-read, gnus-summary-low-read)
21104         (gnus-summary-normal-read, gnus-splash):
21105         Remove "-face" suffix from face names.
21106         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21107         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21108         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21109         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21110         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21111         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21112         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21113         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21114         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21115         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21116         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21117         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21118         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21119         (gnus-summary-normal-ticked-face)
21120         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21121         (gnus-summary-normal-ancient-face)
21122         (gnus-summary-high-undownloaded-face)
21123         (gnus-summary-low-undownloaded-face)
21124         (gnus-summary-normal-undownloaded-face)
21125         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21126         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21127         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21128         (gnus-splash-face):
21129         New backward-compatibility aliases for renamed faces.
21130         (gnus-group-startup-message): Use renamed gnus faces.
21131
21132         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21133         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21134         (gnus-server-agent): Remove "-face" suffix from face names.
21135         (gnus-server-agent-face, gnus-server-opened-face)
21136         (gnus-server-closed-face, gnus-server-denied-face)
21137         (gnus-server-offline-face):
21138         New backward-compatibility aliases for renamed faces.
21139         (gnus-server-agent-face, gnus-server-opened-face)
21140         (gnus-server-closed-face, gnus-server-denied-face)
21141         (gnus-server-offline-face): Use renamed gnus faces.
21142
21143         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21144         Remove "-face" suffix from face names.
21145         (gnus-picon-xbm-face, gnus-picon-face):
21146         New backward-compatibility aliases for renamed faces.
21147
21148         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21149         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21150         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21151         (gnus-cite-11): Remove "-face" suffix from face names.
21152         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21153         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21154         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21155         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21156         New backward-compatibility aliases for renamed faces.
21157         (gnus-cite-attribution-face, gnus-cite-face-list)
21158         (gnus-article-boring-faces): Use renamed gnus faces.
21159
21160         * gnus-art.el (gnus-signature, gnus-header-from)
21161         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21162         (gnus-header-content): Remove "-face" suffix from face names.
21163         (gnus-signature-face, gnus-header-from-face)
21164         (gnus-header-subject-face, gnus-header-newsgroups-face)
21165         (gnus-header-name-face, gnus-header-content-face):
21166         New backward-compatibility aliases for renamed faces.
21167         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21168
21169         * gnus-sum.el (gnus-summary-selected-face)
21170         (gnus-summary-highlight): Use renamed gnus faces.
21171         * gnus-group.el (gnus-group-highlight): Likewise.
21172
21173 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21174
21175         * gnus-sieve.el (gnus-sieve-article-add-rule):
21176         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21177         * spam-stat.el (spam-stat-buffer-change-to-spam)
21178         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21179
21180         * message.el (message-is-yours-p):
21181         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21182
21183 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * mm-view.el (mm-inline-text): Withdraw the last change.
21186
21187 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21190         executing enriched-decode.
21191
21192 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21193
21194         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21195         charset of tar files.
21196
21197 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21198
21199         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21200
21201 2005-06-04  Lute Kamstra  <lute@gnu.org>
21202
21203         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21204         information is never recorded.
21205
21206 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21207
21208         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21209
21210 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * pop3.el (pop3-apop): Run md5 in the binary mode.
21213
21214         * starttls.el (starttls-set-process-query-on-exit-flag):
21215         Use eval-and-compile.
21216
21217 2005-05-31  Simon Josefsson  <jas@extundo.com>
21218
21219         * smime.el (smime-replace-in-string): Define.
21220         (smime-cert-by-ldap-1): Use it.
21221
21222 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * gnus-art.el (article-display-x-face): Replace
21225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21226
21227         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21228         set-process-query-on-exit-flag or process-kill-without-query.
21229
21230         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21231         loop instead of replace-regexp.
21232
21233         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21234         instead of process-kill-without-query if it is available.
21235
21236         * lpath.el: Fbind ldap-search-entries.
21237
21238         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21239         instead of find-file-hooks if it is available.
21240
21241         * mml1991.el: Bind pgg-default-user-id when compiling.
21242
21243         * mml2015.el: Bind pgg-default-user-id when compiling.
21244
21245         * nndraft.el (nndraft-request-associate-buffer):
21246         Use write-contents-functions instead of write-contents-hooks if it is
21247         available.
21248
21249         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21250         instead of find-file-hooks if it is available.
21251
21252         * nntp.el (nntp-open-connection): Replace
21253         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21254         (nntp-open-ssl-stream): Ditto.
21255         (nntp-open-tls-stream): Ditto.
21256
21257         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21258         set-process-query-on-exit-flag or process-kill-without-query.
21259         (starttls-open-stream-gnutls): Use it instead of
21260         process-kill-without-query.
21261         (starttls-open-stream): Ditto.
21262
21263 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21264
21265         * smime.el (smime-cert-by-ldap-1): Don't use
21266         replace-regexp-in-string.
21267
21268 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21269
21270         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21271
21272         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21273         in PEM format.  Adjust to the XEmacs compatibility.
21274
21275 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21276
21277         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21278         by `string-to-number'.
21279         * gnus-agent.el (gnus-agent-regenerate-group)
21280         (gnus-agent-fetch-articles): Ditto.
21281         * gnus-art.el (gnus-button-fetch-group): Ditto.
21282         * gnus-cache.el (gnus-cache-generate-active)
21283         (gnus-cache-articles-in-group): Ditto.
21284         * gnus-group.el (gnus-group-set-current-level)
21285         (gnus-group-insert-group-line): Ditto.
21286         * gnus-score.el (gnus-score-set-expunge-below)
21287         (gnus-score-set-mark-below, gnus-summary-score-effect)
21288         (gnus-summary-score-entry): Ditto.
21289         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21290         (gnus-soup-pack): Ditto.
21291         * gnus-spec.el (gnus-xmas-format): Ditto.
21292         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21293         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21294         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21295         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21296         * nndb.el (nndb-get-remote-expire-response): Ditto.
21297         * nndiary.el (nndiary-parse-schedule-value)
21298         (nndiary-string-to-number, nndiary-request-replace-article)
21299         (nndiary-request-article): Ditto.
21300         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21301         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21302         * nneething.el (nneething-make-head): Ditto.
21303         * nnfolder.el (nnfolder-request-article)
21304         (nnfolder-retrieve-headers): Ditto.
21305         * nnheader.el (nnheader-file-to-number): Ditto.
21306         * nnkiboze.el (nnkiboze-request-article): Ditto.
21307         * nnmail.el (nnmail-process-unix-mail-format)
21308         (nnmail-process-babyl-mail-format): Ditto.
21309         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21310         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21311         (nnmh-request-create-group, nnmh-request-list-1)
21312         (nnmh-request-group, nnmh-request-article): Ditto.
21313         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21314         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21315         * nnsoup.el (nnsoup-make-active): Ditto.
21316         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21317         * nntp.el (nntp-find-group-and-number)
21318         (nntp-retrieve-headers-with-xover): Ditto.
21319         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21320         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21321         (pgg-format-key-identifier): Ditto.
21322         * pop3.el (pop3-last, pop3-stat): Ditto.
21323         * qp.el (quoted-printable-decode-region): Ditto.
21324
21325         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21326         of concat.
21327
21328 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21331
21332         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21333
21334         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21335
21336         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21337
21338         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21339
21340         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21341
21342         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21343         (gnus-carpal-mode): Ditto.
21344
21345         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21346         (gnus-browse-mode): Ditto.
21347
21348         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21349
21350         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21351
21352 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21353
21354         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21355
21356 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21357
21358         * gnus-util.el (gnus-run-mode-hooks): New function.
21359
21360         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21361
21362         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21363         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21364
21365 2005-05-27  Lute Kamstra  <lute@gnu.org>
21366
21367         * dns-mode.el (dns-mode): Specify customization group.
21368
21369 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21370
21371         * gnus-agent.el (gnus-agent-make-mode-line-string):
21372         Use mode-line-highlight as mouse-face.
21373
21374 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21375
21376         * canlock.el (canlock): Change the parent group to news.
21377
21378         * deuglify.el (gnus-outlook-deuglify): Add :group.
21379
21380         * dig.el (dig): Add :group.
21381
21382         * dns-mode.el (dns-mode): Add :group.
21383
21384         * encrypt.el (encrypt): Add :group.
21385
21386         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21387         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21388         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21389         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21390         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21391
21392         * gnus-diary.el (gnus-diary): Add :group.
21393
21394         * gnus.el (gnus-group-news-1-face): Add :group.
21395         (gnus-group-news-1-empty-face): Ditto.
21396         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21397         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21398         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21399         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21400         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21401         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21402         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21403         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21404         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21405         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21406         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21407         (gnus-summary-high-ticked-face): Ditto.
21408         (gnus-summary-low-ticked-face): Ditto.
21409         (gnus-summary-normal-ticked-face): Ditto.
21410         (gnus-summary-high-ancient-face): Ditto.
21411         (gnus-summary-low-ancient-face): Ditto.
21412         (gnus-summary-normal-ancient-face): Ditto.
21413         (gnus-summary-high-undownloaded-face): Ditto.
21414         (gnus-summary-low-undownloaded-face): Ditto.
21415         (gnus-summary-normal-undownloaded-face): Ditto.
21416         (gnus-summary-high-unread-face): Ditto.
21417         (gnus-summary-low-unread-face): Ditto.
21418         (gnus-summary-normal-unread-face): Ditto.
21419         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21420         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21421
21422         * hashcash.el (hashcash): New custom group.
21423         (hashcash-default-payment): Add :group.
21424         (hashcash-payment-alist): Ditto.
21425         (hashcash-default-accept-payment): Ditto.
21426         (hashcash-accept-resources): Ditto.
21427         (hashcash-path): Ditto.
21428         (hashcash-extra-generate-parameters): Ditto.
21429         (hashcash-double-spend-database): Ditto.
21430         (hashcash-in-news): Ditto.
21431
21432         * message.el (message-minibuffer-local-map): Add :group.
21433
21434         * netrc.el (netrc): Add :group.
21435
21436         * sieve-manage.el (sieve-manage-log): Add :group.
21437         (sieve-manage-default-user): Diito.
21438         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21439         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21440         (sieve-manage-authenticators): Ditto.
21441         (sieve-manage-authenticator-alist): Ditto.
21442         (sieve-manage-default-port): Ditto.
21443
21444         * sieve-mode.el (sieve-control-commands-face): Add :group.
21445         (sieve-action-commands-face): Ditto.
21446         (sieve-test-commands-face): Ditto.
21447         (sieve-tagged-arguments-face): Ditto.
21448
21449         * smime.el (smime): Add :group.
21450
21451         * spam-report.el (spam-report): Add :group.
21452
21453         * spam.el (spam, spam-face): Add :group.
21454
21455 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21456
21457         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21458         return \n.\n.\n at the end of articles.  Protect against that.
21459         (nntp-with-open-group): Allow debugging.
21460
21461         * nnheader.el (mail-header-set-extra): Make into a function
21462         because I just could't understand how to quote the list properly.
21463
21464         * dns.el (query-dns-cached): New function.
21465
21466 2005-05-26  Lute Kamstra  <lute@gnu.org>
21467
21468         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21469
21470 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21471
21472         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21473
21474         * gnus-art.el: Don't autoload mail-extract-address-components.
21475
21476         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21477         eval-and-compile to evaluate it.
21478
21479         * hashcash.el: Don't autoload executable-find.
21480
21481         * nndb.el: Don't declare the nndb back end two or more times; don't
21482         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21483
21484         * nntp.el: Autoload format-spec instead of format; use
21485         eval-and-compile to evaluate autoload forms.
21486
21487 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21488
21489         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21490
21491 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21492
21493         * gnus.el (gnus-version-number): Bump version.
21494
21495 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21496
21497         * gnus.el: No Gnus v0.3 is released.
21498
21499 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21500
21501         * lpath.el (featurep): Bind show-nonbreak-escape.
21502
21503 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus-art.el (gnus-article-edit-part): Disable undo.
21506
21507 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21508
21509         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21510         gnus-article-date-lapsed-new-header is t if date timer is active;
21511         skip headers in which the original date value is empty.
21512         (gnus-article-save-original-date): Redefine it as a macro.
21513         (gnus-display-mime): Use it.
21514
21515 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * gnus-art.el (article-date-ut): Support converting date in
21518         forwarded parts as well.
21519         (gnus-article-save-original-date): New function.
21520         (gnus-display-mime): Use it.
21521
21522 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21523
21524         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21525         enclosure element of <item>.
21526
21527 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21528
21529         * message.el (message-kill-buffer-query): Rename from
21530         `message-kill-buffer-query-if-modified'.  Add :version.
21531
21532 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21533
21534         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21535         window layout.
21536
21537 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * mml.el: Autoload dnd when compiling.
21540
21541 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21542
21543         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21544         x-dnd-*.
21545
21546 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * qp.el (quoted-printable-encode-region): Save excursion.
21549
21550 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21551
21552         * message.el (message-kill-buffer-query-if-modified): Add new variable
21553         so the user can kill a modified message buffer quickly.
21554         (message-kill-buffer): Use it.
21555
21556 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * lpath.el: Fbind display-time-event-handler; don't fbind
21559         string-to-multibyte.
21560
21561         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21562
21563 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21564
21565         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21566         contained in text because xml.el decodes entities) with LFs.
21567
21568 2005-04-11  Lute Kamstra  <lute@gnu.org>
21569
21570         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21571         differently.
21572
21573 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21574
21575         * mm-util.el (mm-detect-coding-region): Typo.
21576
21577 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21578
21579         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21580
21581 2005-04-06  Deepak Goel  <deego@gnufans.org>
21582
21583         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21584         user-function allow user modifications of the scores.
21585         (spam-stat-score-buffer-user): New function, to allow
21586         user-computed modifications to the score.
21587         (spam-stat-score-buffer-user-functions): List of additional
21588         scoring functions.
21589         (spam-stat-error-holder): Global temporary error holder.
21590         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21591         variable.
21592
21593 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21594
21595         * gnus-registry.el (gnus-registry-clean-empty-function)
21596         (gnus-registry-trim, gnus-registry-fetch-groups)
21597         (gnus-registry-delete-group): Groups that match
21598         `gnus-registry-ignored-groups' are removed from the registry
21599         entries, not just ignored for splitting.  This helps clean up the
21600         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21601         to get all the groups a message ID is in.
21602
21603         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21604         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21605         (spam-stat-score-buffer-user-functions): Add :number custom type.
21606
21607 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21610         argument in XEmacs.
21611
21612         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21613         (nnrss-request-group): Decode group name first.
21614         (nnrss-request-article): Make a text/plain article if mml-to-mime
21615         failed.
21616         (nnrss-get-encoding): Return a compatible encoding according to
21617         nnrss-compatible-encoding-alist.
21618         (nnrss-find-el): Use consp instead of listp.
21619         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21620
21621 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21624         which Emacs 20 doesn't support.
21625         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21626
21627 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21630         silence the byte compiler inside the defun.
21631
21632         * gnus-demon.el (parse-time-string): Add autoload.
21633
21634         * gnus-delay.el (parse-time-string): Add autoload.
21635
21636         * gnus-art.el (parse-time-string): Add autoload.
21637
21638         * nnultimate.el (parse-time): Require for `parse-time-string'.
21639
21640 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21643
21644         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21645
21646         * smime.el (smime-ldap-host-list): Add :version.
21647
21648 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21649
21650         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21651         pass it to `gnus-browse-read-group'.
21652         (gnus-browse-read-group): Add NUMBER argument and pass it to
21653         `gnus-group-read-ephemeral-group'.
21654
21655         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21656         argument and pass it to `gnus-group-read-group'.
21657
21658 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21659
21660         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21661         mm-xemacs-find-mime-charset-1 if we have the mule feature
21662         available at runtime.
21663
21664 2005-03-25  Werner Lemberg  <wl@gnu.org>
21665
21666         * nnmaildir.el: Replace `illegal' with `invalid'.
21667
21668 2005-03-23  Lute Kamstra  <lute@gnu.org>
21669
21670         * time-date.el: Add comment on time value formats.
21671         Don't require parse-time.
21672         (with-decoded-time-value): New macro.
21673         (encode-time-value): New function.
21674         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21675         (days-to-time): Return a valid time value when arg is huge.
21676         (time-since): Use time-subtract.
21677         (time-to-number-of-days): Use time-to-seconds.
21678
21679 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21680
21681         * gnus-start.el (gnus-display-time-event-handler):
21682         Check display-time-timer at runtime rather than only at load time
21683         in case display-time-mode is turned off in the mean time.
21684
21685 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21688         used.
21689
21690         * nneething.el (nneething-map-file-directory): Derive from
21691         `gnus-directory'.
21692
21693         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21694         the To/Cc button.
21695
21696 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21697
21698         * nnmaildir.el (nnmaildir-request-accept-article):
21699         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21700
21701 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21702
21703         * gnus-async.el: Require timer-funcs at compile time when in
21704         XEmacs for `run-with-idle-timer'.
21705
21706 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21707
21708         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21709         autoloaded function.
21710
21711 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21712
21713         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21714
21715 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21716
21717         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21718
21719 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21720
21721         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21722         Add gnus-expert-user to default.
21723
21724 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21725
21726         * nnimap.el (nnimap-open-server): Ditto.
21727
21728         * imap.el (imap-authenticate): Fix typo.
21729
21730 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21731
21732         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21733         buffer (since IMAP server might return FETCH response out of
21734         order, and the nntp buffer must be sorted).
21735
21736 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21737
21738         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21739         comparison on string.
21740
21741         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21742         (gnus-agent-score): Rename category keywords to match gnus-cus.
21743         (gnus-agent-summary-fetch-series): Modify to protect against
21744         gnus-agent-summary-fetch-group clearing processable flags.
21745         (gnus-agent-synchronize-group-flags): Update live group buffer as
21746         synchronization may occur due to the user toggle the plugged
21747         status.
21748         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21749         successfully downloaded.
21750         (gnus-agent-expire-group-1): Avoid using markers when the overview
21751         is in ascending order; greatly improves performance.
21752         (gnus-agent-regenerate-group):
21753         Use gnus-agent-synchronize-group-flags to reset read status in both
21754         gnus and server.
21755         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21756
21757 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21758
21759         * message.el: Don't autoload former message-utils variables.
21760         (message-strip-subject-trailing-was): Change doc string.
21761
21762         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21763         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21764         (nnweb-google-search): Add "hl=en" here.
21765         (nnweb-google-parse-1, nnweb-google-create-mapping):
21766         Don't hardcode URL.
21767
21768 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21769
21770         * message.el (message-get-reply-headers, message-followup):
21771         Mention related variables `message-use-followup-to' and
21772         `message-use-mail-followup-to', in the information buffer.
21773
21774         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21775         of broken groups(-beta).google.com.
21776
21777 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21778
21779         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21780         parameter to invoked gnus-request-move-article; remove the
21781         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21782         all at once instead of once per article.
21783         (gnus-summary-remove-process-mark): Accept a list of articles as
21784         well as a single article for processing.
21785
21786         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21787         parameter.
21788
21789         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21790
21791         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21792
21793         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21794         parameter.
21795
21796         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21797         parameter.
21798
21799         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21800         parameter and remove the gnus-sum-hint-move-is-internal variable.
21801
21802         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21803         parameter.
21804
21805         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21806         parameter.
21807
21808         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21809         parameter.
21810
21811         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21812
21813         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21814         parameter.
21815
21816         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21817         parameter.
21818
21819 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21820
21821         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21822         a more conservative way.
21823
21824 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21825
21826         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21827         buffer, so it moves the window's cursor.
21828
21829 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21830
21831         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21832         `mm-dissect-multipart' and receive the from field as an (optional)
21833         argument from `mm-dissect-multipart'.
21834         (mm-dissect-multipart): Receive the from field as an argument and
21835         pass it on when we call `mm-dissect-buffer' on MIME parts.
21836         Fixes verification/decryption of signed/encrypted MIME parts.
21837
21838 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21839
21840         * gnus-sum.el (gnus-summary-move-article):
21841         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21842         whatever it calls (right now, only nnimap-request-move article
21843         respects it).
21844
21845         * nnimap.el (nnimap-request-move-article):
21846         When gnus-sum-hint-move-is-internal is set, don't do the extra
21847         nnimap-request-article.
21848
21849 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21850
21851         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21852
21853         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21854         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21855
21856         * gnus-sum.el (gnus-summary-caesar-message):
21857         Apply `gnus-treat-article' after rotation.
21858
21859         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21860         doc string.
21861
21862 2005-02-22  Simon Josefsson  <jas@extundo.com>
21863
21864         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21865         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21866         <arne@arnested.dk>.
21867         (encrypt): Add password-cache and password-cache-expiry as group
21868         members.
21869
21870 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21871
21872         * smime.el (smime-ldap-host-list): Doc fix.
21873         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21874         cache) password.
21875         (smime-sign-region): Use it.
21876         (smime-decrypt-region): Use it.
21877         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21878         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21879         fails.
21880         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21881         certificate from DER to PEM format rather than calling openssl.
21882
21883         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21884
21885         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21886         for signing/encryption.
21887
21888         * mml.el (mml-parse-1): Use them.
21889
21890 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21891
21892         * nnrss.el (nnrss-verbose): Remove.
21893         (nnrss-request-group): Use `nnheader-message' instead.
21894
21895 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21896
21897         * nnrss.el (nnrss-verbose): New variable.
21898         (nnrss-request-group): Make it say nnrss is requesting a group.
21899
21900 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21901
21902         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21903         Handle news URL with given port correctly.
21904
21905 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21908         containing special characters.
21909
21910         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21911
21912         * mml.el (mime-to-mml): Ditto.
21913
21914         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21915         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21916         (rfc2047-decode-region): Quote decoded words containing special
21917         characters when rfc2047-quote-decoded-words-containing-tspecials
21918         is non-nil.
21919
21920 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21921
21922         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21923
21924         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21925
21926 2005-02-15  Simon Josefsson  <jas@extundo.com>
21927
21928         * nnimap.el (nnimap-debug): Doc fix.
21929
21930         * imap.el (imap-debug): Doc fix.
21931
21932 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21933
21934         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21935
21936 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21937
21938         * gnus.el (spam-contents): Improve docs for spam-contents
21939         parameter in its variable incarnation.
21940
21941 2005-02-14  Simon Josefsson  <jas@extundo.com>
21942
21943         * smime-ldap.el: Use require instead of load-library for ldap.
21944         (smime-ldap-search): Indent.
21945         (smime-ldap-search-internal): Shorten line.
21946
21947         * smime.el (smime-cert-by-dns): Add doc-string.
21948         (smime-cert-by-ldap-1): Indent.
21949
21950         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21951         mml-smime-get-dns-ldap.
21952         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21953
21954 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21955
21956         * smime.el: Require smime-ldap.
21957         (smime-ldap-host-list): New variable.
21958         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21959
21960         * mml-smime.el (mml-smime-encrypt-query): New function.
21961         (mml-smime-encrypt-query): Use it.
21962
21963         * smime-ldap.el: New file.
21964
21965 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21966
21967         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21968
21969 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21970
21971         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21972         argument in doc string.  Make query for type more clear.
21973
21974 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21975
21976         * gnus.el (gnus-group-startup-message): Search for gnus images in
21977         etc/images/gnus.
21978         * mm-util.el (mm-image-load-path): Likewise.
21979         * smiley.el (smiley-data-directory): Search for smilies in
21980         etc/images/smilies.
21981
21982 2005-02-09  Kim F. Storm  <storm@cua.dk>
21983
21984         Change Emacs release version from 21.4 to 22.1 throughout.
21985         Change Emacs development version from 21.3.50 to 22.0.50.
21986
21987 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21988
21989         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21990
21991         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21992         non-Mule XEmacs as well.
21993         (mm-decompress-buffer): Signal an error intentionally if it does
21994         not decompress compressed data because auto-compression-mode is
21995         disabled.
21996
21997 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21998
21999         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22000         an ID in the registry even if it has no groups.
22001
22002 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22005         merge it into mm-decompress-buffer.
22006         (gnus-mime-copy-part): Use the MIME part charset, the value which
22007         a user specified or gnus-newsgroup-charset for decoding, like
22008         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22009         save-buffer what was used.  Suggested by Kevin Ryde
22010         <user42@zip.com.au>.
22011         (gnus-mime-inline-part): Allow the name parameter as well as the
22012         filename parameter; force decompressing of compressed data; always
22013         display contents being not decoded as unibyte.
22014
22015         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22016         as well as the filename parameter.
22017
22018         * mm-util.el (mm-decompress-buffer):
22019         Merge gnus-mime-jka-compr-maybe-uncompress.
22020         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22021         of compressed data.
22022
22023 2005-02-08  Simon Josefsson  <jas@extundo.com>
22024
22025         * imap.el (imap-log): Doc fix.
22026
22027 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22030         the coding cookies; decompress compressed parts.
22031
22032         * mml.el (mml-generate-mime-1): Add the charset parameter according
22033         to the value which a user specified manually or the coding cookie.
22034
22035         * mm-util.el (mm-string-to-multibyte): New function.
22036         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22037         (mm-coding-system-to-mime-charset): New function.
22038         (mm-decompress-buffer): New function.
22039         (mm-find-buffer-file-coding-system): New function.
22040
22041         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22042         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22043         parts.
22044
22045 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22046
22047         * mm-view.el (mm-display-inline-fontify): Decode a part according
22048         to the charset parameter.
22049
22050 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22053         prefix arg is neither nil nor a number, as info specifies.
22054
22055 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22056
22057         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22058         timestamps.
22059
22060 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22061
22062         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22063         groups error checking and notify user.
22064
22065 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22066
22067         * message.el (message-send-mail-function): Check existence of
22068         sendmail-program first before using default value
22069         `message-send-mail-with-sendmail'.  Otherwise use more generic
22070         `smtpmail-send-it'.
22071
22072 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * nntp.el (nntp-request-update-info): Always return nil.
22075
22076 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22077
22078         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22079
22080 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22081
22082         * message.el (message-beginning-of-line): Change the behavior when
22083         invoked between BOL and : so that it first moves backward.
22084
22085 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22086
22087         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22088         article buffer when editing of the article is discarded.
22089         (gnus-article-prepare): Revert.
22090
22091 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * gnus-art.el (gnus-article-prepare):
22094         Remove message-strip-forbidden-properties from the local hook.
22095
22096 2005-01-27  Simon Josefsson  <jas@extundo.com>
22097
22098         * password.el (password-cache-add): Only start one timer per key.
22099         Reported by Derek Atkins <warlord@MIT.EDU>.
22100
22101 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22102
22103         * run-at-time.el: Remove.  It is no longer needed as
22104         timer-funcs.el in the xemacs-base package has a working version of
22105         `run-at-time'.
22106
22107         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22108
22109         * password.el: Require timer-funcs instead of run-at-time in
22110         XEmacs.
22111         Remove `password-run-at-time' macro.
22112         (password-cache-add): Use `run-at-time' instead of
22113         `password-run-at-time'.
22114
22115         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22116         Remove `nnheader-cancel-function-timers' alias,
22117         `cancel-function-timers' exists in XEmacs in timer-funcs.
22118
22119         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22120         for `run-with-idle-timer'.
22121
22122         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22123         for `run-at-time'.
22124
22125         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22126         for `with-timeout'.
22127
22128         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22129         the same as for XEmacs 21.4.
22130         No need to ignore `run-with-idle-timer', this function exists in
22131         XEmacs now in timer-funcs.el in the xemacs-base package.
22132         (dgnushack-compile): No need to delete
22133         run-at-time.el from the list of files to compile because it
22134         doesn't exist anymore.
22135
22136 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22137
22138         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22139         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22140
22141 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22142
22143         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22144         sensitively.
22145
22146 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22147
22148         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22149
22150 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22153         which will be inserted according to the multibyteness of a buffer
22154         rather than the type of contents.  Suggested by ARISAWA Akihiro
22155         <ari@mbf.ocn.ne.jp>.
22156
22157         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22158         of string which old xml.el may return rather than a string.
22159
22160 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22163
22164 2005-01-16  Simon Josefsson  <jas@extundo.com>
22165
22166         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22167         idn/idna.el isn't available.
22168         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22169         <michael@waxrat.com>.
22170
22171         * hashcash.el: Remove non-FSF copyright header.
22172
22173         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22174         (hashcash-generate-payment): Use it.
22175         (hashcash-generate-payment-async): Use it.
22176
22177 2005-01-15  Simon Josefsson  <jas@extundo.com>
22178
22179         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22180         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22181
22182         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22183         gnus-summary-idna-message.
22184         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22185         (gnus-summary-idna-message): New function.
22186
22187 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22188
22189         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22190         gnus-novice-user.
22191
22192 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22193
22194         * nnrss.el (nnrss-request-delete-group): Delete entries in
22195         nnrss-group-alist as well.
22196         (nnrss-save-server-data): Insert newline.
22197
22198 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22199
22200         * gnus.el (gnus-user-agent): Use list of symbols instead of
22201         symbols.  Display full version number for (S)XEmacs.
22202         Optionally display (S)XEmacs codename.
22203
22204         * gnus-util.el (gnus-emacs-version): Update for new
22205         `gnus-user-agent'.
22206
22207         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22208         Gnus version.
22209
22210 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22211
22212         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22213         which is unreadable in some setups.
22214
22215 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22216
22217         * gnus-spec.el (gnus-update-format-specifications): Flush the
22218         group format spec cache if it doesn't support decoded group names.
22219
22220 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22221
22222         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22223         Allow to apply decay on score files matching a regexp.
22224
22225 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22226
22227         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22228         compatibility in %g and %c.
22229
22230 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22233         name for only %g and %c.
22234         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22235         of gnus-tmp-group to decoded group name.
22236         (gnus-group-make-rss-group): Exclude `/'s from group names.
22237
22238 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22239
22240         * nnrss.el (nnrss-get-encoding): Fix regexp.
22241
22242 2004-12-27  Simon Josefsson  <jas@extundo.com>
22243
22244         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22245         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22246         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22247
22248 2004-12-17  Kim F. Storm  <storm@cua.dk>
22249
22250         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22251
22252         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22253
22254 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22255
22256         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22257
22258 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * nnrss.el: Require rfc2047 and mml.
22261         (nnrss-file-coding-system): New variable.
22262         (nnrss-format-string): Redefine it as an inline function.
22263         (nnrss-decode-group-name): New function.
22264         (nnrss-string-as-multibyte): Remove.
22265         (nnrss-retrieve-headers): Decode group name; don't use
22266         nnrss-format-string.
22267         (nnrss-request-group): Decode group name.
22268         (nnrss-request-article): Decode group name; allow a Message-ID as
22269         well as an article number; don't use nnrss-format-string; encode a
22270         Message-ID string which may contain non-ASCII characters; use
22271         mml-to-mime to compose a MIME article.
22272         (nnrss-request-expire-articles): Decode group name.
22273         (nnrss-request-delete-group): Decode group name.
22274         (nnrss-fetch): Clarify error message.
22275         (nnrss-read-server-data): Use insert-file-contents instead of load;
22276         bind file-name-coding-system; use multibyte buffer.
22277         (nnrss-save-server-data): Bind coding-system-for-write to the
22278         value of nnrss-file-coding-system; bind file-name-coding-system;
22279         add coding cookie.
22280         (nnrss-read-group-data): Use insert-file-contents instead of load;
22281         bind file-name-coding-system; use multibyte buffer.
22282         (nnrss-save-group-data): Bind coding-system-for-write to the
22283         value of nnrss-file-coding-system; bind file-name-coding-system.
22284         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22285         make it work with non-ASCII text.
22286         (nnrss-find-el): Make it work with old xml.el as well.
22287
22288 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22289
22290         * nnrss.el (nnrss-get-encoding): New function.
22291         (nnrss-fetch): Use unibyte buffer initially; bind
22292         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22293         decode contents according to the encoding attribute.
22294         (nnrss-save-group-data): Add coding cookie.
22295         (nnrss-mime-encode-string): New function.
22296         (nnrss-check-group): Use it to encode subject and author.
22297
22298 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22299
22300         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22301         imaginary variable.
22302
22303 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22304
22305         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22306         correctly even if there are wide characters.
22307
22308 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22309
22310         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22311         downcased symbol names; make a new cache instead of reusing
22312         bbdb-hashtable.
22313
22314 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22315
22316         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22317         concatenating segments rather than before concatenating them.
22318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22319
22320         * message.el (message-get-reply-headers): Bind `extra'.
22321
22322 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22323
22324         * message.el (message-extra-wide-headers): New variable.
22325         (message-get-reply-headers): Use it.
22326
22327 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22330         (gnus-agent-group-pathname): Ditto.
22331
22332         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22333
22334         * gnus-group.el (gnus-group-make-group): Decode group name.
22335         (gnus-group-make-rss-group): Register the group data after opening
22336         the nnrss group.
22337
22338 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22339
22340         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22341         by expiry now get marked as read.
22342
22343 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22346
22347 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22348
22349         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22350         unify Latin characters in XEmacs.
22351         (mm-find-mime-charset-region): Use it.
22352
22353 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * gnus-util.el (gnus-delete-directory): New function.
22356
22357         * gnus-agent.el (gnus-agent-delete-group): Use it.
22358
22359         * gnus-cache.el (gnus-cache-delete-group): Use it.
22360
22361 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22362
22363         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22364         names.
22365
22366 2004-12-16  Simon Josefsson  <jas@extundo.com>
22367
22368         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22369
22370 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22371
22372         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22373
22374         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22375         (gnus-group-set-current-level): Decode group name.
22376
22377 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22378
22379         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22380         failed.
22381
22382 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * gnus-group.el (gnus-group-delete-group): Decode group name.
22385         (gnus-group-make-rss-group): Encode group name.
22386         (gnus-group-catchup-current): Decode group name.
22387         (gnus-group-kill-group): Decode group name.
22388
22389 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22390
22391         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22392
22393 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22394
22395         * gnus-group.el (gnus-group-make-rss-group):
22396         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22397
22398         * gnus-start.el (gnus-setup-news): Honor user's setting to
22399         gnus-message-archive-method.  Suggested by Lute Kamstra
22400         <lute@gnu.org>.
22401
22402 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22403
22404         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22405         global counterparts of the buffer-local variables.
22406
22407 2004-11-16  Romain Francoise  <romain@orebokech.com>
22408
22409         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22410         counterparts of the buffer-local variables.
22411
22412 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22413
22414         * message.el (message-forbidden-properties): Fix typo in doc
22415         string.
22416
22417 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22418
22419         * gnus-util.el (gnus-replace-in-string): Add doc string.
22420
22421         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22422         to avoid problems when splitting mails with many recipients.
22423
22424 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22425
22426         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22427         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22428
22429 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22430
22431         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22432         if there is no hashtable in memory or file modification time is
22433         newer than cached timestamp.
22434
22435 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22436
22437         * gnus-sum.el (gnus-summary-limit-to-recipient):
22438         Implement not-matching option.
22439
22440 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22441
22442         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22443         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22444         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22445         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22446         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22447         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22448
22449 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * message.el (message-forward-make-body-mml): Remove headers
22452         according to message-forward-ignored-headers if a message is decoded.
22453
22454 2004-12-02  Romain Francoise  <romain@orebokech.com>
22455
22456         * message.el (message-forward-make-body-plain): Always remove
22457         headers according to message-forward-ignored-headers.
22458
22459 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22460
22461         * spam.el (spam-summary-prepare-exit): Remove the
22462         gnus-summary-limit pop for now, it has problems with ham marks for
22463         me.
22464
22465 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22466
22467         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22468         correctly.
22469
22470 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22471
22472         * format-spec.el (format-spec): Message the char.
22473
22474 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22475
22476         * gnus-art.el (gnus-split-methods): Reformat comments.
22477
22478         * spam.el (spam-summary-prepare-exit): Remove article limits
22479         before exiting the summary buffer.
22480
22481 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22482
22483         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22484         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22485
22486         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22487         order to silence the byte compiler.
22488
22489         * spam.el: Fix the way to silence the byte compiler, which
22490         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22491         bbdb-search-simple, spam-BBDB-register-routine,
22492         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22493         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22494         spam-stat-buffer-is-spam, spam-stat-load,
22495         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22496         spam-stat-save and spam-stat-split-fancy.
22497
22498 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22501         which may confuse users.
22502         (canlock-password-for-verify): Ditto.
22503
22504         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22505
22506         * gnus-art.el (gnus-emphasis-alist): Ditto.
22507
22508         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22509
22510         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22511
22512         * gnus-start.el (gnus-save-killed-list): Ditto.
22513
22514         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22515         (gnus-sum-thread-tree-root): Ditto.
22516         (gnus-sum-thread-tree-false-root): Ditto.
22517         (gnus-sum-thread-tree-single-indent): Ditto.
22518
22519         * message.el (message-courtesy-message): Ditto.
22520         (message-archive-note): Ditto.
22521         (message-subscribed-address-file): Ditto.
22522         (message-user-fqdn): Ditto.
22523
22524         * spam-report.el (spam-report-gmane-regex): Ditto.
22525
22526         * spam.el (spam-blackhole-good-server-regex): Ditto.
22527
22528 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22529
22530         * mml.el (mml-preview): Widen the message buffer before copying
22531         the contents to the preview buffer; sort headers before previewing.
22532
22533         * message.el (message-hidden-headers): Fix the way to avoid a bug
22534         in the `repeat' widget in Emacs 21.3 or earlier.
22535
22536 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22537
22538         * message.el (message-hidden-headers): Default to "^References:".
22539         Improve customization type.  Suggested by Reiner Steib
22540         <Reiner.Steib@gmx.de>.
22541
22542 2004-11-25  Romain Francoise  <romain@orebokech.com>
22543
22544         * message.el (message-strip-forbidden-properties): Remove check for
22545         obsolete `message-hidden' text property, hidden headers are not
22546         accessible in the buffer anymore.
22547
22548 2004-11-22  Romain Francoise  <romain@orebokech.com>
22549
22550         * message.el (message-header-format-alist): Add `From' in list
22551         so that it can be sorted.
22552         (message-fix-before-sending): Widen and sort headers before
22553         sending.
22554         (message-hide-headers): Use narrowing to hide headers by moving
22555         them to the top of the buffer and narrowing to the region
22556         underneath.
22557
22558 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22559
22560         * message.el (message-strip-forbidden-properties):
22561         Bind buffer-read-only (etc) to nil.
22562
22563 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22566         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22567
22568 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22569
22570         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22571
22572 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22573
22574         * dns.el (query-dns): Use sit-for to time instead of
22575         accept-process-output, since that doesn't seem to work on udp
22576         sockets.
22577
22578 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22581
22582 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22583
22584         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22585         doc string.  Improve doc string.
22586
22587 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22588
22589         * nntp.el (nntp-request-update-info): Return nil if
22590         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22591         may not call gnus-activate-group which uselessly issues the GROUP
22592         commands for all nntp groups and wastes time.  Reported by Romain
22593         Francoise <romain@orebokech.com>.
22594
22595         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22596
22597 2004-11-15  Simon Josefsson  <jas@extundo.com>
22598
22599         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22600         headers separately.
22601         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22602         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22603
22604 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22605
22606         * gnus-start.el (gnus-convert-old-newsrc):
22607         Assign legacy-gnus-agent to 5.10.7.
22608
22609 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22610
22611         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22612         start of the lines.
22613
22614 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22615
22616         * hashcash.el (hashcash-default-payment): Change default to 20.
22617         (hashcash-default-accept-payment): Change default to 20.
22618         (hashcash-process-alist): New variable.
22619         (hashcash-generate-payment-async): Add.
22620         (hashcash-already-paid-p): Add.
22621         (hashcash-insert-payment): Don't generate payments twice.
22622         (hashcash-insert-payment-async): Add.
22623         (hashcash-insert-payment-async-2): Add.
22624         (hashcash-cancel-async): Add.
22625         (hashcash-wait-async): Add.
22626         (hashcash-processes-running-p): Add.
22627         (hashcash-wait-or-cancel): Add.
22628         (mail-add-payment): New optional argument.  Conditionally start
22629         asynchronous calculation.
22630         (mail-add-payment-async): Add.
22631
22632         * message.el (message-send-mail): Wait for asynchronous hashcash
22633         results.  Don't clobber existing X-Hashcash headers.
22634         (message-setup-1): Call mail-add-payment-async when
22635         message-generate-hashcash is non-nil.
22636
22637 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22638
22639         * message.el (message-use-alternative-email-as-from): Examine the
22640         From header as well; use message-make-from in order to include a
22641         user's full name.
22642
22643 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22646         default; improve customization type.
22647         (gnus-emphasis-custom-with-format): New macro.
22648         (gnus-emphasis-custom-value-to-external): New function.
22649         (gnus-emphasis-custom-value-to-internal): New function.
22650
22651 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22652
22653         * dns.el (query-dns): Resolve reverse addresses.
22654
22655 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22656
22657         * gnus-group.el (gnus-group-get-new-news): Use it.
22658
22659         * gnus-start.el (gnus-check-reasonable-setup): New function.
22660
22661 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22664         "Args out of range" error.  Reported by Arnaud Giersch
22665         <arnaud.giersch@free.fr>.
22666
22667 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22668
22669         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22670
22671 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22672
22673         * spam.el (spam group): Add :version.
22674
22675         * pgg-def.el (pgg group): Add :version.
22676
22677 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22678
22679         * gnus-art.el (gnus-article-edit-article): Don't associate the
22680         article buffer with a draft file.  This is a temporary measure
22681         against the 2004-08-22 change to gnus-article-edit-mode.
22682
22683 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22684
22685         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22686         (html2text-format-tags): Remove unused variable `attr'.
22687
22688 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22689
22690         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22691
22692         * tls.el (tls-process-connection-type, tls-success)
22693         (tls-certtool-program): Add :version.
22694
22695         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22696         (starttls-extra-arguments, starttls-process-connection-type)
22697         (starttls-connect, starttls-failure, starttls-success): Add :version.
22698
22699         * spam-stat.el (spam-stat): Add :version.
22700
22701         * sieve.el (sieve): Add :version.
22702
22703         * sha1.el (sha1): Add :version.
22704         (sha1-use-external): Remove redundant version.
22705
22706         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22707         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22708         (nnmail-split-fancy-match-partial-words)
22709         (nnmail-split-lowercase-expanded): Add :version.
22710
22711         * nndiary.el (nndiary): Add :version.
22712
22713         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22714
22715         * mml-sec.el (mml-default-sign-method)
22716         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22717         Add :version.
22718
22719         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22720
22721         * mm-url.el (mm-url-use-external, mm-url-program)
22722         (mm-url-arguments): Add :version.
22723
22724         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22725         (mm-attachment-file-modes, mm-decrypt-option)
22726         (mm-w3m-safe-url-regexp): Add :version.
22727
22728         * message.el (message-cite-prefix-regexp)
22729         (message-sendmail-envelope-from, message-minibuffer-local-map)
22730         (message-user-fqdn, message-completion-alist): Add :version.
22731
22732         * gnus-win.el (gnus-configure-windows-hook)
22733         (gnus-use-frames-on-any-display): Add :version.
22734
22735         * gnus-art.el (gnus-article-address-banner-alist)
22736         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22737         (gnus-treat-from-picon, gnus-treat-mail-picon)
22738         (gnus-treat-x-pgp-sig): Add :version.
22739
22740         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22741         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22742         (gnus-summary-article-delete-hook)
22743         (gnus-summary-display-while-building): Add :version.
22744
22745         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22746         (gnus-get-top-new-news-hook): Add :version.
22747
22748         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22749         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22750
22751         * gnus-registry.el (gnus-registry): Add :version.
22752
22753         * gnus-spec.el (gnus-use-correct-string-widths)
22754         (gnus-make-format-preserve-properties): Add :version.
22755
22756         * gnus.el (gnus-group-charter-alist)
22757         (gnus-group-fetch-control-use-browse-url)
22758         (gnus-install-group-spam-parameters): Add :version.
22759
22760         * gnus-diary.el (gnus-diary): Add :version.
22761
22762         * gnus-delay.el (gnus-delay): Add :version.
22763
22764         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22765         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22766         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22767         Add :version.
22768
22769         * gnus-agent.el (gnus-agent-max-fetch-size)
22770         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22771         (gnus-agent-prompt-send-queue): Add :version.
22772
22773         * deuglify.el (gnus-outlook-deuglify): Add :version.
22774
22775         * html2text.el: Beautify code.  Improve doc strings.
22776         Some checkdoc cleanup.
22777         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22778
22779 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22780
22781         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22782
22783 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22784
22785         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22786         when package is loaded.
22787
22788         * spam.el (spam-summary-score-preferred-header): Add global preference
22789         for people who want to override the default SpamAssassin over
22790         Bogofilter preference (when both are set).
22791         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22792         (spam-user-format-function-S):
22793         Check spam-summary-score-preferred-header.
22794         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22795         (spam-user-format-function-S): Format the score correctly.
22796
22797 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22798
22799         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22800         signature file.  Suggested by Manoj Srivastava
22801         <srivasta@golden-gryphon.com>.
22802
22803         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22804         iso-2022-jp even in the Japanese language environment.
22805         Suggested by Jason Rumney <jasonr@gnu.org>.
22806
22807 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22810         use the same characters as the dummy marks; make it free from
22811         getting affected by the language environment.
22812         (gnus-summary-read-group-1): Update mark positions only when the
22813         format spec is updated.
22814
22815         * gnus-spec.el (gnus-update-format-specifications): Return a list
22816         of updated types.
22817
22818 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22819
22820         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22821         of boundp to check if display-warning is available.
22822
22823 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22824
22825         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22826
22827 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * nnspool.el (nnspool-spool-directory): Use news-path if the
22830         news-directory variable is not bound.
22831
22832         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22833         function instead of display-warning if it is not available.
22834
22835 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22836
22837         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22838         v5-10: Use `point-at-bol'.
22839
22840 2004-10-26  Simon Josefsson  <jas@extundo.com>
22841
22842         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22843         <chenggao@gmail.com>.
22844
22845 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22846
22847         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22848         instead.
22849
22850 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22851
22852         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22853         to remove a server from the nnimap-server-buffer-alist.
22854         (nnimap-open-connection, nnimap-close-server): Use it.
22855
22856         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22857
22858 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22861         running the major-mode function.
22862
22863 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22864
22865         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22866         dummy marks in the right way.
22867
22868 2004-10-18  David Edmondson  <dme@dme.org>
22869
22870         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22871         excessively.
22872
22873 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22874
22875         * gnus-util.el (gnus-split-references): Accept a nil references
22876         string and go on blissfully.
22877
22878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22879         cases where the references string is non-nil but has no references.
22880
22881         * encrypt.el: Add autoload tags.
22882
22883         * spam.el (spam-resolve-registrations-routine): Remove article
22884         from unregistration list too.  Reported by David Hanak
22885         <dhanak@isis.vanderbilt.edu>
22886
22887 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22888
22889         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22890         nil.  Change custom type.
22891
22892 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22893
22894         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22895
22896         * gnus-sum.el (gnus-summary-move-article): Use it.
22897
22898 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22899
22900         * encrypt.el: Add autoload cookies.
22901
22902         * spam.el (spam-backend-article-list-property)
22903         (spam-backend-get-article-todo-list)
22904         (spam-backend-put-article-todo-list)
22905         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22906         Resolve registrations separately.
22907         (spam-register-routine): Format comments.
22908         (spam-unregister-routine, spam-register-routine): Always call with
22909         specific-articles, no default list.
22910         (spam-summary-prepare-exit): Use the spam-classifications function.
22911
22912         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22913         gnus-encrypt.el.
22914
22915         * encrypt.el: Copied from gnus-encrypt.el.
22916
22917         * gnus-encrypt.el: Commented that it's obsolete.
22918
22919 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22920
22921         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22922         (gnus-score-save): Use it.
22923
22924         * message.el (message-bury): Use `window-dedicated-p'.
22925
22926 2004-10-15  Simon Josefsson  <jas@extundo.com>
22927
22928         * pop3.el (top-level): Don't require nnheader.
22929         (pop3-read-timeout): Add.
22930         (pop3-accept-process-output): Add.
22931         (pop3-read-response, pop3-retr): Use it.
22932
22933 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22934
22935         * spam.el (spam-register-routine): Move comment.
22936         (spam-verify-bogofilter): Use 'unknown for the initial
22937         spam-bogofilter-valid state, not 'never.
22938
22939         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22940         for netrc-machine.
22941
22942         * nnimap.el (nnimap-open-connection):
22943         Use netrc-machine-user-or-password.
22944
22945 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22946
22947         * gnus-registry.el (gnus-registry-unload-hook):
22948         Set as a variable with add-hook.
22949
22950         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22951         of news-path.
22952
22953         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22954
22955         * spam.el: Delete duplicate `provide'.
22956         (spam-unload-hook): Set as a variable with add-hook.
22957
22958 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22959
22960         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22961         in the doc string.
22962
22963         * message.el (message-ignored-news-headers)
22964         (message-ignored-supersedes-headers)
22965         (message-ignored-resent-headers)
22966         (message-forward-ignored-headers): Improve custom type.
22967
22968 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22969
22970         * message.el (message-tokenize-header): Fix 2004-09-06 change
22971         which used point-min in the wrong place.
22972
22973 2004-10-12  Simon Josefsson  <jas@extundo.com>
22974
22975         * tls.el (tls-certtool-program): New variable.
22976         (tls-certificate-information): New function, based on
22977         ssl-certificate-information.
22978
22979 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22980
22981         * compface.el: Move the version of ELisp-based uncompface program
22982         to the contrib directory because of the copyright problem.
22983
22984 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22985
22986         * message.el (message-kill-buffer): Raise the current frame.
22987
22988 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22989
22990         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22991
22992         * gnus.el (message-y-or-n-p): Autoload.
22993
22994         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22995         (pop3-password-required, pop3-authentication-scheme)
22996         (pop3-leave-mail-on-server): Make customizable.
22997         (pop3): New custom group.
22998         (pop3-retr): Remove `sleep-for' statements.
22999         Suggested by Dave Love <fx@gnu.org>.
23000
23001         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23002         Windows/DOS.
23003
23004         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23005         (imap-parse-body): Fix incorrect use of `assert'.
23006         Suggested by Dave Love <fx@gnu.org>.
23007
23008         * mml.el (mml-minibuffer-read-disposition): Require match.
23009         Suggested by Dave Love <fx@gnu.org>.
23010
23011 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23012
23013         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23014         doc string.
23015
23016 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23017
23018         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23019
23020 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23021
23022         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23023         instead of calling `mm-insert-inline', to decode text/* parts
23024         before displaying them.
23025
23026 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * mm-uu.el (mm-uu-text-plain-type): New variable.
23029         (mm-uu-pgp-signed-extract-1): Use it.
23030         (mm-uu-pgp-encrypted-extract-1): Use it.
23031         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23032         bind mm-uu-text-plain-type with that value.
23033         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23034         mm-uu-dissect.
23035
23036 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23037
23038         * gnus-group.el (gnus-update-group-mark-positions):
23039         * gnus-sum.el (gnus-update-summary-mark-positions):
23040         * message.el (message-check-news-body-syntax):
23041         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23042         of string-as-multibyte.
23043
23044 2004-10-05  Juri Linkov  <juri@jurta.org>
23045
23046         * gnus-group.el (gnus-update-group-mark-positions):
23047         * gnus-sum.el (gnus-update-summary-mark-positions):
23048         * message.el (message-check-news-body-syntax):
23049         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23050         8-bit unibyte values to a multibyte string for search functions.
23051
23052 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23053
23054         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23055         (mm-uu-dissect-text-parts): New function.
23056
23057         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23058         dissect text parts.
23059
23060         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23061         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23062
23063         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23064
23065         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23066         Use gnus-current-topics instead of gnus-current-topic.
23067
23068 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23069
23070         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23071
23072 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23073
23074         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23075         where appropriate.
23076
23077         * nnml.el (nnml-generate-active-info): do.
23078
23079         * nndiary.el (nndiary-generate-active-info): do.
23080
23081         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23082         (gnus-topic-move): do.
23083
23084         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23085         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23086
23087         * gnus-srvr.el (gnus-server-prepare)
23088         (gnus-server-open-all-servers): do.
23089
23090         * gnus-msg.el (gnus-summary-cancel-article)
23091         (gnus-summary-resend-message)
23092         (gnus-summary-mail-crosspost-complaint): do.
23093
23094         * gnus-move.el (gnus-change-server): do.
23095
23096         * gnus-group.el (gnus-group-unmark-all-groups)
23097         (gnus-group-set-current-level): do.
23098
23099 2004-10-04  Simon Josefsson  <jas@extundo.com>
23100
23101         * message.el (message-generate-hashcash): Doc fix.
23102
23103 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23104
23105         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23106         avoid infinite recursion via gnus-get-function.
23107
23108 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23109
23110         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23111
23112         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23113
23114         * nnmail.el (nnmail-split-history): do.
23115
23116         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23117         (nnml-request-delete-group): do.
23118
23119         * nnslashdot.el (nnslashdot-read-groups): do.
23120
23121         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23122         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23123
23124         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23125         (nnspool-sift-nov-with-sed): Use last.
23126         (nnspool-retrieve-headers-with-nov): Use mapc.
23127         (nnspool-request-newgroups): Use dolist.
23128         (nnspool-request-group): Use last.
23129
23130         * nntp.el (nntp-read-server-type): Use dolist.
23131
23132         * nnvirtual.el (nnvirtual-create-mapping)
23133         (nnvirtual-update-read-and-marked): Use dolist.
23134         (nnvirtual-convert-headers): Simplify.
23135
23136 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23137
23138         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23139         Add support for sync'ing tick marks.
23140
23141 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23142
23143         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23144         there's no visible header.
23145
23146 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23147
23148         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23149         When necessary, pass full group name to gnus-request-set-marks.
23150
23151 2004-10-01  Simon Josefsson  <jas@extundo.com>
23152
23153         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23154         acroread.
23155
23156 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23157
23158         * spam-report.el (spam-report-gmane): Fix interactive.
23159
23160         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23161
23162         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23163         when writing file.
23164         (gnus-agent-synchronize-flags): Don't default to being
23165         interactive.
23166
23167 2004-09-30  Simon Josefsson  <jas@extundo.com>
23168
23169         * message.el (message-generate-hashcash): Add.
23170         (message-send-mail): Use it, call mail-add-payment.
23171
23172 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23173
23174         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23175
23176 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23177
23178         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23179         gnus-requst-update-info with explicit code to sync the in-memory
23180         info read flags with the marks being sync'd to the backend.
23181
23182         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23183
23184 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23185
23186         * spam.el (spam-verify-bogofilter): Add new function.
23187         (spam-check-bogofilter)
23188         (spam-bogofilter-register-with-bogofilter): Use it.
23189         (spam-verify-bogofilter): Add small fixes.
23190
23191 2004-09-28  Simon Josefsson  <jas@extundo.com>
23192
23193         * hashcash.el (hashcash-generate-payment): Revert.
23194
23195 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23196
23197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23198         Use gnus-extract-references instead of gnus-split-references.
23199
23200         * gnus-util.el (gnus-extract-references): Add new function, analogous
23201         to gnus-split-references but extracts only the message-ID without
23202         anything extra.
23203
23204         * hashcash.el (hashcash-generate-payment)
23205         (hashcash-check-payment): Do the right thing if hashcash-path is
23206         nil (because the hashcash program could not be found).
23207
23208         * spam.el (spam-use-hashcash): Remove comment.
23209
23210 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23211
23212         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23213         (gnus-cache-enter-article, gnus-cache-remove-article)
23214         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23215
23216         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23217
23218         * gnus-art.el (article-hide-boring-headers)
23219         (article-translate-strings, article-display-face)
23220         (gnus-article-mime-match-handle-first)
23221         (gnus-article-highlight-headers)
23222         (gnus-article-add-buttons-to-head): do.
23223
23224 2004-09-27  Simon Josefsson  <jas@extundo.com>
23225
23226         * hashcash.el: New version, from
23227         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23228         ../contrib/.
23229
23230 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23231
23232         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23233
23234 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23235
23236         * gnus-dup.el (gnus-dup-open): Use mapc.
23237         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23238
23239         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23240         Reported by Stefan Wiens <s.wi@gmx.net>.
23241
23242         * gnus.el (gnus-shutdown): Use dolist.
23243
23244         * gnus-undo.el (gnus-undo): Use mapc.
23245
23246         * nnrss.el (nnrss-generate-active): do.
23247
23248         * message.el (message-cite-original-without-signature)
23249         (message-cite-original): Use mapc.
23250         (message-do-actions, message-make-forward-subject): Use dolist.
23251
23252 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23253
23254         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23255         deletion to remove entire duplicate line.  Fixes merged article
23256         number bug.
23257
23258 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23259
23260         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23261         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23262         first ask if you want to open a server and then, even when you
23263         responded with no, asking if you want to synchronize the server's
23264         flags.
23265         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23266         multi-line expressions.
23267         (gnus-agent-synchronize-group-flags): New internal function.
23268         Updates marks in memory (in the info structure) AND in the
23269         backend.
23270
23271         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23272
23273         * nnagent.el (nnagent-request-set-mark):
23274         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23275         method, to ensure that synchronization updates marks in the
23276         backend and in the info (in memory) structure.
23277
23278 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23279
23280         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23281         convention fully; don't miss the root article of a thread; make
23282         the X-Draft-From header with correct article numbers.
23283
23284 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23285
23286         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23287         unless plugged.  Disable the agent so that an open failure causes
23288         an error.
23289
23290         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23291         Revert 2004-09-21 change.  The backend must be opened while
23292         synchronizing flags even when the backend stores the flags
23293         locally.
23294
23295 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23296
23297         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23298         in `header' match.  Reported by Svend Tollak Munkejord.
23299
23300         * message.el (message-cite-original): Fix use of
23301         `message-cite-articles-with-x-no-archive'.
23302
23303 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23306         (gnus-window-to-buffer): Ditto.
23307
23308         * mml.el (mml-preview-buffer): New variable.
23309         (mml-preview): Manage window layout with gnus-buffer-configuration.
23310
23311         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23312         X-Draft-From header even if those articles aren't quoted.
23313
23314 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23315
23316         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23317         (gnus-request-set-mark, gnus-request-update-mark): Use new
23318         g-s-t-u-l-m to decide to use backend even when unplugged.
23319
23320 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23321
23322         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23323         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23324
23325 2004-09-20  Simon Josefsson  <jas@extundo.com>
23326
23327         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23328         "utf-16-le".
23329
23330 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23331
23332         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23333
23334 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23335
23336         * uudecode.el (uudecode-use-external): Add :version.
23337
23338         * smime.el (smime-CA-file, smime-encrypt-cipher)
23339         (smime-dns-server): Add :version.
23340
23341         * smiley.el (gnus-smiley-file-types): Add :version.
23342
23343         * sha1.el (sha1-use-external): Add :version.
23344
23345         * pgg-def.el (pgg-query-keyserver): Add :version.
23346
23347         * nnmail.el (nnmail-fancy-expiry-targets)
23348         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23349         Add :version.
23350
23351         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23352         (nnimap-retrieve-groups-asynchronous): Add :version.
23353         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23354
23355         * mml.el (mml-content-disposition-parameters)
23356         (mml-insert-mime-headers-always): Add :version.
23357
23358         * mm-util.el (mm-coding-system-priorities): Add :version.
23359
23360         * mm-decode.el (mm-inline-text-html-with-images)
23361         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23362         (mm-verify-option): Add :version.
23363         (mm-text-html-renderer): Change :version.
23364
23365         * message.el (message-fcc-externalize-attachments)
23366         (message-required-headers, message-draft-headers)
23367         (message-subject-trailing-was-query)
23368         (message-subject-trailing-was-ask-regexp)
23369         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23370         (message-mark-insert-end, message-archive-header)
23371         (message-archive-note, message-cross-post-default)
23372         (message-cross-post-note, message-followup-to-note)
23373         (message-cross-post-note-function, message-use-mail-followup-to)
23374         (message-subscribed-address-functions)
23375         (message-subscribed-address-file, message-subscribed-addresses)
23376         (message-subscribed-regexps, message-allow-no-recipients)
23377         (message-yank-cited-prefix, message-signature-insert-empty-line)
23378         (message-hidden-headers, message-hierarchical-addresses)
23379         (message-mail-user-agent, message-use-idna)
23380         (message-valid-fqdn-regexp)
23381         (message-strip-special-text-properties, message-header-synonyms)
23382         (message-beginning-of-line, message-tab-body-function): Add :version.
23383         (message-insert-canlock, message-wide-reply-confirm-recipients):
23384         Change :version.
23385
23386         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23387         and :version.
23388         (mail-source-delete-old-incoming-confirm)
23389         (mail-source-movemail-program): Add :version.
23390
23391         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23392         (gnus-agent-cache, gnus-agent): Change :version.
23393
23394         * gnus-util.el (gnus-use-byte-compile): Change :version.
23395
23396         * gnus-sum.el (gnus-summary-make-false-root-always)
23397         (gnus-summary-default-high-score)
23398         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23399         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23400         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23401         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23402         (gnus-sum-thread-tree-single-indent)
23403         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23404         (gnus-sum-thread-tree-leaf-with-other)
23405         (gnus-sum-thread-tree-single-leaf): Add :version.
23406         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23407         (gnus-article-loose-mime): Change :version.
23408
23409         * gnus-start.el (gnus-backup-startup-file)
23410         (gnus-save-startup-file-via-temp-buffer): Add :version.
23411
23412         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23413         (gnus-server-offline-face): Add :version.
23414
23415         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23416
23417         * gnus-msg.el (gnus-gcc-externalize-attachments)
23418         (gnus-debug-files, gnus-debug-exclude-variables)
23419         (gnus-discouraged-post-methods): Change :version.
23420         (gnus-confirm-mail-reply-to-news)
23421         (gnus-confirm-treat-mail-like-news): Add :version.
23422
23423         * gnus-int.el (gnus-server-unopen-status): Add :version.
23424
23425         * gnus-group.el (gnus-group-jump-to-group-prompt)
23426         (gnus-large-ephemeral-newsgroup)
23427         (gnus-fetch-old-ephemeral-headers): Add :version.
23428
23429         * gnus-fun.el (gnus-x-face-directory)
23430         (gnus-convert-pbm-to-x-face-command)
23431         (gnus-convert-image-to-x-face-command)
23432         (gnus-convert-image-to-face-command): Add :version.
23433
23434         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23435
23436         * gnus-cite.el (gnus-cite-blank-line-after-header)
23437         (gnus-article-boring-faces): Add :version.
23438
23439         * gnus-art.el (gnus-buttonized-mime-types)
23440         (gnus-inhibit-mime-unbuttonizing)
23441         (gnus-treat-display-face)
23442         (gnus-treat-body-boundary): Change :version.
23443         (gnus-body-boundary-delimiter, gnus-picon-databases)
23444         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23445         (gnus-treat-date-english, gnus-treat-fold-headers)
23446         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23447         (gnus-treat-mail-picon, gnus-treat-wash-html)
23448         (gnus-article-encrypt-protocol)
23449         (gnus-use-idna, gnus-article-over-scroll)
23450         (gnus-mime-display-multipart-alternative-as-mixed)
23451         (gnus-mime-display-multipart-related-as-mixed)
23452         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23453         (gnus-ctan-url, gnus-button-ctan-handler)
23454         (gnus-button-handle-ctan-bogus-regexp)
23455         (gnus-button-ctan-directory-regexp)
23456         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23457         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23458         (gnus-button-man-level, gnus-button-emacs-level)
23459         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23460
23461         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23462         (gnus-agent-go-online): Change :version.
23463         (gnus-agent-expire-unagentized-dirs)
23464         (gnus-agent-auto-agentize-methods): Add :version.
23465
23466         * flow-fill.el (fill-flowed-display-column)
23467         (fill-flowed-encode-column): Add :version.
23468
23469         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23470         (gnus-outlook-deuglify-unwrap-max)
23471         (gnus-outlook-deuglify-cite-marks)
23472         (gnus-outlook-deuglify-unwrap-stop-chars)
23473         (gnus-outlook-deuglify-no-wrap-chars)
23474         (gnus-outlook-deuglify-attrib-cut-regexp)
23475         (gnus-outlook-deuglify-attrib-verb-regexp)
23476         (gnus-outlook-deuglify-attrib-end-regexp)
23477         (gnus-outlook-display-hook): Add :version.
23478
23479         * binhex.el (binhex-use-external): Add :version.
23480
23481 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23482
23483         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23484         and `invisible'.
23485
23486 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23487
23488         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23489         in gnus-registry-trim.
23490
23491 2004-09-13  Simon Josefsson  <jas@extundo.com>
23492
23493         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23494
23495         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23496
23497         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23498         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23499         <yamaoka@jpl.org>.
23500         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23501         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23502         <yamaoka@jpl.org>.
23503
23504         * sieve.el (sieve-manage-mode): Ditto.
23505
23506 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23507
23508         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23509
23510 2004-09-11  Simon Josefsson  <jas@extundo.com>
23511
23512         * dns-mode.el: Add.
23513
23514         * mm-view.el (mm-display-dns-inline): Add.
23515
23516         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23517         (mm-automatic-display): Ditto.
23518
23519         * mailcap.el (mailcap-mime-data): Add text/dns.
23520         (mailcap-mime-extensions): Map .soa to text/dns.
23521
23522 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23523
23524         * gnus-art.el (article-decode-mime-words, article-babel)
23525         (gnus-article-highlight-signature, gnus-article-add-buttons)
23526         (gnus-signature-toggle): Remove unnecessary bindings of
23527         `inhibit-read-only' inherited from v5.10 merge.
23528
23529 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23530
23531         * nntp.el (nntp): New customization group.
23532         (nntp-authinfo-file): Add customization group.
23533
23534         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23535
23536         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23537
23538         * gnus.el (to-address, to-list, subscribed)
23539         (large-newsgroup-initial): Ditto.
23540
23541         * flow-fill.el (fill-flowed-display-column)
23542         (fill-flowed-encode-column): Ditto.
23543
23544 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23545
23546         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23547         Use point-min rather than 1.
23548         (message-send-mail): Use buffer-size rather than point-max.
23549
23550         * gnus-sum.el (gnus-summary-search-article-forward):
23551         Signal a specific `search-failed' rather than a generic `error'.
23552
23553         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23554         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23555         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23556
23557 2004-09-10  Simon Josefsson  <jas@extundo.com>
23558
23559         * nndb.el (require): Remove tcp and duplicate cl.
23560
23561 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23562
23563         * gnus-agent.el (directory-files-and-attributes): Move forward.
23564
23565 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23566
23567         * gnus-agent.el (directory-files-and-attributes):
23568         Optionally defined to support XEmacs.
23569
23570 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23571
23572         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23573         to avoid run-time CL dependencies.
23574         (gnus-agent-unfetch-articles): New function.
23575         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23576         article numbers even when local .overview file is missing.
23577         (gnus-agent-read-article-number): New function.  Only accepts
23578         27-bit article numbers.
23579         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23580         Use gnus-agent-read-article-number.
23581         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23582         from backend while recognizing that article numbers in .overview
23583         must be valid.
23584         (gnus-agent-update-files-total-fetched-for):
23585         Use directory-files-and-attributes to improve performance.
23586         * gnus-int.el (gnus-request-move-article):
23587         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23588         improve performance.
23589
23590         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23591         some users confused by references to .newsrc when they only have a
23592         .newsrc.eld file.
23593         (gnus-convert-mark-converter-prompt)
23594         (gnus-convert-converter-needs-prompt): Fix use of property list.
23595         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23596         New function.  Used internally to only display 'gnus converting
23597         files' message when actually necessary.
23598
23599         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23600         methods now autoloaded.
23601
23602 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23603
23604         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23605         identifiers.
23606
23607 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23608
23609         * gnus-picon.el: Fix indentation and closing parenthesis.
23610
23611 2004-09-01  Simon Josefsson  <jas@extundo.com>
23612
23613         * message.el (message-canlock-generate): Require sha1, not
23614         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23615         to require within a function.  Sadly, if sha1.el isn't loaded, the
23616         let binding in m-c-g will hide the defcustom definition, which is
23617         bad.)
23618
23619         * canlock.el: Require sha1, not sha1-el.
23620
23621         * message.el: Don't autoload sha1 (there is a autoload cookie in
23622         sha1.el).
23623
23624         * sha1-el.el: Rename to sha1.el.
23625
23626 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23627
23628         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23629
23630 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23631
23632         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23633
23634 2004-08-30  Kim F. Storm  <storm@cua.dk>
23635
23636         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23637
23638         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23639         Add :group 'nnimap.
23640
23641 2004-08-30  Andreas Schwab  <schwab@suse.de>
23642
23643         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23644         ?* and ?\;.
23645
23646         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23647         and ?\' to symbol instead of whitespace.
23648
23649 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23652
23653         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23654         instead of re-search-forward.
23655
23656         * gnus-uu.el (gnus-uu-save-article): Ditto.
23657         (gnus-uu-post-encode-uuencode): Ditto.
23658
23659         * html2text.el (html2text-clean-list-items): Ditto.
23660         (html2text-clean-dtdd): Ditto.
23661         (html2text-format-tags): Ditto.
23662
23663         * message.el (message-send-mail-with-sendmail): Fix regexp.
23664         (message-fill-field-general): Use search-forward instead of
23665         re-search-forward.
23666         (unbold-region): Ditto.
23667
23668         * nnrss.el (nnrss-request-article): Ditto.
23669
23670         * nnslashdot.el (nnslashdot-request-article): Ditto.
23671
23672         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23673
23674         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23675         "Unrecognized menu descriptor" error in XEmacs.
23676
23677 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23678
23679         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23680         parent article of a sparse article in the thread hashtb.
23681
23682 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23683
23684         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23685         (nnmail-expand-newtext): Lowercase expanded entries if
23686         nnmail-split-lowercase-expanded is non-nil.
23687
23688 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23689
23690         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23691
23692         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23693         of gnus-tmp-news-method into string under XEmacs.  It will be
23694         passed to gnus-correct-length which takes only a string argument.
23695
23696 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-util.el (gnus-bind-print-variables): New macro.
23699         (gnus-prin1): Use it.
23700         (gnus-prin1-to-string): Use it.
23701         (gnus-pp): New function.
23702         (gnus-pp-to-string): New function.
23703
23704         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23705         Replace pp-to-string with gnus-pp-to-string.
23706         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23707         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23708         * gnus-msg.el (gnus-debug): Ditto.
23709         * gnus-score.el (gnus-score-save): Ditto.
23710         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23711         gnus-pp-to-string.
23712         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23713         with gnus-pp.
23714         * score-mode.el (gnus-score-pretty-print): Ditto.
23715         * webmail.el (webmail-debug): Ditto.
23716
23717 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * gnus-art.el (article-display-face, article-display-x-face):
23720         Use buffer-read-only.
23721
23722 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * gnus-art.el (article-hide-list-identifiers):
23725         Bind inhibit-read-only as t.
23726
23727 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23728
23729         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23730
23731 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23732
23733         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23734         (gnus-narrow-to-page): Don't assume point-min == 1.
23735         (gnus-article-edit-mode): Derive from message-mode.
23736
23737         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23738         point-min == 1.
23739
23740         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23741         Disable incorrect use of `assert'.
23742
23743         * message.el (message-mode): Set comment-start-skip.
23744
23745
23746 2004-08-22  Sam Steingold  <sds@gnu.org>
23747
23748         * pop3.el (pop3-leave-mail-on-server): New user variable.
23749         (pop3-movemail): Delete mail only when it is nil.
23750
23751 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23752
23753         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23754
23755         * mml.el (mml-preview): Use `pop-to-buffer'.
23756
23757         * message.el (message-goto-mail-followup-to): Insert after "To".
23758         (message-carefully-insert-headers): Add comment.
23759
23760         * gnus.el: Remove unused variable `gnus-article-check-size'.
23761
23762         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23763
23764         * gnus-art.el (gnus-button-alist):
23765         Improve `gnus-button-handle-library' entry.
23766
23767 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23768
23769         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23770         Use downcase, since XEmacs capitalizes error messages differently.
23771
23772 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23773
23774         * nntp.el: Add (require 'gnus) due to reference to
23775         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23776
23777 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23778
23779         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23780         Bind `mm-fill-flowed'.
23781
23782         * mm-decode.el (mm-dissect-singlepart): Check it.
23783
23784 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23785
23786         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23787         'imap' for netrc parsing.
23788
23789 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23790
23791         * mailcap.el (mailcap-mime-data): Mark as risky.
23792
23793 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23796         may be included in the encoded word.
23797         (rfc2047-encode): Don't append a space if the encoded word
23798         includes close parenthesis.
23799
23800 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23801
23802         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23803         of text within parentheses.
23804
23805 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23806
23807         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23808         (gnus-encrypt-write-file-contents): Make the password key the file
23809         name PLUS the cipher, not just the cipher.  Also remove failed
23810         passwords from the cache.
23811
23812 2004-08-06  Simon Josefsson  <jas@extundo.com>
23813
23814         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23815         Doc fix.
23816
23817 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23818
23819         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23820         LWSP.
23821
23822 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23823
23824         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23825         Try to append in-reply-to: data to the references: header.
23826
23827         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23828         (netrc-parse): Use gnus-encrypt.el functions.
23829
23830         * gnus-encrypt.el: Add new file for encryption support; currently
23831         does only a few GPG ciphers and an internal XOR cipher.
23832
23833         * password.el: Add comments on using password-read-and-add.
23834         (password-read-and-add): Add function to read and add the
23835         password to the cache at once.
23836
23837 2004-07-28  Simon Josefsson  <jas@extundo.com>
23838
23839         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23840         parameter (but don't use it, for now).
23841
23842         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23843         instead of hard coding to nil.
23844
23845 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23846
23847         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23848         as mm-inline-image-xemacs does.
23849
23850 2004-07-26  Simon Josefsson  <jas@extundo.com>
23851
23852         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23853         Revert part of 2004-07-17 change below.
23854
23855 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23856
23857         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23859
23860 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23861
23862         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23863         quotes that actually start with ">" at the beginning of the
23864         lines.
23865
23866 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23867
23868         * rfc2047.el (rfc2047-encode-region): Fix last change.
23869         (rfc2047-encode-parameter): Remove useless concat.
23870
23871 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23874         encode special characters; fix some kind of misconfigured headers;
23875         signal a real error if debug-on-quit or debug-on-error is non-nil.
23876         (rfc2047-encode-max-chars): New variable.
23877         (rfc2047-encode-1): Use it.
23878         (rfc2047-encode-parameter): New function.
23879
23880         * mml.el (mml-insert-parameter): Remove an excessive space.
23881
23882 2004-07-17  Simon Josefsson  <jas@extundo.com>
23883
23884         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23885         Kai Grossjohann <kai@emptydomain.de>.
23886         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23887         (gnus-group-make-menu-bar): Ditto.
23888
23889         * gnus-util.el (gnus-group-server): Add.
23890
23891 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23892
23893         * message.el (message-clone-locals): Clone sendmail and smtp
23894         variables.
23895
23896 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23897
23898         * rfc2047.el (rfc2047-encode-region): Fix last change.
23899
23900 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23901
23902         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23903         characters as non-special.
23904
23905 2004-07-09  Simon Josefsson  <jas@extundo.com>
23906
23907         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23908         Users will lose all flag changes made while unplugged with
23909         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23910         good default.  See numerous reports on ding mailing list.
23911
23912 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23913
23914         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23915         add generate-head-function and generate-article-function to the
23916         rfc822-forward entry.
23917         (nndoc-rfc822-forward-generate-article): New function.
23918         (nndoc-rfc822-forward-generate-head): New function.
23919
23920         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23921
23922 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23923
23924         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23925         respect display group parameter and gnus-summary-expunge-below.
23926         (gnus-articles-to-read): Remove unused reference to display group
23927         parameter.
23928
23929 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23930
23931         * nnheader.el (nnheader-uniquify-message-id): New experimental
23932         variable.
23933         (nnheader-nov-read-message-id): Use it.
23934
23935         * spam-report.el (spam-report-gmane): Add interactive.
23936
23937 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * mm-encode.el (mm-content-transfer-encoding-defaults):
23940         Use qp-or-base64 for the application/* types.
23941
23942 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23943
23944         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23945
23946 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23947
23948         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23949         trim value.
23950
23951 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23952
23953         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23954         New macro and function.
23955         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23956
23957 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23960         after-load-alist.
23961
23962 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23963
23964         * gnus-group.el (gnus-group-get-new-news-this-group):
23965         Don't update info that isn't there.
23966
23967 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23968
23969         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23970         entry.
23971
23972 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * mm-view.el (mm-inline-render-with-function): Use multibyte
23975         buffer; decode html source by charset.
23976
23977         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23978
23979         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23980         Mule-UCS is loaded under XEmacs.
23981         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23982
23983 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23984
23985         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23986
23987 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23988
23989         * mm-util.el (mm-coding-system-p): Return a coding-system.
23990         (mm-mime-mule-charset-alist): Use shift_jis instead of
23991         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23992         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23993         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23994         instead of japanese-shift-jis and iso-latin-1 respectively in
23995         order to share the default value with both Emacs and XEmacs-mule.
23996         (mm-mule-charset-to-mime-charset):
23997         Make mm-coding-system-priorities effective.
23998         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23999         while predicating of candidates upon the priorities.
24000
24001 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24002
24003         * gnus-sum.el (gnus-summary-make-menu-bar):
24004         Add gnus-uu-invert-processable.
24005
24006         * gnus.el: Autoload gnus-uu-invert-processable.
24007
24008 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24009
24010         * mm-util.el (mm-with-multibyte-buffer): New macro.
24011
24012         * rfc2047.el (rfc2047-encode-string): Use it.
24013         (rfc2047-encode-region): Move point to the end of the region after
24014         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24015
24016 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24017
24018         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24019         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24020
24021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24022
24023         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24024         (gnus-cite-parse): Ignore quoted envelope From_.
24025         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24026
24027 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24028
24029         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24030         invalid addresses.
24031
24032 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24033
24034         * spam.el: Change section markers, revise TODO list.
24035         (spam-backends): Make new master list of all installed backends.
24036         (spam-summary-exit-behavior): Add new variable to determine how
24037         messages moves are done at summary exit.
24038         (spam-move-spam-nonspam-groups-only)
24039         (spam-process-ham-in-nonham-groups)
24040         (spam-process-ham-in-spam-groups): Remove variables, the
24041         spam-summary-exit-behavior variable should be used to manage this
24042         behavior.
24043         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24044         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24045         and spam-old-spam-articles.
24046         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24047         Add empty variables, placeholders for the backends they represent.
24048         (spam-set-difference): Move, unchanged.
24049         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24050         unless the user has a processor variable.
24051         (spam-classifications, spam-classification-valid-p)
24052         (spam-backend-properties, spam-backend-property-valid-p)
24053         (spam-backend-function-type-valid-p)
24054         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24055         (spam-report-articles-gmane, spam-report-articles-resend):
24056         Remove functions, they are not needed.
24057         (spam-install-backend-super, spam-backend-list)
24058         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24059         (spam-backend-function, spam-backend-ham-registration-function)
24060         (spam-backend-spam-registration-function)
24061         (spam-backend-ham-unregistration-function)
24062         (spam-backend-spam-unregistration-function)
24063         (spam-backend-statistical-p, spam-backend-mover-p)
24064         (spam-install-backend-alias, spam-install-checkonly-backend)
24065         (spam-install-mover-backend, spam-install-nocheck-backend)
24066         (spam-install-backend, spam-install-statistical-backend)
24067         (spam-install-statistical-checkonly-backend): Add backend installation
24068         support.
24069         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24070         (spam-group-processor-p): Use the new backend code and respect the
24071         summary exit behavior.
24072         (spam-mark-spam-as-expired-and-move-routine): Remove.
24073         (spam-summary-prepare): Change to use the new spam-old-articles
24074         variable.
24075         (spam-copy-or-move-routine, spam-copy-spam-routine)
24076         (spam-move-spam-routine, spam-copy-ham-routine)
24077         (spam-move-ham-routine): Add code to copy/move ham or spam.
24078         (spam-fetch-field-fast): Improve doc and code, plus allow the
24079         'number request.
24080         (spam-list-of-checks, spam-list-of-statistical-checks):
24081         Remove variables.
24082         (spam-split, spam-find-spam): Use the new backend code.
24083         (spam-registration-functions): Remove variable.
24084         (spam-unregister-routine): Add convenience wrapper.
24085         (spam-log-undo-registration, spam-register-routine)
24086         (spam-log-processing-to-registry)
24087         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24088         where possible.
24089         (spam-check-gmane-xref, spam-check-regex-headers)
24090         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24091         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24092         (spam-check-bogofilter-headers, spam-check-spamoracle)
24093         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24094         (spam-check-crm114-headers): Use the spam-split-group that
24095         spam-split prepares, no need to determine it every time.
24096
24097         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24098         to the nnheader-parse-naked-head call.
24099
24100         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24101
24102         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24103         the nnheader-nov-read-message-id call.
24104
24105 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24106
24107         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24108         gnus-activate-group twice.  Suggested by Markus Peter
24109         <warp@spin.de>.
24110
24111 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24112
24113         * gnus-art.el (gnus-article-time-format): Exchange the order of
24114         day and month in the default value; fix customization type.
24115         (article-date-ut): Use add-text-properties.
24116         (article-make-date-line): Use message-make-date instead of
24117         current-time-string.
24118
24119         * message.el (message-fetch-field): Don't use set-text-properties.
24120         (message-make-date): Simplify.
24121
24122         * messagexmas.el (message-xmas-make-date): New function.
24123         (message-xmas-redefine): Defalias message-make-date to it.
24124
24125 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24126
24127         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24128         (rfc2047-encode-region): Treat text within parentheses as special;
24129         show the original text when error has occurred.
24130
24131         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24132         already-computed method to gnus-activate-group.
24133
24134         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24135         same select-methods identical Lisp objects.
24136
24137         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24138         object when modifying the info.
24139
24140 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24143         gnus-opened-servers since it has never been opened with the new
24144         configuration yet.
24145
24146 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24147
24148         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24149         arg to nnheader-generate-fake-message-id.
24150
24151 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24152
24153         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24154         number and build a fake message ID localized to a group and
24155         article number (so it's repeatable from that point on).
24156         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24157         ID format.
24158
24159         * gnus-sum.el (gnus-get-newsgroup-headers):
24160         Call nnheader-generate-fake-message-id with the article number.
24161
24162 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24163
24164         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24165         end-of-buffer.
24166
24167 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24168
24169         * message.el (message-ignored-supersedes-headers): Add Approved.
24170
24171 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24174         goto-char.
24175         (rfc2047-encode): Fold the line before encoding.
24176
24177 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24178
24179         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24180         folding -- not all headers can be folded, and this should be done
24181         by the message composition mode.  Probably.  I think.
24182
24183 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24186         fast.
24187
24188         * gnus-ems.el (gnus-remove-image): Don't use
24189         message-text-with-property; remove only the image found first.
24190
24191         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24192         found first.
24193
24194 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24195
24196         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24197
24198 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * message.el (message-text-with-property): Make it fast and accept
24201         optional arguments.
24202         (message-strip-forbidden-properties): Use it.
24203         (message-fix-before-sending): Follow the m-t-w-p change.
24204
24205         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24206
24207 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24208
24209         * gnus-art.el (article-hide-headers): Don't change the buffer
24210         mistakenly when performing mml-preview even if
24211         gnus-single-article-buffer is nil.
24212
24213 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24214
24215         * message.el (message-expand-name-databases): New user option.
24216         (message-expand-name): Use it.
24217
24218 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24219
24220         * spam.el (spam-report-articles-resend)
24221         (spam-report-resend-register-routine): Allow ham reporting.
24222         (spam-report-resend-register-ham-routine): Add wrapper.
24223         (spam-registration-functions): Add ham resending functions.
24224         (spam-list-of-processors): Add ham resend processor.
24225
24226         * gnus.el (ham-resend-to): Add new group parameter.
24227         (spam-process): Add ham resend option.
24228
24229         * spam-report.el (spam-report-resend): Allow reporting ham.
24230         (spam-report-resend-ham): Add wrapper.
24231
24232 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24233
24234         * message.el (message-cite-articles-with-x-no-archive):
24235         New variable.
24236         (message-cite-original): Use it.
24237
24238 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24239
24240         * message.el (message-cite-original): Respect X-No-Archive.
24241
24242 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24243
24244         * gnus-art.el (article-hide-headers): Refer to the values for
24245         gnus-ignored-headers and gnus-visible-headers in the summary
24246         buffer since a user may have set them as group parameters.
24247
24248 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24249
24250         * assistant.el (assistant-node-name): Add convenience function.
24251         (assistant-render-text, assistant-render-node): Add error handling,
24252         plus handle multiple next nodes.
24253         (assistant-find-next-node): Comment out for now.
24254         (assistant-find-next-nodes): Add function, returns list of next
24255         nodes.
24256
24257 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24258
24259         * mail-source.el (mail-source-directory): Fix doc-string.
24260
24261 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * assistant.el (assistant-render-text, assistant-eval): Add :set
24264         widget type, which is different because it takes and returns a
24265         list.  Much hilarity ensues.
24266
24267 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24268
24269         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24270
24271         * gnus-group.el (gnus-group-get-new-news-this-group):
24272         Add doc-string.
24273
24274         * gnus-start.el (gnus-activate-group): Add doc-string.
24275
24276 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24279
24280 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24281
24282         * assistant.el (assistant-render-text): Try to add a :set
24283         widget, more to come.
24284
24285         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24286         strings.
24287         (spam-report-articles-resend)
24288         (spam-register-routine): Do registration iff any articles warrant
24289         it.
24290         (spam-summary-prepare-exit): Change log message for nil group
24291         destinations.
24292
24293 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24294
24295         * spam.el (spam-report-resend-register-routine):
24296         Allow spam-report-resend-to to be a group parameter or a global value.
24297
24298 2004-05-26  Simon Josefsson  <jas@extundo.com>
24299
24300         * starttls.el: Merge with my GNUTLS based starttls.el.
24301         (starttls-gnutls-program, starttls-use-gnutls)
24302         (starttls-extra-arguments, starttls-process-connection-type)
24303         (starttls-connect, starttls-failure, starttls-success):
24304         New variables.
24305         (starttls-program, starttls-extra-args): Doc fix.
24306         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24307         New functions.
24308         (starttls-negotiate, starttls-open-stream):
24309         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24310         function if it is set.
24311
24312 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24313
24314         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24315         structured fields.
24316
24317 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24318
24319         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24320
24321 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24322
24323         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24324         Add variable.
24325         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24326         assigning the spam-mark to new messages.
24327
24328 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24329
24330         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24331
24332 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24333
24334         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24335
24336         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24337         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24338         default.
24339
24340 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24341
24342         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24343         correct data.
24344
24345 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24346
24347         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24348         (spam-group-processor-p): Fix function.
24349         (spam-group-processor-multiple-p)
24350         (spam-group-spam-processor-report-gmane-p)
24351         (spam-group-spam-processor-report-resend-p)
24352         (spam-group-spam-processor-bogofilter-p)
24353         (spam-group-spam-processor-blacklist-p)
24354         (spam-group-spam-processor-ifile-p)
24355         (spam-group-ham-processor-ifile-p)
24356         (spam-group-spam-processor-spamoracle-p)
24357         (spam-group-spam-processor-crm114-p)
24358         (spam-group-ham-processor-bogofilter-p)
24359         (spam-group-spam-processor-stat-p)
24360         (spam-group-ham-processor-stat-p)
24361         (spam-group-ham-processor-whitelist-p)
24362         (spam-group-ham-processor-BBDB-p)
24363         (spam-group-ham-processor-spamoracle-p)
24364         (spam-group-ham-processor-copy-p): Remove functions with some
24365         prejudice against unneeded code.
24366         (spam-report-articles-resend)
24367         (spam-report-resend-register-routine): Allow the group/topic
24368         spam-resend-to value to override spam-report-resend-to.
24369         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24370         properly now.
24371
24372         * gnus.el (spam-resend-to): Add group/topic parameter.
24373         (spam-process): Move the OBSOLETE processors to the end of the
24374         choices.
24375
24376 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24377
24378         * spam-report.el (spam-report-resend-to, spam-report-resend):
24379         Start with resend-to set to nil, and then ask the user if necessary.
24380         (spam-report-resend): spam-report-resend takes a list of articles, not
24381         separate article numbers.
24382
24383 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24384
24385         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24386         addition to emacs-w3m.
24387
24388 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24389
24390         * assistant.el (assistant-authinfo-data): New function.
24391         (assistant-eval): Eval for entire assistant.
24392
24393         * netrc.el (netrc-services-file): New variable.
24394         (netrc-parse-services): New function.
24395         (netrc-find-service-name): New function.
24396         (netrc-find-service-number): New function.
24397         (netrc-port-equal): New function.
24398         (netrc-machine): Use it.
24399
24400         * nnimap.el (nnimap-open-connection): Use netrc.
24401
24402         * gnus-util.el (gnus-netrc-get): Remove aliases.
24403
24404         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24405
24406         * assistant.el (wid-edit): Fix compilation.
24407
24408         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24409
24410 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24411
24412         * gnus-util.el (gnus-set-file-modes): New function.  (small
24413         patch).
24414
24415 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24416
24417         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24418
24419         * assistant.el (assistant-render-node): Fix up rendering and
24420         read-only text.
24421         (assistant-render-node): Reset.
24422         (assistant-make-read-only): Not sticky.
24423
24424 2004-05-20  Danny Siu  <dsiu@adobe.com>
24425
24426         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24427         centered even when gnus-auto-center-summary is t.
24428
24429 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24430
24431         * dns.el (dns-get-txt-answer): New function.
24432         (dns-read-txt): Ditto.
24433         (query-dns): Use it.
24434
24435 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24436
24437         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24438         active for foreign groups even if the group level is higher than
24439         the specified value.
24440
24441 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24442
24443         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24444         non-active groups.
24445
24446         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24447
24448 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24449
24450         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24451
24452 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24453
24454         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24455         (spam-crm114-header, spam-crm114-spam-switch)
24456         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24457         (spam-crm114-positive-spam-header)
24458         (spam-crm114-database-directory, spam-list-of-processors)
24459         (spam-group-spam-processor-crm114-p)
24460         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24461         (spam-generic-score, spam-list-of-checks)
24462         (spam-list-of-statistical-checks, spam-registration-functions)
24463         (spam-check-crm114-headers, spam-crm114-score)
24464         (spam-check-crm114, spam-crm114-register-with-crm114)
24465         (spam-crm114-register-spam-routine)
24466         (spam-crm114-unregister-spam-routine)
24467         (spam-crm114-register-ham-routine)
24468         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24469
24470 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24471
24472         * gnus.el: Add spam-use-crm114.
24473
24474         * spam.el (spam-list-of-processors, spam-registration-functions):
24475         Add spam-use-resend.
24476         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24477         (spam-report-articles-gmane): Add doc fix.
24478         (spam-report-articles-resend, spam-report-resend-register-routine):
24479         Add wrappers around spam-report-resend-to.
24480
24481         * spam-report.el (spam-report-resend-to, spam-report-resend):
24482         Add support for resending spam.
24483         (spam-report-gmane): Fix line length >80.
24484
24485         * gnus.el (spam-process): Add spam-use-resend.
24486
24487 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24488
24489         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24490         number of processed spam messages.
24491         (spam-ham-copy-or-move-routine): Return the number of processed
24492         ham messages.
24493         (spam-summary-prepare-exit): Use the above values to decide
24494         whether status messages shouled be displayed.
24495
24496 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24497
24498         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24499         `rfc2047-encoding-function-alist' in order to avoid conflicting
24500         with the old version.
24501         (rfc2047-encode-region): Concatenate words containing non-ASCII
24502         characters in structured fields; don't encode space-delimited
24503         ASCII words even in unstructured fields; don't break words at
24504         char-category boundaries.
24505         (rfc2047-encode-1): New function.
24506         (rfc2047-encode): Use it; encode text so that it occupies the
24507         maximum width within 76-column; work correctly on Q encoding for
24508         iso-2022-* charsets.
24509         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24510         sure not to break a line just after the header name.
24511         (rfc2047-b-encode-region): Remove.
24512         (rfc2047-b-encode-string): New function.
24513         (rfc2047-q-encode-region): Remove.
24514         (rfc2047-q-encode-string): New function.
24515
24516         * mm-util.el (mm-replace-in-string): New function.
24517
24518 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24519
24520         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24521         Really get it right.
24522         (gnus-inews-make-draft): Really.
24523
24524 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24525
24526         * nnmh.el (nnmh-request-list-1): Don't check the link count
24527         before descending.  (small patch)
24528
24529 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24530
24531         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24532         stuff.
24533
24534         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24535         Match on real group name.
24536
24537         * gnus-art.el (gnus-signature-limit): Doc fix.
24538
24539         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24540
24541         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24542
24543 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24544
24545         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24546         isn't a string.
24547
24548 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24549
24550         * gnus-draft.el (gnus-draft-send):
24551         Bind rfc2047-encode-encoded-words.
24552
24553         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24554         (rfc2047-encodable-p): Say that =? needs encoding.
24555         (rfc2047-encode-encoded-words): New variable.
24556
24557         * gnus-group.el (gnus-group-select-group): Doc fix.
24558
24559         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24560
24561         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24562         to nil.
24563
24564         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24565
24566         * nnheader.el (nnheader-get-lines-and-char): New function.
24567
24568 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24569
24570         * gnus-msg.el (gnus-summary-followup-with-original):
24571         Document yanking of region when active.
24572
24573 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24574
24575         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24576         groups if the group level is higher than the specified value.
24577
24578 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24579
24580         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24581         (gnus-group-jump-to-group): Add prefix argument using
24582         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24583         non-active group.
24584
24585         * compface.el (uncompface): Be verbose when changing
24586         `uncompface-use-external'.
24587
24588         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24589         handle manual section.
24590
24591 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24592
24593         * gnus-art.el (gnus-button-alist): Revert previous change.
24594
24595 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24596
24597         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24598
24599 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24600
24601         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24602         whether backend can accept message.
24603
24604         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24605
24606 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24607
24608         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24609         Avoid creating directory when nntp-marks-is-evil is true.
24610         Reported by Reiner Steib.
24611
24612 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24613
24614         * gnus-picon.el (gnus-picon-insert-glyph):
24615         Add optional `nostring' argument.
24616
24617 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24618
24619         * gnus-picon.el (gnus-picon-style): New variable.
24620         (gnus-picon-transform-address): Support `gnus-picon-style'.
24621
24622 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24623
24624         * message.el (message-fill-field): Return point.
24625         (message-generate-headers): Go to end of field.
24626
24627         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24628         stuff for non-living groups.
24629
24630 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24631
24632         * gnus-art.el (gnus-article-followup-with-original)
24633         (gnus-article-reply-with-original): gnus-mark-active-p ->
24634         gnus-region-active-p.
24635
24636 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24637
24638         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24639         only when there is spam or ham to be processed.
24640
24641 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24642
24643         * mail-source.el (mail-source-delete-crash-box): Refactor.
24644         (mail-source-fetch): Use it.
24645         (mail-source-fetch-file): Ditto.
24646         (mail-source-fetch-directory): Run postscript in loop.
24647         (mail-source-fetch-pop): Delete.
24648         (mail-source-fetch-maildir): Ditto.
24649         (mail-source-fetch-imap): Ditto.
24650
24651         * imap.el (imap-authenticators): Comment out sasl.
24652
24653         * message.el (message-skip-to-next-address): New function.
24654         (message-fill-header-address): Refactor.
24655         (message-fill-address): Use it.
24656         (message-delete-address): Use it.
24657         (message-fill-header-general): Refactor.
24658         (message-fill-field-address): Rename.
24659         (message-narrow-to-field): Find the start of the header.
24660         (message-header-format-alist): Don't pre-fill.
24661         (message-fill-header): Remove.
24662         (message-insert-header): New function.
24663         (message-shorten-references): Use it.
24664
24665         * rfc2047.el (rfc2047-field-value): Strip props.
24666
24667         * mail-parse.el (mail-header-make-address): New alias.
24668
24669         * ietf-drums.el (ietf-drums-make-address): New function.
24670
24671         * imap.el: Add compiler directives.
24672
24673         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24674
24675         * gnus-art.el (article-decode-idna-rhs): Don't use
24676         message-idna-inside-rhs-p.
24677
24678 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24679
24680         * message.el (message-idna-inside-rhs-p): Remove.
24681         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24682
24683         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24684         false positives.
24685
24686 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24687
24688         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24689
24690 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24691
24692         * nneething.el (nneething-file-name): Don't create spurious
24693         files.
24694
24695         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24696         (gnus-inews-do-gcc): Remove sleep.
24697
24698         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24699         part under point.
24700
24701         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24702         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24703
24704 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24705
24706         * spam.el (spam-summary-prepare-exit): Fix (length).
24707
24708 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24709
24710         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24711         as expired without moving it" message when there are spam
24712         messages left.
24713
24714 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24715
24716         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24717         header is not nil.
24718
24719 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24720
24721         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24722         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24723         (nntp-marks-changed-p): New arg SERVER.
24724         (nntp-request-update-info): Adjust caller.
24725
24726 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24727
24728         * nntp.el (nntp-save-marks): Pass missing arg.
24729
24730 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24731
24732         * nntp.el: Support marks.
24733         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24734         (nntp-marks-modtime, nntp-marks-directory): New variables.
24735         (nntp-request-set-mark, nntp-request-update-info)
24736         (nntp-possibly-create-directory, nntp-marks-changed-p)
24737         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24738         New functions.
24739
24740 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24741
24742         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24743         (gnus-xmas-redefine): Rename.
24744
24745         * gnus-score.el (gnus-score-insert-help):
24746         Use gnus-select-lowest-window.
24747
24748         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24749         appt-select-lowest-window and rename to gnus-select-lowest-window.
24750
24751         * gnus.el: do.
24752
24753 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24754
24755         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24756         encodings of MIME-encoded words, in order to improve
24757         interoperability with several broken MUAs.
24758
24759 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24760
24761         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24762         tags, only when charsets are not specified in headers.
24763         (mm-inline-text-html-render-with-w3m): Ditto.
24764
24765         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24766         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24767
24768 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24769
24770         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24771         instead of MIME-decoded from fields when checking
24772         `gnus-article-address-banner-alist'.
24773
24774 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24775
24776         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24777         description rather than subject.
24778
24779 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24780
24781         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24782
24783 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24784
24785         * gnus.el (gnus-version-number): Bump.
24786
24787 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24788
24789         * gnus.el: No Gnus v0.2 is released.
24790
24791 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24792
24793         * gnus-agent.el (gnus-agent-read-agentview):
24794         Inline gnus-uncompress-range.
24795
24796 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24797
24798         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24799         `exec-installed-p'.
24800
24801 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24802
24803         * gnus.el (spam-process, spam-autodetect-methods):
24804         Add bsfilter and bsfilter-headers.
24805
24806         * spam.el (spam-bsfilter): New customize group.
24807         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24808         (spam-bsfilter-header, spam-bsfilter-probability-header)
24809         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24810         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24811         (spam-bsfilter-database-directory): New options.
24812         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24813         (spam-list-of-statistical-checks, spam-registration-functions):
24814         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24815         (spam-bsfilter-score): New command.
24816         (spam-check-bsfilter-headers, spam-check-bsfilter)
24817         (spam-bsfilter-register-with-bsfilter)
24818         (spam-bsfilter-register-spam-routine)
24819         (spam-bsfilter-unregister-spam-routine)
24820         (spam-bsfilter-register-ham-routine)
24821         (spam-bsfilter-unregister-ham-routine): New functions.
24822         (spam-generic-score): Support bsfilter; Accept an optional argument
24823         to recalcurate spam score even if scoring header has already been
24824         added.
24825         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24826         optional argument to recalcurate spam score even if scoring header
24827         has already been added.
24828
24829 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24830
24831         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24832         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24833         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24834         link is missing.
24835
24836 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24837
24838         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24839         (html2text-get-attr): Rewrite.
24840
24841         * message.el (message-setup-1): Remove redundant put-text-property
24842         on mail-header-separator.
24843
24844 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24845
24846         * gnus-registry.el (gnus-registry-cache-whitespace)
24847         (gnus-registry-action, gnus-registry-spool-action)
24848         (gnus-registry-split-fancy-with-parent): Change message levels
24849         from 5 to 3 or 7, as needed.
24850
24851         * spam.el (spam-summary-prepare-exit)
24852         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24853         (spam-split, spam-find-spam, spam-log-undo-registration)
24854         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24855         level from 5 to 6.
24856
24857 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24858
24859         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24860         2004-03-04 change).
24861
24862 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * sieve-manage.el (sieve-manage-open):
24865         * nnweb.el (nnweb-insert-html):
24866         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24867         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24868         * nnspool.el (nnspool-request-group):
24869         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24870         * nnml.el (nnml-request-update-info):
24871         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24872         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24873         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24874         (nnimap-request-set-mark):
24875         * nnfolder.el (nnfolder-request-update-info):
24876         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24877         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24878         * gnus-uu.el (gnus-uu-find-articles-matching):
24879         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24880         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24881         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24882         * gnus-nocem.el (gnus-nocem-scan-groups):
24883         * gnus-int.el (gnus-start-news-server):
24884         * gnus-group.el (gnus-group-make-kiboze-group)
24885         (gnus-group-browse-foreign-server):
24886         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24887         Use mapc when appropriate.
24888
24889 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24890             Adam Sjøgren  <asjo@koldfront.dk>
24891             Wes Hardaker  <wes@hardakers.net>
24892             Michael Shields  <shields@msrl.com>
24893
24894         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24895         may need for spam sorting and scoring.
24896         (spam-user-format-function-S): Add user format function suitable for
24897         general use.
24898         (spam-article-sort-by-spam-status): Add sorting function for summary
24899         sorting.
24900         (spam-extra-header-to-number): Add function to get a score from a
24901         header.
24902         (spam-summary-score): Add function to get a numeric score from the
24903         headers.
24904         (spam-generic-score): Fix function doc, was in wrong place.
24905         (spam-initialize): Take symbols when it's run, and install the
24906         extra headers that spam-necessary-extra-headers thinks we need.
24907
24908 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24909
24910         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24911         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24912
24913 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24914
24915         * gnus-sum.el (gnus-set-global-variables)
24916         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24917         (gnus-article-get-xrefs, gnus-summary-best-group)
24918         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24919         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24920         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24921         Use with-current-buffer.
24922
24923 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24924
24925         * spam.el (spam-summary-prepare-exit): Simplify logic.
24926         (spam-fetch-article-header): Read the article header if it's not
24927         available.
24928         (spam-list-articles): Simplify logic.
24929         (spam-filelist-register-routine): Fix bug with unregister-list.
24930
24931         * gnus-registry.el: Fix comments at beginning.
24932
24933 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24934
24935         * message.el (message-cater-to-broken-inn): Remove.
24936         (message-shorten-references): Make sure the total folded length of
24937         References is shorter than 998 characters to cater to a bug in INN
24938         2.3.  Also, don't pretend that references aren't folded -- this
24939         hasn't worked for a while.
24940
24941 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24942
24943         * gnus-agent.el (gnus-agentize):
24944         gnus-agent-send-mail-real-function no longer set to current value
24945         of message-send-mail-function but rather a lambda that calls
24946         message-send-mail-function.  The change makes the agent real-time
24947         responsive to user changes to message-send-mail-function.
24948
24949 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24950
24951         * legacy-gnus-agent.el
24952         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24953         help from Florian Weimer <fw@deneb.enyo.de>
24954
24955 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24956
24957         * nnmail.el (nnmail-cache-insert): Revert last change.
24958
24959 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24960
24961         * nnmail.el (nnmail-cache-insert): Always check whether
24962         nnmail-cache-ignore-groups matches a group name.
24963
24964 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24965
24966         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24967         (spam-find-spam, spam-log-processing-to-registry)
24968         (spam-log-registered-p, spam-log-unregistration-needed-p)
24969         (spam-log-undo-registration): Use gnus-message instead of
24970         gnus-error, none of these errors are fatal.
24971
24972         * gnus-registry.el (gnus-registry-clean-empty-function)
24973         (gnus-registry-clean-empty): Remove only empty entries without
24974         extra data.
24975
24976 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24977
24978         * spam-stat.el (spam-stat-buffer-change-to-spam)
24979         (spam-stat-buffer-change-to-non-spam): Change (error) to
24980         (gnus-message 8) invocation.
24981
24982 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24983
24984         * nntp.el (nntp-via-netcat-command): New variable.
24985         (nntp-via-netcat-switches): New variable.
24986         (nntp-open-via-rlogin-and-netcat): New function.
24987         (nntp-open-connection-function): Doc fix.
24988         (nntp-telnet-command): Doc fix.
24989         (nntp-end-of-line): Doc fix.
24990         (nntp-via-rlogin-command): Doc fix.
24991         (nntp-via-user-name): Doc fix.
24992         (nntp-via-address): Doc fix.
24993
24994 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24997         error in Emacs 21.1.
24998
24999 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25000
25001         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25002
25003 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25004
25005         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25006         (gnus-agent-with-refreshed-group): New macro.
25007         (gnus-agent-rename-group): New function.
25008         (gnus-agent-delete-group): New function.
25009         (gnus-agent-save-group-info): Use gnus-command-method when
25010         `method' parameter is nil.  Don't write nil entries into the
25011         active file.
25012         (gnus-agent-get-group-info): New function.
25013         (gnus-agent-fetch-articles):
25014         Use gnus-agent-update-files-total-fetched-for to increment disk space
25015         used.
25016         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25017         Use gnus-agent-update-view-total-fetched-for to increment disk space
25018         used.
25019         (gnus-agent-get-local): Add optional parameters to avoid calling
25020         gnus-group-real-name and gnus-find-method-for-group.
25021         (gnus-agent-set-local): Delete stored entry if either min, or max,
25022         are nil.
25023         (gnus-agent-fetch-session): Reworded error/quit messages.
25024         On quit, use gnus-agent-regenerate-group to record existance of any
25025         articles fetched to disk before the quit occurred.
25026         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25027         gnus-agent-update-view-total-fetched-for, and
25028         gnus-agent-update-files-total-fetched-for to decrement disk space
25029         used.
25030         (gnus-agent-retrieve-headers):
25031         Use gnus-agent-update-view-total-fetched-for to increment disk space
25032         used.
25033         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25034         with gnus-agent-update-files-total-fetched-for to decrement disk
25035         space and fresh group buffer.
25036         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25037         (gnus-agent-need-update-total-fetched-for): New variable.
25038         (gnus-agent-update-files-total-fetched-for): New function.
25039         (gnus-agent-update-view-total-fetched-for): New function.
25040         (gnus-agent-total-fetched-for): New function.
25041
25042         * gnus-cache.el (gnus-cache-save-buffers):
25043         Use gnus-cache-update-overview-total-fetched-for to change disk space
25044         used by this group.
25045         (gnus-cache-possibly-enter-article):
25046         Use gnus-cache-update-file-total-fetched-for to increment disk space
25047         used by this group.
25048         (gnus-cache-possibly-remove-article):
25049         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25050         used by this group.
25051         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25052         (gnus-cache-rename-group): New function.
25053         (gnus-cache-delete-group): New function.
25054         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25055         (gnus-cache-need-update-total-fetched-for): New variable.
25056         (gnus-cache-with-refreshed-group): New macro.
25057         (gnus-cache-update-file-total-fetched-for): New function.
25058         (gnus-cache-update-overview-total-fetched-for): New function.
25059         (gnus-cache-rename-group-total-fetched-for): New function.
25060         (gnus-cache-delete-group-total-fetched-for): New function.
25061         (gnus-cache-total-fetched-for): New function.
25062
25063         * gnus-group.el: Require gnus-sum and autoload functions to
25064         resolve warnings when gnus-group.el compiled alone.
25065         (gnus-group-line-format): Documented new %F.
25066         (size of Fetched data) group line format; identifies disk space
25067         used by agent and cache.
25068         (gnus-group-line-format-alist): Defined new F format.
25069         (gnus-total-fetched-for): New function.
25070         (gnus-group-delete-group): No longer update
25071         gnus-cache-active-altered as gnus-request-delete-group now keeps
25072         the cache in sync.
25073         (gnus-group-list-active): Let the agent store a server's active
25074         list if currently plugged.
25075
25076         * gnus-int.el (gnus-request-delete-group):
25077         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25078         local disk in sync with the server.
25079         (gnus-request-rename-group):
25080         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25081         local disk in sync with the server.
25082
25083         * gnus-start.el (gnus-get-unread-articles):
25084         Cosmetic simplification to logic.
25085
25086         * gnus-util.el (gnus-rename-file): New function.
25087
25088 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25089
25090         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25091
25092 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25093
25094         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25095         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25096
25097 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25098
25099         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25100         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25101
25102 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25103
25104         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25105
25106 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25107
25108         * spam.el (spam-set-difference): Add function to replace
25109         gnus-set-difference in spam.el.
25110         (spam-summary-prepare-exit): Use spam-set-difference.
25111
25112 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25113
25114         * gnus-registry.el (gnus-registry-cache-file): Update to use
25115         gnus-dribble-directory OR gnus-home-directory OR ~.
25116         (gnus-registry-split-fancy-with-parent): Fix doc.
25117
25118 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * message.el (message-exchange-point-and-mark):
25121         Use message-mark-active-p.  Suggested by Jesper Harder
25122         <harder@ifa.au.dk>.
25123
25124 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25125
25126         * message.el (message-exchange-point-and-mark): Don't activate
25127         region if it was inactive.  Suggested by Hiroshi Fujishima
25128         <pooh@nature.tsukuba.ac.jp>.
25129
25130 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25131
25132         * gnus-art.el (article-display-face): Display Faces in the same
25133         order as X-Faces.
25134
25135 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25138
25139 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25142         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25143         (gnus-article-mime-hierarchy): Remove.
25144         (gnus-article-mime-hierarchy-next): Remove.
25145         (gnus-article-mode): Revert 2004-03-19 change.
25146         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25147         (gnus-insert-mime-button): Revert 2004-03-19 change.
25148         (gnus-mime-accumulate-hierarchy): Remove.
25149         (gnus-mime-enter-multipart): Remove.
25150         (gnus-mime-leave-multipart): Remove.
25151         (gnus-mime-display-part): Revert 2004-03-19 change.
25152         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25153
25154         * mml.el (mml-preview): Revert 2004-03-19 change.
25155
25156 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25157
25158         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25159
25160 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25163         t while entering a file name using the mm-with-multibyte macro.
25164         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25165
25166         * mm-util.el (mm-with-multibyte): New macro.
25167
25168 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25169
25170         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25171         New user option.
25172         (gnus-mime-multipart-functions): Doc and customization fix.
25173         (gnus-article-mime-hierarchy): New variable.
25174         (gnus-article-mime-hierarchy-next): New variable.
25175         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25176         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25177         gnus-article-mime-hierarchy-next to nil.
25178         (gnus-insert-mime-button): Show hierarchy numbers.
25179         (gnus-mime-accumulate-hierarchy): New function.
25180         (gnus-mime-enter-multipart): New function.
25181         (gnus-mime-leave-multipart): New function.
25182         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25183         (gnus-mime-display-alternative): Show hierarchy numbers.
25184
25185         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25186         gnus-article-mime-hierarchy-next to nil.
25187
25188 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25189
25190         * dns.el: Don't require gnus-xmas.
25191
25192 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25193
25194         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25195         inline PGP.
25196         (mml-menu): Disable mml-quote-region if mark is inactive.
25197
25198 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25201         when the group's active is not available.
25202
25203 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25204
25205         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25206         error.
25207
25208 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25209
25210         * imap.el (imap-store-password): New variable.
25211         (imap-interactive-login): Use it.
25212         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25213
25214 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25215
25216         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25217         window-start and hscroll to summary window.
25218
25219 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25220
25221         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25222         conversion message to newsrc-dribble when an actual conversion is
25223         performed.
25224
25225 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25226
25227         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25228
25229 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25230
25231         * mm-decode.el (mm-complicated-handles): New function reviving
25232         former definition of mm-multiple-handles.
25233
25234         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25235         (gnus-mime-delete-part): Use it.
25236
25237 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25238
25239         * gnus-agent.el (gnus-agent-read-local):
25240         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25241         avoid the implicit assumption that they will always be equal.
25242         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25243         coding-system-for-write, as the with-temp-file macro first prints
25244         to a buffer then saves the buffer.
25245
25246 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25247
25248         * gnus-art.el (gnus-article-edit-part): New function.
25249         (gnus-mime-save-part-and-strip): Use it; do query instead of
25250         signaling an error; don't use mm-multiple-handles.
25251         (gnus-mime-delete-part): Ditto.
25252
25253 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25254
25255         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25256         old file versions.
25257         (gnus-group-prepare-hook): Remove function that converted list
25258         form of gnus-agent-expire-days to group properties.
25259
25260         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25261         (gnus-request-accept-article): Re-indented.
25262
25263         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25264         converters to handle old agent file formats.  Add logic for a
25265         "backup before upgrading warning".
25266         (gnus-convert-mark-converter-prompt): Developers can mark
25267         functions as needing (default), or not needing,
25268         gnus-convert-old-newsrc's "backup before upgrading warning".
25269         (gnus-convert-converter-needs-prompt): Tests whether the user
25270         should be protected from potentially irreversable changes by the
25271         function.
25272
25273         * legacy-gnus-agent.el: New.  Provides converters that are only
25274         loaded when gnus-convert-old-newsrc needs to call them.
25275
25276 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25277
25278         * mail-source.el (mail-source-touch-pop): Doc fix.
25279
25280         * message.el (message-smtpmail-send-it): Doc fix.
25281
25282 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25283
25284         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25285
25286         * nnmail.el (nnmail-split-fancy): do.
25287
25288         * gnus-kill.el (gnus-kill, gnus-execute): do.
25289
25290 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25291
25292         * gnus-sum.el (gnus-widget-reversible-match)
25293         (gnus-widget-reversible-to-internal)
25294         (gnus-widget-reversible-to-external): New functions.
25295         (gnus-widget-reversible): New widget.
25296         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25297
25298 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25299
25300         * gnus-sum.el (gnus-thread-sort-functions)
25301         (gnus-article-sort-functions): Document `(not F)' items.
25302
25303 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25304
25305         * spam.el (spam-use-gmane-xref): Add new backend.
25306         (spam-gmane-xref-spam-group): Add variable to control the name of the
25307         Gmane spam group.
25308         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25309         (spam-regex-headers-spam, spam-regex-headers-ham)
25310         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25311         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25312         backends and checks.
25313         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25314
25315         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25316         an autodetect method.
25317
25318 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25319
25320         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25321         articles are being added to a group.
25322         (gnus-request-replace-article): Inform the agent that articles
25323         need to be uncached as the cached contents are no longer valid.
25324
25325 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25326
25327         * binhex.el: Don't autoload executable-find.
25328
25329         * canlock.el: Don't autoload mail-fetch-field.
25330
25331         * dgnushack.el: Autoload c-mode for XEmacs.
25332
25333         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25334
25335         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25336         rmail-dont-reply-to and rmail-output.
25337
25338         * gnus-score.el: Don't autoload ffap-string-at-point.
25339
25340         * gnus-setup.el: Don't autoload sc-cite-original.
25341
25342         * imap.el: Don't autoload base64-decode-string,
25343         base64-encode-string and md5.
25344
25345         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25346         and rmail-msg-restore-non-pruned-header.
25347
25348         * mm-decode.el: Don't autoload executable-find.
25349
25350         * mm-url.el: Don't autoload executable-find.
25351
25352         * mm-view.el: Don't autoload diff-mode.
25353
25354         * nndb.el: Don't autoload news-reply-mode, news-setup,
25355         cancel-timer and telnet.
25356
25357         * password.el: Don't autoload run-at-time for Emacs.
25358
25359         * sha1-el.el: Don't autoload executable-find.
25360
25361         * sieve-mode.el: Don't autoload c-mode.
25362
25363         * uudecode.el: Don't autoload executable-find.
25364
25365 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25366
25367         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25368         (gnus-agent-possibly-alter-active): Avoid null in numeric
25369         comparison.
25370         (gnus-agent-set-local): Refuse to save null in local object table.
25371         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25372         list of articles that will be marked as unread.
25373
25374 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25375
25376         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25377
25378 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25379
25380         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25381         language tags.
25382
25383 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25384
25385         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25386         Don't bind "obarray".
25387
25388         * gnus-sum.el (gnus-thread-sort-functions):
25389         Add `gnus-thread-sort-by-most-recent-number' and
25390         `gnus-thread-sort-by-most-recent-date'.
25391         Reported by Kai Grossjohann <kai@emptydomain.de>.
25392
25393 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25394
25395         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25396
25397 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25398
25399         * gnus-cus.el (gnus-agent-customize-category):
25400         Remove ignore-errors macro reference that required cl to be loaded at
25401         run-time.
25402
25403         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25404         single-interval range of the form (min . max).  Previously the
25405         range had to look like ((min . max)).  Likewise, return
25406         (min . max) rather than ((min . max)).
25407         (gnus-range-map): Use gnus-range-normalize to accept
25408         single-interval range.
25409
25410         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25411         the cache, but not the agent, now appear with their usual face.
25412
25413         * dgnushack.el (loaddir): New variable that is bound to the
25414         directory containing the dgnushack.el file. Use loaddir, rather
25415         than srcdir, to update load-path. Change lets dgnushack compile
25416         code in directories other than GNUS/lisp.
25417
25418 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25419
25420         * lpath.el: Don't bind w3m-safe-url-regexp.
25421
25422         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25423         w3m-safe-url-regexp variable buffer-local.
25424
25425         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25426
25427 2004-02-27  Simon Josefsson  <jas@extundo.com>
25428
25429         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25430         gnus-group-real-prefix.
25431         (gnus-summary-move-article): Use it, instead of
25432         gnus-group-real-prefix.
25433
25434 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25435
25436         * lpath.el: Bind w3m-safe-url-regexp.
25437
25438         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25439         w3m-safe-url-regexp variable buffer-local and set it as the value
25440         of mm-w3m-safe-url-regexp.
25441
25442         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25443
25444         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25445         parsing gnus-posting-styles when the message is not for replying.
25446
25447         * dgnushack.el: Autoload sgml-mode for XEmacs.
25448
25449         * nnrss.el (nnrss-opml-export):
25450         Use mm-set-buffer-file-coding-system instead of
25451         set-buffer-file-coding-system.
25452
25453 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25454
25455         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25456         of checkdoc.el).
25457         * nnrss.el: do.
25458         * gnus-mlspl.el: do.
25459         * gnus-ml.el: do.
25460         * gnus-srvr.el: do.
25461
25462         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25463
25464 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25465
25466         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25467         Corrections to custom-manual links.
25468
25469         * gnus-art.el (gnus-article): Ditto.
25470
25471         * mm-decode.el (mime-display, mime-security): Ditto.
25472
25473 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25474
25475         * flow-fill.el: Typo.
25476
25477 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25478
25479         * spam-wash.el: New file.
25480
25481 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25482
25483         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25484
25485 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25486
25487         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25488         to be run with new-articles as LIST1, not LIST2.
25489         (spam-registration-functions): Add spam-use-ham-copy as a nil
25490         registration backend.
25491
25492 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25493
25494         * spam-stat.el (spam-stat-washing-hook): New option.
25495         (spam-stat-buffer-words): Use it.
25496         (spam-stat-process-directory, spam-stat-test-directory):
25497         Use insert-file-contents-literally.
25498         (spam-stat-coding-system): New variable.
25499         (spam-stat-load, spam-stat-save): Use it.
25500
25501 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25502
25503         * spam-report.el (spam-report-plug-agent):
25504         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25505
25506 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25507
25508         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25509         Allow / in mailto URLs.
25510
25511 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25512
25513         * spam-report.el (spam-report-process-queue): Fix interactive use.
25514         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25515         (spam-report-unplug-agent): Doc fixes.
25516         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25517         (spam-report-agentize, spam-report-deagentize): Autoload.
25518
25519 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25520
25521         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25522
25523         * message.el (message-setup-fill-variables): Add mml tags to
25524         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25525         <ajk@iu.edu>.
25526         (message-mode): Don't modify paragraph-separate there.
25527
25528 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25529
25530         * compface.el (uncompface-use-external): Default to undecided.
25531         (uncompface-use-external-threshold): New variable.
25532         (uncompface-float-time): New macro.
25533         (uncompface): Determine whether to use the external decoder if
25534         uncompface-use-external is undecided.
25535
25536 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25537
25538         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25539         after images.
25540
25541         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25542
25543 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25544
25545         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25546
25547         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25548
25549         * gnus-sum.el (gnus-summary-limit-to-age)
25550         (gnus-summary-limit-children): do.
25551
25552         * gnus-int.el (gnus-request-scan): do.
25553
25554         * gnus-group.el (gnus-group-suspend): do.
25555
25556         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25557
25558         * gnus-cite.el (gnus-cite-parse-attributions): do.
25559
25560         * gnus-agent.el (gnus-summary-set-agent-mark)
25561         (gnus-agent-regenerate-group): do.
25562
25563         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25564
25565         * binhex.el (binhex-decode-region-internal): do.
25566
25567 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25568
25569         * gnus-fun.el (gnus-face-properties-alist): New user option.
25570         (gnus-display-x-face-in-from): Use it.
25571
25572         * gnus-art.el (article-display-face): Ditto.
25573
25574         * compface.el (uncompface-use-external): Default to nil.
25575
25576 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25577
25578         * nntp.el (nntp-erase-buffer): New function.
25579         (nntp-retrieve-data, nntp-send-command)
25580         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25581         (nntp-possibly-change-group): Use it.
25582
25583         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25584         Use with-current-buffer.
25585
25586 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25587
25588         * compface.el: Merge the ELisp-based uncompface program.
25589         (compface): New customization group.
25590         (uncompface-use-external): New user option.
25591         (uncompface): Call uncompface-internal if uncompface-use-external
25592         is nil.
25593         (uncompface-internal): New function.  Note that there are also
25594         some other functions and variables added for this function.
25595
25596 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25597
25598         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25599         if necessary.
25600
25601 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25602
25603         * spam-report.el (spam-report-unplug-agent)
25604         (spam-report-plug-agent, spam-report-deagentize)
25605         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25606         Add support for the Agent in spam-report: when unplugged, report to a
25607         file; when plugged, submit all the requests.
25608
25609         * spam.el (spam-register-routine): Fix message about
25610         registration.
25611
25612 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25613
25614         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25615         dependencies.
25616         (rfc2047-encode): Use it.
25617
25618         * gnus-art.el (gnus-button-marker-list): Move before first
25619         reference.
25620
25621         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25622         (imap-parse-body): Fix format string mismatch.
25623
25624         * gnus-score.el (gnus-summary-increase-score): do.
25625
25626         * nnrss.el (nnrss-close): New function.
25627
25628 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25629
25630         * nnrss.el (nnrss-make-filename): New function.
25631         (nnrss-request-delete-group, nnrss-read-server-data)
25632         (nnrss-save-server-data, nnrss-read-group-data)
25633         (nnrss-save-group-data): Use it.
25634         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25635         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25636         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25637
25638 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25639
25640         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25641
25642 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25643
25644         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25645         files.
25646
25647         * message.el (message-generate-headers-first): Don't quote nil
25648         and t in docstrings.
25649
25650         * imap.el (imap-id): do.
25651
25652         * gnus-agent.el (gnus-agent-consider-all-articles)
25653         (gnus-agent-queue-mail): do.
25654
25655 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25656
25657         * spam-report.el (spam-report-process-queue): New function.
25658         Process requests from `spam-report-requests-file'.
25659         (spam-report-process-queue): Doc fix.
25660
25661 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25662
25663         * spam.el (spam-register-routine)
25664         (spam-log-processing-to-registry, spam-log-registered-p)
25665         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25666         Change "check" to "spam-check" for semi-clarity.
25667
25668 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25669
25670         * pop3.el: Require nnheader.
25671
25672         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25673
25674         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25675
25676         * gnus-picon.el: Require cl.
25677
25678         * gnus-fun.el: Require gnus-ems and gnus-util.
25679
25680         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25681
25682         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25683
25684         * gnus-art.el (gnus-article-edit-mode): Define before first
25685         reference.
25686
25687 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25690         (gnus-uu-post-encoded): Use point-at-bol.
25691
25692         * gnus-topic.el (gnus-group-active-topic-p): do.
25693
25694         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25695
25696         * gnus-group.el (gnus-group-kill-region): do.
25697
25698         * gnus-art.el (article-date-ut): do.
25699
25700         * message.el (message-fetch-field): Remove redundant
25701         case-fold-search binding.
25702         (message-narrow-to-field): Simplify.
25703
25704 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25705
25706         * spam.el (spam-directory): Derive from `gnus-directory'.
25707
25708         * spam-report.el (spam-report-url-to-file)
25709         (spam-report-requests-file): New function and variable for offline
25710         reporting.
25711         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25712         and user defined function.
25713         (spam-report-url-ping-mm-url): Remove doubled slash.
25714
25715 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25716
25717         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25718
25719 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25720
25721         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25722         Fix format string mismatch.
25723
25724         * sieve.el (sieve-deactivate-all): do.
25725
25726         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25727
25728         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25729
25730         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25731
25732         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25733
25734 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25735
25736         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25737         the list of checks.
25738
25739 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25740
25741         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25742         padding.
25743
25744 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25745
25746         * mm-view.el (mm-fill-flowed): New variable.
25747         (mm-inline-text): Use it.
25748
25749 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25750
25751         * spam.el (spam-spamassassin-register-ham-routine)
25752         (spam-spamassassin-register-spam-routine): Fix function names.
25753
25754 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25755
25756         * gnus.el (gnus-tmp-grouplens): Remove.
25757         (gnus-summary-line-format): Remove grouplens.
25758
25759         * gnus-group.el (gnus-group-line-format): Ditto.
25760
25761         * gnus-spec.el (gnus-format-specs): Ditto.
25762         (gnus-update-format-specifications): Flush the group format spec
25763         cache if there's the grouplens stuff.
25764         (gnus-parse-simple-format): Replace %l with the empty string.
25765
25766 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25767
25768         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25769         omission.
25770
25771 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25772
25773         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25774         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25775
25776 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25777
25778         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25779         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25780         New macros and functions.
25781         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25782         Handle > NLINK_MAX messages.
25783         * nnmaildir.el (nnmaildir-request-set-mark):
25784         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25785
25786 2004-01-25  Alex Schroeder  <alex@gnu.org>
25787
25788         * spam-stat.el (spam-stat-process-directory-age): New option.
25789         (spam-stat-process-directory): Use it.
25790
25791 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25792
25793         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25794         (spam-stat-save): Accept prefix argument.
25795
25796 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25797
25798         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25799         links" error.
25800
25801 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25804         the rest of the and/or forms.
25805
25806 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25807
25808         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25809         compatibility with old .newsrc.eld files.
25810
25811         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25812
25813         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25814
25815         * gnus-start.el (gnus-1): do.
25816
25817         * gnus-group.el (gnus-group-line-format-alist): do.
25818
25819         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25820
25821         * gnus-gl.el: Remove.
25822
25823 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25824
25825         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25826         marks consisting of a single range {for example, (3 . 5)} rather
25827         than a list of a single range { ((3 . 5)) }.
25828
25829 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25830
25831         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25832         Use with-current-buffer.
25833         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25834         avoid consing a string.
25835
25836         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25837         Remove obsolete entries for big5 and gb2312.
25838
25839 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25840
25841         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25842         uncompressed list.
25843
25844 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25845
25846         * spam-stat.el (spam-stat-strip-xref): New function.
25847         (spam-stat-process-directory): Use it.
25848
25849         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25850         here -- it's done in message-fetch-field.
25851
25852 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25853
25854         * gnus-agent.el (gnus-agent-queue-mail)
25855         (gnus-agent-prompt-send-queue): New variables.
25856         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25857         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25858         "nndraft:queue" along to gnus-draft-send.
25859         Use gnus-agent-prompt-send-queue.
25860         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25861         is "nndraft:queue".  Suggested by Gaute Strokkenes
25862         <gs234@srcf.ucam.org>
25863
25864         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25865         (agent-enable-undownloaded-faces): Add.
25866         (gnus-agent-cat-groups): Use eval-and-compile, not
25867         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25868         method of gnus-agent-cat-groups even when the buffer has been
25869         evaled.
25870         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25871         delete gnus-agent-save-active-1.
25872         (gnus-agent-save-groups): Delete.  Identical to
25873         gnus-agent-save-active.
25874         (gnus-agent-write-active): No longer adjust agent's copy of active
25875         file as agent's adjustments are now stored in their own
25876         file.  Remove optional parameter.
25877         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25878         servers.  Add use of min/max range limits from server's local
25879         file.
25880         (gnus-agent-save-alist): Remove unused optional argument.
25881         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25882         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25883         (gnus-agent-set-local): A per-server file that keeps min/max range
25884         limits for articles known to the agent.  Provides a fast mechanism
25885         for altering many active ranges.
25886         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25887         active file (local makes it unnecessary).
25888         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25889
25890         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25891         (agent-enable-undownloaded-faces): Add.
25892
25893         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25894         disable it when sending to "nndraft:queue".
25895         (gnus-group-send-queue): Add safety check to avoid sending queue
25896         when unplugged.
25897
25898         * gnus-group.el (gnus-group-catchup): Use new
25899         gnus-sequence-of-unread-articles, not
25900         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25901         numbers of articles.  Use gnus-range-map to avoid having to
25902         uncompress the unread list.
25903         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25904         Fix invalid ange-ftp reference.
25905
25906         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25907         (gnus-sorted-range-intersection): Intersection of two ranges
25908         without requiring that they first be uncompressed.
25909
25910         * gnus-start.el (gnus-activate-group): Unless blocked by the
25911         caller, possibly expand the active range to include both cached
25912         and agentized articles.
25913         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25914         multiple version-dependent converters.
25915         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25916         gnus-agent-save-active.
25917         (gnus-save-newsrc-file): Save dirty agent range limits.
25918
25919         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25920         gnus-agent-possibly-alter-active.
25921         (gnus-adjust-marked-articles): Faster handling of simple lists.
25922
25923 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25924
25925         * spam-stat.el (spam-stat-test-directory): New optional argument
25926         displays a list of files detected.  Suggested by Andrew Cohen
25927         <cohen@andy.bu.edu>.
25928         (spam-stat-buffer-words-with-scores): Don't narrow and change
25929         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25930
25931 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25932
25933         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25934         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25935         (spam-spamassassin-arguments)
25936         (spam-spamassassin-spam-flag-header)
25937         (spam-spamassassin-positive-spam-flag-header)
25938         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25939         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25940         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25941         (spam-list-of-processors, spam-list-of-checks)
25942         (spam-list-of-statistical-checks, spam-registration-functions)
25943         (spam-check-spamassassin-headers, spam-check-spamassassin)
25944         (spam-spamassassin-score)
25945         (spam-spamassassin-register-with-sa-learn)
25946         (spam-spamassassin-register-spam-routine)
25947         (spam-spamassassin-register-ham-routine)
25948         (spam-assassin-register-spam-routine)
25949         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25950         (spam-bogofilter-score): Fix to show article before scoring.
25951
25952 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25953
25954         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25955         default scoring function.
25956         (spam-generic-score): Call spam-spamassassin-score if
25957         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25958         spam-bogofilter-score otherwise.
25959
25960         * gnus.el (spam-process, spam-autodetect-methods):
25961         Add spamassassin and spamassassin-headers.
25962
25963 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25964
25965         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25966         Suppress unnecessary messages.
25967
25968 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25969
25970         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25971         make-hash-table.
25972
25973 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25974
25975         * canlock.el (base64-encode-string): Don't autoload it.
25976
25977 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25978
25979         * run-at-time.el: Remove useless (require 'itimer),
25980         eval-and-compile and (featurep 'xemacs).
25981
25982 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25983
25984         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25985         GROUP is a virtual group.
25986
25987 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25988
25989         * gnus.el: Autoload `message-y-or-n-p'.
25990
25991 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25992
25993         * pgg-parse.el: Remove unnecessary (require 'custom).
25994
25995         * pgg-def.el: do.
25996
25997         * nnmail.el: do.
25998
25999         * gnus-undo.el: do.
26000
26001         * gnus-picon.el: do.
26002
26003         * gnus-util.el: do.
26004
26005 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26006
26007         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26008
26009 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26010
26011         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26012         handle, as well as a list.
26013
26014         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26015         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26016         (mm-w3m-cid-retrieve): Simplify.
26017
26018 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26019
26020         * message.el (message-kill-to-signature): Allow prefix arg to
26021         specify number of lines to keep before signature.
26022
26023 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26024
26025         * message.el (message-kill-to-signature): Change docstring.
26026
26027 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26028
26029         * canlock.el: Always require sha1-el.
26030         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26031
26032         * message.el: Autoload sha1 only when compiling.
26033
26034         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26035         eudc-expand-inline for XEmacs.
26036
26037 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26038
26039         * message.el (message-canlock-generate): Require sha1-el.
26040
26041 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26042
26043         * message.el (message-expand-name): Silence the byte compiler.
26044
26045         * lpath.el: Add detect-coding-system.
26046
26047         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26048         cus-edit.
26049
26050 2004-01-13  Simon Josefsson  <jas@extundo.com>
26051
26052         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26053         Invoke gnus-score-mode.
26054         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26055
26056         * gnus-range.el (gnus-compress-sequence): Doc fix.
26057         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26058
26059 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26060
26061         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26062
26063 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26064
26065         * spam.el (spam-get-article-as-string): Update to use
26066         gnus-request-article-this-buffer, much simpler.
26067         (spam-get-article-as-buffer): Remove.
26068
26069 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26070
26071         * message.el (message-expand-name): Use EUDC if the user uses that.
26072
26073 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26074
26075         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26076         character for the encoding to avoid consing a string.
26077
26078         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26079         unnecessarily.
26080
26081         * mm-util.el (mm-replace-chars-in-string): Remove.
26082
26083         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26084         of mm-replace-chars-in-string.
26085
26086 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26087
26088         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26089
26090         * mm-util.el (mm-subst-char-in-string): Support inplace.
26091
26092         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26093         a new string in every iteration.  Use shy groups.
26094
26095 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26096
26097         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26098         * gnus-soup.el (gnus-soup-group-brew):
26099         * gnus-msg.el (gnus-put-message):
26100         * gnus-move.el (gnus-group-move-group-to-server):
26101         * gnus-kill.el (gnus-batch-score):
26102         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26103         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26104         (gnus-group-update-group, gnus-group-read-group)
26105         (gnus-group-make-group, gnus-group-make-help-group)
26106         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26107         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26108         (gnus-group-sort-by-unread, gnus-group-catchup)
26109         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26110         (gnus-group-yank-group, gnus-group-set-info)
26111         (gnus-group-list-groups):
26112         * gnus.el (gnus-generate-new-group-name):
26113         * gnus-delay.el (gnus-delay-send-queue):
26114         * nnvirtual.el (nnvirtual-catchup-group):
26115         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26116         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26117         (gnus-group-prepare-topics, gnus-topic-check-topology):
26118         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26119         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26120         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26121         (gnus-group-make-articles-read):
26122         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26123         (gnus-group-change-level, gnus-kill-newsgroup)
26124         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26125         (gnus-get-unread-articles, gnus-make-articles-unread)
26126         (gnus-make-ascending-articles-unread): Use accessor
26127         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26128         to get group information for improved readability.
26129
26130
26131 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26132
26133         * gnus-art.el (article-decode-mime-words, article-babel)
26134         (gnus-article-highlight-signature, gnus-article-add-buttons)
26135         (gnus-signature-toggle): Use gnus-with-article-buffer.
26136
26137         * gnus-art.el (gnus-article-highlight-headers)
26138         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26139
26140         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26141         (gnus-article-set-globals, gnus-request-article-this-buffer)
26142         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26143         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26144         (gnus-mime-display-alternative): Use with-current-buffer.
26145
26146 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26147
26148         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26149         also under 80 char limit, and call gnus-error if needed.
26150         (spam-fetch-article-header): Fix - it was a
26151         buffer-local variable (gnus-newsgroup-data).
26152         (spam-find-spam): Use spam-generate-fake-headers, forget about
26153         spam-insert-fake-headers.
26154         (spam-insert-fake-headers): Remove.
26155
26156 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26157
26158         * deuglify.el (gnus-article-outlook-unwrap-lines)
26159         (gnus-outlook-rearrange-article)
26160         (gnus-outlook-repair-attribution-outlook)
26161         (gnus-outlook-repair-attribution-block)
26162         (gnus-outlook-repair-attribution-other): Remove redundant
26163         save-excursion.
26164
26165 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26166
26167         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26168         (spam-fetch-field-subject-fast)
26169         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26170         (spam-fetch-article-header): Add functions to deal with Gnus
26171         internals for fast retrieval of article header data.
26172         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26173
26174 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26175
26176         * pop3.el (pop3-md5): Remove.
26177         (pop3-apop): Replace pop3-md5 with md5.
26178
26179         * mm-bodies.el: base64 is always built-in.
26180
26181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26182         Use with-current-buffer.
26183
26184 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26185
26186         * canlock.el (canlock-insert-header): Remove excessive grouping in
26187         regexp.
26188
26189         * gnus-sum.el (gnus-summary-read-document): Ditto.
26190
26191         * gnus-uu.el (gnus-uu-part-number): Ditto.
26192
26193         * html2text.el (html2text-remove-tags): Ditto.
26194         (html2text-format-tags): Ditto.
26195         (html2text-format-single-elements): Ditto.
26196
26197         * mml.el (mml-parse-1): Ditto.
26198
26199 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26200
26201         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26202
26203         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26204
26205         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26206
26207         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26208
26209 2003-11-15  Simon Josefsson  <jas@extundo.com>
26210
26211         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26212         (pgg-gpg-lookup-key): Use regexp match instead of
26213         split-string (split-string is different between emacs 21.2 and
26214         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26215
26216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26217
26218         * gnus-art.el (gnus-mime-view-all-parts)
26219         (gnus-article-part-wrapper, gnus-article-view-part):
26220         Use with-current-buffer.
26221
26222 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26223
26224         * spam.el (spam-disable-spam-split-during-ham-respool)
26225         (spam-spamoracle-database, spam-cache-lookups)
26226         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26227         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26228         (spam-group-ham-marks, spam-group-spam-marks)
26229         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26230         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26231         also add spam-use-blackholes to the statistical checks.
26232         (spam-fetch-field-fast): Add interface to fetching fields, may
26233         become a macro.
26234         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26235         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26236         (spam-insert-fake-headers): Fake an article when needed.
26237         (spam-find-spam): Fake article when possible.
26238         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26239         (spam-check-bogofilter-headers): Use message-fetch-field instead
26240         of nnmail-fetch-field.
26241
26242 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26243
26244         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26245
26246 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26247
26248         * spam.el (spam-split): Do not require spam-use-CHECK to be
26249         enabled if that check is passed to spam-split explicitly; also
26250         fix so 'spam doesn't get converted to spam-split-group when
26251         spam-split-symbolic-return is t.
26252         (spam-find-spam): Find registrations of the article and use those
26253         instead of re-running spam-split to find the spam/ham
26254         classification of the article.
26255         (spam-log-processing-to-registry, spam-log-registered-p)
26256         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26257         Use gnus-error instead of gnus-message.
26258         (spam-log-registration-type): Add function to determine the
26259         classification of a message based on registry entries; will
26260         return nil if both 'spam and 'ham are found.
26261         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26262         a reasonably fast local cache without the loading errors.
26263         (spam-cache-lookups): Set to t by default.
26264         (spam-find-spam): Don't try to guess spam-cache-lookups.
26265         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26266         spam-caches entry.
26267         (spam-filelist-build-cache, spam-filelist-check-cache):
26268         Fix caching of whitelist/blacklist entries.
26269         (spam-check-whitelist, spam-check-blacklist):
26270         Invoke spam-from-listed-p with a type, not a cache variable.
26271         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26272
26273 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26274
26275         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26276
26277         * nnmail.el (nnmail-split-fancy): do.
26278
26279         * mml.el (mml-parse): do.
26280
26281         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26282         (gnus-score-adaptive): do.
26283
26284 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26285
26286         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26287         (gnus-mime-button-map): Don't set keymap parent.
26288         (gnus-button-ctan-directory-regexp): Use shy grouping.
26289         (gnus-prev-page-map): Don't set keymap parent.
26290         (gnus-prev-page-map): Remove duplicated one.
26291         (gnus-next-page-map): Don't set keymap parent.
26292         (gnus-mime-security-button-map): Ditto.
26293
26294         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26295         version number.
26296
26297         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26298
26299 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26300
26301         * canlock.el (canlock-sha1-function): Remove.
26302         (canlock-sha1-function-for-verify): Remove.
26303         (canlock-openssl-program): Remove.
26304         (canlock-openssl-args): Remove.
26305         (canlock-ignore-errors): Remove.
26306         (canlock-sha1-with-openssl): Remove.
26307         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26308         (canlock-verify): Don't use canlock-ignore-errors.
26309
26310         * sha1-el.el (sha1-string-external): Make it can return a string
26311         in binary form.
26312         (sha1-region-external): Ditto.
26313         (sha1-string-internal): Ditto.
26314         (sha1-region-internal): Ditto.
26315         (sha1-region): Ditto.
26316         (sha1-string): Ditto.
26317         (sha1): Ditto.
26318
26319 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26320
26321         * spam.el (spam-report-articles-gmane): New command.
26322
26323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26324
26325         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26326
26327         * run-at-time.el (run-at-time-saved): Remove.
26328         (run-at-time): Doc fix.
26329
26330 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26331
26332         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26333         (gnus-summary-limit-map): Add it.
26334         (gnus-summary-make-menu-bar): do.
26335
26336 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26337
26338         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26339         Make attempt at some caching support (done for BBDB only now).
26340         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26341         addresses to be checked.
26342         (spam-clear-cache-BBDB): Add function, to be invoked by
26343         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26344         (spam-check-BBDB): Check and use the caches, if
26345         spam-cache-lookups is on, remove superfluous (provide).
26346
26347 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26348
26349         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26350
26351 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26352
26353         * run-at-time.el (run-at-time-saved): Move to after the definition
26354         of `run-at-time'.
26355
26356         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26357
26358 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26359
26360         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26361         mm-w3m-local-map-property.
26362
26363         * mm-view.el (mm-w3m-mode-map): Remove.
26364         (mm-w3m-local-map-property): Remove.
26365         (mm-inline-text-html-render-with-w3m): Don't use
26366         mm-w3m-local-map-property.
26367
26368 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26369
26370         * run-at-time.el: New file.
26371
26372         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26373         under Emacs.
26374
26375         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26376         of gnus-set-text-properties.
26377
26378         * gnus-uu.el (gnus-uu-save-article): Ditto.
26379
26380         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26381
26382         * gnus-cite.el (gnus-cite-parse): Ditto.
26383
26384         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26385         of gnus-.
26386
26387         * gnus-xmas.el (run-at-time): Require run-at-time.
26388
26389         * gnus.el: Change calls to nnheader-run-at-time and
26390         password-run-at-time throughout to use run-at-time directly.
26391
26392         * password.el: Remove definition of run-at-time.
26393
26394         * nnheaderxm.el: Remove definition of run-at-time.
26395
26396 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26397
26398         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26399         in prompt.
26400
26401 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26402
26403         * messagexmas.el (message-xmas-redefine): Alias
26404         `message-make-caesar-translation-table' to
26405         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26406         version.
26407
26408         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26409         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26410         `gnus-xmas-set-text-properties'.
26411         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26412         `gnus-xmas-completing-read'.
26413         (gnus-xmas-completing-read): Removed.
26414         (gnus-xmas-open-network-stream): Removed.
26415
26416         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26417         XEmacs version.
26418
26419         * dns.el (dns-make-network-process): Use `open-network-stream'
26420         instead of `gnus-xmas-open-network-stream'.
26421
26422         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26423
26424         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26425
26426 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26427
26428         * gnus-art.el (gnus-mime-display-alternative)
26429         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26430         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26431         Don't use gnus-local-map-property.
26432
26433         * gnus-util.el (gnus-local-map-property): Remove.
26434
26435         * mm-view.el (mm-view-pkcs7-decrypt):
26436         Replace gnus-completing-read-maybe-default with completing-read.
26437
26438         * gnus-util.el (gnus-completing-read): do.
26439         (gnus-completing-read-maybe-default): Remove.
26440
26441 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26442
26443         * password.el: Only autoload `run-at-time' if not XEmacs.
26444         Only autoload the itimer functions if XEmacs.
26445
26446 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26447
26448         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26449         XEmacsen.
26450
26451         * dgnushack.el: Autoload executable-find for XEmacs.
26452
26453 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26454
26455         * gnus-art.el (gnus-read-string): Remove.
26456         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26457         read-string.
26458
26459 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26460
26461         * netrc.el: Autoload password-read.
26462         (netrc): Add configuration group.
26463         (netrc-encoding-method, netrc-openssl-path):
26464         Add variables for encoding and decoding of files with symmetric
26465         ciphers.
26466         (netrc-encode): Add assistant function to encode a file with
26467         netrc-encoding-method.
26468         (netrc-parse): Add interactive parameter, added optional
26469         decoding if netrc-encoding-method is non-nil but otherwise
26470         behavior is standard.
26471         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26472         Do s/encode/encrypt/ everywhere.
26473
26474         * spam.el: Remove executable-find autoload.
26475
26476 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26477
26478         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26479
26480         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26481
26482 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26483
26484         * gnus-art.el (gnus-treat-ansi-sequences)
26485         (article-treat-ansi-sequences): New variable and function.
26486         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26487
26488         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26489         Use it.
26490
26491 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26492
26493         * mm-util.el (mm-quote-arg): Remove.
26494
26495         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26496         shell-quote-argument.
26497
26498         * gnus-uu.el (gnus-uu-command): do.
26499
26500         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26501
26502         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26503         with make-char.
26504
26505         * mm-util.el (mm-make-char): Remove.
26506
26507         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26508         add-minor-mode.
26509
26510         * gnus-undo.el (gnus-undo-mode): do.
26511
26512         * gnus-topic.el (gnus-topic-mode): do.
26513
26514         * gnus-sum.el (gnus-dead-summary-mode): do.
26515
26516         * gnus-start.el (gnus-slave-mode): do.
26517
26518         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26519
26520         * gnus-ml.el (gnus-mailing-list-mode): do.
26521
26522         * gnus-gl.el (gnus-grouplens-mode): do.
26523
26524         * gnus-draft.el (gnus-draft-mode): do.
26525
26526         * gnus-dired.el (gnus-dired-mode): do.
26527
26528         * gnus-ems.el (gnus-add-minor-mode): Remove.
26529
26530         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26531         Replace gnus-char-width with char-width.
26532
26533         * gnus-ems.el (gnus-char-width): Remove.
26534
26535         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26536         Replace gnus-char-width with char-width.
26537
26538         * gnus-ems.el (gnus-char-width): Remove.
26539
26540         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26541         definition.
26542         Remove Emacs 20 hash table compatibility code.
26543
26544         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26545         20 compatibility code.
26546
26547         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26548
26549         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26550
26551         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26552         Replace with point-at-{eol,bol}.
26553
26554         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26555
26556         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26557
26558         * flow-fill.el (fill-flowed-point-at-bol)
26559         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26560
26561         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26562         Replace with point-at-{eol,bol} throughout all files.
26563
26564 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26565
26566         * ntlm.el (ntlm-string-as-unibyte): New macro.
26567         (ntlm-build-auth-response): Use it.
26568
26569         Remove Emacs 20 stuff:
26570         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26571         (butlast, mapc, remove): Remove the compiler macros.
26572         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26573         of delq and copy-sequence.
26574         * gnus-art.el (popup-menu): Remove the compiler macro.
26575         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26576         Emacs 20.
26577
26578 2004-01-05  Simon Josefsson  <jas@extundo.com>
26579
26580         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26581         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26582         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26583         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26584         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26585         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26586         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26587         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26588         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26589         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26590         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26591         string-xor into ntlm-string-xor.
26592         Suggested by Jesper Harder <harder@myrealbox.com>.
26593
26594         * ntlm.el: Don't include poem.
26595
26596         * md4.el (print-int32, print-string-hexa): Remove.
26597         Suggested by Jesper Harder <harder@myrealbox.com>.
26598
26599         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26600
26601         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26602         probably breaks emacs with DL patch, but do we care? Is anyone
26603         still using the DL stuff?)
26604
26605         * sieve-manage.el: Use the password package.
26606         (sieve-manage-read-passwd): Remove.
26607         (sieve-manage-interactive-login): Use password.  Re-add
26608         condition-case around loop.
26609
26610         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26611         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26612         Use the password package.
26613
26614 2003-02-19  Simon Josefsson  <jas@extundo.com>
26615
26616         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26617         token.
26618
26619 2002-08-07  Simon Josefsson  <jas@extundo.com>
26620
26621         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26622         (sieve-manage-authenticators):
26623         (sieve-manage-authenticator-alist): Add some SASL mechs.
26624         (sieve-sasl-auth): New function.
26625         (sieve-manage-cram-md5-auth):
26626         (sieve-manage-plain-auth): Rewrite using SASL library.
26627         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26628         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26629         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26630         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26631
26632 2004-01-05  Simon Josefsson  <jas@extundo.com>
26633
26634         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26635         New files.
26636
26637 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26638
26639         * gnus-group.el (gnus-no-groups-message): Update.
26640
26641         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26642
26643 2003-11-09  Simon Josefsson  <jas@extundo.com>
26644
26645         * imap.el: Support for ID IMAP extension (RFC 2971).
26646         (imap-local-variables): Add imap-id.
26647         (imap-id): New variable.
26648         (imap-id): New function.
26649         (imap-parse-response): Parse untagged ID response.
26650         * nnimap.el (nnimap-id): New variable.
26651         (nnimap-open-connection): Use it.
26652
26653 2003-12-28  Simon Josefsson  <jas@extundo.com>
26654
26655         * gnus-score.el (gnus-score-edit-all-score): New.
26656         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26657
26658 2004-01-04  Simon Josefsson  <jas@extundo.com>
26659
26660         * password.el: Add.
26661
26662 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26663
26664         * dns.el (dns-query-types): Fix typo.
26665         (dns-query-types): New function.
26666         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26667         PTR and SOA replies, see RFC 1035.
26668
26669 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26670
26671         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26672
26673         * Move to Changelog.2.
26674
26675 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26676
26677         * gnus.el (gnus-version-number): Bump version.
26678
26679 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26680
26681         * gnus.el: No Gnus v0.1 is released.
26682
26683 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26684
26685         * gnus.el: No Gnus v0.0 is released.
26686
26687 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26688
26689         * gnus.el (gnus-version-number): Bump.
26690         (gnus-version): No.
26691
26692 See ChangeLog.2 for earlier changes.
26693
26694   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26695
26696   This file is part of GNU Emacs.
26697
26698   GNU Emacs is free software: you can redistribute it and/or modify
26699   it under the terms of the GNU General Public License as published by
26700   the Free Software Foundation, either version 3 of the License, or
26701   (at your option) any later version.
26702
26703   GNU Emacs is distributed in the hope that it will be useful,
26704   but WITHOUT ANY WARRANTY; without even the implied warranty of
26705   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26706   GNU General Public License for more details.
26707
26708   You should have received a copy of the GNU General Public License
26709   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26710
26711 ;; Local Variables:
26712 ;; coding: utf-8
26713 ;; fill-column: 79
26714 ;; add-log-time-zone-rule: t
26715 ;; End: