*** empty log message ***
[gnus] / lisp / ChangeLog
1 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
4         doesn't work properly on XEmacs.
5
6 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
9         before sending.
10
11         * dgnushack.el (dgnushack-compile): Add a temporary check for
12         gnus-icalendar.
13
14         * mm-decode.el (mm-command-output): New face.
15         (mm-display-external): Use it.
16
17 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
18
19         * nnmbox.el (nnmbox-request-article): Don't change point.
20
21 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
24         Include `handle' parameter.
25
26 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
27
28         * gnus-icalendar.el: New file.
29
30 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
33
34         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
35         dummy roots, too.
36
37 2013-08-01  David Edmondson  <dme@dme.org>
38
39         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
40         out on ttys.
41
42 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
45         not empty.
46
47         * nnrss.el (nnrss-discover-feed): Indent.
48
49 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
52
53 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
56         dirty to ensure nnimap data being saved.
57
58 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
59
60         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
61         menu entry.
62
63         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
64         the current thread's total score instead of the current article's
65         score.
66
67         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
68         (gnus-sort-threads-recursively): Delete defcustom.
69         (gnus-sort-threads-recursive): Adapt accordingly.
70
71 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
72
73         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
74         (gnus-sort-threads-recursive): Use it.
75         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
76         again.  Now that determines how to sort subthreads.
77
78 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
79
80         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
81         (gnus-sort-threads): Use it.
82
83 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
84
85         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
86         punctuation characters follow parentheses (bug#14950).
87
88 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus.el (gnus-continuum-version):
91         * gnus-msg.el (gnus-extended-version): Simplify.
92
93         * gnus.el (gnus-continuum-version-1): Remove.
94         * gnus-msg.el (gnus-bug): Revert.
95
96         Calculate gnus-version correctly on Cygwin.
97
98         * gnus.el (gnus-continuum-version): Do main calculations in integers.
99         (gnus-continuum-version-1): New function, return a string.
100
101         * gnus-msg.el (gnus-extended-version, gnus-bug):
102         Use gnus-continuum-version-1 instead of gnus-continuum-version.
103
104 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
105
106         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
107         (bug#13384).
108
109 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
112         that were only relevant in a development version a long time ago.
113
114 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
117         that the old Emacs 24s bundle.
118
119 2013-07-10  David Engster  <deng@randomsample.de>
120
121         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
122         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
123         fixes a bug in Emacs trunk where the 'unexist' marks were always
124         removed at startup because "Gnus v5.13" was considered smaller than "Ma
125         Gnus v0.03".
126
127 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
128
129         * gnus.el (gnus-summary-line-format): Reference
130         `gnus-user-date-format-alist' for the &user-date; format, not
131         `gnus-summary-user-date-format-alist'.
132
133 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
136         delete files (bug#13481).
137
138 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
139
140         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
141
142 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
145         display images.
146
147         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
148
149         * message.el (message-cancel-news): According to
150         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
151         preferred over "cmsg cancel" in the Subject.
152
153         * nnir.el (nnir-engines): Note that the group specs are regexps
154         (bug#13238).
155
156         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
157         gotten read-only text properties, ensure that those aren't heeded when
158         copying stuff over (bug#13434).
159
160         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
161         (bug#13762).
162
163 2013-07-05  David Kastrup  <dak@gnu.org>
164
165         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
166         authinfo file again (important for blank passwords).  This had been
167         broken with 2013-06-15 change.
168
169 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
172         Revert 2013-01-14 change.
173
174 2013-07-02  Daiki Ueno  <ueno@gnu.org>
175
176         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
177         of 'create-image' for XEmacs compatibility; check errors when decoding
178         image.  Reported by Uwe Brauer.
179
180 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
183         gnus-button-push revised at 2011-01-19.
184
185 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
188         now live in the lisp/net Emacs 24 repository.
189
190 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * eww.el (eww-update-header-line-format): Quote % characters.
193
194 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * eww.el (eww-process-text-input): Display passwords as asterisks.
197
198         * shr.el (shr-make-table-1): Protect against invalid column-spans.
199
200 2013-06-19  Tom Tromey  <tromey@redhat.com>
201
202         * eww.el (eww-top-url): Remove.
203         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
204         (eww-render): Set new variables.  Don't set eww-top-url.
205         (eww-handle-link): Handle "prev", "home", and "contents".
206         Downcase the rel text.
207         (eww-top-url): Choose best top URL.
208
209 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * eww.el: Rewrite to implement form elements "by hand" instead of
212         relying in widget.el.  Using widget.el leads to too many
213         user interface inconsistencies.
214         (eww-self-insert): Implement entering commands in text fields.
215         (eww-process-text-input): New function to make text input field editing
216         work.
217         (eww-submit): Rewrite to use the new-style form methods.
218         (eww-select-display): Display the correct selected item.
219         (eww-change-select): Implement changing the select value.
220         (eww-toggle-checkbox): Implement radio/checkboxes.
221         (eww-update-field): Fix compilation error.
222         (eww-tag-textarea): Implement <textarea>.
223
224         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
225         don't shadow mode-specific bindings.
226
227         * eww.el (eww-browse-url): Don't push stuff onto history if there's
228         nothing to push.
229
230         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
231
232 2013-06-19  Glenn Morris  <rgm@gnu.org>
233
234         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
235
236 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
237
238         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
239
240 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * shr.el (shr-make-table-1): Implement <td rowspan>.
243         (shr-table-horizontal-line): Allow nil as a value, and change the
244         default.
245         (shr-insert-table-ruler): Respect the nil value.
246
247 2013-06-18  Tom Tromey  <tromey@barimba>
248
249         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
250         New defvars.
251         (eww-open-file): New defun.
252         (eww-render): Initialize new variables.
253         (eww-display-html): Handle "link" and "a".
254         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
255         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
256         (eww-back-url): Rename from eww-previous-url.
257         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
258         defuns.
259
260 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * shr.el (shr-tag-table): Insert the images after the table, so that
263         they're not covered by the table colourisation, which often looked
264         awkward.
265         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
266         <dd>.
267         (shr-make-table-1): Implement <td colspan=> support.
268         (shr-insert-document): Use one less than window width if `shr-width' is
269         nil, since otherwise things may get one character too wide.
270
271 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * eww.el (eww-detect-charset): Improve regexp; move backward.
274
275 2013-06-18  Glenn Morris  <rgm@gnu.org>
276
277         * mm-decode.el (widget-convert-button): Autoload.
278
279         * sieve-manage.el (mm-enable-multibyte): Autoload.
280
281         * shr.el (libxml-parse-html-region): Declare.
282         (shr-render-buffer): Explicit error if no libxml2 support.
283
284 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * auth-source.el (auth-source-current-line): New function.
287         (auth-source-netrc-parse-entries): When a data token is "machine",
288         assume we're in the wrong place and abort parsing the current line.
289
290 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
293         (eww-convert-widgets): Don't bug out if the first widget starts at the
294         beginning of the buffer.
295         (eww-convert-widgets): Fix last patch.
296         (eww-tag-input): Support <input type=image>.
297
298         * shr.el (shr-insert-table): Respect border-collapse: collapse.
299         (shr-tag-base): Protect against base specs that are degenerate.
300         (shr-ensure-paragraph): Don't delete empty lines that have text
301         properties, because these may be input fields.
302
303         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
304         we can navigate to them.
305
306         * shr.el (shr-colorize-region): Put the colours over the entire region.
307         (shr-inhibit-decoration): New variable.
308         (shr-add-font): Use it to inhibit text property decorations while doing
309         preliminary table renderings.  This speeds up typical Wikipedia page
310         renderings by 15%.
311         (shr-tag-span): Don't respect the <title>, because that overwrites the
312         help-echo from links inside the spans.
313         (shr-next-link): Use `help-echo' for navigation, so that we can
314         navigate to form elements, too.
315
316         * eww.el (eww-button): New face.
317         (eww-convert-widgets): Use it to make submit buttons more button-like.
318
319         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
320         that Gnus commands work.
321
322         * shr.el (shr-render-td): Support horizontal alignment.
323
324         * eww.el (eww-put-color): Removed.
325         (eww-colorize-region): Use `add-face-text-property'.
326
327         * shr.el (shr-add-font): Append face data, so that we get the correct
328         precedence: The innermost value (which is applied first) wins.
329         (shr-make-overlay): Obsolete function.
330
331         * mm-decode.el (mm-convert-shr-links): New function to convert
332         new-style shr URL links into widgets.
333         (mm-shr): Use it.
334
335         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
336         widget commands, since we're no longer using widgets for links.
337
338         * shr.el (shr-next-link): New command.
339         (shr-previous-link): New command.
340         (shr-urlify): Don't use `widget-convert', because that's slow.
341         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
342         because collecting the overlays and reapplying them when generating
343         tables is slow.
344         (shr-insert-table): Ditto.
345
346 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
347
348         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
349         * shr.el (browse-url): Require `url'.
350         * eww.el (url): Require format-spec.
351
352 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * eww.el (eww-display-html): Default to using the entire window width.
355         (eww-browse-url): Don't add a User-Agent header (twice), because that
356         makes Bing refuse connection.
357
358         * shr.el (shr-make-table): Cache the table rendering at the table
359         level, and not the <td> level.  This is a bit faster.
360
361         * eww.el (eww-render): Go to the correct ID when given URLs ending with
362         #id.
363
364         * shr.el (shr-tag-li): Don't require a new paragraph, since other
365         browsers don't.
366         (shr-expand-url): Respect #anchor links.
367         (shr-parse-base): Chop off the anchor before using.
368         (shr-descend): Respect display: none.
369         (shr-descend): Allow marking elements that have certain IDs.
370
371         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
372
373         * shr.el (shr-expand-url): Don't bug out on zero-length links.
374
375         * eww.el (eww-tag-textarea): Support <textarea>.
376
377 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
378
379         * shr.el (shr-dom-to-xml): Fixed function call.
380
381         * eww.el (eww): New group.
382         (eww-header-line-format): New custom variable.
383         (eww-current-title): New variable.
384         (eww-display-html): Update header and handle title tag.
385         (eww-update-header-line-format): New function.
386         (eww-tag-title): New function.
387
388         * shr.el (shr-dom-to-xml): New function.
389         (shr-tag-svg): Add support for the SVG tag.
390         (shr-bullet): New custom variable.
391         (shr-tag-li): Support custom bullet in unordered lists.
392
393 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * shr.el (shr-expand-url): Respect // URLs.
396
397         * eww.el (eww-tag-body): Override the shr body rendering so that we can
398         put a background colour onto the entire buffer.
399         (eww-render): When being redirected, use the redirect URL as the new
400         base URL.
401
402         * shr.el (shr-parse-base): Fix parsing error.
403
404         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
405
406         * shr.el (shr-parse-base): New function.
407         (shr-expand-url): Use it to expand relative URLs reliably.
408
409 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
410
411         * auth-source.el (auth-source-search-collection): Fix docstring.
412         (auth-source-netrc-parse): Refactor and improve netrc parser to support
413         single-quoted strings and multiline entries.
414         (auth-source-netrc-parse-next-interesting)
415         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
416         functions to support parser.
417
418 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * eww.el (eww-submit): Get submit button logic right when hitting RET
421         on non-submit buttons.
422
423         * shr.el: Remove shr-preliminary-table-render, since that can't really
424         be used for anything in practice.
425
426 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
427
428         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
429         (sieve-manage-quit).
430
431 2013-06-14  Glenn Morris  <rgm@gnu.org>
432
433         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
434
435 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
436
437         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
438         control the maximum size of photo ID image.
439         (mml2015-epg-key-image-to-string): Respect it.
440
441 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
444         instead of the final one so that we can more easily distinguish them.
445
446         * eww.el (eww-submit): Compute the submission URL correctly.
447
448 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
449
450         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
451         Use plist-get rather than CL's getf.
452         (sieve-manage-parse-capability): Avoid CL's remove-if.
453
454 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
455
456         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
457         (sieve-manage-quit).
458
459 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * shr.el (shr-expand-url): Expansion should chop off the bits after the
462         last slash.
463
464         * eww.el (eww-tag-select): Use the first value as the default value.
465
466 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
467
468         * eww.el (eww): Prepend urls with http:// if scheme is missing.
469         (eww-mode): Use `define-derived-mode'.
470         (eww-parse-headers): Parse headers from beginning of buffer so that
471         file:// links work.
472
473 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
476
477 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
480         to handle them at all.
481
482 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
485         work, too.
486         (eww-tag-select): Implement <select>.
487
488 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
489
490         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
491         stream managing functions by using open-protocol-stream to do most of
492         the work.  Has the nice benefit of enabling STARTTLS.
493         Wait for capabilities after STARTTLS: following RFC5804, the server
494         sends new capabilities after successfully establishing a TLS connection
495         with the client. The client should update the cached list of
496         capabilities, but we just ignore the answer for now.
497         (sieve-manage-network-p, sieve-manage-network-open)
498         (sieve-manage-starttls-p, sieve-manage-starttls-open)
499         (sieve-manage-forward, sieve-manage-streams)
500         (sieve-manage-stream-alist): Remove unneeded functions neither in the
501         API, nor called by any other function.
502         Enable Multibyte for SieveManage buffers: The parser won't properly
503         handle umlauts and line endings unless multibyte is turned on in the
504         process buffer.
505
506 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * eww.el (eww-tag-input): Support password fields.
509         (eww-submit): Support POST.
510
511 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * eww.el (eww-tag-form): Protect against degenerate forms.
514
515         * shr.el (shr-expand-url): Expand URLs that start with a slash
516         correctly.
517
518         * eww.el (eww-submit): Get submit button logic right.
519
520         * shr.el (shr-final-table-render): New variable to signal when we're
521         doing the final table rendering so that we can collect more data at
522         that point.
523
524         * eww.el (eww-submit): Make form submission work.
525         (eww-tag-input): Implement submit buttons.
526         (eww-click-radio): Implement radio and checkboxes.
527         (eww-submit): Handle hidden elements.
528
529         * shr.el (shr-descend): Allow other packages to override (or provide)
530         rendering of elements.
531         (shr-expand-url): Strip query strings from URLs before expanding them.
532
533         * eww.el: Don't require cl-lib.
534         (eww-tag-form): Start form support.
535
536         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
537
538         * eww.el: Start writing a new, tiny web browser.
539         (eww-previous-url): New command.
540         (eww-quit): New command.
541
542 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
543
544         * sieve.el: Put point at beginning of buffer when viewing a script.
545         (sieve-open-server): Respect the PORT parameter.  Show the correct port
546         number in sieve-buffer's header.  Fixed code to also work with a string
547         as port specifier. Properly close the connection on pressing 'q'.  Make
548         sieve-manage-quit close the connection and process buffer.  Also, remove
549         duplicate keybinding for 'q'.
550
551 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
552
553         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
554         make it easier to read.
555         (mm-pkcs7-enveloped-magic): Ditto.
556
557 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
560         before `image-type-available-p' to avoid loading the image libraries
561         needlessly.
562
563 2013-06-05  David Engster  <deng@randomsample.de>
564
565         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
566         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
567         to see whether the group was synced before.
568
569 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
572         when opening the connection.
573         Suggested by João Távora <joaotavora@gmail.com> in
574         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
575
576 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
579         assume Date header begins with "Date", that may be customized into
580         something like "X-Sent" using gnus-article-time-format.
581         (article-transform-date): Allow multi-line Date header.
582
583 2013-06-02  David Engster  <deng@randomsample.de>
584
585         * registry.el (initialize-instance, registry-lookup)
586         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
587         (registry-lookup-secondary-value, registry-search, registry-delete)
588         (registry-insert, registry-reindex, registry-size, registry-prune): Do
589         not wrap methods in `eval-and-compile'.  This breaks due to latest
590         changes in EIEIO (introduction of eieio-core.el).
591
592 2013-05-30  Glenn Morris  <rgm@gnu.org>
593
594         * nnmail.el (nnmail-fancy-expiry-target):
595         Also bind mail-dont-reply-to-names.
596
597         * spam-stat.el (spam-stat-save):
598         No need to tweak font-lock in temp buffers.
599
600         * shr.el (shr-put-image): Silence compiler.
601
602 2013-05-29  Glenn Morris  <rgm@gnu.org>
603
604         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
605
606         * gnus-group.el (gnus-sequence-of-unread-articles)
607         (gnus-summary-add-mark, gnus-mark-article-as-read)
608         (gnus-group-make-articles-read): Declare.
609
610         * gnus-sum.el (gnus-parameter-list-identifier)
611         (gnus-article-stop-animations, gnus-stop-downloads)
612         (gnus-article-only-boring-p, article-goto-body)
613         (gnus-flush-original-article-buffer, article-narrow-to-head)
614         (gnus-article-hidden-text-p, gnus-delete-wash-type)
615         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
616
617         * gnus.el: No need to eval-and-compile autoloads.
618
619         * gravatar.el (help-function-arglist): Autoload.
620
621         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
622
623         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
624
625         * spam.el: No need to load spam-report when compiling.
626         No need to eval-and-compile autoloads.
627         (spam-report-resend-to): Declare.
628         (spam-report-resend-register-routine): Require 'spam-report.
629
630 2013-05-24  Julien Danjou  <julien@danjou.info>
631
632         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
633         setup.
634
635 2013-05-23  Glenn Morris  <rgm@gnu.org>
636
637         * gnus-util.el (rmail-swap-buffers-maybe)
638         (rmail-maybe-set-message-counters, rmail-count-new-messages)
639         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
640         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
641
642         * mm-decode.el: No need to load term when compiling.
643         (term-mode, term-char-mode): Declare.
644
645         * mm-util.el: No need to load jka-compr when compiling.
646         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
647
648         * nnmaildir.el: Require is automatically eval-and-compile.
649         (nnmail): Require at run-time too.
650
651         * registry.el (registry-size): Move definition before use.
652
653 2013-05-22  Daiki Ueno  <ueno@gnu.org>
654
655         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
656         signed data to conform the standard.  (Bug#14232)
657
658 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
659
660         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
661         double angle quotation mark.
662
663 2013-05-20  Glenn Morris  <rgm@gnu.org>
664
665         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
666
667 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
668
669         * message.el (message-insert-formatted-citation-line): handle finding
670         first/lastname when more than 2 names appear.
671
672 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
673
674         * shr.el (shr-tag-span): New function.
675
676 2013-05-18  Glenn Morris  <rgm@gnu.org>
677
678         * message.el (message-mode): Use message-mode-abbrev-table,
679         with text-mode-abbrev-table as parent.  (Bug#14413)
680
681 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * message.el (message-expand-group): Decode group names.
684
685 2013-05-16  Julien Danjou  <julien@danjou.info>
686
687         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
688         app-icon.
689
690 2013-05-15  Glenn Morris  <rgm@gnu.org>
691
692         * shr-color.el (shr-color-visible-luminance-min)
693         (shr-color-visible-distance-min): Use shr-color group.
694
695 2013-05-11  Glenn Morris  <rgm@gnu.org>
696
697         * gnus-vm.el: Make it loadable without VM.
698         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
699         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
700
701 2013-05-09  Glenn Morris  <rgm@gnu.org>
702
703         * mml1991.el: Make it loadable.  (Bug#13456)
704
705         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
706         * gnus-async.el (gnus-async-post-fetch-function):
707         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
708         * gnus-html.el (gnus-html-image-cache-ttl):
709         * gnus-notifications.el (gnus-notifications-timeout):
710         * gnus-picon.el (gnus-picon-properties):
711         * gnus-util.el (gnus-completion-styles):
712         * gnus.el (gnus-other-frame-resume-function):
713         * message.el (message-user-organization-file)
714         (message-cite-reply-position):
715         * nnir.el (nnir-summary-line-format)
716         (nnir-retrieve-headers-override-function):
717         * shr-color.el (shr-color-visible-luminance-min):
718         * shr.el (shr-blocked-images):
719         * spam-report.el (spam-report-resend-to):
720         * spam.el (spam-summary-exit-behavior): Fix custom types.
721
722         * gnus-salt.el (gnus-selected-tree-face): Fix default.
723
724 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
727         because of let-binding help-xref-following.  (Bug#14356)
728
729 2013-05-06  Glenn Morris  <rgm@gnu.org>
730
731         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
732
733 2013-05-04  Andrew Cohen  <cohen@bu.edu>
734
735         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
736         entering into the registry.
737
738 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
739
740         * gnus.el: Ma Gnus v0.7 is released.
741
742 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
745         (Bug#14304)
746
747 2013-04-27  Glenn Morris  <rgm@gnu.org>
748
749         * gnus.el (gnus-list-debbugs):
750         Use require rather than autoload.  (Bug#14262)
751
752 2013-04-27  Julien Danjou  <julien@danjou.info>
753
754         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
755         port to "sieve" now that it has an official IANA port assigned.
756
757 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
760         Don't set the MAILHOST environment variable permanently (Bug#14271).
761
762 2013-04-26  Glenn Morris  <rgm@gnu.org>
763
764         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
765
766 2013-04-25  Andrew Cohen  <cohen@bu.edu>
767
768         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
769         string values of 'gcc-self. Thanks to Saroj Thirumalai.
770
771 2013-04-24  Andrew Cohen  <cohen@bu.edu>
772
773         * nnir.el (nnir-close-group): Make sure we are in the right group.
774
775         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
776         dependency table from all newly retrieved headers.
777
778 2013-04-16  David Edmondson  <dme@dme.org>
779
780         Support <img src="data:...">.
781
782         * shr.el (shr-image-from-data): New function.
783         (shr-tag-img): Use it.
784
785 2013-04-14  Andrew Cohen  <cohen@bu.edu>
786
787         * nnir.el (nnir-request-set-mark): Make sure we are in the right
788         group.
789
790 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
793         corresponding to any existing group (Bug#14166).
794
795 2013-04-10  Andrew Cohen  <cohen@bu.edu>
796
797         * nnir.el (number-sequence): No longer used.
798         (nnir-request-set-mark): New function.
799         (nnir-request-update-info): Improve marks updating.
800         (nnir-request-scan): Don't duplicate marks updating.
801         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
802         Use 'assq rather than 'assoc.  Quote anonymous function.
803         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
804         Use 'gnus-group-prefixed-p.
805         (gnus-summary-create-nnir-group): Make sure server for method is open.
806
807 2013-04-04  Andrew Cohen  <cohen@bu.edu>
808
809         * nnir.el (gnus-nnir-group-p): New function.
810         (nnir-possibly-change-group): Use it.
811
812         * gnus-msg.el (gnus-setup-message): Use it.
813
814 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * mml.el (mml-minibuffer-read-description): Use `default' insted of
817         `initial-input' for the argument name.
818         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
819
820 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
821
822         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
823         (used by MH-E).
824
825 2013-04-01  Andrew Cohen  <cohen@bu.edu>
826
827         * nnir.el (nnir-request-update-mark): Improve mark updating in original
828         group.
829
830         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
831         fix compilation.
832
833 2013-03-31  Andrew Cohen  <cohen@bu.edu>
834
835         * nnir.el (nnir-method-default-engines): And another typo.
836
837 2013-03-30  Andrew Cohen  <cohen@bu.edu>
838
839         * nnir.el (nnir-method-default-engines): Fix typo.
840
841 2013-03-29  Andrew Cohen  <cohen@bu.edu>
842
843         * nnir.el: Define 'number-sequence for xemacs.
844         (gnus-summary-create-nnir-group): New function to create an nnir group
845         from an nnir summary buffer based on the current query.
846         (nnir-request-create-group): Update to allow nnir group creation based
847         on the current query.
848
849 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * nndraft.el (nndraft-request-expire-articles):
852         Make expiry target always `delete'.
853
854 2013-03-27  Andrew Cohen  <cohen@bu.edu>
855
856         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
857         buffer use the posting-style and gcc of the original article group.
858         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
859
860         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
861         after other deffoos.
862
863 2013-03-25  Andrew Cohen  <cohen@bu.edu>
864
865         * nnir.el: Major rewrite.  Cleaner separation between searches and group
866         management.  Marks are now shown in nnir summary buffers.  Rudimentary
867         support for real (i.e. not ephemeral) nnir groups.
868         (gnus-summary-make-nnir-group): New function for initiating searches
869         from a summary buffer.
870
871 2013-03-18  Sam Steingold  <sds@gnu.org>
872
873         * message.el (message-bury): Minor cleanup.
874
875 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
876
877         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
878
879 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * nndir.el (nndir-request-list): Remove 2nd argument passed to
882         nnml-request-list.  (Bug#13873)
883         (nndir-request-newsgroups): Remove, unused.
884
885         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
886
887 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
888
889         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
890         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
891         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
892
893 2013-03-03  Ted Phelps  <phelps@gnusto.com>
894
895         * shr.el: Make all the overlays set the `evaporate' property so that
896         they're removed properly.
897
898 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
899
900         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
901         shell-quote-argument.
902
903 2013-02-22  David Engster  <deng@randomsample.de>
904
905         * gnus-registry.el (gnus-registry-save): Provide class name when
906         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
907         `condition-case' to stay compatible with older EIEIO versions which
908         only accept one argument.
909
910 2013-02-17  Daiki Ueno  <ueno@gnu.org>
911
912         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
913         (epg-user-id-validity): Autoload.
914         (mml2015-epg-check-user-id): New function.
915         (mml2015-epg-check-sub-key): New function split from
916         mml2015-epg-find-usable-key.
917         (mml2015-epg-find-usable-key): Accept context, name, usage, and
918         optional name-is-key-id, to handle the case when user-id is unusable.
919         Reported by Łukasz Stelmach <stlman@poczta.fm>.
920
921 2013-02-17  Glenn Morris  <rgm@gnu.org>
922
923         * shr.el (shr-put-image): Use image-multi-frame-p if available.
924
925 2013-02-16  Glenn Morris  <rgm@gnu.org>
926
927         * shr.el (shr-put-image): Only animate images that specify a delay.
928         This is consistent with the old image-animated-p behavior.
929
930 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
933         for XEmacs.
934
935 2013-02-13  Juri Linkov  <juri@jurta.org>
936
937         * gnus-art.el (gnus-article-mode-map):
938         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
939         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
940
941 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
942
943         * auth-source.el (auth-source-format-prompt): Don't get confused by
944         any "\" in replacement text.  (Bug#13637)
945
946 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
947
948         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
949         (gnus-backend-trace): Honour gnus-backend-trace.
950
951         * mml.el (mml-insert-part): Insert closing tag.
952
953         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
954
955 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
958         able to find the article, which can happen in debbugs groups,
959         apparently.
960
961 2013-01-16  Glenn Morris  <rgm@gnu.org>
962
963         * smiley.el (smiley-style): Make the file loadable in batch mode.
964
965 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
966
967         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
968         imap process running.
969
970 2013-01-14  Julien Danjou  <julien@danjou.info>
971
972         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
973         Compare addresses against addresses, not against the full From field.
974
975 2013-01-13  Richard Stallman  <rms@gnu.org>
976
977         * message.el (message-forward-make-body-mime): New args BEG, END
978         specify what part of FORWARD-BUFFER to use.  Do the work directly
979         instead of calling `mml-insert-buffer'.
980
981 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
982
983         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
984         cross-reference(s).
985
986         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
987         cross-reference(s).
988
989 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
990
991         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
992         and point-max-marker.
993         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
994
995 2013-01-11  Julien Danjou  <julien@danjou.info>
996
997         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
998         max are almost equal. Also return the correct value for V which is
999         already between 0 and 1.
1000
1001 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1002
1003         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1004         to mml2015-encrypt-to-self.
1005         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1006
1007 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1008
1009         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1010         mml-smime-epg-find-usable-secret-key.
1011
1012 2013-01-08  Glenn Morris  <rgm@gnu.org>
1013
1014         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1015
1016 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1017
1018         * mml-smime.el: Support signing by sender.
1019         Requested by Uwe Brauer.
1020         (mml-smime-sign-with-sender): New user option analogous
1021         to mml2015-sign-with-sender.
1022         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1023         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1024         mml2015.el.
1025
1026 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1029         isn't running, because Gnus will probably not know how to handle the
1030         Gcc header (bug#11941).
1031
1032         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1033         articles.
1034
1035 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1038         (nnfolder-generate-active-file): Make this function work with recursive
1039         folder names.
1040
1041 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nntp.el (nntp-open-connection): Use HELP as the capability command
1044         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1045         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1046
1047 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1048
1049         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1050         place holder since this gives `Invalid face reference: nil' messages.
1051         Use the `default' face instead.  It has the same effect here, even
1052         though it is not no-op.
1053
1054         * gnus-util.el
1055         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1056
1057 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1060         non-string posting styles (bug#13285).
1061
1062 2012-12-27  Glenn Morris  <rgm@gnu.org>
1063
1064         * plstore.el (plstore-passphrase-callback-function):
1065         Use plstore-get-file.
1066
1067 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1068
1069         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1070         stderr.
1071
1072 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1075
1076         * gnus-compat.el (set-buffer-multibyte): Remove.
1077
1078 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1079
1080         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1081         temporary file to get PGP key image.  Pass no-show-photos when
1082         extracting image to avoid having it pop up twice.
1083
1084 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1087         eligible for treatment.
1088
1089         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1090         lines.  This makes summary commands with hidden threads work more
1091         reliably.
1092
1093         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1094         button to mark the hidden citations (bug#9395).
1095
1096 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1097
1098         * mml2015.el (mml2015-epg-signature-to-string): New function.
1099         (mml2015-epg-verify-result-to-string): New function.
1100         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1101         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1102         instead of epg-verify-result-to-string.
1103         (epg-signature-key-id, epg-signature-to-string): Autoload.
1104         (epg-verify-result-to-string): Remove autoload.
1105
1106 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1107
1108         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1109         ID image from GPG public key.
1110         (mml2015-epg-key-image-to-string): New function.
1111
1112 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1113
1114         * plstore.el (plstore-passphrase-callback-function): Fix error when
1115         error when plstore-cache-passphrase-for-symmetric-encryption is set
1116         (bug#13264).
1117
1118 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1121         buffer to the article buffer here, because that clobbers multiple
1122         article buffers.
1123
1124         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1125         buffer always points to the right summary buffer.
1126
1127 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1128
1129         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1130         the password (bug#12097).
1131
1132 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1135         (bug#13263).
1136
1137         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1138         buffer exists before using it (bug#12475).
1139
1140         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1141         offline groups (bug#11937).
1142
1143         * message.el (message-yank-original): When using customize to set the
1144         value of `message-cite-style', the variable it set to a symbol that's
1145         the name of the variable, which must then be dereferenced (bug#12616).
1146
1147 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1148
1149         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1150         the `face' property with a list whose car is the face specified in the
1151         format string and whose cdr is (nil).
1152         * lisp/gnus-util.el
1153         (gnus-put-text-property-excluding-characters-with-faces):
1154         Change accordingly.
1155         (gnus-get-text-property-excluding-characters-with-faces): New function.
1156         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1157         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1158         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1159
1160 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1161
1162         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1163         login methods.
1164         (nnimap-login): Respect the `nnimap-authenticator' variable.
1165
1166         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1167         mark state when moving articles.  Otherwise unticked articles will get
1168         their ticks back after moving.
1169
1170 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1173
1174         * message.el (message-ignored-news-headers): Always remove
1175         X-Message-SMTP-Method to avoid information leakage if the user
1176         mistakenly inserts the header into news messages.
1177
1178         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1179
1180         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1181         right than four characters, this command would move point to
1182         `point-max'.  Don't do that.
1183
1184         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1185         to nil to allow re-selecting groups that gain articles.
1186         (gnus-bug-group-download-format-alist): Update the URL.
1187
1188 2012-12-23  Andreas Schwab  <schwab@suse.de>
1189
1190         * shr.el (shr-tag-em): Render em as italic, not bold.
1191
1192 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1195         for reuse.
1196         (gnus-open-server): Use it to add more tracing.
1197         (gnus-finish-retrieve-group-infos): Add backend tracing.
1198         (gnus-backend-trace): Also note the elapsed seconds.
1199
1200 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1201
1202         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1203         Set epa-file-encrypt-to from variable to avoid querying.
1204
1205 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1206
1207         * sieve-mode.el (sieve-font-lock-keywords):
1208         Keywords should be word delimited.  (Bug#13173)
1209
1210 2012-12-13  Andreas Schwab  <schwab@suse.de>
1211
1212         * tls.el (tls-program): Update customize type.
1213
1214 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1217         instead of <pre> to align message header.
1218
1219 2012-12-12  Sam Steingold  <sds@gnu.org>
1220
1221         * gnus.el (gnus-other-frame-resume-function): Add user option.
1222         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1223
1224 2012-12-06  Sam Steingold  <sds@gnu.org>
1225
1226         * gnus-start.el (gnus-before-resume-hook): Add.
1227         (gnus-1): Run it when Gnus is alive.
1228
1229 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1232         * gnus-art.el (article-unsplit-urls)
1233         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1234         * gnus-registry.el (gnus-registry-get-article-marks)
1235         * message.el (message-goto-body): Use it.
1236         (message-called-interactively-p): Remove.
1237
1238         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1239         (spam-stat-score-buffer): Use it.
1240
1241         * spam.el: Silence the warnings against BBDB functions when compiling.
1242
1243         * gnus-score.el (gnus-score-decode-text-parts):
1244         Use append+mapcar instead of the cl function mapcan.
1245
1246 2012-12-05  Sam Steingold  <sds@gnu.org>
1247
1248         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1249         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1250         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1251
1252 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gmm-utils.el (gmm-called-interactively-p): Revert.
1255         This seems to cause Emacs to get stuck!
1256         * gnus-art.el (article-unsplit-urls)
1257         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1258         * gnus-registry.el (gnus-registry-get-article-marks)
1259         * message.el (message-goto-body)
1260         (message-called-interactively-p): Revert.
1261
1262         * gmm-utils.el (gmm-called-interactively-p): New function.
1263         * gnus-art.el (article-unsplit-urls)
1264         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1265         * gnus-registry.el (gnus-registry-get-article-marks)
1266         * message.el (message-goto-body): Use it.
1267         (message-called-interactively-p): Remove.
1268
1269         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1270         * gnus-sync.el (gnus-sync-lesync-call)
1271         * message.el (message-read-from-minibuffer): Use it.
1272
1273 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gmm-utils.el (gmm-flet): Remove.
1276         * gnus-sync.el (gnus-sync-lesync-call)
1277         * message.el (message-read-from-minibuffer): Don't use it.
1278
1279 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1282
1283 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1286
1287         * gnus-sync.el (gnus-sync-lesync-call)
1288         * message.el (message-read-from-minibuffer): Use gmm-flet.
1289
1290         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1291
1292         * gnus-util.el (gnus-macroexpand-all): Remove.
1293
1294 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1295
1296         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1297         to TAB, not [tab].
1298         (gnus-summary-article-map): Likewise.
1299
1300         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1301         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1302
1303 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1304
1305         * time-date.el: Commentary fix.
1306
1307 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * color.el: Don't require cl.
1310         (color-complement): `caddr' -> `nth 2'.
1311
1312         * time-date.el (time-to-seconds): De-obsolete.
1313
1314 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * message.el (message-get-reply-headers):
1317         Make sure the reply goes to the author if it is a wide reply.
1318
1319 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1320
1321         * gnus-score.el (gnus-score-body):
1322         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1323         scoring by body.
1324
1325 2012-11-16  Glenn Morris  <rgm@gnu.org>
1326
1327         * gnus-diary.el (nndiary-request-create-group-functions)
1328         (nndiary-request-update-info-functions)
1329         (gnus-subscribe-newsgroup-functions)
1330         (nndiary-request-accept-article-functions):
1331         Use new names for hooks rather than obsolete aliases.
1332
1333 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1336
1337 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1340         in meta tag with the one the part specifies in its header.
1341
1342 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1343
1344         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1345         by default.
1346
1347 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1350         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1351
1352 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1355         and a runtime function for it, of which the XEmacs version takes only
1356         two arguments.
1357
1358 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1359
1360         * nndiary.el (nndiary-request-create-group-functions)
1361         (nndiary-request-update-info-functions)
1362         (nndiary-request-accept-article-functions):
1363         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1364         "-hooks" suffix.
1365
1366 2012-10-19  Julien Danjou  <julien@danjou.info>
1367
1368         * gnus-art.el: Require gnus-util because it uses
1369         `gnus-timer--function'.
1370
1371 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1372
1373         * starttls.el (starttls-extra-arguments): Doc fix.
1374
1375 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1378         it.
1379
1380 2012-10-06  Glenn Morris  <rgm@gnu.org>
1381
1382         * gnus-notifications.el (gnus-notifications):
1383         Add missing group :version tag.
1384         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1385         (gnus-gcc-post-body-encode-hook):
1386         * gnus-sync.el (gnus-sync-lesync-name)
1387         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1388
1389 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1390
1391         * color.el (color-hsl-to-rgb): Fix incorrect results for
1392         small and large hue values.  (Bug#12559)
1393
1394 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         New UIDL implementation.
1397
1398         * mail-source.el (mail-sources, mail-source-keyword-map):
1399         Add :leave as a pop3 keyword.
1400         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1401
1402         * pop3.el (pop3-leave-mail-on-server): Allow number.
1403         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1404         (pop3-movemail): Add UIDL support.
1405         (pop3-send-streaming-command): Take a list of mail numbers instead of
1406         the number of mails.
1407         (pop3-write-to-file): Add X-UIDL header.
1408         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1409         (pop3-uidl-add-xheader): New functions.
1410
1411         * message.el (message-ignored-resent-headers):
1412         Add X-Content-Length and X-UIDL headers.
1413
1414 2012-10-05  Glenn Morris  <rgm@gnu.org>
1415
1416         * color.el (color-name-to-rgb, color-rgb-to-hex)
1417         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1418         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1419         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1420         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1421
1422 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1425         a user about whether to delete temp files if once a user answered as n.
1426
1427 2012-09-25  Chong Yidong  <cyd@gnu.org>
1428
1429         * password-cache.el (password-read-and-add): Use a declare form to mark
1430         this function obsolete.
1431
1432 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * lpath.el: Bind mail-encode-mml for old Emacsen.
1435
1436 2012-09-17  Richard Stallman  <rms@gnu.org>
1437
1438         * message.el (message-in-body-p): Don't set mark or modify buffer.
1439
1440         * mml.el (mml-attach-file): Doc fix.
1441         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1442         Set mail-encode-mml when in Mail mode.
1443         Simplify code to set HEAD and move back to HEAD.
1444         (mml-insert-multipart, mml-insert-part):
1445         Set mail-encode-mml when in Mail mode.
1446
1447 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-util.el (gnus-timer--function): New function.
1450
1451         * gnus-art.el (gnus-article-stop-animations): Use it.
1452
1453 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1454
1455         Fix glitches caused by addition of psec to timers.
1456         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1457         rather than raw access to timer vector.
1458
1459 2012-09-11  Julien Danjou  <julien@danjou.info>
1460
1461         * gnus-notifications.el (gnus-notifications): Check for nil values in
1462         ignored addresses check.
1463
1464 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1465
1466         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1467
1468 2012-09-07  Chong Yidong  <cyd@gnu.org>
1469
1470         * gnus-util.el
1471         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1472
1473         * gnus-salt.el (gnus-tree-highlight-node):
1474         * gnus-sum.el (gnus-summary-highlight-line):
1475         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1476
1477 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1480
1481 2012-09-06  Juri Linkov  <juri@jurta.org>
1482
1483         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1484         scheme for buffer names to be more consistent with other group and
1485         article buffer names in Gnus.
1486
1487 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-util.el
1490         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1491
1492         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1493         Jenkner.
1494
1495         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1496
1497         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1498
1499         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1500
1501 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1504         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1505
1506         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1507         string-prefix-p in Emacs >=23.2.
1508
1509         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1510         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1511         instead of string-match-p.
1512         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1513
1514 2012-09-06  Kenichi Handa  <handa@gnu.org>
1515
1516         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1517         lowercase a..f.
1518
1519 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1520
1521         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1522
1523 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1524
1525         * nnimap.el (nnimap-request-move-article): Decode the group name when
1526         doing internal moves to avoid charset issues.
1527
1528         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1529         TIME is set.
1530
1531 2012-09-05  Juri Linkov  <juri@jurta.org>
1532
1533         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1534         than one group at a time (bug#11961).
1535
1536 2012-09-05  Julien Danjou  <julien@danjou.info>
1537
1538         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1539         this hide the real reason with a message giving absolutely no hint.
1540
1541 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1544         to the backend (bug#11804).
1545
1546         * message.el (message-insert-newsgroups): Don't insert newsgroup
1547         duplicates (bug#12275).
1548
1549 2012-09-05  John Wiegley  <johnw@newartisans.com>
1550
1551         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1552         sieve rules.
1553
1554 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1555
1556         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1557         function.
1558
1559         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1560
1561         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1562
1563 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1564
1565         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1566         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1567         This should make nnmaildir more usable with offlineimap.
1568
1569 2012-09-05  Julien Danjou  <julien@danjou.info>
1570
1571         * nnimap.el (nnimap-request-list): Revert change that made listing
1572         synchronous.
1573         (nnimap-get-responses): Restore.
1574
1575 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1576
1577         * dgnushack.el: XEmacs 21.5 compilation fix.
1578
1579         * gnus-notifications.el (gnus-notifications-notify): Use it.
1580
1581         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1582         warnings on XEmacs.
1583
1584 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1585
1586         Better seeds for (random).
1587         * gnus-sync.el (gnus-sync-lesync-setup):
1588         * message.el (message-canlock-generate, message-unique-id):
1589         Change (random t) to (random), now that the latter is more random.
1590
1591 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1592
1593         * nnimap.el (nnimap-change-group): Document result value
1594
1595         * auth-source.el (auth-sources): Fix macos keychain access.
1596
1597         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1598         allow the backend `request-head' function to determine the group
1599         name on its own.
1600         (gnus-request-expire-articles): Filter out negative article numbers
1601         during expiry (Bug#11980).
1602
1603         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1604         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1605
1606         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1607         you've found the article when you haven't.
1608
1609         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1610         that nnimap-change-group can return t.
1611
1612 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1613
1614         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1615
1616 2012-08-30  Julien Danjou  <julien@danjou.info>
1617
1618         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1619         `gnus-notifications-timeout'.
1620         (gnus-notifications-timeout): Add.
1621         (gnus-notifications-action): New function.
1622         (gnus-notifications-notify): Add :action using
1623         `gnus-notifications-action'.
1624         (gnus-notifications-id-to-msg): New variable.
1625         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1626         notifications id to messages.
1627
1628 2012-08-30  Kenichi Handa  <handa@gnu.org>
1629
1630         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1631         once.
1632
1633 2012-08-29  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-notifications.el: New file.
1636         (gnus-notifications-notify): New function.
1637         (gnus-notifications): Use `gnus-notifications-notify'.
1638
1639 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1642         transfer encoding first; bind gnus-newsgroup-charset to the charset
1643         that the article specifies (Bug#12209).
1644
1645 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1648         (gnus-group-customize-done): Encode values posting-style holds.
1649
1650         * gnus-msg.el (gnus-summary-resend-message)
1651         (gnus-configure-posting-styles): Decode values posting-style group
1652         parameter holds.
1653
1654 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1657         `name' and `address' in Resent-From header.
1658
1659 2012-08-14  Chong Yidong  <cyd@gnu.org>
1660
1661         * gnus-art.el (article-display-face): Handle failure in
1662         gnus-create-image (Bug#11802).
1663
1664 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1665
1666         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1667         Use defsetf.
1668
1669 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1670
1671         * auth-source.el (auth-source-plstore-search)
1672         (auth-source-secrets-search): Ignore :require and :type in search spec.
1673
1674 2012-08-06  Julien Danjou  <julien@danjou.info>
1675
1676         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1677         `nnimap-request-move-article'.
1678
1679         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1680         Remove autoload, already handled by gnus.el.
1681
1682         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1683
1684         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1685         supported by nnimap actually. Reverts previous change.
1686
1687         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1688         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1689         to-buffer argument that is already supported.
1690
1691 2012-08-05  Julien Danjou  <julien@danjou.info>
1692
1693         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1694         Add autoload.
1695
1696 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus.el (gnus-valid-select-methods): Fix custom type.
1699
1700 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el (auth-sources, auth-source-backend-parse)
1703         (auth-source-macos-keychain-search)
1704         (auth-source-macos-keychain-search-items)
1705         (auth-source-macos-keychain-result-append)
1706         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1707         auth-source.el through the /usr/bin/security utility.
1708         (auth-sources): Fix syntax error.
1709         (auth-source-macos-keychain-result-append): Fix variable name.
1710         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1711
1712 2012-07-27  Julien Danjou  <julien@danjou.info>
1713
1714         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1715         Emacs < 24.1
1716
1717 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * message.el (message-kill-address): Don't kill last newline.
1720         (message-skip-to-next-address): Don't move to the next header.
1721         (message-fill-field-address): Work properly.
1722
1723 2012-07-25  Julien Danjou  <julien@danjou.info>
1724
1725         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1726
1727 2012-07-24  Julien Danjou  <julien@danjou.info>
1728
1729         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1730
1731         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1732         (nntp-async-timer-handler): Remove, unused.
1733
1734         * nnimap.el (nnimap-get-responses): Remove, unused.
1735
1736         * nnheader.el (mail-header-set-extra): Remove, unused.
1737
1738         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1739         unused.
1740
1741         * mm-view.el (mm-view-sound-file): Remove, unused.
1742
1743         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1744         (mm-url-encode-multipart-form-data): Remove, unused.
1745
1746         * message.el (message-remove-signature, message-make-host-name)
1747         (message-fill-address): Remove, unused.
1748
1749         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1750         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1751         unused.
1752
1753         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1754         (gnus-xmas-call-region): Remove, unused.
1755
1756         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1757
1758         * gnus-util.el (gnus-extract-address-component-name)
1759         (gnus-extract-address-component-email, gnus-sortable-date)
1760         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1761         (gnus-process-live-p): Remove, unused.
1762
1763         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1764
1765         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1766         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1767         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1768         function.
1769
1770         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1771
1772         * gnus-score.el (gnus-summary-score-crossposting)
1773         (gnus-score-regexp-bad-p): Remove, unused.
1774
1775         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1776
1777         * gnus-range.el (gnus-sublist-p): Remove, unused.
1778
1779         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1780         unused.
1781
1782         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1783
1784         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1785         (gnus-request-associate-buffer): Remove, unused.
1786
1787         * gnus-group.el (gnus-group-set-method-info)
1788         (gnus-group-set-params-info): Remove, unused.
1789
1790         * gnus-fun.el (gnus-shell-command-to-string)
1791         (gnus-shell-command-on-region): Remove, unused.
1792
1793         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1794
1795         * gnus-art.el (gnus-article-text-type-exists-p)
1796         (article-translate-characters, gnus-article-hide-text-of-type)
1797         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1798         Remove, unused.
1799
1800 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1801
1802         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1803
1804 2012-07-21  Julien Danjou  <julien@danjou.info>
1805
1806         * message.el (message-dont-reply-to-names): Replace deprecated
1807         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1808         (message-get-reply-headers): Ditto.
1809
1810 2012-07-18  Julien Danjou  <julien@danjou.info>
1811
1812         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1813         `sieve-upload-and-kill'.
1814
1815         * sieve.el (sieve-bury-buffer): Remove function.
1816         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1817         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1818
1819 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1820
1821         * shr.el (shr-expand-url): Handle URL starting with `//'.
1822
1823 2012-07-13  Chong Yidong  <cyd@gnu.org>
1824
1825         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1826         instead of calling toggle-read-only with a (bogus) argument.
1827
1828 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1829
1830         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1831         of initial input when reading the author to restrict the summary to.
1832
1833 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mm-decode.el (mm-shr):
1836         Allow overriding charset by mm-charset-override-alist.
1837
1838 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-article-view-part):
1841         Toggle subparts of multipart/alternative part.
1842
1843 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1844
1845         * shr.el (shr-render-buffer): New command.
1846         (shr-visit-file): Use it.
1847
1848 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1851         Set no-byte-compile and no-update-autoloads.
1852
1853 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1856
1857 2012-06-25  Julien Danjou  <julien@danjou.info>
1858
1859         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1860         `nnimap-request-move-articles-find-limit' since we do not use it only
1861         for move operations.
1862         (nnimap-request-accept-article): Use
1863         `nnimap-request-articles-find-limit' to limit search by message-id.
1864
1865 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1866
1867         Support higher-resolution time stamps (Bug#9000).
1868
1869         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1870         VARLIST.  It's optional, for backward compatibility.
1871         (encode-time-value): New optional arg PICO.  New type 3.
1872         (time-to-seconds) [!float-time]: Support the new picoseconds
1873         component if it's used.
1874         (seconds-to-time, time-subtract, time-add):
1875         Support ps-resolution time stamps as well.
1876
1877 2012-06-19  Julien Danjou  <julien@danjou.info>
1878
1879         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1880
1881         * nnimap.el (nnimap-log-buffer): Check that
1882         `window-point-insertion-type' is boundp, since it's not available in
1883         XEmacs.
1884
1885 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1886
1887         * nnimap.el (nnimap-log-buffer): Add this, setting
1888         `window-point-insertion-type' in the buffer to t.
1889         (nnimap-log-command): Use nnimap-log-buffer.
1890
1891 2012-06-19  Julien Danjou  <julien@danjou.info>
1892
1893         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1894         argument to be able to limit the search.
1895         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1896         (nnimap-request-move-articles-find-limit): Add this to limit the search
1897         by Message-Id after a message move.
1898         (nnimap): Add defgroup.
1899
1900 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1901
1902         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1903
1904 2012-06-15  Julien Danjou  <julien@danjou.info>
1905
1906         * nnimap.el (nnimap-find-article-by-message-id): Use
1907         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1908         (nnimap-possibly-change-group): Add read-only argument.
1909         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1910         issuing EXAMINE manually.
1911         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1912         with read-only argument.
1913         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1914         cannot possibly change because we need to be sure that it's either
1915         read-write or read-only.
1916
1917 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1920         being bound to a lambda form.
1921
1922 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1923
1924         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1925         articles when fetch-old is non-nil (bug#11370).
1926
1927 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1928
1929         * gnus-picon.el (gnus-picon-properties): New defcustom.
1930         (gnus-picon-create-glyph): Use it.
1931
1932 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-group.el (gnus-group-get-new-news): Respect
1935         `gnus-group-use-permanent-levels', as documented (bug#11638).
1936
1937 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1938
1939         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1940         groups (bug#11641).
1941
1942 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1943
1944         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1945         is an integer to avoid later problems.
1946
1947 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1950         locales.
1951
1952         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1953         on a handle.
1954
1955         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1956         address as the default.
1957         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1958
1959         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1960         makes no sense to query the user about internal files.
1961
1962         * gnus-spec.el: Remove all the byte-compilation stuff, since
1963         benchmarking shows that it doesn't help when entering large summary
1964         buffers.
1965
1966         * gnus-xmas.el (gnus-xmas-define): Remove.
1967
1968         * gnus-util.el (gnus-byte-code): Remove.
1969
1970         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1971         grouplens stuff.
1972
1973 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1976         (bug#11514).
1977
1978 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1979
1980         * message.el (message-buffers): Return all buffers derived from Message
1981         to make `gnus-dired-attach' work with mu4e.
1982
1983 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1984
1985         * nntp.el: Stop the `letf' madness.
1986         (nntp--report-1): New var.
1987         (nntp-report): Merge nntp-report-1 into it.
1988         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1989         the nntp-report function.
1990
1991         * auth-source.el: Fix comment-style to follow the convention.
1992
1993 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1994
1995         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1996         (mm-dissect-singlepart): Don't guess the MIME type of
1997         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1998         set.
1999         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2000         toplevel MIME type is multipart/encrypted.
2001
2002 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2005         a string so that Gcc works (bug#11514).
2006
2007 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2008
2009         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2010         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2011
2012 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2013
2014         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2015         jumping to *Server* from a dedicated *Group* window.
2016         (gnus-configure-frame): CSE.
2017
2018         * gnus-registry.el: Minor style cleanup.
2019         (gnus-registry--set/remove-mark): New function, extracted from
2020         gnus-registry-install-shortcuts.
2021         (gnus-registry-install-shortcuts): Use it.
2022
2023 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * nnspool.el (news-path): Use eval-and-compile.
2026
2027 2012-05-24  Glenn Morris  <rgm@gnu.org>
2028
2029         * nnspool.el (news-directory, news-path, news-inews-program):
2030         Move here from paths.el.  Don't see a need for these to be autoloaded.
2031
2032         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2033         Merge in doc from paths.el version.  Don't see any need for this to be
2034         autoloaded, or for the warning about users not setting it.
2035
2036 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2037
2038         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2039         format.  In particular, add an optional argument and a docstring.
2040
2041         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2042
2043         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2044         current before calling `gnus-groups-to-gnus-format'.
2045         Note that this was already the case for `gnus-active-to-gnus-format'.
2046
2047 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2048
2049         Fix minor Y10k bug.
2050         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2051
2052 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2055         message once it's actually open.
2056
2057 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2058
2059         * gnus.el: Ma Gnus v0.5 is released.
2060
2061 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * auth-source.el (auth-source--aput-1, auth-source--aput)
2064         (auth-source--aget): New functions and macros.
2065         Use them instead of aput/aget.
2066
2067 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2068
2069         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2070
2071 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2072
2073         * plstore.el (plstore-called-interactively-p): New compat macro copied
2074         from message.el.
2075         (plstore-mode): Use it.
2076
2077 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2078
2079         * plstore.el: Revive the editing feature.
2080         (plstore-mode): New mode to edit plstore file.
2081         (plstore-mode-toggle-display, plstore-mode-original)
2082         (plstore-mode-decoded): New command.
2083         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2084         (plstore--insert-buffer, plstore--make): New function.
2085         (plstore-open, plstore-save): Simplify by using them.
2086
2087 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2090
2091 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2092
2093         * tls.el (open-tls-stream): Remove unused binding.
2094
2095 2012-04-16  Glenn Morris  <rgm@gnu.org>
2096
2097         * nndraft.el (nndraft-request-list): Fix declaration.
2098
2099 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * mm-decode.el (mm-dissect-buffer): Doc fix.
2102
2103         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2104         don't have a current group.
2105
2106         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2107         buffer if it doesn't exist.
2108
2109         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2110         given, mark the group as ephemeral with the current window conf.
2111
2112         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2113         buffer exists, which it doesn't if we haven't started Gnus.
2114         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2115
2116 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2119         type is.
2120
2121         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2122         `unexists' entries.
2123         (gnus-clean-old-newsrc): Fix last checkin.
2124
2125         * nnimap.el (nnimap-update-info): None of the articles below the active
2126         low-water mark exist.
2127
2128         * dgnushack.el: Get rid of XEmacs compilation warning.
2129
2130         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2131         would have gotten if we posted to the group, and use that to compare
2132         against the message we want to cancel (bug#10808).
2133
2134         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2135         on XEmacs.
2136
2137 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2138
2139         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2140         `scroll-margin'.
2141
2142 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2143
2144         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2145         citation prefix within a block of cited text should be considered part
2146         of that block *only* if it is a blank line.
2147
2148 2012-04-09  Chong Yidong  <cyd@gnu.org>
2149
2150         * binhex.el, hashcash.el, uudecode.el:
2151         Remove * characters from the front of variable docstrings.
2152
2153 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2156         before kinsoku-bol characters nor within kinsoku-eol characters.
2157
2158 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2161         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2162         (gnus-sync-read): Use mapc instead of mapcar.
2163
2164         * mm-archive.el: Require mm-decode for some macros.
2165         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2166         the byte compiler.
2167         (mm-archive-decoders): New function that returns the value of
2168         the mm-archive-decoders variable.
2169
2170         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2171         instead.
2172         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2173
2174         * nnimap.el (gnus-refer-thread-use-nnir):
2175         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2176
2177 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2180
2181 2012-03-12  Peter Münster  <pmrb@free.fr>
2182
2183         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2184         (gnus-demon-cancel): Ditto.
2185         (gnus-demon-run-callback): When function cannot be called due to low
2186         idleness, call it when idleness reaches the expected value, instead of
2187         waiting another timer period.
2188         (gnus-demon-init): Add `time' to arguments of call-back.
2189
2190 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2193
2194         * gnus.el: Register gnus-registry functions.
2195
2196         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2197         indent.
2198
2199         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2200         enabled before warping.
2201
2202 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2203
2204         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2205         registry about each article retrieved.
2206
2207         * gnus-int.el (gnus-select-group-with-message-id): New function.
2208         (gnus-try-warping-via-registry): Ditto.
2209         (gnus-warp-to-article): Fall back on the registry.
2210
2211 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2212
2213         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2214         inboxes.
2215
2216 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2219
2220 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2223         gnus-gcc-self-resent-messages may be a group parameter.
2224         (gnus-summary-resend-message): Don't encode encoded words in header
2225         when Gcc'ing resent message.
2226
2227 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * shr.el (shr-insert): Treat non-breaking space just like normal
2230         space.  This seems to produce more pleasing results.
2231         (shr-insert): Only insert a blank line if we're starting from an image.
2232         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2233         (shr-ensure-paragraph): Consider lines with white space to be blank.
2234
2235 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2236
2237         * Makefile.in: Respect DESTDIR.
2238
2239 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2240
2241         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2242         and gnus-gcc-post-body-encode-hook.
2243
2244 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2247         messages that don't exist.
2248
2249         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2250
2251 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2254         Remove.
2255
2256         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2257
2258         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2259
2260 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2263         have a group name.
2264
2265         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2266         a multibyte buffer (bug#7410).
2267         (article-wash-html): Parse the original article buffer to get the
2268         unencoded data (bug#7410).
2269
2270         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2271         .newsrc.el files.
2272
2273 2012-04-05  Bastien Guerry  <bzg@altern.org>
2274
2275         * color.el (color-lighten-name): Fix typo.
2276
2277 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2280         "#" to avoid having them interpreted as comments.
2281
2282 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * shr.el (shr-insert): Update the text state properly to avoid
2285         inserting spurious paragraph starts.
2286
2287 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * shr.el (shr-table-widths): Divide the extra width more fairly over
2290         the TDs (bug#10973).
2291         (shr-render-td): Don't delete too much padding.
2292         (shr-natural-width): Compute the natural width more correctly.
2293         (shr-insert): Allow the natural width to be computed for tables again.
2294         (shr-tag-table-1): Rework how the natural widths are computed by
2295         rendering the table a third time.
2296         (shr-natural-width): Removed.
2297         (shr-buffer-width): New function.
2298         (shr-expand-newlines): Use it.
2299
2300         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2301         using a `gnus-use-full-window' setup (bug#11013).
2302
2303 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2306         24.1 release.
2307
2308 2012-03-10  David Edmondson  <dme@dme.org>
2309
2310         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2311         'Forwarded Message' header and the start of the message.
2312
2313 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2314
2315         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2316         isn't running (bug#10897).
2317
2318 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2321         This is inconsistent with all the other stream functions, which leave
2322         the setting up to the higher levels (if so wanted) (bug#10931).
2323
2324 2012-02-28  Glenn Morris  <rgm@gnu.org>
2325
2326         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2327         mm-decode.el: Standardize possessive apostrophe usage.
2328
2329 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2332
2333 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2334
2335         * parse-time.el (parse-time-string): Allow extractor to return nil.
2336
2337 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2340
2341 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2344
2345 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2346
2347         * mm-decode.el (mm-shr): Remove "soft hyphens".
2348
2349         * nnimap.el (nnimap-request-list): Return the group names encoded as
2350         utf8.  Otherwise non-European group names don't work.
2351         (nnimap-request-newgroups): Ditto.
2352
2353         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2354         the default in `read-string' (bug#10757).
2355
2356         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2357         topics (bug#10843).
2358
2359         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2360         buffer.  Suggested by Herbert Valerio Riedel.
2361         (nnimap-request-move-article): Delete the message from the correct IMAP
2362         server.
2363
2364 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2365
2366         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2367         Reported by Peter Münster.
2368
2369 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2370
2371         * shr.el (shr-image-fetched): Make sure we really kill the right
2372         buffer.
2373
2374 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2375
2376         * gnus-start.el (gnus-1): Avoid duplicate entries.
2377
2378 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2379
2380         * imap.el: Remove.
2381
2382         * nntp.el (nntp-coding-system-for-read): Remove.
2383         (nntp-coding-system-for-write): Ditto.
2384         (nntp-open-connection): Just use `binary' directly.
2385
2386         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2387         Gnus 0.3.
2388
2389 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2390
2391         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2392         application/octet-stream parts really is.
2393
2394         * gnus-sum.el (gnus-propagate-marks): Remove.
2395
2396 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2397
2398         * shr.el (shr-rescale-image): Undo previous change; see
2399         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2400
2401 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2402
2403         * gnus.el: Ma Gnus v0.3 is released.
2404
2405 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-sum.el (gnus-summary-local-variables): Make
2408         `gnus-newsgroup-unexist' into a local variable.
2409
2410 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * registry.el (registry-usage-test, registry-persistence-test): Move to
2413         tests/gnustest-registry.el.
2414         (registry-make-testable-db, registry-match-test)
2415         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2416
2417         * gnus-registry.el (gnus-registry-misc-test)
2418         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2419
2420         * tests/gnustest-registry.el: New file with the registry and
2421         gnus-registry ERT tests.
2422
2423 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-msg.el (gnus-summary-resend-message): Make
2426         gnus-summary-resend-message-insert-gcc be last item in
2427         message-header-setup-hook.
2428
2429 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2432         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2433         Remove.
2434         (nnfolder-open-server): Don't use marks.
2435         (nnfolder-request-delete-group): Ditto.
2436         (nnfolder-request-rename-group): Ditto.
2437         (nnfolder-request-set-mark, nnfolder-request-marks)
2438         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2439         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2440
2441         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2442         (nnml-marks-modtime): Remove.
2443         (nnml-request-delete-group): Don't use marks.
2444         (nnml-request-rename-group): Ditto.
2445         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2446         (nnml-save-marks, nnml-open-marks): Remove.
2447
2448         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2449         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2450         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2451         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2452         (nntp-server-to-method-cache): Remove.
2453
2454         * shr.el (shr-rescale-image): Fix wrong merge.
2455
2456 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2457
2458         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2459         too-wide lines.
2460
2461 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnimap.el (nnimap-record-commands): New variable.
2464         (nnimap-log-command): Use it.
2465         (nnimap-make-process-buffer): Add a space to the process buffer.
2466         (nnimap-transform-headers): Don't bug out on header lines containing
2467         stuff that look like IMAP length encodings.
2468
2469         * shr.el (shr-rescale-image): Allow viewing large images.
2470
2471 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnml.el (nnml-request-compact-group): Delete the marks file after
2474         compaction (bug#10800).
2475
2476         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2477         group exit.
2478
2479         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2480         QRESYNC/FETCH output.
2481
2482 2012-02-11  Glenn Morris  <rgm@gnu.org>
2483
2484         * sieve-manage.el (sieve-manage-default-stream):
2485         * shr.el (shr):
2486         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2487         (nnir-retrieve-headers-override-function)
2488         (nnir-imap-default-search-key, nnir-notmuch-program)
2489         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2490         (nnir-method-default-engines):
2491         * message.el (message-cite-reply-position):
2492         * gssapi.el (gssapi-program):
2493         * gravatar.el (gravatar):
2494         * gnus-sum.el (gnus-refer-thread-use-nnir):
2495         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2496         (gnus-registry-max-pruned-entries):
2497         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2498         * gnus-int.el (gnus-after-set-mark-hook)
2499         (gnus-before-update-mark-hook):
2500         * gnus-async.el (gnus-async-post-fetch-function):
2501         * auth-source.el (auth-source-cache-expiry):
2502         Add missing :version tags to new defcustoms and defgroups.
2503
2504 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2507         `gnus-newsgroup-unexist'.
2508
2509         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2510         marks.
2511         (gnus-article-special-mark-lists): Put the `unexist' in the special
2512         marks list instead.
2513
2514         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2515         articles in the list of articles to be selected.
2516
2517         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2518         articles.
2519         (nnimap-update-info): Keep track of unexisting articles.
2520         (nnimap-update-qresync-info): Ditto.
2521
2522 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * message.el (message-default-send-mail-function): Made into own
2525         function for reuse by emacsbug.el.
2526
2527 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2530         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2531
2532 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2533
2534         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2535         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2536
2537         * gnus-compat.el: Define `timer-set-function'.
2538
2539         * mm-decode.el (mm-display-external): Output the text from the command
2540         in the buffer after the command finished.  This makes text-based
2541         commands behave better.
2542
2543 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2546
2547 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2550         23.1.
2551
2552 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2555
2556 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2557
2558         * message.el (smtpmail-smtp-user): Silence compiler warning.
2559
2560 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2561
2562         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2563         SMTP user name.
2564
2565 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-sum.el (gnus-summary-show-thread):
2568         next-single-char-property-change may return nil in XEmacs.
2569         (gnus-summary-article-map): Fix typo.
2570
2571 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2574         running.
2575
2576         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2577
2578         * gnus.el (gnus-server-extend-method): Don't add an -address component
2579         if the method already has one (bug#9676).
2580
2581 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2584         of an initial-input for consistency (bug#10757).
2585
2586         * dgnushack.el: Fix XEmacs compilation warning.
2587
2588         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2589
2590         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2591
2592 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2595         lines that are narrower than the window width.  Otherwise background
2596         "blocks" will look less readable.
2597
2598 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2601         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2602         have newlines within the strings, and where the UID comes after the
2603         BODYSTRUCTURE element (bug#10537).
2604
2605         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2606         (bug#10732).
2607
2608         * shr.el (shr-insert-document): Add doc string.
2609         (shr-visit-file): Ditto.
2610         (shr-remove-trailing-whitespace): New function.
2611         (shr-insert-document): Use it to clean up trailing whitespace as the
2612         final step (bug#10714).
2613
2614 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2617         buffer if `gnus-kill-summary-on-exit' is nil.
2618
2619 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2622         when just reading a single group from "without" Gnus.
2623
2624 2012-02-06  Chong Yidong  <cyd@gnu.org>
2625
2626         * gnus-sum.el (gnus-summary-show-thread):
2627         next-single-char-property-change never returns nil (Bug#8657).
2628
2629 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2630
2631         * message.el (message-multi-smtp-send-mail): New function.
2632         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2633         header to implement multi-SMTP functionality.
2634
2635         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2636         (gnus-agentize): Don't set it.
2637         (gnus-agent-send-mail): Don't use it.
2638
2639         * gnus-sum.el (gnus-summary-widget-backward): New function and
2640         keystroke.
2641
2642         * gnus-compat.el: More the compat functions more compatible.
2643
2644         * shr.el (shr-put-image): Remove underlines from sliced images.
2645         (shr-zoom-image): Compute the region to be replaced more correctly.
2646
2647 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2650         (gnus-summary-resend-message-insert-gcc): New function.
2651         (gnus-summary-resend-message): Modify message-header-setup-hook and
2652         message-sent-hook to make it work for Gcc.
2653         (gnus-inews-do-gcc): Update the number of unread articles of groups
2654         that messages are Gcc'd to.
2655
2656         * message.el (message-resend): Run message-sent-hook to do Gcc.
2657
2658 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2659
2660         * lpath.el: Fix an XEmacs compilation warning.
2661
2662         * gnus-compat.el: Require `help-fns' to fix compilation error.
2663
2664         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2665         a higher level to silence compilation.
2666
2667         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2668         parameter to allow controlling the scaling.
2669
2670         * shr.el (shr-zoom-image): New command and keystroke.
2671         (shr-put-image): Take a `size' flag to say how to scale the image.
2672
2673         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2674         deletion unless already defined.
2675
2676         * gnus.el (gnus-compat): Require it.
2677
2678         * gnus-compat.el: New file.
2679
2680         * gnus-start.el (gnus-clean-old-newsrc): New function.
2681         (gnus-read-newsrc-file): Use it.
2682
2683         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2684         Use recursive deletion.
2685         (mm-dissect-archive): Add support for zip files.
2686
2687         * gnus-util.el (gnus-recursive-directory-files): New function.
2688
2689         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2690         (mm-archive-decoders): Add tgz support.
2691
2692         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2693         Otherwise inserting text into the Gnus buffer can look odd.
2694
2695         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2696
2697         * mm-archive.el (mm-archive-decoders): Add support for tar.
2698
2699         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2700
2701         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2702
2703 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2704
2705         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2706
2707         * mm-archive.el: New file.
2708
2709         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2710
2711         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2712
2713         * message.el (message-goto-*): Make all the `message-goto-*' commands
2714         push the mark before moving point.  This makes it easier to go back to
2715         where you came from after editing whatever you jumped to.
2716
2717 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2718
2719         * gnus.el: Ma Gnus v0.1 is released.
2720
2721 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2722
2723         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2724         without reconnecting.
2725         (nnimap-possibly-change-group): Ditto.
2726         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2727         connection has died before being called.
2728
2729 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2732         an initial sync unless we're really doing one.
2733
2734         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2735         address parameter if one already exists (bug#9676).
2736
2737         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2738         not the prefix, as documented (bug#10689).
2739
2740 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2743         the "server".
2744
2745         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2746         the real error message with the useless "previously known to be down".
2747         Which isn't even correct.
2748
2749         * nntp.el (nntp-open-connection): Report the error message if the nntp
2750         server can't be reached.
2751
2752         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2753         groups we do a total scan for.
2754         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2755         doing that.
2756
2757 2012-01-31  Jim Meyering  <jim@meyering.net>
2758
2759         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2760         Correct a comment (insert "not") and hide nominally-doubled "to".
2761
2762 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus.el (gnus-version): Change name to "Ma Gnus".
2765
2766 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2767
2768         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2769         section in the manual.
2770
2771 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2772
2773         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2774         words.
2775         (rfc2047-encode-string): Ditto.
2776         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2777         understand folded filename="..." parameters, for instance.
2778
2779         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2780         the message for greater debuggability.
2781
2782 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2783
2784         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2785         instead of setting it locally, since the latter doesn't seem to have
2786         any effect (most of the time).
2787
2788 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2789
2790         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2791         function call.
2792
2793 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2794
2795         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2796         seconds, and make the repeat clause with HH:MM specs work as
2797         documented.
2798
2799 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2800
2801         * proto-stream.el (proto-stream-capability-open): Fall back on
2802         :end-of-command if :end-of-capability doesn't exist.
2803
2804 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2807         bound globally in old Emacsen and XEmacsen.
2808
2809 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2812         so that previous errors don't prohibit getting new news.
2813
2814         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2815
2816         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2817
2818 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2819
2820         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2821         buffer, not of the string which is its name.
2822
2823 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2824
2825         * proto-stream.el (proto-stream-capability-open): Wait for
2826         :end-of-capability, not :end-of-command.
2827
2828         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2829         non-server-marks groups.
2830         (gnus-group-make-articles-read): Ditto.
2831
2832         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2833         methods (bug#9676).
2834
2835         * gnus.el (gnus-method-ephemeral-p): New function.
2836
2837 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2840         left-to-right.
2841
2842 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2843
2844         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2845         warning.
2846
2847 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2850         macroexpand the nnir things, since they haven't been defined yet, and
2851         nnir requires gnus-sum.
2852
2853 2012-01-24  Julien Danjou  <julien@danjou.info>
2854
2855         * color.el (color-rgb-to-hsl): Fix value computing.
2856         (color-hue-to-rgb): New function.
2857         (color-hsl-to-rgb): New function.
2858         (color-clamp, color-saturate-hsl, color-saturate-name)
2859         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2860         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2861
2862 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2865
2866 2012-01-19  Julien Danjou  <julien@danjou.info>
2867
2868         * color.el (color-name-to-rgb): Use the white color to find the max
2869         color component value and return correctly computed values.
2870         (color-name-to-rgb): Add missing float conversion for max value.
2871
2872 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2873
2874         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2875         logical server name in addition to the actual machine address.
2876
2877         * auth-source.el (auth-source-user-and-password): Add convenience
2878         wrapper to search by just host and optionally user.
2879
2880 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2883         after rendering.
2884
2885 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2888         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2889         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2890
2891 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2894         (bug#9693).
2895         (gnus-summary-setup-buffer): Document return value (bug#9697).
2896
2897         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2898         since ido doesn't work on symbols (bug#9632).
2899
2900         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2901         when getting a single value as when getting all the values.  This means
2902         that atoms like `gcc-self' work cumulatively, like variable settings,
2903         instead of getting the value from the last matching clause.
2904         (gnus-group-find-parameter): Protect against the group buffer not
2905         existing (bug#9585).
2906
2907 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-start.el (gnus-activate-group): Document more parameters
2910         (bug#9694).
2911
2912         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2913         (bug#9692).
2914
2915         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2916         article was fetched, so that it can be expired later (bug#9958).
2917         (gnus-agent-summary-fetch-series): Add doc string.
2918         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2919         (bug#9517).
2920
2921         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2922         retrieval is happening.
2923
2924         * gnus.el (gnus-parameters): Doc fix.
2925
2926 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2927
2928         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2929         show the thread after expansion.
2930
2931 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * gnus-art.el (article-narrow-to-head): If the head is completely
2934         empty, narrow to the empty region (bug#9764).
2935
2936         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2937         read, and then mark them as unread only when the unread mark is used.
2938         This makes `C-- T k' actually work, even though it's confusing.
2939
2940         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2941         alive before we try to find its window.
2942
2943 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2944
2945         * mm-decode.el (mm-display-external): Use a longer timeout for the
2946         deletion to allow slow programs to display the file.
2947
2948 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2951         prompt to be less confusing.
2952
2953         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2954         argument to `message-reply'.  This broke `special-display-*' frame
2955         pop-uping (bug#10238).
2956
2957 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2960         systems, since these allegedly don't work there.
2961
2962 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2963
2964         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2965         live buffer.
2966
2967 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnir.el (nnir-retrieve-headers): Protect against the article not
2970         existing on the server (bug#10335).
2971
2972 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2973
2974         * gnus-agent.el (gnus-agent-load-local): Recompute
2975         gnus-agent-article-local on changing method.
2976
2977 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus.el (gnus-parameters): Note precedence.
2980
2981 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2982
2983         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2984         in the group buffer.
2985
2986 2012-01-04  Julien Danjou  <julien@danjou.info>
2987
2988         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2989         change.
2990
2991 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2994         too.
2995
2996         * nntp.el (nntp-retrieve-group-data-early): Use it.
2997
2998 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * nntp.el (nntp-retrieval-in-progress): New variable.
3001         (nntp-make-process-buffer): Make it buffer-local.
3002
3003         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3004         2010.
3005         (gnus-demon-init): Use it to compute the time if time is on the form
3006         "04:23".
3007
3008         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3009
3010         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3011         status in the correct buffer.
3012
3013 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3014
3015         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3016         when opening topics (bug#10407).
3017
3018 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3019
3020         * gnus-cus.el (gnus-score-customize):
3021         * gnus-sum.el (gnus-sort-gathered-threads):
3022         * message.el (message-shorten-references):
3023         * nnmairix.el (nnmairix-request-group):
3024         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3025
3026 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3027
3028         * gnus-agent.el (gnus-agent-regenerate-group):
3029         * gnus-int.el (gnus-retrieve-group-data-early):
3030         * mm-util.el (mm-codepage-ibm-list):
3031         * nndiary.el (Commentary, nndiary-get-new-mail):
3032         * nnir.el (nnir):
3033         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3034
3035 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * mm-view.el (mm-display-inline-fontify): Add comment.
3038
3039 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3040
3041         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3042         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3043
3044 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         * gnus-art.el (gnus-split-methods):
3047         * gnus-msg.el (gnus-configure-posting-styles):
3048         * gnus-spec.el (gnus-parse-simple-format):
3049         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3050         * message.el (message-do-actions): Spelling fix.
3051
3052 2011-12-15  Juri Linkov  <juri@jurta.org>
3053
3054         * mm-decode.el (mm-inline-media-tests): Add missing
3055         `mm-handle-media-subtype'.
3056
3057 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3058
3059         * gnus-group.el (gnus-group-tool-bar):
3060         * gnus-sum.el (gnus-summary-tool-bar):
3061         * message.el (message-tool-bar):
3062         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3063
3064 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3065
3066         * plstore.el (plstore--insert-buffer): Spelling fix.
3067
3068 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3069
3070         * message.el (message-valid-fqdn-regexp): Update with newly approved
3071         top-level domain names ".tel" and ".asia".
3072
3073 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3076         unconditionally.
3077
3078 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3081         pop-to-buffer-same-window for old Emacsen.
3082
3083 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3084
3085         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3086
3087 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3088
3089         * netrc.el (netrc-credentials): Spelling fix.
3090
3091 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3092
3093         * gnus-fun.el (gnus-fun-ppm-change-string):
3094         * gnus-msg.el (gnus-inews-do-gcc):
3095         * gnus-sum.el (gnus-summary-find-for-reselect):
3096         * gnus.el (gnus-summary-cancelled):
3097         * message.el (message-cancel-hook, message-send-news):
3098         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3099         * nnir.el (nnir-run-hyrex):
3100         * nntp.el (nntp-with-open-group-function):
3101         * pgg.el (pgg-pending-timers): Spelling fix.
3102
3103 2011-12-04  Chong Yidong  <cyd@gnu.org>
3104
3105         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3106         change (Bug#10200).
3107
3108 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * compface.el (uncompface):
3111         * gnus-art.el (gnus-article-x-face-command): Update the header format
3112         of icon data for the most recent icontopbm program.
3113
3114 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-msg.el (gnus-inews-do-gcc):
3117         * message.el (message-send-mail):
3118         * mml.el (mml-generate-mime): Share the value of the buffer-local
3119         `message-options' variable between a draft buffer and temprary working
3120         buffers.
3121
3122 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3123
3124         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3125
3126 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3129         for Cygwin.
3130
3131 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3132
3133         * gnus-group.el (gnus-group-prepare-flat):
3134         * mm-bodies.el (mm-encode-body):
3135         * mml.el (mml-preview):
3136         * nnml.el (nnml-request-compact-group):
3137         * pop3.el (pop3-stream-type): Spelling fix.
3138
3139 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3140
3141         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3142
3143 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3144
3145         * color.el (color-rgb-to-hsl):
3146         * gmm-utils.el (gmm-tool-bar-style):
3147         * gnus-group.el (gnus-group-prepare-flat):
3148         * gnus-topic.el (gnus-topic-prepare-topic):
3149         * mm-decode.el (mm-discouraged-alternatives):
3150         * rfc2047.el (rfc2047-encode-1):
3151         * starttls.el: Spelling fix.
3152
3153 2011-11-24  Glenn Morris  <rgm@gnu.org>
3154
3155         * binhex.el (binhex-begin-line): Give it basic doc-string.
3156
3157         * starttls.el, tls.el: Fix case of "GnuTLS".
3158
3159 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3160
3161         * gnus-group.el (gnus-group-highlight): Fix typo.
3162
3163 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3164
3165         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3166         value of `delete-file', that returns nil for a local file but returns t
3167         for a remote file using ssh.
3168
3169 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3170
3171         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3172
3173 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3176         avoid later breakage.
3177
3178 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3181         article buffers' name.
3182
3183 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3186         by Paul Eggert's spellfixes two days ago.
3187
3188 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3191         doesn't have it.
3192
3193         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3194         buffer-local instead of binding them to avoid warnings.  Also demote
3195         errors (bug#10063).
3196         (font-lock-mode-hook): Shut up byte compiler.
3197
3198 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3199
3200         * mm-util.el (mm-charset-after):
3201         * nnir.el (nnir-run-hyrex):
3202         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3203         (ntlm-get-password-hashes, ntlm-md4hash):
3204         * smime.el: Fix typo.
3205
3206 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3207
3208         * gnus-agent.el (gnus-agent-expire-group-1):
3209         * nndiary.el (nndiary-last-occurence):
3210         * nnimap.el (nnimap-request-set-mark):
3211         * nnmairix.el (nnmairix-only-use-registry):
3212         * gnus-group.el (gnus-group-prepare-flat):
3213         * gnus-sum.el (gnus-decode-encoded-word-methods):
3214         * message.el (message-wash-subject):
3215         * nntp.el (nntp-retrieve-headers-with-xover):
3216         * smime.el (smime-certificate-directory): Spelling fix.
3217
3218 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3219
3220         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3221
3222         * color.el:
3223         * gnus-agent.el (gnus-agent-possibly-alter-active):
3224         * gnus-dired.el (gnus-dired-print):
3225         * mail-parse.el:
3226         * nnmairix.el (nnmairix-request-group):
3227         * shr.el (shr-image-displayer):
3228         * sieve-manage.el:
3229         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3230
3231 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3232
3233         * gnus-sum.el (gnus-auto-select-subject):
3234         * spam-report.el (spam-report-resend): Spelling fix.
3235
3236 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3237
3238         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3239         * gnus-art.el (gnus-default-article-saver):
3240         * gnus-srvr.el (gnus-server-copy-server):
3241         * gnus.el (gnus-sloppily-equal-method-parameters):
3242         * html2text.el (html2text-format-tag-list):
3243         * message.el (message-narrow-to-head):
3244         * nndiary.el:
3245         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3246         * sieve.el: Spelling fix.
3247
3248 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3249
3250         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3251         * gnus-sum.el (gnus-summary-make-menu-bar):
3252         * gnus-uu.el (gnus-uu-decode-postscript)
3253         (gnus-uu-decode-postscript-and-save):
3254         * mailcap.el (mailcap-print-command):
3255         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3256         Fix typos.
3257
3258 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3259
3260         * gnus-art.el (gnus-article-part-wrapper):
3261         * html2text.el (html2text-fix-paragraphs):
3262         * mm-decode.el (mm-image-fit-p):
3263         * rfc2047.el (rfc2047-encode-message-header):
3264         * shr-color.el (shr-color-visible-distance-min)
3265         (shr-color-relative-to-absolute, set-minimum-interval)
3266         (shr-color-visible): Fix typos.
3267
3268 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3269
3270         * gmm-utils.el (gmm-tool-bar-item):
3271         * gnus-art.el (gnus-treat-body-boundary):
3272         * gnus-diary.el (gnus-user-format-function-d):
3273         * gnus-start.el (gnus-get-unread-articles):
3274         * pgg-gpg.el (pgg-gpg-update-agent):
3275         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3276
3277 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3278
3279         * gnus-topic.el (gnus-group-prepare-topics):
3280         * gnus-uu.el (gnus-extract-view):
3281         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3282
3283 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * spam.el: Move BBDB autoloads.
3286         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3287         BBDB 2 and 3.
3288         (spam-check-BBDB): Use it.
3289         (spam-enter-ham-BBDB): Use it.
3290
3291 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3292
3293         * smime.el (smime-draw-buffer): Spelling fix.
3294
3295 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3296
3297         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3298         for scanning exactly one level.
3299         * gnus-start.el (gnus-get-unread-articles): Ditto.
3300
3301 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3304         slightly clearer.
3305
3306 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * gnus-sync.el: More commentary about setup.
3309
3310 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * message.el (message-send-and-exit): Document `arg'.
3313
3314 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3317
3318 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3321
3322         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3323         we don't use `bound-and-true-p'.
3324
3325 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3326
3327         * gnus-util.el (gnus-bound-and-true-p): Remove.
3328         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3329         * nnir.el: Use it.
3330         * nnmairix.el: Use it.
3331
3332 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * gnus-sync.el: Improve docs about CouchDB admins.
3335
3336         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3337         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3338         for reasons unknown.
3339         * nnir.el: Use it.
3340         * nnmairix.el: Use it.
3341
3342         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3343         * nnir.el: Ditto.
3344         * nnmairix.el: Ditto.
3345
3346         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3347
3348 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3351         not needed.  Provide xmlplistread list function to produce XML plist
3352         output for non-Gnus LeSync clients.
3353
3354 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3355
3356         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3357
3358         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3359         and save against it.  Group subscriptions, read marks, other marks,
3360         subscription levels, topic names, and topic offsets (the group's
3361         position within the topic) are saved.  This is an experimental backend
3362         and may change significantly.  Load json.el from the gnus-fallback-lib
3363         if it's not available otherwise.
3364         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3365
3366 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * message.el (message-completion-function): Make sure
3369         message-tab-body-function is not attempted if one of
3370         message-completion-alist fails to find a completion (bug#9158).
3371
3372 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3373
3374         * mml.el (mml-quote-region): Quote <#secure> tag.
3375         (mml-generate-mime-1): Unquote <#secure> tag.
3376
3377 2011-10-20  Chong Yidong  <cyd@gnu.org>
3378
3379         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3380         calling a minor mode from Lisp with nil arg enables it, so we have to
3381         make the wording a bit ambiguous here).
3382
3383 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3386         * nnir.el (nnir-mode): Use it.
3387         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3388         Use it.
3389
3390         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3391         * nnmairix.el (gnus-registry-enabled): Ditto.
3392
3393 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3394
3395         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3396         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3397         only while we need to find out if it should be t or nil.
3398         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3399         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3400         the registry is installed.  Set it to nil when it's unloaded.
3401         (gnus-registry-install-p): Provide user guidance for the initial value
3402         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3403         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3404         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3405         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3406         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3407         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3408         `gnus-registry-install'.
3409
3410 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3411
3412         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3413         previous change.
3414         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3415         primary key is marked as disabled.
3416
3417 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3418
3419         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3420         primary key is marked as disabled.
3421
3422 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3423
3424         * html2text.el (html2text-clean-anchor): Check for quotes around
3425         `href' value.
3426
3427 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3430         searching.  Drop `bbdb-cache'.
3431
3432 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * message.el (message-signed-or-encrypted-p): Exclude header when
3435         checking if there is signed or encrypted body in text/plain message.
3436
3437 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3438
3439         * html2text.el (html2text-get-attr): Correctly handle attribute values
3440         containing "=".
3441
3442 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3443
3444         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3445         handle bindings.
3446
3447 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-win.el (gnus-configure-windows): Protect against reading
3450         ephemeral groups outside of Gnus.
3451
3452 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * shr.el (shr-tag-img): Don't get images displayed in tables.
3455
3456 2011-10-03  Glenn Morris  <rgm@gnu.org>
3457
3458         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3459         the "maintainer" version of debbugs.gnu.org reports.
3460
3461 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3464         make asynchronous adjacent image insertion work better.
3465
3466 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3467
3468         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3469         documentation.
3470
3471 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3474         `gnus-asynchronous' isn't shadowed.
3475
3476 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3479
3480         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3481         (nnimap-insert-partial-structure): The charset parameter isn't
3482         case-sensitive.
3483
3484         * nnheader.el (nnheader-message-maybe): New function.
3485
3486         * shr.el (shr-tag-table): Render totally broken tables better.
3487
3488         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3489         computing the boundary.
3490
3491 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * pop3.el (pop3-number-of-responses): Remove.
3494         (pop3-wait-for-messages): Rewrite to take linear time instead of
3495         exponential time.
3496
3497 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3500         re-fetch images.
3501
3502         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3503         re-fetch images when hitting `g' in Gnus.
3504
3505 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3508         (mml-compute-boundary): Don't check collision if it is non-nil.
3509         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3510         before checking collision.
3511
3512 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * message.el (message-indent-citation): Really make sure there's a
3515         newline at the end.
3516
3517         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3518         Fix suggested by John Wiegley.
3519
3520         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3521
3522         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3523
3524         * message.el (message-default-send-rename-function): Break out into its
3525         own function.
3526
3527         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3528         doesn't work under XEmacs.
3529
3530         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3531         of "imaps" to word around Windows problems.
3532         (nnimap-open-connection-1): Use it.
3533
3534         * message.el (message-indent-citation): Revert last change which made
3535         `F' not work.
3536
3537 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3538
3539         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3540         terminal as well.
3541
3542 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3545         because it displays images using overlays that aren't easy to copy to
3546         the article buffer.
3547
3548 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3549
3550         * message.el (message-indent-citation): Fix empty line removal at the
3551         end of the citation.
3552
3553 2011-09-20  Julien Danjou  <julien@danjou.info>
3554
3555         * auth-source.el (auth-source-netrc-create): Use default value for
3556         password if specified.  Evaluate default.
3557         (auth-source-plstore-create): Ditto.
3558         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3559         value evaluation.
3560         (auth-source-netrc-create): Typo fix.
3561         (auth-source-plstore-create): Ditto.
3562
3563         * password-cache.el (password-cache-remove): Remove entries even if the
3564         value is nil, so that password with a nil value (negative caching) is
3565         possible to invalidate.
3566
3567         * auth-source.el (auth-source-format-cache-entry): New function.
3568
3569 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3572
3573 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3576
3577 2011-09-19  Julien Danjou  <julien@danjou.info>
3578
3579         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3580         which work with things that are not ASCII.
3581
3582 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3585
3586 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3589         message level.
3590
3591 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3594
3595 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3598
3599 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3600
3601         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3602         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3603
3604 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3605
3606         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3607         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3608         articles.
3609
3610 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3611
3612         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3613         (message-mail-other-window, message-mail-other-frame)
3614         (message-news-other-window, message-news-other-frame):
3615         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3616         instead of setting buffer display varibles.
3617
3618 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3621
3622         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3623
3624 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3627         duplicates" to a higher level.
3628
3629         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3630         most egregious messages.
3631
3632 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3635
3636 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3637
3638         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3639         up the file (bug#9351).
3640
3641 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3644         it does with all other backends, but decode the names immediately after
3645         getting them.
3646
3647         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3648         decoding nnimap groups.
3649
3650         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3651         newsrc file.  It doesn't seem like an important optimization any more.
3652
3653 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3654
3655         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3656         overflows.
3657
3658 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3661         (gnus-interactive-exit): Extend to `quiet'.
3662
3663         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3664
3665         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3666         string.
3667
3668         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3669         renaming function arguments from `this'.
3670
3671         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3672
3673         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3674         has been renamed.
3675         (gnus-lrm-string-p): Include RLM and PDF, too.
3676
3677         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3678         (bug#9225).
3679
3680 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3681
3682         Add autoload cookies for functions used by sendmail.el.
3683         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3684
3685         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3686
3687 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-art.el (article-date-ut): Work properly even when there are
3690         things like Date header in the body; work for forwarded parts.
3691
3692 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3693
3694         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3695         original-article-buffer.
3696
3697 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3698
3699         * nnir.el (nnir-compose-result): Fix matching of server type.
3700         (nnir-run-swish++): Ditto.
3701         (nnir-run-namazu): Ditto.
3702         (nnir-run-notmuch): Ditto.
3703
3704 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3707         (bug#9405).
3708
3709         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3710         (bug#9421).
3711
3712         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3713         (bug#9425).
3714
3715         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3716         thing (bug#9426).
3717
3718 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3721         the error message.
3722
3723 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3724
3725         * message.el (message-setup-1): Return t (Bug#9392).
3726
3727 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3728
3729         * gnus-sum.el: When adding article headers to a summary buffer also
3730         update gnus-newsgroup-articles (bug#9386).
3731
3732 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * auth-source.el: Autoload help-mode.
3735
3736 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3739         names.
3740
3741 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3742
3743         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3744         mm-replace-in-string for compatibility issues.
3745         * mml2015.el (mml2015-epg-verify): Ditto.
3746
3747 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3750
3751         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3752
3753 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3756         continue on and do the clean-up phase (bug#9188).
3757
3758         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3759         just ignore groups that can't be opened instead of erroring out
3760         (bug#9225).
3761
3762         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3763         nil since some many people are fuddy-duddies.
3764
3765         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3766         images.
3767
3768         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3769         instead.
3770
3771         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3772
3773         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3774
3775         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3776         processing.
3777
3778         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3779         buffer to avoid warnings.
3780
3781 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3782
3783         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3784         specified to reduce precision.
3785
3786 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3789         bodystructures (bug#9314).
3790
3791 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3794         Make button keymap non-sticky after buttons.
3795
3796 2011-08-18  David Engster  <dengste@eml.cc>
3797
3798         * nnmairix.el (nnmairix-request-set-mark)
3799         (nnmairix-goto-original-article): Remove adding of article to registry,
3800         since `gnus-registry-add-group' isn't available anymore.
3801         (nnmairix-determine-original-group-from-registry):
3802         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3803         available anymore.
3804
3805 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3806
3807         * starttls.el (starttls-any-program-available): Define as obsolete
3808         function.
3809
3810 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3813         versions which Gnus use when appropriate.
3814
3815         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3816         a pretty destructive command.
3817
3818         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3819
3820 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * message.el (message-fix-before-sending): Make a different warning
3823         about NUL characters (bug#9270).
3824
3825         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3826         from custom (bug#9260).
3827
3828         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3829         things work in Emacs 22 and XEmacs, too.
3830
3831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3832         default From.
3833
3834         * gnus-spec.el (gnus-lrm-string-p): New macro.
3835         (gnus-lrm-string): New constant.
3836         (gnus-summary-line-format-spec): LRM-ify the from.
3837         (gnus-tilde-max-form): LRM-ify string chopping.
3838
3839         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3840
3841         * message.el (message-is-yours-p): Allow disabling canlock checking
3842         (bug#9295).
3843         (message-shoot-gnksa-feet): Add `canlock-verify'.
3844         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3845         message directory isn't writable (bug#9304).
3846
3847         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3848         non-world-readable.
3849
3850 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3853         articles.
3854
3855 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3856
3857         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3858         copy-list.
3859
3860 2011-08-12  Sam Steingold  <sds@gnu.org>
3861
3862         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3863         in the reverse order to avoid modifying the cache with `nreverse'.
3864         (gnus-all-score-files): Do not modify the value returned by
3865         `gnus-score-find-alist' because it lives in a cache variable.
3866         (gnus-current-home-score-file): No need to `nreverse' the return value
3867         of `gnus-score-find-alist', it is already in the correct order.
3868
3869 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3870
3871         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3872         type MESSAGE and subtype RFC822 is slightly different from those of
3873         type TEXT.
3874
3875 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3876
3877         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3878         This allows article-referral to work from an nnir group.
3879
3880 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3881
3882         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3883
3884 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3885
3886         * mml1991.el (mml1991-epg-find-usable-key)
3887         (mml1991-epg-find-usable-secret-key): New function.
3888         (mml1991-epg-sign): Check if signing key is usable.
3889         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3890
3891 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3892
3893         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3894         server-variables only.  This should fix a bug introduced with commit
3895         e1889675b7f4adf057833c5513c9374134c4e053.
3896         (nnir-run-query): 'nnir-search-engine should not be set from the global
3897         environment.
3898
3899 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3900
3901         * nnir.el (nnir-search-thread): Position point on referring article
3902         line.
3903         (nnir-warp-to-article): Clean up summary buffers.
3904
3905         * nnimap.el (nnimap-request-thread): Whitespace fix.
3906
3907 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3908
3909         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3910
3911 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * starttls.el (starttls-available-p): Rename from
3914         `starttls-any-program-available' and changed return convention.
3915
3916 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3917
3918         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3919         `unix-sync' unless it's defined.
3920
3921 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3922
3923         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3924         `aref' for XEmacs compatibiltiy.
3925
3926 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3929
3930 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3931
3932         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3933         closures, quote the form properly (bug#9194).
3934
3935 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3938         (gnus-summary-insert-new-articles): Protect against servers that are
3939         down.
3940
3941 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3942
3943         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3944         in mm handle if none is specified.
3945
3946 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3947
3948         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3949
3950 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3951
3952         * nnir.el (nnir-search-thread): New function to make an nnir group
3953         based on a thread query.
3954
3955         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3956         of nnir in thread referral.
3957         (gnus-summary-refer-thread): Use it.
3958
3959         * nnimap.el (nnimap-request-thread): Use it.
3960
3961 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * shr.el (shr-tag-comment): Ignore HTML comments.
3964
3965 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3966
3967         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3968         argument.
3969         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3970         Use `nnir-address' to handle server info rather than passing an arg.
3971
3972         * nnimap.el (nnimap-make-thread-query): New utility function to format
3973         an imap thread search query.
3974         (nnimap-request-thread): Use it.
3975
3976         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3977         right select-method if we are not going back to the group buffer.
3978
3979 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3982         enter invalid buffer configurations into the quit form (bug#9107).
3983         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3984         unplugged/plugged.
3985
3986         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3987         keep track of which ones are unread (bug#9061).
3988
3989         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3990         (bug#9055).
3991
3992         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3993         (bug#9041).
3994
3995         * gnus-html.el (mm-util): Require (bug#9073).
3996
3997         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3998         (gnus-summary-refer-thread): Use it to remove duplicates in the
3999         un-threaded view (bug#9053).
4000         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4001
4002 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4003
4004         * nnir.el (nnir-read-server-parm): Use default value from global
4005         variable.  Without this the default search engine parameters aren't
4006         used at all.
4007
4008 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * message.el (message-unique-id): Don't use the undocumented return
4011         value from (random t) (bug#9118).
4012
4013 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * message.el (message-auto-save-directory): If the ~/Mail directory
4016         doesn't exist, use ~ as the auto-save directory (bug#4432).
4017
4018         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4019         hasn't already been started.
4020
4021 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4024
4025         * message.el (message-reply): Work around mysterious bug where
4026         `message-mode' seems to overwrite the locally bound `subject' variable.
4027
4028 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4029
4030         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4031         correct group.
4032
4033         * gnus-int.el (gnus-request-thread): Add group argument.
4034
4035         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4036
4037 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4040
4041         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4042         renamed to `debbugs-gnu-*'.
4043
4044 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4045
4046         * plstore.el: Revert the editing feature since it is not urgent.
4047         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4048         (plstore-mode-decoded): Remove.
4049
4050 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4053         isn't very interesting any more, and it leaks potentially secret data.
4054         (gnus-debug): Remove.
4055
4056         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4057         use of :custom-show.
4058
4059 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4060
4061         * plstore.el: Add documentation.
4062         (plstore-mode): New mode to edit plstore file.
4063         (plstore-mode-toggle-display, plstore-mode-original)
4064         (plstore-mode-decoded): New command.
4065         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4066         (plstore--insert-buffer, plstore--make): New function.
4067         (plstore-open, plstore-save): Simplify by using them.
4068
4069 2011-07-06  Glenn Morris  <rgm@gnu.org>
4070
4071         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4072
4073 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4076         no longer is much used.
4077         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4078         Articles".
4079
4080 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4081
4082         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4083         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4084         `notmuch' backend.
4085
4086 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * mm-decode.el (mm-text-html-renderer): Doc fix.
4089
4090         * gnus-msg.el (gnus-bug): Fix the MML tag.
4091
4092         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4093
4094 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4095
4096         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4097         secondary methods if started with `gnus-no-server'.
4098
4099 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4100
4101         * message.el (message-return-action): Fix typo in docstring.
4102
4103 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4106         bug reports at once.
4107
4108         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4109
4110 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * nndraft.el: Require gnus-group.
4113         (nndraft-request-list): Declare.
4114
4115         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4116         no unread article unless it matches gnus-permanently-visible-groups.
4117
4118         * nndraft.el (nndraft-update-unread-articles): New function.
4119         (nndraft-request-associate-buffer): Use it to update the number of
4120         unread articles for the nndraft groups in the group buffer when saving
4121         or killing a draft message.
4122
4123 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4126         systems to binary before writing and reading the mbox files.
4127
4128         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4129         instead of trying to list them all (bug#8978).
4130
4131 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4132
4133         * pop3.el (pop3-open-server): Use :end-of-capability.
4134
4135 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4138         the id is always a number.
4139
4140         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4141
4142         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4143         debbugs mode, if possible.
4144
4145 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4146
4147         * auth-source.el (auth-source-token-passphrase-callback-function):
4148         Reindent.
4149         (epg-context-operation): Remove unnecessary autoload.
4150
4151 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * gnus.el (gnus-list-debbugs): New command.
4154
4155         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4156         mboxstat instead of the maintbox, since the stat seems to be fuller.
4157
4158         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4159         summary buffers.
4160
4161         * message.el (message-get-reply-headers): Delete all duplicates,
4162         instead of the first.
4163         (message-get-reply-headers): Ensure that we have progress while
4164         deleting duplicates.
4165
4166         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4167         gnus-posting-style value from the summary buffer to make it easier to
4168         make that a per-buffer conf.
4169
4170 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4171
4172         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4173         found by setting `shortcut' in 'query.
4174         (nnir-request-article): Use `shortcut' setting when requesting article
4175         by Message-ID.
4176
4177 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4178
4179         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4180         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4181         Bring the pseudo-headers back too.
4182
4183 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4184
4185         * auth-source.el (auth-source-token-passphrase-callback-function):
4186         Simplify and remove EPA dependency.
4187
4188 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4189
4190         * nnir.el (nnir-request-article): Fix error message text.
4191
4192 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4193
4194         * auth-source.el (plstore-delete): Autoload.
4195         (auth-source-plstore-search): Support delete operation.
4196         * plstore.el (plstore-delete): New function.
4197
4198 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4201         mark actually existing articles as unread rather than the ones that
4202         active asserts.
4203
4204 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4205
4206         * nntp.el (nntp-record-command):
4207         * gnus-util.el (gnus-message-with-timestamp-1):
4208         Use format-time-string rather than decoding time stamps by hand.
4209         This is simpler and insulates the code from potential changes to
4210         current-time format.
4211
4212 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4215
4216 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4217
4218         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4219         (plstore-save): Support public key encryption.
4220         (plstore--init-from-buffer): New function.
4221         (plstore-open): Use it; fix error when opening a non-existent file.
4222         (plstore-revert): Use plstore--init-from-buffer.
4223
4224 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4227
4228 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4231         for old Emacsen.
4232
4233 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4234
4235         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4236         is not fully working.
4237
4238 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * dgnushack.el: Autoload sha1 on XEmacs.
4241
4242         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4243         quit window configuration.
4244
4245         * auth-source.el (epg-context-set-passphrase-callback):
4246         Remove duplicate autoload.
4247
4248 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4249
4250         * nnir.el (nnir-request-article): Allow requesting articles by
4251         Message-ID with nnimap.
4252
4253         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4254         current server.
4255
4256 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * auth-source.el: Autoload EPA/EPG functions.
4259         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4260         changed when EPA/EPG is not available.
4261         (auth-source-backend): Rename "arg" member to "data".
4262         (auth-source-backend-parse, auth-source-plstore-search)
4263         (auth-source-plstore-create): Use it.
4264
4265 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4266
4267         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4268         `gnus-refer-article-methods'.
4269
4270 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4271
4272         * auth-source.el: Require EPA and EPG.
4273         (auth-source-passphrase-alist): New variable.
4274         (auth-source-passphrase-callback-function)
4275         (auth-source-token-passphrase-callback-function): Callbacks for the
4276         netrc field encryption (GPG tokens).
4277         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4278         Symmetric encryption and decryption of the netrc GPG tokens.
4279         (auth-source-netrc-normalize): Use them, simplifying the closure.
4280
4281 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4284         is available.
4285
4286 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4289         non-nil, and `nnimap-split-methods' is nil, use the former.
4290
4291 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4292
4293         * plstore.el (plstore-revert): New function.
4294         (plstore-open): Use it; hide the buffer from user.
4295
4296 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4297
4298         * auth-source.el (auth-source-backend): New member "arg".
4299         (auth-source-backend-parse): Handle new backend 'plstore.
4300         * plstore.el: New file.
4301
4302 2011-06-30  Glenn Morris  <rgm@gnu.org>
4303
4304         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4305
4306 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4309         expiring articles to.
4310
4311         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4312         variations as ASCII (bug#5458).
4313
4314 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4317
4318 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * message.el (message-point-in-header-p): Tweak the function to default
4321         to saying that we're not in the headers if there is no separator at
4322         all.  This makes it possible to use the Message version of `M-q' in
4323         buffers with no headers (bug#7987).
4324         (message-point-in-header-p): Fix last checkin to work with an empty
4325         mail-header-separator, too.
4326
4327         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4328         again, save the choice via customize.
4329
4330 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4333
4334         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4335         ended the connection, bail out before waiting infinitely on a new
4336         connection.
4337
4338 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4341         reports.
4342
4343         * gnus.el (gnus-bug-package): Use "gnus."
4344         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4345
4346 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * dgnushack.el: Make the timer warning go away on XEmacs.
4349
4350         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4351         animations going on at article exit time.
4352
4353         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4354         since removing it breaks people upgrading.
4355
4356         * shr.el (shr-put-image): Use the new interface for animating images.
4357         (shr-put-image): Animate for 60 seconds.
4358
4359         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4360         avoid compiler warnings.
4361
4362         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4363         error with `find-file-hooks' on Emacs 22.
4364         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4365         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4366         on all architectures.
4367
4368         * spam.el (spam-stat): Require in a normal fashion without binding
4369         `spam-stat-install-hooks' to avoid compilation warnings.
4370
4371         * spam-stat.el (spam-stat-install-hooks): Remove.
4372         (spam-stat-install-hooks): Don't run automatically.
4373
4374 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4375
4376         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4377         and keystroke.
4378
4379 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * auth-source.el (auth-source-netrc-cache): Move forward.
4382
4383 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * proto-stream.el (proto-stream-open-starttls): Use
4386         `gnutls-available-p' to see whether we have built-in support.
4387
4388         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4389         we already know.
4390         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4391         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4392
4393 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4396         %S format, since that looks odd.
4397         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4398         file, especially when saving.
4399
4400 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4401
4402         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4403         article found.
4404
4405 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4408         `auth-source-save-secrets' with a more sensitive alist that can be
4409         configured per file.  Experimental, so defaults to 'never.
4410         (auth-source-netrc-create): Use it.  Still experimental code.
4411         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4412         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4413
4414 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4415
4416         * auth-source.el (auth-source-save-secrets): New variable to control if
4417         secret tokens should be saved encrypted.
4418         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4419         to `auth-source-netrc-normalize'.
4420         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4421         on the EPA variables being defined.
4422         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4423         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4424         the lexical-let closure.
4425         (auth-source-netrc-create): Create "gpg:" tokens according to
4426         `auth-source-save-secrets'.
4427
4428 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-group.el (gnus-group-update-group): Add new argument
4431         `info-unchanged' that stops updating dribble buffer.
4432
4433         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4434         deletes lines matching to it in dribble buffer.
4435
4436         * gnus-agent.el (gnus-agent-fetch-group-1):
4437         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4438         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4439         * gnus-start.el (gnus-group-change-level):
4440         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4441
4442         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4443         if newsgroup info is not changed.
4444
4445         * gnus-group.el (gnus-group-get-new-news-this-group):
4446         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4447         Don't update dribble buffer.
4448
4449 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4452         remove entries with groups we ignore.
4453
4454 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4457         the underline comes at the bottom.
4458
4459 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4462         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4463         (gnus-registry-article-marks-to-names): Rename from
4464         `gnus-registry-user-format-function-M2'.
4465
4466 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4469         ephemeral group.
4470
4471 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * shr.el (shr-browse-image): Copy the URL if called interactively.
4474
4475 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4478         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4479         done, then unselected articles may be marked as read.
4480
4481         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4482         since not doing this seems to lead to a race condition in pop3-logon.
4483
4484         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4485         so that the call chain it correct when we call "upwards".
4486
4487         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4488         in read-only groups.
4489
4490         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4491
4492         * message.el (message-cite-reply-position): Doc string fix.
4493
4494         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4495         avoid regexp overflow.
4496         (nnimap-transform-split-mail): Ditto.
4497
4498         * pop3.el (pop3-retr): Error out if the server closes the connection.
4499
4500 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4503         mm-with-unibyte-current-buffer.  The buffer should not contain any
4504         multibyte chars anyway at this stage.
4505
4506 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4509         at the end of lines.
4510
4511 2011-05-29  Julien Danjou  <julien@danjou.info>
4512
4513         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4514
4515 2011-05-27  Glenn Morris  <rgm@gnu.org>
4516
4517         * gnus-group.el (gnus-bug-group-download-format-alist):
4518         Use the "maintainer" version of debian reports as well.
4519
4520 2011-05-26  Glenn Morris  <rgm@gnu.org>
4521
4522         * gnus-group.el (gnus-bug-group-download-format-alist):
4523         Use the "maintainer" version of debbugs.gnu.org reports.
4524
4525 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4528
4529 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4530
4531         * gnus-cus.el (gnus-agent-customize-category):
4532         * gnus-delay.el (gnus-delay-send-queue):
4533         * gnus.el (gnus-other-frame):
4534         Don't quote lambda expressions with `quote'.
4535
4536 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4539         the thread moves us backwards and so we loop forever.
4540
4541 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4544         whitespace in base64 data lines.
4545
4546 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * gnus-registry.el (gnus-registry-user-format-function-M):
4549         Use `mapconcat'.
4550         (gnus-registry-user-format-function-M2): Use to see the full text of
4551         the marks.  Make "," the mark text separator.
4552
4553         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4554         authentication with auth-source.
4555
4556 2011-05-17  Glenn Morris  <rgm@gnu.org>
4557
4558         * gnus-group.el (gnus-import-other-newsrc-file):
4559         Use insert-file-contents.
4560
4561 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4562
4563         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4564         1000 iterations.
4565
4566 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * nntp.el (nntp-open-connection): Check if process-type is available.
4569
4570 2011-05-16  Julien Danjou  <julien@danjou.info>
4571
4572         * shr.el (shr-tag-del): Add support for del tag.
4573
4574 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-html.el (gnus-html-put-image): Register a displayer.
4577
4578         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4579
4580 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * registry.el (prune-factor): New initialization parameter defaulting
4583         to 0.1.
4584         (registry-prune-hard): Use it.
4585
4586         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4587         0.1 expicitly.
4588
4589 2011-05-13  Glenn Morris  <rgm@gnu.org>
4590
4591         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4592         is bound, since this function requires sendmail.
4593
4594 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * registry.el (registry-usage-test): Disable pruning test.
4597
4598 2011-05-11  David Engster  <dengste@eml.cc>
4599
4600         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4601         Bind set-network-process-option for XEmacs.
4602
4603 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4604
4605         * registry.el (registry-prune-hard-candidates)
4606         (registry-prune-soft-candidates): Helper methods for registry pruning.
4607         (registry-prune): Use them.  Make the sort function optional.
4608
4609 2011-05-10  Jim Meyering  <meyering@redhat.com>
4610
4611         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4612
4613 2011-05-10  Julien Danjou  <julien@danjou.info>
4614
4615         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4616         symbol and not a list.
4617
4618 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-art.el (gnus-article-mode): Move binding of
4621         shr-put-image-function here from gnus-article-prepare-display.
4622
4623         * shr.el (shr-put-image-function): New variable.
4624         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4625         (shr-put-image): Return scaled image.
4626
4627         * gnus-art.el (gnus-shr-put-image): New function.
4628         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4629
4630         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4631         original ones, as deletable.
4632
4633 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4634
4635         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4636
4637 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4638
4639         * registry.el (registry-full): Add convenience method.  Fix logic.
4640         (registry-insert): Use it.  Fix logic here too.
4641
4642         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4643         `registry-prune' if `registry-full' returns t.
4644         (gnus-registry-handle-action)
4645         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4646         (gnus-registry-usage-test): Use it.
4647
4648 2011-05-07  Julien Danjou  <julien@danjou.info>
4649
4650         * shr.el (shr-link): Make shr-link inherit from link by default.
4651
4652 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4655
4656 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4657
4658         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4659         error out because the face is not a list.
4660
4661 2011-05-05  Glenn Morris  <rgm@gnu.org>
4662
4663         * proto-stream.el (gnutls-negotiate): Fix declarations.
4664
4665         * gnus-start.el (gnus-propagate-marks): Declare.
4666
4667 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * registry.el (registry-reindex): Fix percentage message.
4670
4671         * proto-stream.el (network-stream-open-starttls): Adjust to call
4672         `gnutls-negotiate' with :process and :hostname arguments.
4673
4674 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * shr.el: Add shr-link face for links.
4677         (shr-urlify): Use it.
4678
4679         * registry.el (registry-insert): Make error message more helpful.
4680
4681 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-html.el (gnus-html-schedule-image-fetching):
4684         Use url-queue-retrieve, if it exists.
4685
4686         * shr.el (shr-tag-img): Ditto.
4687
4688         * gnus.el: Autoload more gnus-agent functions.
4689
4690         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4691         agent if we haven't already (bug#8502).
4692
4693         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4694         into the Agent, too.
4695
4696         * gnus-agent.el (gnus-agent-store-article): New function.
4697
4698         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4699         and moved from that file for reuse.
4700
4701         * pop3.el (pop3-open-server): Error messages are "-ERR".
4702
4703 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4706         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4707
4708 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4709
4710         * gnus.el: No Gnus v0.17 is released.
4711
4712 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4713
4714         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4715         buffer has moved to a different frame.
4716
4717 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4720         to get the conversion from unibyte to multibyte buffers to work on
4721         Emacs 22.
4722
4723         * nntp.el (nntp-request-article): Slight clean-up.
4724
4725 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * shr.el (shr-strike-through): New face.
4728         (shr-tag-s): Use it to provide <s> support.
4729         (shr-tag-s): Remove duplicate definition.
4730
4731 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4734         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4735
4736 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4739         `gnutls-negotiate'.
4740         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4741
4742 2011-04-23  Glenn Morris  <rgm@gnu.org>
4743
4744         * gnus-sum.el (gnus-extra-headers): Bump :version.
4745
4746 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * shr.el (shr-tag-sup): New function.
4749         (shr-tag-sub): Ditto.
4750
4751 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4752
4753         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4754         for the case where `gnus-registry-ignored-groups' is a list of lists,
4755         and don't call `gnus-parameter-registry-ignore' otherwise.
4756
4757 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * nnimap.el (nnimap-user): New backend variable.
4760         (nnimap-open-connection-1): Use it.
4761         (nnimap-credentials): Accept user parameter so it's explicit what user
4762         name is desired.
4763
4764         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4765         default.
4766
4767         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4768         not gnus-registry.el.
4769
4770         * gnus-registry.el: Mention in comments how to modify
4771         `gnus-extra-headers' for proper recipient tracking and that it may
4772         already have To and Cc recently, which it does as of this commit.
4773         (gnus-registry-ignored-groups): Remove defcustom.
4774         Explain why in comments.
4775         (gnus-registry-action): Fix data-header reference to use the extra
4776         headers.  Explain in package commentary how to add To and Cc headers to
4777         the gnus-extra-headers.
4778         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4779         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4780         parameter list or a string list in `gnus-registry-ignored-groups'.
4781         Fix logic error.
4782
4783 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * shr.el (shr-expand-url): Protect against null urls.
4786
4787 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * shr.el (shr-base): New binding.
4790         (shr-tag-base): Keep track of <base>.
4791         (shr-expand-url): New function used throughout.
4792
4793 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * gnus-registry.el
4796         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4797         (gnus-registry-ignored-groups): New variable.
4798         (gnus-registry-ignore-group-p): Use it.
4799         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4800         set the destination group to nil (same as delete) if it's ignored.
4801
4802 2011-04-20  David Engster  <dengste@eml.cc>
4803
4804         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4805
4806         * Makefile.in (test-nntp): New rule.
4807         (check): Add it.
4808         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4809
4810 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-registry.el (gnus-registry-action)
4813         (gnus-registry-fetch-header-fast):
4814         Don't use mail-header that looks an internal function of mailheader.el.
4815
4816 2011-04-19  Glenn Morris  <rgm@gnu.org>
4817
4818         * time-date.el (time-to-days): Remove unused local variables.
4819
4820 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-registry.el: Eliminate cl functions.
4823         (gnus-registry-sort-addresses): New function that replaces mapcan.
4824         (gnus-registry-action, gnus-registry-spool-action)
4825         (gnus-registry-split-fancy-with-parent)
4826         (gnus-registry-fetch-recipients-fast): Use it.
4827         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4828
4829         * registry.el (initialize-instance, registry-lookup)
4830         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4831         (registry-lookup-secondary-value, registry-search, registry-delete)
4832         (registry-insert, registry-reindex, registry-size, registry-prune):
4833         Use eval-and-compile.
4834
4835 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * registry.el (registry-reindex): New method to recreate the secondary
4838         registry indices.
4839
4840         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4841         tracked field changes.
4842         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4843         (gnus-registry-action, gnus-registry-spool-action)
4844         (gnus-registry-handle-action)
4845         (gnus-registry--split-fancy-with-parent-internal)
4846         (gnus-registry-split-fancy-with-parent)
4847         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4848         move, and delete actions, and for fancy splitting with parent.
4849         (gnus-registry-extract-addresses)
4850         (gnus-registry-fetch-recipients-fast)
4851         (gnus-registry-fetch-header-fast): Convenience functions.
4852         (gnus-registry-misc-test): ERT test of
4853         `gnus-registry-extract-addresses'.
4854
4855 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4856
4857         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4858         Track by subject first, then sender.
4859
4860 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4863
4864         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4865         Lisp.
4866
4867         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4868         (gnus-draft-send): Use it to avoid popping
4869         up frames from gnus-group-send-queue.
4870
4871 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el: Updated gnus-registry docs.
4874
4875 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4876
4877         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4878         Fix logic bug.
4879         (gnus-registry-post-process-groups): Fix logging of no results and
4880         quote sender and subject.
4881
4882 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4885         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4886         gnutls-cli are too slow to be done opportunistically.
4887
4888         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4889         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4890         we had no early-data returned.
4891         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4892         two async commands to the same server at the same time.
4893
4894 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4895
4896         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4897
4898 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4901         "warning" level.
4902
4903         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4904         (mm-url-insert-file-contents): Don't set the package names.
4905
4906 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * gnus-registry.el (gnus-registry-action): Remove properties and
4909         simplify subject in `gnus-registry-handle-action'.
4910         (gnus-registry-spool-action): Get subject and sender from message if
4911         they are not passed in.
4912         (gnus-registry-handle-action): Remove properties and simplify subject
4913         consistently.
4914
4915 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * registry.el: Require CL before using defmacro*.
4918
4919 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-art.el (article-treat-date): Assume that
4922         gnus-article-date-headers may be a group parameter.
4923
4924 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4927
4928         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4929         interactively so the newsrc file can contain foreign groups too.
4930         Useful for debugging but not much for users.
4931
4932 2011-04-07  David Engster  <dengste@eml.cc>
4933
4934         * registry.el (registry-usage-test): Only do
4935         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4936         lexical binding.
4937
4938 2011-04-07  David Engster  <dengste@eml.cc>
4939
4940         * Makefile.in (check, test-registry): New rules for test-suite.
4941
4942 2011-04-06  David Engster  <dengste@eml.cc>
4943
4944         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4945         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4946
4947 2011-04-06  David Engster  <dengste@eml.cc>
4948
4949         * registry.el (initialize-instance): Change :after to :AFTER to be
4950         compatible with old EIEIO version in XEmacs.
4951
4952 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * gnus-registry.el (gnus-registry-post-process-groups)
4955         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4956         and provide better messaging.
4957
4958 2011-04-06  David Engster  <dengste@eml.cc>
4959
4960         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4961         errors.
4962
4963         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4964         dgnushack-compile with error-on-warn enabled, and to signal an error if
4965         clean compilation failed.
4966         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4967         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4968
4969 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4970
4971         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4972         unconditionally anyway, discarding errors.
4973         (gnus-registry-delete-entries): New convenience function.
4974         (gnus-registry-import-eld): Import from old .eld registry.
4975
4976         * registry.el: Don't use ERT if it's not available.  Load it
4977         unconditionally anyway, discarding errors.
4978
4979         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4980         version from the Claudio Bley GnuTLS patch (extra optional parameters
4981         and host name).
4982
4983 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4986         fixup the parameters that can be customized by the user between
4987         save/read cycles.
4988         (gnus-registry-read): Use it.
4989         (gnus-registry-make-db): Use it.
4990         (gnus-registry-spool-action, gnus-registry-handle-action):
4991         Fix messaging.
4992         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4993         Map references to actual group names with sender and subject tracking.
4994         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4995         (gnus-registry-usage-test): Add subject lookup test.
4996
4997         * registry.el (registry-db, initialize-instance): Set up constructor
4998         instead of :initform arguments for the sake of older Emacsen.
4999         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5000         pre-lexbind merge bug.
5001         (registry-usage-test): Use it.
5002         (initialize-instance, registry-db): Move the non-function initforms
5003         back to the class definition.
5004
5005 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * registry.el: New library to manage gnus-registry-style data.
5008
5009         * gnus-registry.el: Use it (major rewrite).
5010
5011         * nnregistry.el: Use it.
5012
5013         * spam.el: Use it.
5014
5015 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5018         marks on non-selected articles.
5019
5020 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5021
5022         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5023         parameter to open-protocol-stream.
5024
5025 2011-04-01  Julien Danjou  <julien@danjou.info>
5026
5027         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5028         fundamental-mode.
5029
5030 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5033         servers.
5034
5035 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5038         made marks not propagate, again.
5039
5040 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5041
5042         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5043         Make this the default type.
5044         (proto-stream-open-plain): Rename from proto-stream-open-default.
5045         (open-protocol-stream, proto-stream-open-starttls)
5046         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5047         with `plain'.
5048
5049         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5050         value.
5051
5052         * nntp.el (nntp-open-connection-function): Document the fact that some
5053         values are not functions but are instead handled specially.
5054         Recognize nntp-open-plain-stream value.
5055         (nntp-open-connection): Recognize that value.
5056
5057 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5060         where it seems to be needed.
5061
5062 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5065         stuff.
5066
5067         * gnus-score.el (gnus-score-string): Fix calling convention of
5068         `gnus-simplify-buffer-fuzzy' after last patches.
5069
5070         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5071         server for articles we didn't get any headers for.  This is a sanity
5072         check.
5073
5074 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5075
5076         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5077         new CAPABILITY, use it.
5078
5079 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5082         downloading anything.
5083
5084         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5085
5086 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5087
5088         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5089         colors.
5090         (gnus-splash-svg-color-symbols): New function.
5091
5092 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5095         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5096         (gnus-simplify-subject-fuzzy): Use the local
5097         gnus-simplify-subject-fuzzy-regex instead of the global one.
5098         This makes using this variable in group parameters work.
5099
5100 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * gnus-registry.el (gnus-registry-unfollowed-groups):
5103         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5104         archive:sent-YYYY-MM-DD groups).
5105         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5106         tracking if there are more than `gnus-registry-max-track-groups'
5107         matches.
5108
5109 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * message.el (message--yank-original-internal): New function to do the
5112         insertion cleanly inside eval in `message-yank-original'.
5113         (message-yank-original): Use it.
5114
5115 2011-03-29  Julien Danjou  <julien@danjou.info>
5116
5117         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5118         local variables disabled rather than `normal-mode'.
5119
5120 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5121
5122         * imap.el (imap-shell-open, imap-process-connection-type):
5123         Use imap-process-connection-type for 'shell' streams as well as
5124         Kerberos, SSL, other subprocesses.
5125
5126 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5127
5128         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5129         with open-network-stream.
5130         (proto-stream-always-use-starttls): Option removed.
5131         (open-protocol-stream): Return a process object by default.  Provide a
5132         new parameter :return-list specifying a list-type return value, which
5133         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5134         :type `network' to `try-starttls', and `network-only' to `default'.
5135         Make `default' the default, for compatibility with open-network-stream.
5136         Handle the no-parameter case exactly as open-network-stream, with no
5137         additional stream processing.  Search plists using plist-get.
5138         Explicitly add :end-of-commend parameter if it is missing.
5139         (proto-stream-open-default): Rename from
5140         proto-stream-open-network-only.  Return 'default as the type.
5141         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5142         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5143         failed.  Always return a list with a (possibly dead) process as the
5144         first element, for compatibility with open-network-stream.
5145         (proto-stream-open-tls): Use plist-get.  Always return a list.
5146         (proto-stream-open-shell): Return `default' as connection type.
5147         (proto-stream-capability-open): Use plist-get.
5148         (proto-stream-eoc): Function deleted.
5149
5150         * nnimap.el (nnimap-stream, nnimap-open-connection)
5151         (nnimap-open-connection-1): Handle renaming of :type parameter for
5152         open-protocol-stream.
5153         (nnimap-open-connection-1): Pass a :return-list parameter
5154         open-protocol-stream to obtain a list return value.  Parse this list
5155         using plist-get.
5156
5157         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5158         for open-protocol-stream.  Accept open-protocol-stream return value
5159         that is a subprocess object instead of a list.  Handle the case of a
5160         dead returned process.
5161
5162 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5163
5164         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5165
5166         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5167
5168 2011-03-21  Julien Danjou  <julien@danjou.info>
5169
5170         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5171         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5172         query.
5173         (mm-inline-text): Render normal text with fontification whenever
5174         possible.
5175
5176         * gnus-sum.el (gnus-summary-save-parts-1):
5177         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5178         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5179         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5180         Use `mm-handle-filename'.
5181
5182         * mm-util.el (mm-handle-filename): New function, return the filename of
5183         an handle.
5184
5185 2011-03-18  Julien Danjou  <julien@danjou.info>
5186
5187         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5188         (gnus-buffer-live-p): Check that buffer is not nil.
5189
5190 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5191
5192         * gnus.el: No Gnus v0.15 is released.
5193
5194 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5197         avoid warning on XEmacs.
5198
5199         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5200         on XEmacs.
5201
5202         * gnus-art.el: Require mouse, which the build bot seems to say is
5203         needed.
5204
5205         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5206
5207         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5208         XEmacs, since it doesn't have url-retrieve-synchronously.
5209
5210         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5211         since assoc-string doesn't exist in XEmacs.
5212
5213 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5214
5215         * gnus-group.el (gnus-group-list-ticked): New function.
5216         (gnus-group-make-menu-bar): Provide a menu entry for it.
5217         (gnus-group-list-map): Provide a binding for it.
5218
5219 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * shr.el (shr-visit-file): New command.
5222
5223         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5224
5225 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5226
5227         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5228         servers.
5229
5230 2011-03-16  Julien Danjou  <julien@danjou.info>
5231
5232         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5233         inline.
5234
5235         * gnus-art.el (article-hide-list-identifiers):
5236         Use gnus-group-get-list-identifiers.
5237
5238         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5239         (gnus-summary-remove-list-identifiers):
5240         Use gnus-group-get-list-identifiers to get regexp.
5241         (gnus-select-newsgroup, gnus-summary-insert-subject)
5242         (gnus-summary-insert-articles):
5243         Call gnus-summary-remove-list-identifiers unconditionally.
5244
5245 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5248         we're selecting a group with unread articles.
5249
5250         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5251
5252         * gssapi.el: New file separated out from imap.el to provide a general
5253         Kerberos 5 connection facility for Emacs.
5254
5255         * message.el (message-elide-ellipsis): Document the format spec
5256         ellipsis.
5257
5258 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * message.el (message-elide-region): Allow the ellipsis to say how many
5261         lines were removed.
5262
5263 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5266         window configurations containing buffers that are now dead.
5267
5268         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5269         parsing to avoid integer overflows.
5270         (nnimap-parse-flags): Simplify the last change.
5271         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5272         too large for 32-bit Emacsen.
5273
5274 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5275
5276         * auth-source.el (auth-source-netrc-create):
5277         * message.el (message-yank-original): Fix use of `case'.
5278
5279 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5280
5281         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5282         XEmacs, which was one character too wide.
5283
5284 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5285
5286         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5287         default number of articles to display.
5288         (gnus-articles-to-read): Use pretty names for prompt.
5289
5290 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-int.el (gnus-open-server): Ditto.
5293
5294         * gnus-start.el (gnus-activate-group): Give a backtrace if
5295         debug-on-quit is set and the user hits `C-g'.
5296         (gnus-read-active-file): Ditto.
5297
5298         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5299
5300 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * message.el (message-yank-original): Use cond instead of CL case.
5303
5304 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5305
5306         * auth-source.el (auth-source-netrc-create): Use usual format for the
5307         default in prompts.
5308
5309 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * lpath.el: Fbind read-char-choice for XEmacs.
5312
5313 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5314
5315         * auth-source.el (auth-source-netrc-create): Show the default in the
5316         prompt when prompting for token creation.
5317
5318 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * auth-source.el (auth-source-format-prompt): Always convert the value
5321         to a string to avoid evaluating non-string arguments.
5322         (auth-source-netrc-create): Offer default properly, not as initial
5323         content in `read-string'.
5324         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5325         of line to determine if we've been run before.  If so, don't run again,
5326         but print a trivial message to indicate the cache was hit instead.
5327
5328 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5331         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5332         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5333         Gnus.
5334
5335 2011-03-11  Julien Danjou  <julien@danjou.info>
5336
5337         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5338         modified file".
5339
5340 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * auth-source.el (auth-source-read-char-choice): New function to read a
5343         character choice using `dropdown-list', `read-char-choice', or
5344         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5345         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5346         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5347         (auth-source-netrc-saver): Use it.
5348         (auth-source-pick-first-password): New convenience function.
5349
5350 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5353         parameter in the credentials.
5354         (nnimap-open-connection-1): Use it after a successful login.
5355         (nnimap-credentials): Add IMAP-specific user and password prompt.
5356
5357         * auth-source.el (auth-source-search): Add :require parameter, taking a
5358         list.  Document it and the :save-function return token.  Pass :require
5359         down.  Change the CREATED message from a warning to a debug statement.
5360         (auth-source-search-backends): Pass :require down.
5361         (auth-source-netrc-search): Pass :require down.
5362         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5363         Change save prompt to indicate all modifications saved here are
5364         deletions.
5365         (auth-source-netrc-create): Take user login name as default in user
5366         prompt.  Move all the save functionality to a lexically bound function
5367         under the :save-function token in the returned list.  Set up clearer
5368         default prompts for user, host, port, and secret.
5369         (auth-source-netrc-saver): New function, intended to be wrapped for
5370         :save-function.
5371
5372 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5375         lines to be spaces instead.
5376
5377 2011-03-07  Julien Danjou  <julien@danjou.info>
5378
5379         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5380         (sieve-sasl-auth): Check that auth-source-search did return something,
5381         or just return an empty string.
5382
5383 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5384
5385         * gnus.el (gnus-interactive): Use read-directory-name.
5386
5387         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5388         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5389         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5390         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5391         Likewise.
5392
5393         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5394
5395 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5398         onto the list of killed groups, too.  This makes killed nnimap groups,
5399         for instance, more reliably not reappear.
5400
5401         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5402         the parent.
5403
5404         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5405
5406         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5407         really have server-side marks.
5408
5409         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5410         since most backends do not usefully have server-side marks.
5411         (gnus-update-read-articles): Propagate marks to all backends that
5412         really have server-side marks.
5413
5414 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5415
5416         * message.el (message-cite-reply-position, message-cite-style):
5417         New variables.
5418         (message-yank-original): Use the new citation styles.
5419
5420 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5421
5422         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5423         buffer-local issue); don't mark it buffer-local when running under
5424         XEmacs.
5425
5426 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5427
5428         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5429         numbers too big to be `read'.
5430
5431 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * password-cache.el (password-in-cache-p): Add autoload.
5434
5435         * message.el (message-options): Make buffer-local two ways to attempt
5436         to fix a XEmacs bug.
5437
5438 2011-03-02  Julien Danjou  <julien@danjou.info>
5439
5440         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5441
5442 2011-03-01  Julien Danjou  <julien@danjou.info>
5443
5444         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5445         group.
5446         (article-hide-list-identifiers): Use list-identifier group parameter.
5447
5448 2011-02-28  Julien Danjou  <julien@danjou.info>
5449
5450         * sieve.el (sieve-buffer-script-name): New local variable to store
5451         sieve script name.
5452         (sieve-edit-script): Store sieve script name.
5453         (sieve-upload): Use sieve script name when uploading.
5454         (sieve-upload): Use substitute-command-keys.
5455         (sieve-edit-script): Use substitute-command-keys.
5456         (sieve-refresh-scriptlist): Use substitute-command-keys.
5457         (sieve-manage-mode-map): Define keymap properly.
5458         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5459         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5460         Remove commented code about cvs.
5461         (sieve-manage-quit): New function.
5462         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5463
5464 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5467
5468 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * auth-source.el (auth-source-search): Cache empty result sets.
5471
5472         * password-cache.el (password-in-cache-p): Convenience function to
5473         check if a key is in the cache, even if the value is nil.
5474
5475         * auth-source.el (auth-source-save-behavior): New variable to replace
5476         `auth-source-never-create'.
5477         (auth-source-netrc-create): Use it.
5478         (auth-source-never-save): Remove.
5479
5480 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * nnimap.el (nnimap-stream): Doc fix.
5483         (nnimap-open-connection-1): Reverse the order of the ports to that the
5484         prompted-for port is first.
5485
5486         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5487         retrieval by the no-group selection.
5488
5489         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5490         numerical parameters.
5491
5492 2011-02-25  Julien Danjou  <julien@danjou.info>
5493
5494         * gnus-gravatar.el: Use gnus-with-article-buffer.
5495
5496         * gnus-art.el (gnus-with-article-buffer): Check that the
5497         gnus-article-buffer is alive.
5498
5499 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * auth-source.el (auth-source-creation-prompts): New variable to manage
5502         creation-time prompts.
5503         (auth-source-search): Document it.
5504         (auth-source-format-prompt): Add utility function.
5505         (auth-source-netrc-create): Don't default the user name to
5506         user-login-name.  Use `auth-source-creation-prompts' and some default
5507         prompts for user, host, port, and password (the default generic prompt
5508         remains ugly).
5509         (auth-source-never-save): Add customizable option to never save info.
5510         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5511         mode excursion.
5512
5513 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5516         argument that XEmacs doesn't support.
5517
5518         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5519         compiled for Emacsen having no `libxml-parse-html-region' support.
5520
5521         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5522
5523         * lpath.el: Bind buffer-save-without-query for XEmacs.
5524
5525 2011-02-23  Julien Danjou  <julien@danjou.info>
5526
5527         * gnus-art.el (article-make-date-line): Ignore errors if time is
5528         invalid and not convertible.
5529         (article-make-date-line): Only add lapsed time if time is not nil.
5530
5531 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5534         `read-char-choice' for backwards compatibility.
5535         (auth-source-netrc-element-or-first): New function to DTRT for
5536         parameter extraction.
5537         (auth-source-netrc-create): Use it and fix multiple parameter print
5538         bug.  Use the default passed from above (given-default) or the
5539         built-in (user-login-name for :user).
5540
5541 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-start.el (gnus-dribble-read-file):
5544         Set buffer-save-without-query, since we always want to save the dribble
5545         file, probably.
5546
5547         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5548         nnimap.
5549
5550         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5551         -summary- since it's a user-visible variable.
5552
5553         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5554         first time you use the new Gnus.
5555
5556 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * auth-source.el: Don't load netrc.el.
5559         (auth-sources): Search ~/.netrc as well by default.
5560         (auth-source-debug): Add 'trivia option for extra output.
5561         (auth-source-do-trivia): Use it.
5562         (auth-source-search): Simplify logic to use
5563         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5564         appropriate.  Don't keep a running count at this level.  Layer :create
5565         and :delete options appropriately on the first and second passes.
5566         Don't track the backend with the search results.
5567         (auth-source-search-backends): New function to search a list of
5568         backends for a processed spec.
5569         (auth-source-netrc-parse): Cache all netrc files, making
5570         auth-source-netrc-cache an alist keyed by the file name and using the
5571         file mtime as the caching criterion.  Keep the obfuscated data secret
5572         with a lexical bind.
5573         (auth-source-netrc-search): Don't calculate the length of the results
5574         unnecessarily.
5575         (auth-source-search-backends): Fix bug.
5576         (auth-source-netrc-create): Rework prompts.
5577
5578 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5579
5580         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5581         Lower case names of search constraints.
5582         (nnir-run-query): Cache and reuse search constraints for all imap
5583         servers.
5584
5585 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5588         after exit.
5589         (gnus-setup-message): Define missing variable from last checkin.
5590
5591         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5592         value, show the raw article.
5593
5594 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5595
5596         * gnus.el: No Gnus v0.13 is released.
5597
5598 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5599
5600         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5601         auth-source now accepts numbers.
5602
5603         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5604         spec, too.
5605         (auth-source-ensure-strings): New function.
5606
5607         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5608         (gnus-article-setup-buffer): Always restart the date timer so that user
5609         changes to the frequency is respected.
5610
5611         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5612         port numbers, so make sure it gets that if nnimap-server-port is
5613         explicit.
5614
5615 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5616
5617         * nnimap.el (nnimap-inbox): Doc fix.
5618
5619 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5620
5621         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5622         Autoload.  Add optional arg FRAME, and pass it to color-values.
5623         (color-complement): Caller changed.  Doc fix.
5624         (color-gradient): Rewrite for better clarity and efficiency.
5625
5626 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5627
5628         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5629         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5630         color-lab-to-srgb.
5631
5632 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5633
5634         * color.el: First part of merge from hexrgb.el.
5635         (color-rgb-to-hex): Rename from color-rgb->hex.
5636         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5637         saturation to zero if the value is too small.
5638         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5639         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5640         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5641         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5642         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5643         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5644         (color-cie-de2000): Doc fix.
5645
5646 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5647
5648         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5649         given method as in the group name if we're using an extended method.
5650         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5651         command, if we're using that, instead of waiting for the beginning.
5652
5653         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5654         we're sure to get unique server names, and we don't output two async
5655         commands in the same buffer.  This fixes an NNTP hang for some users.
5656
5657 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5658
5659         * gnus.el: No Gnus v0.11 is released.
5660
5661 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5664         summary buffer before reading going to the next buffer.  This avoids
5665         putting the point in the group buffer if you `C-g' the command.
5666
5667         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5668         cache (for now) to make ~/.authinfo.gpg files usable.
5669
5670         * nnfolder.el (copyright-update): Define for the compiler.
5671
5672         * auth-source.el (auth-source-search): Fix unbound variable.
5673
5674 2011-02-19  Glenn Morris  <rgm@gnu.org>
5675
5676         * gnus.el (gnus-meta): Doc fix.
5677
5678 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5679
5680         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5681         in case it's not yet loaded.
5682
5683 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5684
5685         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5686         line we're waiting for.
5687
5688 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5689
5690         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5691         face with line-width greater than zero will cause RET in gnus summary
5692         buffer to scroll down article page-wise because auto vscroll happens,
5693         it should be temporally disabled when doing a scroll-up.
5694
5695 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5696
5697         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5698         outputs from the server.
5699
5700 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5701
5702         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5703         later so that bbdb can hook in easier.
5704
5705 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5706
5707         * auth-source.el (auth-source-search): Don't try to create credentials
5708         if the caller doesn't want that.
5709         (auth-source-search): If we don't find a match, don't bug out on
5710         non-bound variables.
5711         (auth-source-search): Only ask a single backend to create the
5712         credentials.
5713
5714         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5715         logging.
5716         (nnimap-credentials): Protect against auth-source-search returning nil.
5717         (nnimap-request-list): Protect against not being able to open the
5718         server.
5719
5720 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5721
5722         * auth-source.el (auth-source-search): Do a two-phase search, one with
5723         no :create to get the responses from all backends.
5724
5725         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5726         when getting credentials.
5727
5728         * gnus-util.el (gnus-delete-duplicates): New function.
5729
5730 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5731
5732         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5733         a creation default, pass the whole port list down.  It will be
5734         completed.
5735
5736         * auth-source.el (auth-source-search): Updated docs to talk about
5737         multiple creation choices.
5738         (auth-source-netrc-create): Accept a list as a value (from the search
5739         parameters) and do completion on that list.  Keep a separate netrc line
5740         with the password obscured for showing the user.
5741
5742         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5743         first choice to `auth-source-search' so it will be used for entry
5744         creation instead of the server's Gnus-specific name.
5745         (nnimap-credentials): Rely on the auth-source library to select which
5746         port is actually wanted in the new netrc entry, so don't override
5747         `auth-source-creation-defaults'.
5748
5749         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5750         :protocol and accept a missing user, host, or port as a wildcard match.
5751         (auth-source-debug): Default to off.
5752
5753         (auth-source-netrc-search, auth-source-netrc-create)
5754         (auth-source-secrets-search, auth-source-secrets-create)
5755         (auth-source-user-or-password, auth-source-backend, auth-sources)
5756         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5757         instead of :protocol.
5758
5759         * nnimap.el (nnimap-credentials): Pass a port default to
5760         `auth-source-search' in case an entry needs to be created.
5761         (nnimap-open-connection-1): Use :port instead of :protocol.
5762
5763 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * auth-source.el: Bind load-path when loading EIEIO from
5766         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5767         21.4 doesn't support, to `require'.
5768         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5769         delete-dups that is not available in XEmacs 21.4.
5770
5771 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5772
5773         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5774         as EIEIO must also be loaded when auth-source.el is being
5775         byte-compiled.
5776
5777 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5780
5781         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5782
5783         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5784
5785         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5786
5787         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5788
5789         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5790
5791         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5792
5793         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5794         necessary.
5795
5796 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5797
5798         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5799         nil means that nnimap doesn't get updated.
5800
5801 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5804         result when the user doesn't want to write to the file.
5805         (auth-source-netrc-search): Expect a synthetic result and proceed
5806         accordingly.
5807         (auth-source-cache-expiry): New variable to override
5808         `password-cache-expiry'.
5809         (auth-source-remember): Use it.
5810
5811         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5812         parameter.  Create entry if necessary by using :create t.
5813         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5814
5815 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         * auth-source.el (auth-source-debug): Enable by default and don't
5818         mention the obsolete `auth-source-hide-passwords'.
5819         (auth-source-do-warn): New function to debug unconditionally.
5820         (auth-source-do-debug): Use it.
5821         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5822         and for Secrets API entries when the secrets.el library is not
5823         available.
5824
5825 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5828         (gnus-summary-exit): Kill the correct article buffer on exit from a
5829         `C-d' group.
5830
5831         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5832         gnus-propagate-marks.
5833
5834         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5835         before killing the buffers so that a non-full window conf gets handled
5836         correctly.
5837         (gnus-summary-exit): Ditto.
5838         (gnus-summary-read-group-1): Ditto.
5839
5840         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5841         async code again so that we can debug it properly.
5842
5843         * message.el (message-reply): Take an optional switch-buffer parameter
5844         so that Gnus window confs are respected better.
5845
5846 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5849         `plist-get' to accept non-list parameters (XEmacs issue).
5850         Fix docstring.
5851         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5852         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5853         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5854         Login collection is "Login" and not "login".
5855
5856 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5859         multiple headers.
5860
5861         * nnimap.el (nnimap-inhibit-logging): New variable.
5862         (nnimap-log-command): Don't log login commands.
5863
5864         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5865         to have more parameters.
5866
5867         * nnimap.el (nnimap-send-command): Mark the command time for each
5868         command, so that we don't get NOOPs stepping on our toes.
5869
5870         * gnus-art.el (article-date-ut): Get the date from the Date header on
5871         `t'.
5872
5873 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * auth-source.el (auth-source-search): Use copy-sequence instead of
5876         the cl.el copy-list.
5877
5878 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * imap.el: Bring it back (revert
5881         84d800cd31de3064f0ed39617d725709a2f8f42f).
5882
5883 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5884
5885         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5886         Improve prompt.
5887
5888 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5891         washing status from the default format.  It isn't very informative.
5892
5893 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5894
5895         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5896         Fix Gcc processing on imap.
5897
5898 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * imap.el: Remove file.  All the functionality is in nnimap.el.
5901
5902 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5903
5904         * message.el (message-bury): Don't pop up a new window when selected
5905         window is dedicated.
5906
5907 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5908
5909         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5910
5911 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * sieve-manage.el: Autoload `auth-source-search'.
5914         (sieve-sasl-auth): Use it.
5915
5916 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * nnimap.el: Autoload `auth-source-forget+'.
5919         (nnimap-open-connection-1): Use it if the connection fails.
5920
5921         * auth-source.el: Require `password-cache'.
5922         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5923         obsolete.
5924         (auth-source-magic): Marker for `password-cache' keys.
5925         (auth-source-do-cache): Update docstring.
5926         (auth-source-search): Use and check cache.
5927         (auth-source-forget-all-cached, auth-source-remember)
5928         (auth-source-recall, auth-source-forget, auth-source-forget+)
5929         (auth-source-specmatchp): Caching support functions.
5930         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5931         Remove and obsolete.
5932         (auth-source-user-or-password): Remove caching to further discourage
5933         using it.  Always hide passwords.
5934
5935         * password-cache.el (password-cache-remove): Accept secrets that are
5936         not strings.
5937
5938 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5939
5940         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5941         code for now, since it doesn't work for all users.
5942
5943 2011-02-09  Julien Danjou  <julien@danjou.info>
5944
5945         * message.el (message-options): Make message-options really buffer
5946         local.
5947
5948 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * mail-source.el: Autoload `auth-source-search'.
5951         (mail-source-keyword-map): Note order matters.
5952         (mail-source-set-1): Get all the mail-source source values and
5953         defaults and search auth-source on those if needed.  This can all
5954         probably be simplified.
5955
5956         * nnimap.el: Autoload `auth-source-search'.
5957         (nnimap-credentials): Use it.
5958         (nnimap-open-connection-1): Ask for the virtual server and physical
5959         address in one shot.
5960
5961         * nntp.el: Autoload `auth-source-search'.
5962         (nntp-send-authinfo): Use it.  Note TODO.
5963
5964 2011-02-08  Julien Danjou  <julien@danjou.info>
5965
5966         * shr.el (shr-tag-body): Add support for text attribute in body
5967         markups.
5968
5969         * message.el (message-options): Make message-options a local variable.
5970
5971 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5972
5973         * auth-source.el (auth-source-secrets-search)
5974         (auth-source-user-or-password): Use `append' instead of `nconc'.
5975         (auth-source-user-or-password): Build return list better and protect
5976         against nil :secret.
5977
5978 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5979
5980         * nnimap.el (nnimap-update-info): Refactor slightly.
5981         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5982         (nnimap-update-info): Clean up slightly.
5983         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5984         characters.
5985         (nnimap-process-quirk): Rename function to avoid collision.
5986         (nnimap-update-info): Fix macrology bug-out.
5987         (nnimap-update-info): Simplify split history test.
5988
5989 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5990
5991         * auth-source.el (top): Require 'eieio unconditionally.
5992         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5993         (auth-source-secrets-search): Limit search when `max' is greater than
5994         number of results.
5995
5996 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5997
5998         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5999         part not returning any data.
6000
6001         * proto-stream.el (open-protocol-stream): Document the return value.
6002
6003 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6004
6005         * auth-source.el (auth-source-secrets-search): Add examples.
6006
6007 2011-02-06  Julien Danjou  <julien@danjou.info>
6008
6009         * message.el (message-setup-1): Handle message-generate-headers-first
6010         set to t.
6011
6012 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6015         API with a string "secrets:collection-name" and with 'default.
6016         (auth-source-backend-parse): Parse "secrets:collection-name" and
6017         'default.  Recurse on parses instead of repeating code.  Use the
6018         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6019         message when ignoring a source.
6020         (auth-source-search): List ignored search keys at the top level.
6021         (auth-source-netrc-create): Use `case' instead of `cond'.
6022         (auth-source-secrets-search): Created with TODOs.
6023         (auth-source-secrets-create): Created with TODOs.
6024         (auth-source-retrieve, auth-source-create, auth-source-delete)
6025         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6026         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6027         (auth-source-user-or-password-sftp)
6028         (auth-source-user-or-password-smtp): Remove.
6029         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6030         around `auth-source-search'.  Not tested thoroughly.
6031
6032 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * auth-source.el: Bring in assoc and eioeio libraries.
6035         (secrets-enabled): New variable to track the status of the Secrets API.
6036         (auth-source-backend): New EIOEIO class to represent a backend.
6037         (auth-source-creation-defaults): New variable to set prompt defaults
6038         during token creation (see the `auth-source-search' docstring for
6039         details).
6040         (auth-sources): Simplify to allow a simple string as a netrc backend
6041         spec.
6042         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6043         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6044         (auth-source-search): Main auth-source API entry point.
6045         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6046         (auth-source-search-collection): Helper function for searching.
6047         (auth-source-netrc-parse, auth-source-netrc-normalize)
6048         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6049         Supports search, create, and delete.
6050         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6051         backend stubs.
6052         (auth-source-user-or-password): Call `auth-source-search' but it's not
6053         ready yet.
6054
6055 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6056
6057         * message.el (message-setup-1): Remove the read-only stuff, since it
6058         doesn't work under XEmacs, for some reason.
6059
6060         * gnus-sum.el (gnus-user-date): Rename back from
6061         gnus-summary-user-date since user code refers to it.
6062
6063         * shr.el (shr-render-td): Store the actual background color used.
6064
6065         * message.el (message-setup-1): Don't bind the constant
6066         -forbidden-properties.
6067         (message-setup-1): Revert previous change, since it needs to bind the
6068         props to insert them.
6069         (message-resend): Allow removing the read-only separator line.
6070
6071 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6072
6073         * nnimap.el (nnimap-request-accept-article): Give an error message if
6074         the APPEND wasn't successful.
6075
6076 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6077
6078         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6079         that have no groups.
6080
6081 2011-02-03  Julien Danjou  <julien@danjou.info>
6082
6083         * gnus-draft.el: Remove progn around gnus-draft-setup.
6084
6085 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6086
6087         * gnus-start.el (gnus-read-active-for-groups): This function is never
6088         called with a nil `infos', so clean that up.
6089         (gnus-get-unread-articles): Request active files from primary/secondary
6090         methods that have no groups (yet).
6091
6092 2011-02-03  Julien Danjou  <julien@danjou.info>
6093
6094         * message.el (message-setup-1): Always generate References first.
6095         (message-mail): Return the return value of message-setup, not always t.
6096         (message-setup-1): Insert mail-header-separator with read-only and
6097         intangible properties set.
6098
6099         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6100         user-date in docstring.
6101
6102         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6103
6104         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6105         docstring.
6106
6107         * gnus.el (gnus-user-date-format-alist): Change default value.
6108         Use defcustom, with type and group. Move from gnus-util.el.
6109         Rename to gnus-summary-user-date-format-alist.
6110
6111 2011-02-03  Glenn Morris  <rgm@gnu.org>
6112
6113         * nnimap.el (gnus-fetch-headers): Declare.
6114
6115         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6116
6117 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6118
6119         * message.el (message-forward-make-body-digest-plain)
6120         (message-followup, message-reply): Clean up things noted by Stefan.
6121
6122         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6123         gnus-article-update-date-headers is nil.
6124         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6125         it didn't really work with defcustom.
6126         (article-update-date-lapsed): Make sure the window start doesn't move,
6127         either.
6128
6129 2011-02-01  Julien Danjou  <julien@danjou.info>
6130
6131         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6132         format.
6133
6134         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6135         standard in Emacs nowadays.
6136
6137         * color.el (color-gradient): Add a color-gradient function.
6138
6139 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6140
6141         * message.el (message-expand-name): Don't trust the return value of
6142         bbdb-complete-name.
6143         (message-check-news-header-syntax): Remove unused var `start'.
6144         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6145         (message-inhibit-body-encoding): Move to before first use.
6146         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6147         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6148         (Organization, Message-ID, Date, mh-previous-window-config):
6149         Defvar the vars using dynamic scoping.
6150
6151 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6152
6153         * shr.el (shr-render-td): Only do colors at the final rendering.
6154         Should be slightly faster.
6155         (shr-insert-table): Fix up TD background colors when doing the
6156         vertical padding.
6157
6158         * gnus-art.el (article-date-ut): Protect against articles with no Date
6159         header.
6160         (article-update-date-lapsed): Don't use current-column to find the
6161         horizontal position.  It's fragile in the presence of \003 characters.
6162
6163         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6164
6165 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-art.el (article-transform-date): Rewrite to still work when
6168         there are several rfc2822 parts.
6169         (article-transform-date): Fix infinite recursion.
6170         (article-date-ut): Replace infinitely many Date headers with a single
6171         one when called interactively.
6172
6173         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6174         secure manner.
6175
6176         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6177         move around by not using save-window-excursion.  It seems to work...
6178
6179 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-art.el (article-make-date-line): Work for user-defined format.
6182
6183 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6184
6185         * nntp.el (nntp-retrieve-group-data-early)
6186         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6187         fetching functions.
6188
6189         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6190         thoroughly for all backends that have no known groups.  This should
6191         allow new nnml methods to retrieve mail.
6192
6193         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6194         that Gnus doesn't know exists again.
6195
6196         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6197         (gnus-treat-date-ut): Ditto.
6198         (gnus-article-update-date-header): Rename.
6199         (gnus-treat-date-local): Remove.
6200         (gnus-treat-date-english): Remove.
6201         (gnus-treat-date-lapsed): Remove.
6202         (gnus-treat-date-combined-lapsed): Remove.
6203         (gnus-treat-date-original): Remove.
6204         (gnus-treat-date-iso8601): Remove.
6205         (gnus-treat-date-user-defined): Remove.
6206         (gnus-article-date-headers): New variable to control all the date
6207         header options.
6208         (article-date-ut): Rewrite to allow using the new way to format date
6209         headers(s).
6210
6211 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6212
6213         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6214         method.
6215         (nnmail-article-group): A better test for fanciness.
6216
6217         * nnimap.el (nnimap-request-head): Protect against not finding the
6218         article by Message-ID.
6219
6220 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6223         keep point at the "same place".
6224
6225 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6228         data if the group is inactive.
6229
6230 2011-01-28  Julien Danjou  <julien@danjou.info>
6231
6232         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6233         (gnus-all-windows-visible-p): Remove old compatibility code.
6234         (gnus-window-top-edge): Add docstring.
6235
6236         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6237
6238 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6241         older request-update-info.
6242
6243         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6244
6245 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6246
6247         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6248         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6249
6250 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6251
6252         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6253         groups.  This makes the nndraft:queue group pop up if it's not already
6254         there.
6255
6256         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6257         messages" logic, which was reversed.
6258
6259         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6260         the "same place" even if point is on the line being replaced.
6261         (article-update-date-lapsed): Allow updating both the combined lapsed
6262         and the lapsed headers.
6263         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6264         (article-make-date-line): Limit the number of segments dynamically to
6265         avoid too-long lines.
6266
6267 2011-01-27  Julien Danjou  <julien@danjou.info>
6268
6269         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6270         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6271
6272 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6275         Use plist-get instead of the cl function getf.
6276
6277 2011-01-27  Glenn Morris  <rgm@gnu.org>
6278
6279         * gnus-util.el (float-time): Get rid of compiler warning, again.
6280
6281 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6282
6283         * shr.el (shr-put-color): Special-case background colors: Do put them
6284         at the blank parts at the front of the lines.
6285
6286         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6287         exit hook to nix out all data on readedness on group exit.
6288
6289         * gnus-util.el (float-time): If float-time is bound, always use it on
6290         all Emacsen.  It's unclear why the subrp check was there.
6291         (time-date): Require to make some autoload issues on XEmacs go away.
6292
6293         * shr.el (shr-put-color): Don't do the box padding in tables, since
6294         they're already padded.
6295
6296 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus-art.el (gnus-article-next-page): When the last line of the
6299         article is displayed, scroll down once more instead of going to the
6300         next article at once.
6301         (article-lapsed-string): Refactor out and allow specifying how many
6302         segments you want.
6303         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6304         (gnus-article-update-lapsed-header): New variable.
6305
6306         * shr.el: Revert change that made headings use different-sized faces.
6307         The Emacs display engine isn't advanced enough that, for instance,
6308         tables can comfortably use differently-sized faces.
6309
6310 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6311
6312         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6313         used.
6314         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6315         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6316         we're using an encrypted connection.
6317
6318         * proto-stream.el: Alter the interface functions to also return the
6319         actual stream type used: network or tls.
6320
6321 2011-01-25  Julien Danjou  <julien@danjou.info>
6322
6323         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6324         (mm-display-javascript-inline): New function.
6325
6326         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6327         viewing function.
6328
6329 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * shr.el (shr-expand-newlines): Fix variable name.
6332
6333 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6334
6335         * shr.el (shr-expand-newlines): Make nested boxes work.
6336
6337 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6338
6339         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6340         backgrounds.
6341         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6342         in a more sensible manner.
6343
6344 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6347         if EPG is loaded.
6348
6349 2011-01-24  Julien Danjou  <julien@danjou.info>
6350
6351         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6352         tags.
6353
6354 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6355
6356         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6357         commands.
6358
6359         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6360         in the article buffer.
6361         (gnus-gravatar-insert): Use blank space from the current buffer to
6362         avoid breaking text properties.  This makes X-Sent updating work again.
6363
6364         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6365
6366 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6369         fix the bug in url-http.el instead.
6370
6371         * shr.el (shr-image-fetched): Ditto.
6372
6373         * shr.el (shr-image-fetched): Avoid having point move in the article
6374         buffer.
6375
6376         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6377         buffer after being called.  It's apparently being killed by url.el, and
6378         killing it made point move to end-of-buffer in a random buffer.
6379
6380         * shr.el (shr-image-fetched): Ditto.
6381
6382 2011-01-23  Julien Danjou  <julien@danjou.info>
6383
6384         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6385
6386         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6387         text/x-org.
6388
6389 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6392         (i.e., nnimap) returning nil as the article number.
6393
6394 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6395
6396         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6397         "DelSp" parameter in RFC3676.
6398
6399 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6400
6401         * message.el (message-check-recipients): Display the encoded version of
6402         the bogus address if they differ.
6403
6404         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6405         after sending.
6406
6407         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6408
6409         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6410
6411         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6412         group buffer after sending the queue.
6413
6414         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6415
6416 2011-01-22  Julien Danjou  <julien@danjou.info>
6417
6418         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6419
6420 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6421
6422         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6423         nested related parts.
6424
6425         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6426         unexpired articles.  This fixes the regression that led expiry marks to
6427         disappear from nnfolder groups.
6428
6429 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6430
6431         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6432         Don't confuse the "ret" of "retrograde" with RET.
6433
6434 2011-01-21  Julien Danjou  <julien@danjou.info>
6435
6436         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6437         than mm-insert-inline.
6438
6439 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6442         Widen article buffer.
6443
6444 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6445
6446         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6447         the temp buffer.
6448         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6449
6450 2011-01-20  Julien Danjou  <julien@danjou.info>
6451
6452         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6453
6454         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6455         than mm-insert-inline to insert inline part: this respect
6456         mm-inline-media-tests displayers.
6457
6458         * mm-view.el (mm-display-shell-script-inline): New function.
6459
6460         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6461
6462         * mm-uu.el (mm-uu-type-alist): Add org block.
6463         (mm-uu-org-src-code-block-extract): New function.
6464
6465         * mm-view.el (mm-display-org-inline): New function.
6466
6467         * mm-decode.el (mm-automatic-display): Add text/org.
6468
6469         * mailcap.el (mailcap-mime-extensions): Add .org.
6470
6471 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6474         gnus-article-add-buttons.
6475
6476 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6477
6478         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6479         From header with a date and "nobody" as the sender.
6480
6481 2011-01-19  Julien Danjou  <julien@danjou.info>
6482
6483         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6484         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6485         if you have the same regexp several times.
6486         (gnus-button-push): Fix matching when regexp is symbol.
6487
6488 2011-01-15  Glenn Morris  <rgm@gnu.org>
6489
6490         * message.el (message-mail): A compose-mail function should
6491         accept headers as strings.
6492
6493 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6494
6495         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6496         Add :vert-only tags.
6497         (message-mail): New arg RETURN-ACTION.
6498         (message-return-action): New var.
6499         (message-bury): Use it.
6500         (message-mode): Make it buffer-local.
6501         (message-send-and-exit): Always call message-bury.
6502
6503         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6504         message-mail.
6505
6506 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * nnimap.el (nnimap-convert-partial-article): Protect against
6509         zero-length body parts.
6510
6511         * mm-decode.el (mm-preferred-alternative-precedence):
6512         Discourage showing empty parts.
6513
6514         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6515         and stuff if the backend didn't return the article number.  This fixes
6516         an Exchange-related nnimap bug.
6517
6518         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6519         group window, because it does the wrong thing when a separate frame
6520         displays the group buffer.
6521
6522         * proto-stream.el (open-protocol-stream): Protect against the low-level
6523         transport functions returning nil.
6524
6525 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6526
6527         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6528         (mml2015-epg-find-usable-secret-key): New function.
6529         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6530         mml2015-epg-find-usable-key (Bug#7797).
6531         (mml2015-epg-encrypt): Ditto.
6532
6533 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * dgnushack.el (rot13-string): Fix the way to get the argument.
6536
6537 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6540
6541 2011-01-03  Glenn Morris  <rgm@gnu.org>
6542
6543         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6544
6545         * sieve.el (sieve-open-server): Give a more explicit error if
6546         sieve-manage-open returns nil.  (Bug#7720)
6547
6548 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6549
6550         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6551
6552 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6555         This avoids sending passwords in plain text over non-encrypted
6556         channels.
6557
6558         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6559
6560         * nnimap.el (nnimap-login): Refactored out into own function, and
6561         implement CRAM-MD5.
6562         (nnimap-wait-for-line): Refactored out.
6563
6564         * mm-view.el (mml-smime): Require.
6565
6566 2010-12-20  David Engster  <deng@eml.cc>
6567
6568         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6569         use EPG to decrypt S/MIME messages instead of openssl.
6570
6571 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6574
6575         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6576         status is the group clearly is unreachable.
6577
6578         * auth-source.el (auth-source-create): Add the optional second
6579         parameter to `local-variable-p' to be compatible with XEmacs.
6580
6581 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6582
6583         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6584         work when using a compressed nnml folder.
6585
6586 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6589         backends after sanitising on entry, because this never makes sense:
6590         If the articles have gone missing, then the data no longer exists on
6591         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6592         overwrite anything anyway.
6593
6594         * shr.el (shr-insert-document): Bind shr-width dynamically to
6595         window-width if it's nil.
6596
6597 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6598
6599         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6600         with the meaning of using the full emacs window width for rendering.
6601
6602 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6603
6604         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6605         case when sender is not given.
6606
6607 2010-12-23  Julien Danjou  <julien@danjou.info>
6608
6609         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6610         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6611         the addresses, otherwise we might misplaced the gravatar.
6612
6613 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6614
6615         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6616         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6617         obsolete in Emacs.
6618
6619 2010-12-20  Julien Danjou  <julien@danjou.info>
6620
6621         * gnus-util.el (gnus-rescale-image): Revert last change.
6622
6623 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6624
6625         * binhex.el: Improve commentary (Bug#7482).
6626
6627 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus-group.el (gnus-group-delete-articles): New command.
6630
6631 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6632
6633         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6634
6635 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6638         here, since it's up to the backends to do CRLF removal if their
6639         protocol has it.
6640
6641         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6642
6643 2010-12-17  Julien Danjou  <julien@danjou.info>
6644
6645         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6646         they are from file.  Can also scale up.
6647
6648 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6649
6650         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6651         Restore gnus-use-agent.
6652         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6653
6654         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6655
6656 2010-12-17  Julien Danjou  <julien@danjou.info>
6657
6658         * gravatar.el (gravatar-retrieve-synchronously): New function.
6659         (gravatar-get-data): Make more robust.
6660
6661 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6664
6665 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6668         to really consider the last line.
6669
6670 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6671
6672         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6673         list of recipient keys, or use symmetric encryption if not a list.
6674         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6675         EPA override, replacing the call to `netrc-store-data'.
6676
6677 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6678
6679         * gnus-srvr.el: Avoid passing nil regexp argument to
6680         delete-matching-lines.
6681
6682 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6685         fetching stops when Gnus exits.
6686
6687         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6688         function.
6689         (nnfolder-request-expire-articles): Save all the buffers after doing
6690         expiry.
6691
6692         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6693         the last article", since that led to serious performance regressions
6694         when expiring nnml groups.
6695
6696 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6697
6698         * nnir.el: Improve customizations.
6699
6700 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6703
6704         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6705         group has been killed.
6706         (gnus-group-yank-group): Ditto.
6707
6708         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6709
6710         * nnimap.el (nnimap-request-update-group-status): New function.
6711
6712         * gnus-int.el (gnus-request-update-group-status): New interface
6713         function.
6714
6715         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6716         copying read-ness to the backends.
6717
6718         * nnimap.el (nnimap-quirk): New function.
6719         (nnimap-retrieve-group-data-early): Use it.
6720         (nnimap-quirks): New alist.
6721
6722 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6725         don't delete it within indentation.
6726
6727 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6730         previous line.
6731
6732 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6735         QRESYNC command by deleting a superfluous space which broke Cyrus
6736         servers.  This change will break other servers that are buggy the other
6737         way around.
6738
6739 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6740
6741         * spam.el: Reindent and fix long lines.
6742         (spam-copy-or-move-routine): Exclude invalid move destinations.
6743
6744 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6745
6746         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6747         installed the registry.
6748
6749 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6752
6753 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6754
6755         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6756         groupname doesn't contain "gmane".
6757
6758 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6761         and netrc-bound-and-true-p bindings.
6762         (netrc-parse): Cache the netrc contents.
6763
6764         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6765         (gnus-1): Don't create the nndrafts group twice.
6766         (gnus-setup-news): There's no need to read the active file here, since
6767         that's done again later on a per-backend basis.
6768         (gnus-start-draft-setup): Make sure that the new group is started out
6769         empty.
6770
6771         * gnus-agent.el (gnus-agentize): Don't create the queue group
6772         automatically on startup.  It'll be created later, if needed.
6773
6774         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6775         of automatically subscribed groups.
6776         (gnus-auto-subscribed-categories): New variable.
6777         (gnus-matches-options-n): Use it.
6778         (gnus-default-subscribed-newsgroups): Remove unused variable.
6779         (gnus-start-draft-setup): Message a bit less.
6780
6781 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6782
6783         * nnir.el (nnir-run-imap): Return article list in order of increasing
6784         UID.
6785
6786 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787
6788         * gnus-sum.el (gnus-summary-enter-digest-group):
6789         Mention gnus-auto-select-on-ephemeral-exit.
6790
6791         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6792         convention of the network-only option.
6793
6794 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * proto-stream.el (proto-stream-open-network-only): New function to
6797         have a way to specify non-STARTTLS upgrade connections.
6798
6799 2010-12-10  Julien Danjou  <julien@danjou.info>
6800
6801         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6802         email address is nil.
6803
6804         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6805
6806 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6807
6808         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6809         deletion.
6810         (nnir-run-imap): Only need to parse list once.
6811
6812 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * shr.el (shr-tag-script): Ignore <script>.
6815         (shr-tag-label): Add <label> support.
6816
6817 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6820
6821         * shr.el (shr-image-displayer): Work for images lined side by side.
6822
6823 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6824
6825         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6826         parameter, since XEmacs doesn't accept t as a parameter.
6827
6828 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6829
6830         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6831         ids.
6832         (nnir-run-gmane): Simplify groupspec formatting.
6833         (nnir-request-expire-articles): New function.
6834
6835 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6838         overflow, possibly.
6839
6840         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6841         (shr-render-td): Handle td style="" better.
6842         (shr-tag-table): Use the color from the style sheet.
6843         (shr-render-td): Make sure we copy over all the overlays, too.
6844
6845 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6846
6847         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6848         (nnir-request-article): Improve article retrieval.
6849
6850 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * mm-util.el (mm-extra-numeric-entities): New variable.
6853
6854         * mm-url.el (mm-url-decode-entities):
6855         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6856
6857         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6858
6859 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6860
6861         * message.el: Use completion-at-point.
6862         (message-completion-function): New fun, extracted from message-tab.
6863         (message-mode): Use it for completion-at-point-functions.
6864         (message-tab): Use it and completion-at-point.
6865
6866 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6869         character if a non-breakable character follows.
6870
6871 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6874         any stream.
6875
6876         * shr.el (shr-tag-font): Colorize the region.
6877         (shr-tag-body): Ditto.
6878         (shr-tag-font): Actually let the styles be inherited instead of
6879         overwriting them.
6880         (shr-tag-font): Get the background color right.
6881         (shr-tag-style): Ignore all <style> tags for the moment.
6882
6883         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6884         a Message-ID to avoid having nnimap depend on gnus-sum.
6885
6886         * shr.el (shr-descend): Only colorize something if we have a node that
6887         sets colors.
6888
6889 2010-12-06  Julien Danjou  <julien@danjou.info>
6890
6891         * shr.el (shr-render-td): Render td content with shr-descend, so style
6892         will be applied to <td> too.
6893         (shr-colorize-region): Colorize region even if we only have a background.
6894         (shr-tag-body): Fix color and background color inheritance.
6895         Do not recolorize after shr-generic.
6896         (shr-tag-font): Let shr-generic colorize via inheritance.
6897
6898 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6901
6902 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6903
6904         * nnir.el (nnir-request-move-article): Remove obsolete code.
6905
6906 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6909
6910 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * gnus-sum.el (gnus-summary-respool-article): The completion function
6913         expects a list instead of an alist.
6914
6915         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6916         string as the parameter.
6917
6918         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6919
6920         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6921         styles.
6922         (shr-colorize-region): New function.
6923         (shr-insert-background-overlay): Remove.
6924         (shr-render-td): Background setting should be taken care of on a higher
6925         level.
6926         (shr-tag-body): Use post-hoc colorizations.
6927         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6928         (shr-put-color-1): Don't overwrite old colors.
6929         (shr-colorize-region): When the background color isn't explicit, use
6930         a fixed background.
6931
6932         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6933         nnmail variables.
6934
6935 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6936
6937         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6938         unless necessary.
6939
6940 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6941
6942         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6943         server.
6944
6945 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6948         so that TAB works.
6949
6950         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6951         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6952
6953         * shr.el (shr-urlify): Show the URL before the title to avoid
6954         misleading URLs.
6955
6956 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6957
6958         * shr.el (shr-urlify): Display the title in <a> tags.
6959
6960 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6961
6962         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6963
6964 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6965
6966         * nnir.el: Rearrange code to allow macros to be autoloaded by
6967         gnus-sum.el.
6968         (nnir-retrieve-headers-override-function): Make this variable
6969         customizable.
6970         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6971
6972         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6973         from nnir.el.
6974
6975 2010-12-03  Julien Danjou  <julien@danjou.info>
6976
6977         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6978
6979 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6982         allow optional argument `environment'.
6983
6984 2010-12-03  Glenn Morris  <rgm@gnu.org>
6985
6986         * mm-extern.el (message-goto-body): Update declaration.
6987
6988 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-util.el (gnus-macroexpand-all): New function.
6991
6992         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6993         instead of macroexpand-all that is unavailable in XEmacs.
6994
6995 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6996
6997         * nnir.el (nnir-summary-line-format): New variable.
6998         (nnir-mode): Use it.
6999         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7000         (nnir-article-ids): Reimplement as defsubst.
7001         (nnir-retrieve-headers): Don't mangle the subject header.
7002         (nnir-run-imap): Use 100 as RSV score.
7003         (nnir-run-find-grep): Fix for full server searching.
7004         (nnir-run-gmane): Better restriction to gmane groups.
7005
7006         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7007         summary buffers.
7008
7009 2010-12-02  Julien Danjou  <julien@danjou.info>
7010
7011         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7012
7013         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7014
7015         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7016         support.
7017
7018 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7019
7020         * nnir.el: Update to handle the registry better.
7021         (autoload): Silence byte-compiler.
7022         (nnir-open-server): Add a hook for nnir groups.
7023         (nnir-request-move-article): Don't mangle the header.  Better to use
7024         formatting variables (which will be added in the future).
7025         (nnir-registry-action): Update the registry using the original article
7026         group name.
7027         (nnir-mode): Install nnir-specific hooks for updating the registry.
7028
7029         * gnus-sum.el
7030         (gnus-article-original-subject,gnus-newsgroup-original-name):
7031         Remove obsolete variables.
7032         (gnus-summary-move-article): Remove use of obsolete variables.
7033         (gnus-summary-local-variables): Make move and delete hooks local to
7034         summary buffers.
7035
7036 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * rtree.el: New file.
7039
7040 2010-12-01  Julien Danjou  <julien@danjou.info>
7041
7042         * message.el (message-user-organization): Do not use
7043         gnus-local-organization.
7044
7045         * gnus.el: Remove gnus-local-organization.
7046
7047         * gnus-msg.el: Remove nastygram thing.
7048
7049 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7052         funcall.
7053
7054 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7057         names.
7058
7059         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7060         characters.
7061
7062         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7063         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7064         Suggested by Štěpán Němec <stepnem@gmail.com>.
7065         (gnus-gravatar-transform-address): Use mail-extract-address-components
7066         that supports non-ASCII names rather than mail-header-parse-addresses.
7067
7068 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * proto-stream.el (open-protocol-stream): All starttls connections are
7071         handled by the network handler.
7072
7073 2010-11-30  Julien Danjou  <julien@danjou.info>
7074
7075         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7076         (nnimap-open-connection-1): Fix PREAUTH.
7077
7078         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7079
7080 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7083         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7084         (shr-insert): Use them.
7085         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7086
7087 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7088
7089         * nnir.el (nnir-request-move-article): Bail out if original group
7090         doesn't support article moves.
7091         (nnir-get-active): Improve active list retrieval.
7092
7093 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7096
7097 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7098
7099         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7100         seem to accept strings-with-numbers as port numbers.
7101
7102 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7103
7104         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7105         change the registry.
7106
7107 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7110         delete-dups that is not available in XEmacs 21.4.
7111
7112         * mm-util.el (mm-delete-duplicates): Add comment.
7113
7114 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7115
7116         * nnir.el (nnir-ignored-newsgroups): New variable.
7117         (nnir-get-active): Use it.
7118
7119 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * proto-stream.el (proto-stream-open-network): Add some comments.
7122
7123         * nntp.el (nntp-open-connection): Provide a :success condition.
7124
7125         * nnimap.el (nnimap-open-connection-1): Ditto.
7126
7127         * proto-stream.el (proto-stream-open-network): See what the response to
7128         the STARTTLS command is.
7129
7130         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7131         backwards compatibility).
7132         (nnimap-open-connection-1): Really respect nnimap-server-port.
7133
7134         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7135         TLS upgrades we don't really care about the identity of the peer.
7136         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7137         that what we've checked for.
7138         (proto-stream-always-use-starttls): Only default to t if
7139         open-gnutls-stream exists.
7140         (proto-stream-open-network): If STARTTLS failed, then just open a
7141         normal connection.
7142         (proto-stream-open-network): Wait until the greeting before doing
7143         STARTTLS.
7144
7145         * nntp.el (nntp-open-connection): Report what the connection error is.
7146
7147         * proto-stream.el (open-protocol-stream): Rename from
7148         open-proto-stream.
7149
7150 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * nnimap.el (nnimap-stream): Change default to `undecided'.
7153         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7154         first, and then network.
7155         (nnimap-open-connection-1): Respect nnimap-server-port.
7156         (nnimap-open-connection): Be more backwards-compatible.
7157
7158         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7159         (proto-stream-open-starttls): De-duplicate the starttls code.
7160         (proto-stream-open-starttls): Folded back into the main function.
7161         (proto-stream-open-network): Fix typo in the gnutls path.
7162         (proto-stream-command): Refactor out.
7163
7164         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7165
7166         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7167         starttls.el STARTTLS.
7168
7169         * color.el (color-lab->srgb): Fix function call name.
7170
7171         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7172         if we're using tls.el.
7173         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7174         built in, then don't try to establish a STARTTLS connection.
7175
7176         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7177         servers.
7178
7179         * proto-stream.el (open-proto-stream): Use network, not stream.
7180         (open-proto-stream): Add a way to specify what the end of a command is.
7181
7182         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7183         connections types.
7184         (nntp-open-network-stream): Remove.
7185         (nntp-open-ssl-stream): Remove.
7186         (nntp-open-tls-stream): Remove.
7187         (nntp-ssl-program): Remove.
7188
7189         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7190
7191 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7192
7193         * nnir.el: Fix typos.
7194         (nnir-retrieve-headers-override-function): Rename variable to reflect
7195         new semantics.
7196         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7197         macros.
7198         (nnir-request-article, nnir-request-move-article): Use them.
7199         (nnir-categorize): New function.
7200         (nnir-run-query): Use it.
7201         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7202         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7203         sorted.
7204         (nnir-group-full-name): Use gnus-group-full-name instead.
7205         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7206         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7207
7208 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7211
7212         * proto-stream.el: New library to provide protocol-specific
7213         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7214         protocols.
7215         (open-proto-stream): Complete the documentation.
7216         (proto-stream-open-network): Fix some typos.
7217
7218         * nnimap.el (nnimap-open-connection): Use it.
7219
7220 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7221
7222         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7223         negotiation.
7224
7225 2010-11-26  Julien Danjou  <julien@danjou.info>
7226
7227         * color.el: Rename various rgb functions to srgb.
7228
7229 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7232         names.
7233
7234 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * shr.el (shr-insert): Revert last change.
7237         (shr-find-fill-point): Never leave point being at bol;
7238         relax the kinsoku limitation when rendering tables.
7239
7240 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7243         results from -accept-article.
7244
7245         * shr-color.el: Require cl when compiling.
7246
7247         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7248         checkin.
7249
7250         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7251
7252         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7253
7254         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7255         'add and 'delete to set backend marks.
7256
7257         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7258
7259         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7260
7261         * nntp.el (nntp-request-set-mark): Use it.
7262
7263         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7264
7265         * nnml.el (nnml-request-set-mark): Ditto.
7266
7267         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7268         introduces regressions in article selection.
7269         (nnimap-find-uid-response): New function.
7270         (nnimap-request-accept-article): Use the UID returned, if any.
7271         (nnimap-request-move-article): Use the UID returned, if any.
7272         (nnimap-get-groups): Reimplement to work with folded lines.
7273         (nnimap-find-uid-response): The UID is the last element in the list.
7274         (nnimap-request-set-mark): Extend syntax with 'set.
7275
7276         * nnml.el (nnml-request-set-mark): Ditto.
7277
7278         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7279
7280         * nntp.el (nntp-request-set-mark): Ditto.
7281
7282 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * message.el (message-called-interactively-p): A temporary macro.
7285         (message-goto-body): Use it temporarily.
7286
7287 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7290         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7291         (nnimap-last-response-string): Fix last unfolding fix.
7292
7293 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * shr.el (shr-insert): Fix the way to fold lines.
7296
7297 2010-11-25  Julien Danjou  <julien@danjou.info>
7298
7299         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7300
7301         * color.el: Rename from color-lab.el
7302         (color-rgb->hex): Add.
7303         (color-complement): Add.
7304         (color-complement-hex): Add.
7305
7306         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7307
7308 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * shr-color.el (shr-color-visible): Don't bug out if the color names
7311         don't exist.
7312
7313 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7316         assuming that article displaying or another mml-preview may be
7317         interrupted for an error or for the like.
7318
7319         * shr.el (shr-get-background): Fix argument name.
7320
7321 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7324
7325         * gnus-sum.el (gnus-summary-include-articles): New function.
7326
7327         * message.el (message-goto-body): called-interactively-p needs a
7328         parameter, so use `any'.
7329
7330         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7331         clear marks before moving, since they're synced from the Gnus side
7332         first.
7333
7334         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7335         (gnus-summary-move-article): Copy over all marks before moving, so that
7336         IMAP doesn't think a new article has arrived.
7337
7338 2010-11-24  Julien Danjou  <julien@danjou.info>
7339
7340         * shr.el (shr-insert-background-overlay): Fix typo.
7341         (shr-render-td): Copy the background before rendering.
7342
7343         * shr-color.el (shr-color-visible): Fix docstring.
7344
7345         * shr.el (shr-tag-table): Add bgcolor support.
7346         (shr-render-td): Add bgcolor support.
7347         (shr-get-background): Add.
7348         (shr-insert-foreground-overlay): Use shr-get-background.
7349
7350         * message.el (message-goto-body): Use called-interactively-p.
7351         (message-in-body-p): message-goto-body returns point.
7352
7353 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7356         Fixes something or other in Emacs 23, and is backwards compatible.
7357
7358         * message.el (message-goto-body): Remove the <#secure special-casing,
7359         which is too special.
7360
7361         * shr.el (shr-parse-style): Drop !important from styles.
7362
7363 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7364
7365         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7366         this function to return incorrect results when calling it with an
7367         explicit article argument different from
7368         (gnus-summary-article-number).
7369
7370 2010-11-24  Julien Danjou  <julien@danjou.info>
7371
7372         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7373         (shr-tag-body): Add background support.
7374         (shr-descend): Add background support.
7375         (shr-tag-title): Add.
7376
7377         * shr-color.el (shr-color-visible): Really return original background
7378         if fixed.
7379
7380 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * shr.el (shr-color-check): Protect against non-existent color names.
7383
7384 2010-11-24  Julien Danjou  <julien@danjou.info>
7385
7386         * color-lab.el: Require 'cl when compiling.
7387
7388         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7389
7390         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7391         matched part.
7392
7393         * color-lab.el: Fix all expt calls to use float type.
7394
7395 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7398         expression to shr-color-check as is.
7399
7400         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7401
7402         * color-lab.el: Add coding cookie.
7403         (float-pi): Use eval-and-compile.
7404
7405         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7406         compiled for Emacsen having no `libxml-parse-html-region' support.
7407
7408 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * shr.el (shr-insert-color-overlay): Split stuff like
7411         "#444444 !important" to find the real color.
7412         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7413         parse <font color="red"> entries.
7414
7415 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7416
7417         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7418         point when parsing headers.
7419
7420         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7421         is positioned properly when parsing headers.
7422
7423 2010-11-23  Julien Danjou  <julien@danjou.info>
7424
7425         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7426
7427         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7428
7429         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7430
7431         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7432         Use shr-color-hue-to-rgb.
7433         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7434
7435 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * shr.el (shr-color->hexadecimal): Autoload.
7438         (shr-descend): Add color to all tags.
7439
7440 2010-11-22  Julien Danjou  <julien@danjou.info>
7441
7442         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7443         shr-color->hexadecimal.
7444
7445         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7446         RGB() or HSL() color representation.
7447
7448         * shr.el (shr-tag-font): Add.
7449         (shr-tag-color-check): New function to get better colors.
7450         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7451         tag-span.
7452
7453         * shr-color.el: New file.
7454
7455         * color-lab.el: New file.
7456
7457         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7458
7459 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7460
7461         * nnir.el: Fix typo in comments.
7462         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7463         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7464
7465 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7468
7469         * nnimap.el (nnimap-get-capabilities): Refactor out.
7470         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7471
7472 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7473
7474         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7475         appearing when `mm-uu-hide-markers' is nil.
7476
7477 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * nnimap.el (nnimap-unselect-group): Make into its own function.
7480         (nnimap-request-rename-group): Unselect group before renaming.
7481         This had gotten lost somewhere.
7482         (nnimap-request-accept-article): Keep track of examined groups, and
7483         unselect the group before APPENDing to read-only groups.
7484         (nnimap-request-move-article): Clear flags before moving so that they
7485         can be re-set later.
7486
7487 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7490         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7491
7492 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-mime-display-single):
7495         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7496         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7497         parameter.
7498
7499 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7502         (shr-table-vertical-line): New variable.
7503         (shr-insert-table): Use it.
7504
7505 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-html.el (gnus-html-wash-images): Don't display images if
7508         gnus-inhibit-images is non-nil; register displayer for cid images.
7509         (gnus-html-display-image): Work for cid image.
7510         (gnus-html-insert-image): Allow arguments.
7511         (gnus-html-put-image): Inhibit read-only.
7512         (gnus-html-prefetch-images): Don't prefetch images if
7513         gnus-inhibit-images is non-nil.
7514
7515 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * shr.el (shr-put-image): Break lines when inserting big pictures.
7518
7519 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7520
7521         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7522         sender, thanks Katsumi Yamaoka.
7523
7524 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7525
7526         * nnir.el (nnir-run-imap): Reverse the article list for each group
7527         rather than the whole list.
7528
7529 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * shr.el (shr-image-displayer): Protect function against non-existent
7532         image source.
7533
7534         * gnus-art.el (gnus-inhibit-images): New user option.
7535         (gnus-mime-display-single): Don't display image if it is non-nil.
7536
7537         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7538         gnus-inhibit-images.
7539
7540         * shr.el (shr-image-displayer): New function.
7541         (shr-tag-img): Use it.
7542
7543 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7544
7545         * mml2015.el (mml2015-epg-sign): Use From header.
7546
7547 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7550
7551         * gnus-util.el (gnus-find-text-property-region): Return markers.
7552
7553         * shr.el (shr-tag-img): Put a displayer in the text property.
7554
7555         * gnus-util.el (gnus-find-text-property-region): New utility function.
7556
7557         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7558         (gnus-html-show-images): Remove.
7559
7560         * gnus-art.el (gnus-article-show-images): New, more general function.
7561
7562         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7563         image url text properties.
7564
7565         * shr.el: Ditto.
7566
7567         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7568         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7569
7570 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7573         work for two or more articles.
7574
7575 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7578         divide an image that's in an html article to two or more when washing
7579         non-ASCII characters in alt text of it.
7580
7581 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7584         smime-decrypt-region using function argument.
7585         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7586
7587         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7588
7589         * smime.el (smime-decrypt-region): Catch it.
7590
7591 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7592
7593         * smime.el (smime-mode-map): Move initialization into declaration.
7594         (gnus-run-mode-hooks): Don't autoload.
7595         (smime-mode): Use define-derived-mode.
7596
7597 2010-11-11  Glenn Morris  <rgm@gnu.org>
7598
7599         * smime.el (from): Restrict declaration to XEmacs.
7600
7601         * nnir.el (gnus-group-topic-name): Autoload.
7602
7603 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * shr.el (shr-insert): Don't break long line if it is because of
7606         kinsoku-bol characters in the line end.
7607
7608 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7609
7610         * nnir.el (nnir-request-move-article): Fix to provide original group
7611         and subject.
7612         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7613         been retrieved.
7614
7615         * gnus-sum.el (gnus-summary-move-article): Use original group and
7616         subject for virtual articles such as those in an nnir summary buffer.
7617
7618 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7621         least 21.5).
7622
7623         * smime.el (from): Declare it again for XEmacs.
7624
7625 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * message.el (message-resend): Don't disable encoding unless it's
7628         already encoded.
7629
7630         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7631         low-numbered articles.
7632
7633 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * rfc2047.el (rfc2047-syntax-table): Simplify.
7636
7637         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7638
7639         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7640         set-char-table-range for XEmacs.
7641
7642 2010-11-10  Glenn Morris  <rgm@gnu.org>
7643
7644         * time-date.el (time-to-seconds): Always an alias on Emacs,
7645         never a real function.
7646         (with-no-warnings): Remove compat stub, now unused.
7647         (time-less-p): Doc fix.
7648         (time-to-number-of-days): Simplify.
7649
7650         * smime.el (from): Remove unused declaration.
7651
7652         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7653         (gnus-float-time): On Emacs, always an alias.
7654
7655         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7656         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7657
7658 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * dgnushack.el: Don't use ignore-errors in the top level form since it
7661         is unavailable in XEmacs even if cl is loaded.
7662
7663         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7664
7665 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * shr.el (browse-url-mailto): Autoload.
7668
7669         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7670
7671         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7672         regexp doesn't need quoting.
7673
7674 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7675
7676         * message.el (message-subject-trailing-was-ask-regexp)
7677         (message-subject-trailing-was-regexp): Match was: in addition to was.
7678
7679 2010-11-09  Glenn Morris  <rgm@gnu.org>
7680
7681         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7682         (nnbabyl-check-mbox): Use point-at-bol.
7683
7684 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7687
7688         * message.el (message-mailto): New function.
7689         (message-mailto): Should accept other parameters.
7690         (message-mailto): Remove since it duplicates browse-url-mailto
7691         functionality.
7692
7693 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7696         methods.
7697         (gnus-read-active-file): Ditto.
7698
7699         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7700         ": " from the prompt.
7701         (gnus-group-make-group): Ditto.
7702
7703 2010-11-07  Glenn Morris  <rgm@gnu.org>
7704
7705         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7706         (gnus-bookmark-kill-line): Use point-at-eol.
7707
7708 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7711         asterisks in From header.
7712
7713 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7714
7715         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7716         string to avoid making the From headers syntactically invalid.
7717
7718         * message.el (message-send-mail): Don't insert courtesy messages if the
7719         message already has List-Post and List-ID messages.
7720
7721 2010-11-06  Glenn Morris  <rgm@gnu.org>
7722
7723         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7724         `condition', `type', `length' a prefix.
7725         (gnus-treat-predicate): Update for above name changes.
7726
7727 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7728
7729         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7730         binding.  Handled by `gnus-summary-refer-thread' instead.
7731         (nnir-warp-to-article): New backend function.
7732
7733         * nnimap.el (nnimap-request-thread): Force dependency updating.
7734
7735         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7736         (gnus-summary-refer-thread): Rework to improve thread-referral.
7737
7738         * gnus-int.el (gnus-warp-to-article): New function.
7739
7740         * gnus-sum.el (gnus-summary-article-map): Bind it.
7741
7742 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7743
7744         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7745         gnus-summary-refer-thread.
7746
7747         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7748         headers.
7749         (gnus-summary-limit-include-thread): Prevent articles in thread from
7750         being cut in gnus-cut-threads.
7751         (gnus-summary-refer-thread): Limit retrieved headers to those in
7752         thread.
7753
7754 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * message.el (message-send-mail): Use the value of
7757         message-courtesy-message from the message buffer.
7758
7759         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7760
7761         * shr.el (shr-browse-url): Implement mailto: URLs.
7762
7763         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7764         "raw".
7765
7766         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7767         if it's already selected.
7768
7769         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7770
7771 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7774         to measure the length and truncate alt text.
7775
7776 2010-11-03  Glenn Morris  <rgm@gnu.org>
7777
7778         * nndiary.el (nndiary-generate-nov-databases-1)
7779         (nndiary-generate-active-info): Rename dynamic variable `files' to
7780         something less generic.
7781
7782 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7783
7784         * nnir.el (nnir-request-move-article): Call the underlying backend to
7785         move articles from nnir.
7786
7787 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7790
7791 2010-11-02  Julien Danjou  <julien@danjou.info>
7792
7793         * nnir.el: Remove wais support.
7794
7795 2010-11-02  Glenn Morris  <rgm@gnu.org>
7796
7797         * gnus-html.el: Reorder requirements to quieten compiler.
7798
7799 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7802         properly for XEmacs as well.
7803         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7804         (gnus-article-natural-long-line-p): Use window-width rather than
7805         frame-width.
7806
7807 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7808
7809         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7810         (nnir-read-parms): Don't modify query.
7811         (nnir-run-query): Add ability to search topic on current line.
7812         (nnir-get-active): Clean up.
7813
7814 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7817         degenerate articles.
7818
7819         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7820         (gnus-print-buffer): Just print the buffer as is, without any copying
7821         to a buffer and then re-highlighting.
7822
7823         * nnimap.el (nnimap-request-group): Store the new updated info.
7824         (nnimap-request-group): Select the group when we don't know whether it
7825         exists or not.
7826
7827         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7828         groups.
7829
7830         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7831         groups.
7832
7833         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7834         groups.
7835
7836         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7837         long-lines case by only filling the long lines.
7838
7839         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7840         (bug #7311).
7841
7842 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * shr.el: No need to declare `declare-function' since shr.el is for
7845         only Emacsen that provide `libxml-parse-html-region'.
7846
7847         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7848         effective only in a file it is referred to.
7849
7850 2010-11-01  Glenn Morris  <rgm@gnu.org>
7851
7852         * mm-util.el (gnus-completing-read): Autoload.
7853         (mm-read-coding-system): Simplify Emacs definition.
7854
7855         * nnmail.el (gnus-activate-group):
7856         * nnimap.el (gnutls-negotiate):
7857         * nntp.el (netrc-parse): Fix declarations.
7858
7859 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7862         string-match-p in Emacs >=23.
7863
7864         * gnus-msg.el (gnus-configure-posting-styles):
7865         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7866
7867 2010-11-01  Glenn Morris  <rgm@gnu.org>
7868
7869         * nnir.el (declare-function): Add compat stub.
7870         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7871         (nnir-run-gmane): Require 'mm-url.
7872
7873         * mm-util.el (mm-string-to-multibyte): Simplify.
7874
7875         * shr.el (declare-function): Add compat stub.
7876         (url-cache-create-filename): Declare.
7877         (mm-disable-multibyte, widget-convert-button): Autoload.
7878
7879         * smime.el (ldap-search): Declare.
7880         (smime-cert-by-ldap-1): Require ldap on Emacs.
7881
7882         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7883         (nnimap-keepalive): Use gnus-float-time.
7884
7885         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7886         (mail-source-delete-crash-box): Use gnus-float-time.
7887
7888         * gnus-dired.el (gnus-completing-read): Autoload.
7889
7890         * mm-view.el (gnus-rescale-image): Autoload.
7891
7892         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7893
7894         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7895
7896         * sieve-manage.el: Require 'cl when compiling.
7897
7898         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7899         (gnus-iswitchb-completing-read): Require iswitchb.
7900         (gnus-select-frame-set-input-focus): Silence compiler.
7901
7902 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * message.el (message-subject-trailing-was-query): Change default to t,
7905         since I think that's what most people want.
7906
7907         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7908         appending for easier debugging.
7909         (nnimap-wait-for-connection): Take a regexp.
7910         (nnimap-request-accept-article): Wait for the continuation line before
7911         sending anything unless we're streaming.
7912
7913         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7914         leave the header washing to take place.
7915
7916 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7917
7918         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7919         regular expression match and replace in posting styles.
7920
7921 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7922
7923         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7924         an entire server.
7925         (nnir-get-active): New function.
7926         (nnir-run-imap): Use it.
7927         (nnir-run-gmane): Who knew, gmane search returns an article score!
7928
7929         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7930         server on the current line with nnir.
7931
7932 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7935         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7936         left edge.
7937         (gnus-article-foldable-buffer): Skip past the prefix when determining
7938         raggedness.
7939
7940         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7941         the raw article, and change `C-u g' to show the article without doing
7942         treatments.
7943
7944         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7945         on to `gnus-treat-article'.
7946         (gnus-inhibit-article-treatments): New variable.
7947
7948         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7949
7950         * gnus-art.el (gnus-treatment-function-alist): Have
7951         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7952         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7953         sections.
7954
7955         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7956         parameter.
7957         (gnus-article-fill-cited-long-lines): New function.
7958         (gnus-article-fill-cited-article): Allow filling only long sections.
7959
7960         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7961         and non-punctuation (like after the apostrophe in "'We").
7962
7963         * gnus-sum.el (gnus-summary-select-article): Make sure
7964         gnus-original-article-buffer is alive.
7965
7966         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7967         reflect the order they're in in the digest.
7968
7969         * gnus.el (gnus-group-startup-message): Move point to the start of the
7970         buffer.
7971
7972         * nnimap.el (nnimap-capability): New function.
7973         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7974         is set.
7975
7976 2010-10-31  David Engster  <dengste@eml.cc>
7977
7978         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7979         conform with changes to gnus-completing-read.
7980
7981 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7984
7985 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7986
7987         * nnir.el: Move defvar, defcustom around to keep file organized
7988         and keep byte-compiler quiet.
7989         (nnir-read-parms): Accept search-engine as arg.
7990         (nnir-run-query): Pass search-engine as arg.
7991         (nnir-search-engine): Remove.
7992
7993 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * shr.el (shr-generic): The text nodes should be text, not :text.
7996
7997         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7998         later in the file.
7999
8000 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8001
8002         * nnir.el: General clean up.  Allow searching with multiple engines.
8003         Allow separate extra-parameters for each engine.
8004         Batch queries when possible.
8005         (nnir-imap-default-search-key,nnir-method-default-engines):
8006         Add customize interface.
8007         (nnir-run-gmane): New engine.
8008         (nnir-engines): Use it.  Qualify all prompts with engine name.
8009         (nnir-search-engine): Remove global variable.
8010         (nnir-run-hyrex): Restore for now.
8011         (nnir-extra-parms,nnir-search-history): New variables.
8012         (gnus-group-make-nnir-group): Use them.
8013         (nnir-group-server): Remove in favor of gnus-group-server.
8014         (nnir-request-group): Avoid searching twice.
8015         (nnir-sort-groups-by-server): New function.
8016
8017 2010-10-30  Julien Danjou  <julien@danjou.info>
8018
8019         * gnus-group.el: Remove gnus-group-fetch-control.
8020
8021         * gnus-start.el (gnus-find-new-newsgroups):
8022         Remove gnus-check-first-time-used.
8023
8024         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8025
8026 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8027
8028         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8029         set on groups that don't have \* permanentflags.
8030
8031 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032
8033         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8034         control the background color.
8035         (shr-tag-img): Ignore very small web bug type images.
8036         (shr-put-image): Add help-echo alt texts to the images.
8037         (shr-tag-video): Show the video poster image.
8038
8039 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * shr.el (shr-table-depth): New variable.
8042         (shr-tag-table-1): Only insert the images after the top-level table.
8043
8044         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8045
8046         * gnus-util.el (gnus-list-memq-of-list): New function.
8047
8048         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8049         selected.
8050         (nnimap-unsplittable-articles): New slot.
8051         (nnimap-new-articles): Use it.
8052
8053 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8054
8055         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8056         move to the previous line on `M-g'.
8057
8058 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8061         *-request-group, which seems unnecessary.
8062
8063         * nnimap.el (nnimap-quote-specials): Function copied over from
8064         imap.el.
8065         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8066         they support that.  Suggested by Tom Regner.
8067
8068 2010-10-29  Julien Danjou  <julien@danjou.info>
8069
8070         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8071         defalias.
8072         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8073
8074         * gnus.el: Remove `gnus-nntp-service' variable.
8075         (gnus-secondary-servers): Make obsolete.
8076         (gnus-nntp-server): Make obsolete.
8077
8078         * gnus-start.el (gnus-1): Remove x-splash calls.
8079
8080         * gnus-ems.el (gnus-x-splash): Remove.
8081
8082         * gnus.el (gnus-group-startup-message): Simplify/update code.
8083
8084         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8085         definition.
8086
8087         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8088         capability before doing anything.
8089         (gnus-group-insert-group-line): Remove useless
8090         gnus-group-remove-excess-properties.
8091
8092 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8095
8096 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8099         config after reselecting.
8100
8101 2010-10-28  Julien Danjou  <julien@danjou.info>
8102
8103         * shr.el (shr-put-image): Use point even if only inserting text.
8104         (shr-put-image): Save excursion when inserting alt text on non-graphic
8105         display, so the behavior is the same when we are on a graphic display.
8106
8107         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8108
8109 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8112         (gnus-mime-copy-part): Check coding system, not charset.
8113         (gnus-mime-view-part-externally): Never remove part.
8114         (gnus-mime-view-part-internally): Don't remove part here.
8115         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8116         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8117         multipart/alternative.
8118
8119         * mm-decode.el (mm-display-part): Take optional arg `force'.
8120
8121 2010-10-26  Julien Danjou  <julien@danjou.info>
8122
8123         * gnus-group.el (gnus-group-default-list-level): Add this function to
8124         compute the default list level.
8125         (gnus-group-default-list-level): Add possibility to use a function.
8126
8127 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8130
8131         * gnus-group.el (gnus-group-completing-read)
8132         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8133         gnus-replace-in-string.
8134
8135 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * shr.el (shr-tag-div): Add.
8138
8139         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8140
8141 2010-10-25  Julien Danjou  <julien@danjou.info>
8142
8143         * gnus-util.el: Remove `gnus-with-local-quit'.
8144
8145         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8146
8147 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8150         the original article buffer.
8151
8152 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * nnimap.el (nnimap-request-head): New function.
8155         (nnimap-request-move-article): Try to be slightly faster by not
8156         requesting the entire message when moving.
8157         (nnimap-transform-headers): Don't bug out on bodiless articles.
8158         (nnimap-send-command): Have no outstanding messages if the IMAP server
8159         doesn't support streaming.
8160         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8161
8162 2010-10-24  Julien Danjou  <julien@danjou.info>
8163
8164         * message.el (message-default-headers): Fix type.
8165
8166 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8169         prefetching images.
8170
8171         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8172         backend for unknown groups.  This is mainly useful for nnimap groups.
8173
8174         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8175         group isn't covered by the agent.
8176
8177 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8178
8179         * nnir.el (nnir-method-default-engines): New variable.
8180         (nnir-run-query): Use it.
8181         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8182         (gnus-summary-nnir-goto-thread): Change group if needed.
8183
8184         * gnus-group.el (gnus-group-group-map): Add key binding for
8185         gnus-group-make-nnir-group.
8186
8187 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * shr.el (shr-tag-object): Add.
8190
8191         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8192         original article buffer live.
8193         (gnus-summary-select-article-buffer):
8194         Mention gnus-widen-article-buffer.
8195
8196 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * shr.el (shr-tag-strong): Add.
8199
8200 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8203         group names.  They mess up the group buffer badly.
8204
8205         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8206
8207         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8208         instead of the summary one.
8209
8210 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * mml.el (mml-preview): Work properly when editing article.
8213
8214         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8215         gnus-have-read-active-file if it's already been in.
8216
8217 2010-10-22  Tom Tromey  <tromey@redhat.com>
8218
8219         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8220         gnus-group-completing-read.
8221
8222 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * message.el (message-mode-map): Don't bind M-; to comment region, to
8225         allow the global comment-dwim to work.
8226
8227 2010-10-21  Julien Danjou  <julien@danjou.info>
8228
8229         * message.el (message-setup-1): Allow message-default-headers to be a
8230         function.
8231
8232 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * shr.el (shr-tag-table): Simplify.
8235
8236 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8239         to avoid trying to snarf invalid stuff.
8240
8241         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8242
8243         * gnus.el (gnus-message-archive-group): Quote value.
8244         (gnus-message-archive-group): Mark as changed.
8245
8246         * shr.el (shr-add-font): Don't put the font properties on the newline
8247         or the indentation.
8248
8249         * message.el (message-fix-before-sending): Change options when sending
8250         non-printable characters.
8251
8252         * gnus.el (gnus-message-archive-method): Change the default to
8253         monthly outgoing groups.
8254
8255         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8256         that have gotten new numbers.
8257
8258         * nnimap.el (nnimap-request-replace-article): New function.
8259
8260 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8263         (nnrss-request-article): Don't use special html washing code.
8264
8265 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * shr.el (shr-tag-table): Remove useless nconc.
8268
8269 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * gnus-art.el (article-wash-html): Simplify and remove the charset
8272         stuff.  Use the normal html rendering code instead of the special html
8273         washing code.
8274
8275         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8276         `gnus-w3m' symbols.
8277         (mm-text-html-washer-alist): Remove.
8278
8279         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8280         (mm-inline-media-tests): Remove use.
8281         (mm-text-html-renderer): Change default to the `shr' symbol.
8282
8283         * mm-view.el (mm-inline-text-html): Remove use.
8284
8285         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8286         `gnus-blocked-images' to be a function.
8287         (gnus-article-wash-function): Remove.
8288
8289 2010-10-20  Julien Danjou  <julien@danjou.info>
8290
8291         * spam.el (spam-list-of-processors): Mark as obsolete.
8292
8293         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8294         (nnimap-insert-partial-structure): Fix boundary detection.
8295
8296 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8297
8298         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8299         run file-truename on remote files.  This can be expensive and even
8300         prevent one from editing drafts if some unrelated buffer has a stale
8301         connection.
8302
8303 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8306         kinsoku-eol regardless of shr-kinsoku-shorten.
8307         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8308         (shr-tag-table): Support caption, thead, and tfoot.
8309
8310 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8313         lines.
8314         (shr-save-contents): New command and keystroke.
8315
8316         * nndoc.el (nndoc-type-alist): Add git support.
8317         (nndoc-git-type-p): New function.
8318         (nndoc-transform-git-article): Ditto.
8319         (nndoc-transform-git-headers): Ditto.
8320         (nndoc-transform-git-headers): Generate Subject headers.
8321
8322         * shr.el (shr-parse-style): New function.
8323         (shr-tag-span): Ditto.
8324
8325         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8326         to `G G' to avoid collisions.
8327
8328 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * shr.el: Load kinsoku if necessary.
8331         (shr-kinsoku-shorten): New internal variable.
8332         (shr-find-fill-point): Make kinsoku shorten text line if
8333         shr-kinsoku-shorten is bound to non-nil.
8334         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8335         shr-indentation too when testing if table is wider than frame width.
8336         (shr-insert-table): Use `string-width' instead of `length' to measure
8337         text width.
8338         (shr-insert-table-ruler): Make sure indentation is done at bol.
8339
8340 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8341
8342         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8343         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8344         undecoded network data.
8345
8346 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8349         name in the mode line spec so that the mode line menu works
8350         (bug #2431).
8351
8352         * message.el (message-get-reply-headers): If we're fed `to-address',
8353         then always use that.
8354
8355         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8356         aren't so wide as to need to switch off the edit menu.
8357
8358         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8359         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8360
8361         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8362         `M-g'.
8363         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8364         the permanent marks.
8365
8366 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8367
8368         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8369         Splitting according to references/in-reply-to obeys the ignore-groups
8370         variable, while splitting by sender and subject do not.
8371
8372 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8375         alist, so that we can look for non-Unicode chars.
8376         (article-translate-strings): Allow both character and string maps.
8377
8378 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * shr.el (shr-insert): Don't insert space behind a wide character
8381         categorized as kinsoku-bol, or between characters both categorized as
8382         nospace.
8383
8384 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8385
8386         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8387         headers to gnus-newsgroup-headers.
8388
8389 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * shr.el (shr-tag-img): Don't align images -- since we're not
8392         rescaling, this often leads to ugly displays.
8393
8394 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8395
8396         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8397         duplicates.
8398
8399 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8400
8401         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8402         call.
8403
8404 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus.el: Autoload gnus-html-show-images.
8407
8408         * nnimap.el: Use nnheader-message throughout.
8409
8410         * shr.el (shr-tag-img): Ignore images with no data.
8411
8412 2010-10-15  Julien Danjou  <julien@danjou.info>
8413
8414         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8415         a possibility to disable format=flow encoding when using hard newlines.
8416
8417 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * shr.el (shr-insert): Remove space inserted before or after a
8420         breakable character or at the beginning or the end of a line.
8421         (shr-find-fill-point): Do kinsoku; find the second best point or give
8422         it up if there's no breakable point.
8423
8424 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * nnimap.el (nnimap-open-connection): Message when opening connection
8427         for debugging purposes.
8428
8429         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8430         on every setup buffer call to allow this to change from article to
8431         article.
8432
8433         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8434         buffers where we have a wide table.
8435
8436 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8437
8438         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8439         uses *-request-thread.
8440
8441 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8444         incantation, which is no longer valid.
8445
8446 2010-10-14  Julien Danjou  <julien@danjou.info>
8447
8448         * shr.el: Fix defcustom type (char -> character).
8449
8450 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8453         programs.
8454
8455 2010-10-14  Julien Danjou  <julien@danjou.info>
8456
8457         * shr.el (shr-tag-a): Use url-link as widget type.
8458
8459         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8460         `gnus-group-get-icon'.
8461
8462 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8465         This should make server editing work better.
8466
8467         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8468
8469         * tls.el (tls-program): Remove spurious %s from openssl.
8470
8471         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8472         (nnimap-parse-flags): Fix regexp.
8473
8474         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8475         probably work for CJVK text, too.
8476
8477         * nnimap.el (nnimap-extend-tls-programs): Remove.
8478         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8479
8480         * tls.el (tls-starttls-switches): Remove starttls hack.
8481         (open-tls-stream): Ditto.
8482         (tls-find-starttls-argument): Ditto.
8483
8484 2010-10-13  Julien Danjou  <julien@danjou.info>
8485
8486         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8487         responses.
8488
8489 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8492
8493         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8494         anything in Emacs.
8495
8496         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8497
8498 2010-10-13  Julien Danjou  <julien@danjou.info>
8499
8500         * shr.el (shr-width): Make shr-width a defcustom with default to
8501         fill-column.
8502         (shr-tag-img): Use shr-width rather than fill-column.
8503
8504 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * dgnushack.el (byte-optimize-apply):
8507         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8508
8509         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8510         position when (X-)Faces exist.
8511         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8512         avatars when called interactively.
8513
8514 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8517         gnus-article-x-face-too-ugly is bound.
8518
8519 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520
8521         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8522
8523         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8524         mailbox that doesn't exist.
8525
8526 2010-10-12  Julien Danjou  <julien@danjou.info>
8527
8528         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8529         (shr-get-image-data): Encode URL properly when fetching from cache.
8530         (shr-tag-img): Use aligned-to spaces to align correctly images.
8531
8532         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8533         before inserting the Gravatar.
8534
8535         * shr.el (shr-tag-img): Add align attribute support for <img>.
8536
8537 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-gravatar.el (gnus-art): Require.
8540
8541         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8542         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8543         Remove long obsoleted functions.
8544
8545 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8548
8549         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8550
8551         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8552         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8553         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8554         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8555         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8556         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8557         * sieve-manage.el, smime.el, spam.el:
8558         Fix comment for declare-function.
8559
8560 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * nnimap.el (nnimap-request-rename-group): Select group read-only
8563         before renaming it.
8564
8565         * shr.el (shr-insert): Fix up the white space only regexp.
8566
8567         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8568         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8569
8570         * shr.el (shr-current-column): New function.
8571         (shr-find-fill-point): New function.
8572
8573 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8574
8575         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8576         numbers.
8577
8578 2010-10-11  Julien Danjou  <julien@danjou.info>
8579
8580         * shr.el (shr-hr-line): Add.
8581         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8582         display hr lines.
8583         (shr-max-columns): Do not change state to nil if we just inserting
8584         spaces.
8585
8586 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8589         select the last group.
8590
8591 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8592
8593         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8594
8595 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8596
8597         * dig.el (dig-mode-map): Declare and define in one step.
8598
8599 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8602         for Gnus.
8603         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8604         (nnimap-update-qresync-info): Mark \Seen articles as read.
8605
8606         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8607         non-variable, too.
8608
8609         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8610         available.
8611         (nnimap-update-info): Rely more on the current active than the param
8612         active to avoid marking articles as read too much.
8613
8614         * auth-source.el (auth-source-create): Use (user-login-name) for the
8615         user name default.
8616
8617         * nnimap.el (nnimap-update-info): If the server doesn't return any
8618         useful info, just use the previous info.
8619         (nnimap-update-info): Prefer old info over start-article.
8620         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8621
8622 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8623
8624         * nnir.el (autoload): Clean up autoloads.
8625         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8626         Use key rather than value.
8627         (nnir-imap-search-other): New variable.
8628         (nnir-read-parm): Use it.
8629         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8630         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8631
8632 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8633
8634         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8635         the process, too.
8636
8637 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * spam.el (gnus-summary-mode-map): Bind to "$".
8640         Suggested by Russ Allbery.
8641
8642         * shr.el: Rework the way things are indented by <li> slightly.
8643
8644         * gnus.el (gnus-group-set-parameter): Fix typo.
8645
8646         * nnimap.el: Start implementing QRESYNC support.
8647
8648 2010-10-09  Julien Danjou  <julien@danjou.info>
8649
8650         * nnir.el (nnir-engines): Fix too many arguments.
8651
8652 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8655         group is the "last", so that the backends like nnfolder actually save
8656         their folders.
8657
8658         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8659         try to use that for the tls stream.
8660         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8661         UIDVALIDITY and find out which groups are read-only and not.
8662         (nnimap-get-flags): Use the same marks parsing code as the rest of
8663         nnimap.
8664
8665 2010-10-09  Julien Danjou  <julien@danjou.info>
8666
8667         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8668
8669         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8670         retrieving gravatars.
8671
8672         * shr.el (shr-table-corner): Add.
8673         (shr-table-line): Add.
8674         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8675
8676 2010-10-08  Julien Danjou  <julien@danjou.info>
8677
8678         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8679
8680 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8681
8682         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8683
8684         * gnus-sum.el (gnus-mark-article-as-unread)
8685         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8686         (gnus-summary-set-bookmark): Use it.
8687
8688         * gnus-msg.el (gnus-setup-message): Use it.
8689
8690         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8691
8692         * gnus.el (gnus-group-remove-parameter): Use it.
8693
8694         * gnus-group.el (gnus-group-make-web-group): Use it.
8695
8696         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8697
8698         * nnregistry.el: Update docs to mention manual.
8699
8700         * gnus-registry.el: Update docs to mention nnregistry.el.
8701         (gnus-registry-initialize): Don't install nnregistry refer method
8702         automatically.
8703         (gnus-registry-install-nnregistry): Remove it.
8704
8705 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * shr.el (shr-insert): Don't insert double spaces.
8708
8709 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-gravatar.el (gnus-treat-from-gravatar)
8712         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8713         called interactively.
8714
8715         * gnus-art.el (gnus-mime-view-part-externally)
8716         (gnus-mime-view-part-internally): Make predicate function passed to
8717         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8718         of a mime type.
8719
8720         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8721
8722 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * shr.el (require): Require cl when compiling.
8725         (shr-tag-hr): New function.
8726
8727         * nnimap.el (nnimap-update-info): Remove double setting of high.
8728         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8729         This makes nnimap work properly on Courier again.
8730
8731         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8732         the variable for backwards compatibility.
8733
8734         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8735         the file name before using to avoid setting mm-default-directory to
8736         nil.
8737
8738         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8739         bidning gnus-agent variables.
8740
8741         * shr.el (shr-render-td): Use a cache for the table rendering function
8742         to avoid getting an exponential rendering behavior in nested tables.
8743         (shr-insert): Rework the line-breaking algorithm.
8744         (shr-insert): Don't leave trailing spaces.
8745         (shr-insert-table): Also insert empty TDs.
8746         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8747
8748 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8749
8750         * gnus-sum.el (gnus-number): Rename from `number'.
8751         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8752         (gnus-summary-limit-children): Update uses correspondingly.
8753
8754 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8757         (gnus-gravatar-transform-address): Don't show avatars of people of
8758         which mail addresses match gnus-gravatar-too-ugly.
8759
8760 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * shr.el (shr-table-widths): Expand TD elements to fill available
8763         space.
8764
8765 2010-10-07  Julien Danjou  <julien@danjou.info>
8766
8767         * nnimap.el (nnimap-request-rename-group): Add this method.
8768
8769 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8772         name from XEmacs' function-arglist.
8773
8774         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8775         gravatar under XEmacs.
8776
8777 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8778
8779         * auth-source.el: Update docs with TODO items.
8780
8781         * gnus-sync.el: Update docs to explain state and plans.
8782
8783         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8784         Hooks for mark updates.
8785         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8786
8787         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8788         hooks with arguments, which is needed for mark update hooks.
8789
8790 2010-10-06  Julien Danjou  <julien@danjou.info>
8791
8792         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8793         was matched.
8794
8795         * sieve-manage.el: Update example in `Commentary'.
8796
8797         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8798
8799         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8800         not 2000.
8801         (sieve-manage-authenticate): Re-add function.
8802
8803 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * shr.el (shr-insert): Get 'space transition right.
8806         (shr-render-td): Only delete space at the end of the TD.
8807
8808         * nnimap.el (nnimap-open-connection): Prepare to support
8809         open-gnutls-stream.
8810
8811         * shr.el: Rearrange function order to be more logical.
8812
8813 2010-10-06  Julien Danjou  <julien@danjou.info>
8814
8815         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8816         (nnrss-discover-feed): Remove 404 URL in docstring.
8817
8818         * nnir.el: Fix Swish-E URL.
8819         Fix Namazu URL.
8820
8821         * message.el (message-change-subject): Remove 404 URL in a comment.
8822
8823 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8826         called interactively.
8827
8828         * gnus-util.el (gnus-remove-if): Allow hash table.
8829         (gnus-remove-if-not): New function.
8830
8831         * gnus-art.el (gnus-mime-view-part-as-type):
8832         * gnus-score.el (gnus-summary-score-effect):
8833         * gnus-sum.el (gnus-read-move-group-name):
8834         Replace remove-if-not with gnus-remove-if-not.
8835
8836         * gnus-group.el (gnus-group-completing-read):
8837         Regard collection as a hash table if it is not a list.
8838
8839 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8842
8843         * shr.el: Document the table-rendering algorithm.
8844
8845 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8848         for Emacsen having no `libxml-parse-html-region' support.
8849
8850 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8853         invalid URLs.
8854
8855         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8856         line-broken.
8857         (shr-tag-img): Ignore image fetching errors.
8858         (shr-overlays-in-region): Compute overlay positions correctly.
8859
8860         * mm-decode.el (mm-shr): Require shr.
8861
8862         * gnus-art.el (gnus-blocked-images): Move variable here.
8863
8864         * shr.el (shr-insert-table): Bind free variable.
8865
8866         * mm-decode.el (mm-shr): Bind shr-content-function.
8867
8868         * shr.el (shr-content-function): New variable.
8869
8870         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8871         added for symmetry.
8872
8873         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8874
8875         * gnus-group.el (gnus-group-make-group): Doc fix.
8876
8877         * nnimap.el (nnimap-request-newgroups): Return success.
8878
8879         * shr.el (shr-find-elements): New function.
8880         (shr-tag-table): Put all the images after the table.
8881         (shr-tag-table): Really inhibit images inside the table.
8882         (shr-collect-overlays): Copy over overlays from the TD elements to the
8883         main document.
8884
8885         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8886         gnus-blocked-images.
8887
8888 2010-10-05  Julien Danjou  <julien@danjou.info>
8889
8890         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8891
8892         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8893         (gnus-html-maximum-image-size): Add this function.
8894         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8895
8896         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8897         server-value of the capability is nil.
8898
8899 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * shr.el (shr-tag-em): Add <EM> tag.
8902
8903 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8904
8905         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8906         customizable.
8907
8908         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8909         handing broken links to browse-url.
8910
8911 2010-10-05  Julien Danjou  <julien@danjou.info>
8912
8913         * gnus-util.el (gnus-emacs-completing-read)
8914         (gnus-iswitchb-completing-read): Use autoload rather than require.
8915
8916 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8919         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8920         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8921         iswitchb-temp-buflist for XEmacs.
8922
8923         * gnus-util.el (gnus-completing-read-function): Exclude
8924         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8925         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8926         XEmacs.
8927
8928         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8929         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8930
8931         * gnus-html.el: Don't require help-fns under XEmacs.
8932         (gnus-html-schedule-image-fetching): Work for XEmacs.
8933
8934         * mm-decode.el (mm-shr): Decode contents by charset.
8935
8936 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8939         unknown.
8940
8941         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8942         (shr-get-image-data): Ensure against the cache file missing.
8943
8944         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8945         for data.
8946
8947         * spam-report.el (spam-report-url-ping-plain): Don't query about
8948         killing the process.
8949
8950         * shr.el (shr-render-td): Protect against too-wide text.
8951
8952 2010-10-04  Julien Danjou  <julien@danjou.info>
8953
8954         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8955         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8956
8957         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8958         retrieved.
8959
8960 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * shr.el (browse-url): Require.
8963         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8964         lines.
8965         (shr-show-alt-text, shr-browse-image): New commands.
8966         (shr-browse-url, shr-copy-url): New commands.
8967
8968         * gnus-sum.el (gnus-widen-article-window): New variable.
8969         (gnus-summary-select-article-buffer): Use it.
8970
8971         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8972         without @ signs.
8973
8974 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8975
8976         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8977
8978 2010-10-04  Julien Danjou  <julien@danjou.info>
8979
8980         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8981         for XEmacs.
8982
8983 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8986
8987         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8988         (nnimap-close-server): Implement.
8989
8990         * dgnushack.el (iswitchb): Require to shut up the compiler.
8991
8992         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8993         (shr-insert): Tweak line breaking.
8994         (shr-insert): Handle <pre> better.
8995         (shr-tag-li): Get <li> indentation right.
8996         (shr-tag-li): Get <li> indentation even righter.
8997         (shr-tag-blockquote): Ensure paragraph start.
8998         (shr-make-table): Tweak table generation.
8999         (shr-make-table): Fix typo.
9000
9001         * shr.el: Implement table rendering.
9002
9003 2010-10-04  Julien Danjou  <julien@danjou.info>
9004
9005         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9006
9007 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * shr.el (shr-insert): Use string anchors instead of line anchors.
9010
9011 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * shr.el: Add headings.
9014         (shr-ensure-paragraph): Actually work.
9015         (shr-tag-li): Make <ul> prettier.
9016         (shr-insert): Get white space at the beginning/end of elements right.
9017         (shr-tag-p): Collapse subsequent <p>s.
9018         (shr-ensure-paragraph): Don't insert double line feeds after blank
9019         lines.
9020         (shr-insert): \t is also space.
9021         (shr-tag-s): Fix "s" tag name function.
9022         (shr-tag-s): Fix face prop name.
9023
9024 2010-10-03  Julien Danjou  <julien@danjou.info>
9025
9026         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9027
9028         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9029         gnus-window-inside-pixel-edges.
9030
9031         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9032         gnus-ems.
9033
9034         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9035
9036         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9037         function.
9038
9039         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9040         resize choice.
9041
9042 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9045         beginning of the buffer.
9046
9047         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9048         article buffer again.
9049
9050         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9051
9052         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9053         when it's at the start of the buffer.
9054
9055         * shr.el (shr-tag-blockquote): Convert name.
9056         (shr-rescale-image): Use the right image-size variant.
9057
9058         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9059         buffer isn't shown, then select the current article first instead of
9060         bugging out.
9061         (gnus-summary-select-article-buffer): Show both the article and summary
9062         buffers again.
9063
9064         * shr.el (shr-fontize-cont): Protect against regions with no text.
9065         Rename tag functions to shr-tag-* for enhanced security.
9066         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9067
9068 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9069
9070         * shr.el (shr-insert):
9071         * pop3.el (pop3-movemail):
9072         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9073         loaded.
9074
9075 2010-10-03  Glenn Morris  <rgm@gnu.org>
9076
9077         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9078
9079         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9080
9081         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9082
9083         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9084
9085         * gnus-util.el (gnus-make-local-hook): Simplify.
9086
9087 2010-10-02  Julien Danjou  <julien@danjou.info>
9088
9089         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9090         (gnus-ido-completing-read): New function.
9091         (gnus-emacs-completing-read): New function.
9092         (gnus-completing-read): Use gnus-completing-read-function.
9093         Add gnus-completing-read-function.
9094
9095 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * shr.el (shr-insert-document): Autoload.
9098         (shr-img): Be silent.
9099         (shr-insert): Add a newline after every picture before text.
9100         (shr-add-font): Use overlays for combining faces.
9101         (shr-insert): Pass upwards the text start point.
9102
9103         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9104         possible.
9105         (mm-shr): New function.
9106
9107 2010-10-02  Julien Danjou  <julien@danjou.info>
9108
9109         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9110         should go backward.
9111
9112 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9113
9114         * shr.el (shr): Fix typo in provide call.
9115
9116 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * shr.el: New file.
9119
9120         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9121
9122         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9123         completing read.
9124
9125 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9128         we're being queried about.  Suggested by Dan Jacobson.
9129
9130         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9131         Suggested by Jason Eisner.
9132
9133         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9134         table, too.  Suggested by Stefan Wiens.
9135         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9136         the table unnecessary.  Suggested by Stefan Wiens.
9137
9138         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9139         longer needed, and probably doesn't work either, as pointed out by
9140         Stefan Wiens.
9141         (gnus-summary-exit): Remove call to the clearing function.
9142         (gnus-summary-exit-no-update): Ditto.
9143
9144         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9145         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9146         Reported by Stefan Monnier.
9147         (gnus-summary-save-in-rmail): Ditto.
9148
9149         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9150         article buffer, instead of both the article buffer and the summary
9151         buffer.  Sort of suggested by Dan Jacobson.
9152
9153         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9154
9155         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9156         Suggested by Dan Jacobson.
9157
9158         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9159         documentation clearer.
9160
9161         * message.el (message-shorten-references): Comment on the number "21".
9162         Suggested by Stefan Monnier.
9163
9164         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9165         Suggested by Dan Jacobson.
9166
9167         * gnus.el (gnus-large-newsgroup):
9168         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9169
9170         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9171         externalize attachments.  Bug reported by Steve Wen.
9172
9173         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9174         really message anything to the user.
9175
9176         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9177         directly.
9178
9179         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9180         messages in empty groups.
9181
9182 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9183
9184         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9185         non-UIDNEXT group.
9186
9187 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9190         not the value from the collection.
9191
9192         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9193         values.  This sometimes happens on some groups that have no info.
9194         (nnimap-request-newgroups): New function.
9195
9196 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9197
9198         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9199         check into `gnus-registry-initialize'.
9200         (gnus-registry-initialize): Ditto.
9201         Fix and extend header docs.
9202
9203 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9206         regexp backtrace overflows.
9207
9208         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9209         for starttls that tls.el implements; i.e. openssl.
9210
9211         * tls.el (tls-starttls-switches): Give up on using starttls with
9212         gnutls-cli.
9213         (tls-program): Add --insecure to be consistent with the defaults from
9214         openssl s_client.  Now all three commands are insecure.
9215
9216 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * lpath.el: Bind completion-styles-alist for XEmacs.
9219
9220         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9221         (gravatar-create-image): New function that's an alias to
9222         gnus-xmas-create-image, gnus-create-image, or create-image.
9223         (gravatar-data->image): Use it.
9224
9225 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9228         install the nnregistry refer method.
9229         (gnus-registry-install-hooks): Use it.
9230         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9231         unfollowed groups.
9232
9233 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9234
9235         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9236         expanding threads.
9237
9238 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * nnir.el: Use the server names without suffixes (bug #7009).
9241
9242         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9243         unencrypted to STARTTLS, if possible.
9244
9245 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9246
9247         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9248         headers before superseding.
9249
9250 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * nnrss.el (nnrss-use-local): Add documentation.
9253
9254         * nnimap.el (nnimap-extend-tls-programs): New function.
9255         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9256         (nnimap-wait-for-connection): Accept the greeting from the stupid
9257         output from openssl s_client -starttls, too.
9258
9259         * tls.el (tls-starttls-switches): New variable.
9260         (tls-find-starttls-argument): Use it.
9261         (open-tls-stream): Ditto.
9262
9263         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9264         (netrc-machine): Ditto.
9265
9266         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9267         article number.
9268         (nnimap-split-fancy): New variable.
9269         (nnimap-split-incoming-mail): Use it.
9270
9271         * nntp.el (nntp-server-list-active-group): Document.
9272
9273         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9274         SELECT to get the message-id.
9275
9276         * mail-source.el (mail-sources): Remove webmail support.
9277         (defvar): Ditto.
9278         (mail-source-fetcher-alist): Ditto.
9279         (mail-source-fetch-webmail): Remove.
9280
9281         * webmail.el: Remove -- doesn't seem relevant any more.
9282
9283         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9284
9285         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9286         the \r.
9287
9288 2010-09-30  Julien Danjou  <julien@danjou.info>
9289
9290         * gnus-agent.el (gnus-agent-add-group): Fix call to
9291         gnus-completing-read.
9292
9293 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * nndoc.el (nndoc-retrieve-groups): New function.
9296
9297         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9298         `default', use nnmail-split-methods.
9299         (nnimap-request-article): Downcase the NILs so that they are nil.
9300
9301         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9302         symbol.
9303
9304         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9305         code, since if the user has requested network, that's what they ought
9306         to get.
9307         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9308         (nnimap-split-rule): Mark as obsolete.
9309
9310         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9311         New variable.
9312
9313         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9314         correct slot, too.
9315
9316 2010-09-29  Julien Danjou  <julien@danjou.info>
9317
9318         * gnus.el (gnus-local-domain): Declare variable obsolete.
9319
9320         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9321         Fix history computing.
9322         (gnus-ido-completing-read): Require ido.
9323
9324 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9327         build Gnus.
9328
9329         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9330         when interpreting the structures.
9331         (nnimap-request-accept-article): Add \r\n to the lines to make this
9332         work with Cyrus.
9333
9334         * nndraft.el (nndraft-request-expire-articles): Use the group name
9335         instead if "nndraft".  Fix found by Nils Ackermann.
9336
9337 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9338
9339         * nnregistry.el: Add.
9340
9341 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9342
9343         * nnmail.el (group, group-art-list, group-art):
9344         Remove unneeded directives.
9345
9346 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9349         (mm-mime-charset):
9350         * rfc2047.el (rfc2047-syntax-table):
9351         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9352
9353         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9354         rather than `insert-file-contents' and `eval-region'.
9355
9356         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9357         construction.
9358
9359         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9360
9361         * time-date.el: No need to require cl for Emacs 21.
9362
9363 2010-09-29  Julien Danjou  <julien@danjou.info>
9364
9365         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9366         replacement of `gnus-gravatar-relief' to mimic
9367         `gnus-faces-properties-alist'.
9368         Add :version property.
9369
9370 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * mail-source.el (mail-source-report-new-mail):
9373         * message.el (message-default-mail-headers):
9374         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9375
9376         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9377
9378 2010-09-28  Julien Danjou  <julien@danjou.info>
9379
9380         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9381         mail-address contains the same string as real-name.
9382
9383         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9384         non-blank in header, otherwise it'll get stripped.
9385
9386         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9387         real-name, and then for mail address rather than doing : or , search.
9388
9389 2010-09-27  Julien Danjou  <julien@danjou.info>
9390
9391         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9392         right completing-read function.
9393         (gnus-use-ido): New variable
9394         (gnus-completing-read-with-default): Remove.
9395         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9396         (gnus-agent-add-group):
9397         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9398         * mm-view.el (mm-view-pkcs7-decrypt):
9399         * mm-util.el (mm-codepage-setup):
9400         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9401         * mml-smime.el (mml-smime-openssl-sign-query):
9402         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9403         (mml-insert-multipart):
9404         * gnus-msg.el (gnus-summary-yank-message):
9405         * gnus-int.el (gnus-start-news-server):
9406         * mm-decode.el (mm-interactively-view-part):
9407         * gnus-dired.el (gnus-dired-attach):
9408         * gnus.el (gnus-read-method):
9409         * gnus-bookmark.el (gnus-bookmark-jump):
9410         * gnus-art.el (gnus-mime-view-part-as-type)
9411         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9412         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9413         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9414         * nnmairix.el (nnmairix-create-server-and-default-group)
9415         (nnmairix-update-groups, nnmairix-get-server)
9416         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9417         (nnmairix-get-group-from-file-path):
9418         * nnrss.el (nnrss-find-rss-via-syndic8):
9419         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9420         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9421         (gnus-group-browse-foreign-server):
9422         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9423         (gnus-summary-execute-command, gnus-summary-respool-article)
9424         (gnus-read-move-group-name):
9425         * gnus-score.el (gnus-summary-increase-score)
9426         (gnus-summary-score-effect):
9427         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9428
9429 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9432         x-focus-frame.
9433
9434         * nnimap.el (auth-source-forget-user-or-password)
9435         (auth-source-user-or-password): Autoload.
9436
9437         * message.el (message-from-style, message-interactive)
9438         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9439         (message-yank-prefix, message-indentation-spaces, message-signature)
9440         (message-signature-file): Add comment.
9441
9442 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9445         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9446         new articles.
9447
9448         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9449         parts.
9450         (nnimap-request-article): Work with the t setting, too.
9451
9452         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9453         that you don't get flashes of other buffers.
9454         (gnus-summary-show-complete-article): Intern before setting.
9455
9456 2010-09-27  David Engster  <dengste@eml.cc>
9457
9458         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9459         well as HEADERS.
9460         (nnmairix-retrieve-headers): Provide new argument for the above.
9461
9462 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * gnus-sum.el (gnus-summary-move-article): Don't alter
9465         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9466         group.
9467
9468         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9469
9470         * message.el (message-cite-prefix-regexp): Revert my last edit.
9471
9472         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9473         variable instead of the Gnus variable.
9474
9475         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9476
9477         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9478
9479         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9480         since some servers don't like it.
9481         (nnimap-open-connection): Forget credentials if the server says the
9482         password was wrong.
9483         (nnimap-parse-line): Protect against invalid data.
9484
9485         * gnus-sum.el (gnus-summary-move-article): Add comment.
9486         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9487         nothing alters it while scanning for new messages.
9488
9489         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9490         which may or may not help.
9491         (nnimap-open-connection): If we're doing a stream connection, and then
9492         discover we're on a STARTTLS-capable server, then open a STARTTLS
9493         connection instead.
9494
9495 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * nnimap.el (utf7): Require.
9498
9499         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9500         prefix.
9501
9502 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9503
9504         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9505
9506 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9507
9508         * nnimap.el (nnimap-request-accept-article): Message the error on
9509         error.
9510
9511 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9514
9515 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * nndoc.el (nndoc-request-list): Return success always.
9518
9519         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9520         `fetch-old' -- we only want to fetch the articles we've requested.
9521         The rest are in the agent, probably.
9522         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9523         disappeared server" to something low.  It's not important.
9524
9525         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9526         arrived before the FETCH data.
9527
9528         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9529         target here, because we don't know the Gnus name of the group.
9530
9531         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9532         for the correct group.
9533
9534         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9535
9536         * gnus.el (gnus): Give a final warning after startup.
9537
9538         * gnus-util.el (gnus-action-message-log): New variable.
9539         (gnus-message): Use it.
9540         (gnus-final-warning): New function.
9541
9542         * nnimap.el (nnimap-open-connection): Record the greeting.
9543         (nnimap): Add greeting.
9544
9545 2010-09-26  Julien Danjou  <julien@danjou.info>
9546
9547         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9548         arguments.
9549         (gnus-html-wash-images): Fix spec computing to include start/end.
9550
9551         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9552
9553 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9556         deletion.
9557         (nnimap-retrieve-headers): Don't select the group, because that's
9558         already done by nnimap-possibly-change-group.
9559
9560         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9561         (gnus-picon-transform-address): Use it.
9562
9563         * mail-source.el (mail-source-value): Revert previous patch.
9564
9565         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9566         on failure.
9567         (nnimap-open-connection): Look up both virtual and physical server name
9568         credentials.
9569
9570         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9571
9572 2009-02-07  Dave Love  <fx@gnu.org>
9573
9574         * tls.el (open-tls-stream): Don't query killing process.
9575
9576 2009-02-08  Dave Love  <fx@gnu.org>
9577
9578         * gnus-win.el (gnus-window-to-buffer-helper)
9579         (gnus-all-windows-visible-p): Function needn't be a symbol.
9580
9581         * mail-source.el (mail-source-value): Function needn't be a symbol.
9582
9583 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * message.el (message-cite-prefix-regexp): Remove } from the cite
9586         prefix.
9587
9588         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9589         highlight again, so that the highlight is correct.
9590
9591         * gnus-picon.el (gnus-picon): Remove again.
9592         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9593
9594         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9595         doing the header highlightling, so that the background color of the
9596         picon is correct.
9597
9598         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9599         (gnus-picon): Ditto.
9600         (gnus-picon): Reinstate.  The background color for picons is white.
9601         (gnus-picon-insert-glyph): Make the background white.
9602
9603         * nnml.el (nnml-open-nov): Don't return dead buffers.
9604
9605         * auth-source.el (auth-source-create): Query the user for whether to
9606         store the credentials.
9607
9608         * netrc.el (netrc-store-data): New function.
9609
9610         * auth-source.el (auth-source-user-or-password): Use the existing auth
9611         sources, if any, for creation.
9612
9613         * gnus.el (gnus-group-fast-parameter): Return the last matching
9614         parameter instead of the first matching parameter.
9615
9616 2010-09-26  Julien Danjou  <julien@danjou.info>
9617
9618         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9619
9620 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * mml2015.el (mml2015-use): Remove gpg support.
9623
9624         * mml1991.el (mml1991-function-alist): Remove gpg function.
9625         (mml1991-gpg-sign): Remove.
9626
9627 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9628
9629         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9630         (gnus-browse-unsubscribe-current-group): Document it.
9631         (gnus-browse-unsubscribe-group): Use it.
9632
9633 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9636         address to the To list for easier response.
9637
9638         * gnus.el (gnus-play-startup-jingle): Remove.
9639         (gnus-splash): Don't play jingle.
9640         (gnus): Silence gnus-load message.
9641
9642         * gnus-art.el (gnus-treat-play-sounds): Remove.
9643
9644         * gnus.el (gnus-play-jingle): Remove audio support.
9645
9646         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9647
9648         * earcon.el: Remove -- no users.
9649
9650         * gnus-audio.el: Remove -- no users of this package.
9651
9652         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9653
9654         * gnus-start.el (gnus-setup-news): Remove nocem support.
9655
9656         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9657
9658         * gnus.el (gnus-use-nocem): Remove.
9659
9660         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9661         Remove.
9662
9663         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9664         uses NoCeM any more.
9665
9666         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9667         (gnus-button-ctan-handler): Ditto.
9668         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9669         (gnus-button-ctan-directory-regexp): Ditto.
9670         (gnus-button-handle-ctan): Ditto.
9671         (gnus-button-tex-level): Ditto.
9672         (gnus-button-alist): Remove CTAN stuff.
9673
9674 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9677         nnimap-streaming test.
9678
9679         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9680         servers twice.
9681
9682         * nnimap.el (nnimap-open-connection): Add more error reporting when
9683         nnimap fails early.
9684
9685         * nnheader.el (nnheader-get-report-string): New function.
9686         (nnheader-get-report): Use it.
9687
9688         * gnus-int.el (gnus-check-server): Say what the error was when opening
9689         failed.
9690
9691         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9692         using streaming.
9693
9694 2010-09-25  Julien Danjou  <julien@danjou.info>
9695
9696         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9697         gnus-window-inside-pixel-edges.
9698
9699 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9702
9703         * mm-decode.el (mm-save-part): Allow saving to other directories the
9704         normal Emacs way.
9705
9706         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9707         Suggested by Jay Berkenbilt.
9708
9709         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9710         there isn't a single byte.
9711
9712         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9713         just do it.  It doesn't really seem to matter what the user responds
9714         here, I think, so it's just a confusing question.
9715
9716         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9717         non-streaming case.
9718
9719         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9720         (gnus-article-encrypt-body): Use it.
9721
9722         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9723         keystroke.
9724
9725         * nnimap.el (nnimap-find-wanted-parts-1):
9726         Use gnus-fetch-partial-articles.
9727
9728         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9729
9730         * nnimap.el (nnimap-insert-partial-structure): New function.
9731         (nnimap-get-partial-article): New function.
9732         (nnimap-request-article): Use it.
9733         (nnimap-wait-for-response): Return whether the wait was successful.
9734         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9735         retrieval wasn't successful.
9736         (nnimap-retrieve-group-data-early): Allow throttling servers.
9737         (nnimap-streaming): New variable.
9738         (nnimap-fetch-partial-articles): Remove.
9739
9740         * mm-decode.el (mm-with-part): Protect against killed buffers.
9741
9742         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9743         for prettier summary display.
9744
9745 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9746
9747         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9748
9749 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9752         apparently third-party libraries depend on it.
9753
9754         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9755         before starting negotiation.
9756
9757         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9758         privacy reasons.
9759         (gnus-treat-mail-gravatar): Ditto.
9760
9761         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9762         buffer when inserting images.  Inserting text into the headers, for
9763         instance, can make them invalid.
9764
9765 2010-09-25  Julien Danjou  <julien@danjou.info>
9766
9767         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9768         variables.
9769
9770         * nnheader.el: Remove useless variables news-reply-yank-from and
9771         news-reply-yank-message-id.
9772
9773         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9774         variables.
9775
9776         * mml1991.el: Remove useless mml1991-verbose.
9777
9778         * gnus.el: Remove useless variable gnus-use-generic-from.
9779         Remove obsolete variable gnus-topic-indentation.
9780
9781         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9782
9783         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9784
9785         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9786
9787         * gnus-group.el: Remove useless gnus-group-icon-cache.
9788         Remove useless gnus-ephemeral-group-server.
9789
9790         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9791
9792         * mml2015.el: Remove useless mml2015-verbose.
9793
9794         * mml-smime.el: Remove useless mml-smime-verbose.
9795
9796         * gnus.el: Remove useless gnus-local-domain.
9797
9798         * gnus-gravatar.el (gnus-gravatar-transform-address):
9799         Use gnus-gravatar-size.
9800
9801         * gnus-art.el: Remove useless gnus-treat-translate.
9802
9803 2010-09-24  Julien Danjou  <julien@danjou.info>
9804
9805         * gnus-sum.el: Add support for Gravatars.
9806
9807         * gnus-art.el: Add support for Gravatars.
9808
9809         * gnus-gravatar.el: Add this file.
9810
9811         * gravatar.el: Add this file.
9812
9813 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9816
9817         * gnus-group.el (gnus-group-fetch-faq): Remove.
9818
9819         * gnus.el (gnus-group-faq-directory): Remove.
9820
9821         * gnus-group.el (gnus-group-fetch-charter): Remove.
9822
9823         * gnus.el (gnus-group-charter-alist): Remove.
9824
9825         * gnus-group.el (gnus-group-archive-directory): Remove.
9826         (gnus-group-recent-archive-directory): Ditto.
9827         (gnus-group-make-archive-group): Remove.
9828
9829         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9830
9831         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9832         use the same article number for all the cached articles.
9833
9834         * nnimap.el (nnimap-command): Register the last command time so
9835         that we can use it for idling NOOPs.
9836         (nnimap-open-connection): Start the keeplive timer.
9837         (nnimap-make-process-buffer): Store all the process buffers.
9838         (nnimap-keepalive): New function.
9839
9840         * starttls.el (starttls-open-stream): Add autoload cookie.
9841
9842 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9843
9844         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9845         handling.
9846
9847 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9850         its data structures.
9851
9852         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9853         instead of the cl.el copy-list.
9854         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9855         equalp.
9856
9857 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9860         and tool-bar-local-item-from-menu.
9861
9862         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9863         mode-line-highlight face for Emacs.
9864
9865         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9866         loading gnus-sum.elc; fix comment for canlock-verify.
9867         (gnus-article-jump-to-part): Use read-number.
9868         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9869         Remove Emacs pre-21 compatible code for help-echo.
9870         (gnus-article-next-page-1): No need to adjust the number of lines.
9871         (gnus-article-describe-bindings): Always use help-buffer.
9872
9873         * gnus-audio.el (gnus-audio-inline-sound):
9874         * gnus-cus.el (gnus-custom-mode):
9875         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9876
9877         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9878
9879         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9880         compatible code.
9881
9882 2010-09-24  Glenn Morris  <rgm@gnu.org>
9883
9884         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9885         visiting the fcc file in rmail-mode.
9886
9887         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9888
9889 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * nnir.el: Silence the byte compiler.
9892
9893         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9894         alias to browse-url-url-encode-chars if any.
9895         (gnus-html-encode-url): Use it.
9896
9897 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898
9899         * gnus-start.el (gnus-use-backend-marks): New variable.
9900         (gnus-get-unread-articles-in-group): Use it.
9901
9902         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9903         makeover.
9904
9905 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9906
9907         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9908
9909 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9912         Remove.
9913         (gnus-setup-news-hook):
9914         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9915
9916         * gnus-int.el (gnus-request-update-info): Protect against backends not
9917         having the function.
9918
9919         * nnimap.el (nnimap-stream): Mention starttls.
9920         (nnimap-open-connection): Add starttls support.
9921
9922 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9923
9924         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9925
9926 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9929         BODYSTRUCTUREs.
9930         (nnimap-transform-headers): Unfold quoted {42} headers.
9931
9932         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9933         the info.
9934         (gnus-get-unread-articles): Only call updatep on backends that support
9935         it.
9936
9937         * nnweb.el (nnweb-request-update-info): NOOP.
9938
9939         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9940
9941         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9942         since it only deals with marks.
9943
9944         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9945         gnus-request-marks, and make a new gnus-request-update-info.
9946
9947         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9948         the active instead of the high number, which is usually too low.
9949
9950 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9951
9952         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9953         * encrypt.el: Remove.
9954
9955 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9958         server in symbolic form.
9959
9960         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9961
9962 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9965         (nnimap-update-info): Fix up code slightly.
9966
9967         * gnus-int.el (gnus-open-server): Add tracing for performance
9968         debugging.
9969
9970         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9971         (gnus-group-insert-group-line): Pass the real group name so that it
9972         gets the right data.
9973
9974         * gnus-start.el (gnus-get-unread-articles): Don't have
9975         `gnus-get-unread-articles-in-group' update info, since that can be
9976         really slow and doesn't seem to be needed?
9977
9978 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9979
9980         * time-date.el (date-to-time): Try using parse-time-string first before
9981         using the slower timezone-make-date-arpa-standard.
9982
9983 2010-09-22  Julien Danjou  <julien@danjou.info>
9984
9985         * gnus-group.el (gnus-group-insert-group-line):
9986         Call gnus-group-highlight-line.
9987         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9988         default hook list.
9989         (gnus-group-update-eval-form): Add new function.
9990         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9991         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9992
9993 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9996         immediate, then expire all articles.
9997         (nnimap-update-info): Fix off-by-one errors.
9998         (nnimap-flags-to-marks): Would return no marks lists for group with no
9999         flags.  Instead return the other data.
10000
10001 2010-09-22  Julien Danjou  <julien@danjou.info>
10002
10003         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10004         Only return an icon.
10005         (gnus-group-insert-group-line): Compute icon to return.
10006
10007         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10008         (gnus-html-image-fetched): Only cache if
10009         gnus-html-image-automatic-caching is set.
10010         (gnus-html-image-fetched): Check for errors.
10011
10012 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10015         once per method on `g'.  This ensures that backends like nnfolder don't
10016         open all their folders.
10017
10018         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10019         (nnimap-request-list): Nix out group in the correct buffer.
10020         (nnimap-parse-flags): Implement by using `read' instead of
10021         hand-parsing.
10022         (nnimap-flags-to-marks): Pass on permanent-flags.
10023         (nnimap-make-process-buffer): Record the server name.
10024         (nnimap-parse-flags): Fix typo.
10025         (nnimap-request-scan): Run split on the server in general, not just a
10026         single group.
10027
10028         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10029         parameter, and propagate this downwards.
10030
10031         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10032         since EXAMINE changes it on the server.
10033
10034         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10035         this command might take a while.
10036
10037 2010-09-22  Julien Danjou  <julien@danjou.info>
10038
10039         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10040         harmful if you have 2 images side-by-side, they can't be properly
10041         update on text deletion.  Using text-property is safer here.
10042         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10043         data.
10044
10045 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * nnimap.el (nnimap-expunge-inbox): Remove.
10048         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10049         (nnimap-expunge): Flip default to t.
10050
10051         * gnus.el (gnus-method-to-server): Don't push things to the cache
10052         unless it's unique.
10053         (gnus-server-to-method): Ditto.
10054
10055 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10056
10057         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10058
10059 2010-09-22  Julien Danjou  <julien@danjou.info>
10060
10061         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10062         get the start of data.
10063         (gnus-html-encode-url): Add this function to encode special chars in
10064         URL.
10065         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10066         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10067
10068         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10069         default.
10070         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10071
10072         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10073         images alt-text.
10074         (gnus-html-put-image): Put alt-text as help-echo.
10075
10076 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10079         * mm-util.el (mm-decompress-buffer):
10080         * nnir.el (nnir-run-find-grep):
10081         * pop3.el (pop3-list): Use 3rd arg of split-string.
10082
10083         * time-date.el (format-seconds): Comment fix.
10084
10085         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10086         and byte-optimize-form-code-walker.
10087         (dgnushack-make-auto-load): Don't advise make-autoload.
10088
10089         * lpath.el: Remove Emacs 21 stuff.
10090
10091 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10094         outside the active range.  Suggested by Dan Christensen.
10095
10096         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10097         slightly later to avoid double-getting it.
10098
10099         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10100         previous patch.
10101
10102         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10103
10104 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10105
10106         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10107
10108 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-int.el (gnus-open-server): Give a better error message in the
10111         "go offline" case.
10112
10113         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10114         marks for nnimap, which is seldom the right thing to do.
10115
10116         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10117         (gnus-same-method-different-name): New function.
10118
10119         * nnimap.el (parse-time): Require.
10120
10121         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10122         method in the presence of many similar methods.
10123
10124         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10125
10126         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10127         nnml-inhibit-expiry.
10128
10129         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10130         find out whether methods are equal.
10131
10132         * nnimap.el (nnimap-find-expired-articles): New function.
10133         (nnimap-process-expiry-targets): New function.
10134         (nnimap-request-move-article): Request the article before looking at
10135         what the Message-ID is.  Fix found by Andrew Cohen.
10136         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10137
10138         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10139         for oldness in addition to being a predicate.
10140
10141         * nnimap.el (nnimap-request-group): When we have zero articles, return
10142         the right data to Gnus.
10143         (nnimap-request-expire-articles): Only delete articles immediately if
10144         the target is 'delete.
10145
10146         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10147         method, this would bug out.
10148
10149         * gnus-group.el (gnus-group-expunge-group): Rename from
10150         gnus-group-nnimap-expunge, and implemented as a normal interface
10151         function.
10152
10153         * gnus-int.el (gnus-request-expunge-group): New function.
10154
10155         * nnimap.el (nnimap-request-create-group): Implement.
10156         (nnimap-request-expunge-group): New function.
10157
10158 2010-09-21  Julien Danjou  <julien@danjou.info>
10159
10160         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10161         (gnus-html-cache-expired): Add new function.
10162         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10163         wethever we should display image for fetch it.
10164         Compute alt-text earlier to pass it to the fetching function too.
10165         (gnus-html-schedule-image-fetching): Change function argument to only
10166         get one image at a time, not a list.
10167         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10168         cache.
10169         (gnus-html-get-image-data): New function to retrieve image data from
10170         cache.
10171         (gnus-html-put-image): Change buffer argument to use image data rather
10172         than file, and place image above region rather than inserting a new
10173         one.  Do not take alt-text as argument, since it's useless now: we place
10174         the image above alt-text.
10175         (gnus-html-prune-cache): Remove.
10176         (gnus-html-show-images): Start to fetch image when we find one, do not
10177         push into a temporary list.
10178         (gnus-html-prefetch-images): Only fetch image if they have expired.
10179         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10180         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10181
10182 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10185
10186 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187
10188         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10189         spec inser "*" if the group isn't active instead of 0.
10190
10191         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10192         opening the server.
10193         (nnimap-request-delete-group): Implement group deletion.
10194         (nnimap-transform-headers): Return the size of the entire message in
10195         the Bytes header, not just the size of the first part.
10196         (nnimap-request-move-article): When moving an article from nnimap,
10197         request the article first so the accepting form has an article to
10198         accept.  Reported by Dan Christensen.
10199         (nnimap-command): Make sure that the error message doesn't error out.
10200
10201 2010-09-20  David Edmondson  <dme@dme.org>
10202
10203         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10204         we haven't requested anything.
10205
10206 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10209         "".  Fix found by Andrew Cohen.
10210
10211         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10212         instead of -encode-string.
10213
10214 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10217
10218         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10219         by mm-subst-char-in-string.
10220
10221 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10224         waiting for the connection string.
10225
10226         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10227         arriving.
10228
10229         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10230         bogus characters.  This allows selecting certain Gmail groups.
10231
10232         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10233         (nnimap-fetch-partial-articles): New variable.
10234         (nnimap-open-connection): When looking for credentials, also use the
10235         nnimap-server-port.
10236         (nnimap-request-article): Return the group/article number, so that Gnus
10237         `^' works as expected.
10238         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10239
10240         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10241         comments.
10242         (gnus-methods-sloppily-equal): New function.
10243         (gnus): When using the development version of Gnus, load the gnus-load
10244         file.
10245
10246         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10247         `gnus-open-server' on each method before trying to scan them etc.
10248         This ensures that all the backend parameters are set correctly.
10249
10250         * nnimap.el (nnimap-authenticator): New variable.
10251         (nnimap-open-connection): Allow anonymous login.
10252         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10253         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10254
10255         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10256         patch, found by Knut Anders Hatlen.
10257
10258 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10259
10260         * gnus-agent.el (gnus-agent-batch-confirmation)
10261         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10262         to gnus-message.
10263         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10264         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10265         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10266         * gnus-int.el (gnus-open-server): Likewise.
10267         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10268         (gnus-score-check-syntax): Likewise.
10269         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10270         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10271         Likewise.
10272         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10273
10274 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10275
10276         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10277         calling conventions so that prefetch doesn't bug out.
10278
10279 2010-09-19  Julien Danjou  <julien@danjou.info>
10280
10281         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10282         rather than `subst-char-in-region' in order to be able to replace ASCII
10283         char by UTF-8 ones.
10284
10285         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10286         than curl.
10287         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10288         the right URL and ALT text on images.
10289         (gnus-html-wash-tags): Fix tag case.
10290         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10291         (gnus-article-html): Add -o display_ins_del=2 option.
10292         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10293
10294 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10297         the extra mail headers, which sometimes seem to happen for unknown
10298         reasons.
10299
10300         * mail-parse.el (mail-header-encode-parameter): Define as
10301         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10302         (or most, perhaps?) mail readers don't understand the latter, but do
10303         understand the former.
10304
10305         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10306         to nil, so that no methods are automatically agentized.  I think this
10307         is probably what most users want.
10308
10309         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10310         from url-retrieve, for instance about invalid URLs.
10311
10312         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10313         groups that have no articles.
10314         (nnimap-request-article): Check that we really got an article when we
10315         requested one.
10316
10317         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10318         doesn't exist.
10319
10320         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10321         nntp buffer so the agent can save it.
10322         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10323         that CRLF doesn't get translated to \n.
10324         (nnimap-open-connection): Don't make 'shell commands only send \n.
10325
10326 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10327
10328         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10329         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10330         Update var name.
10331         (nnml-generate-nov-file): Use dolist.
10332         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10333         Use with-current-buffer.
10334
10335 2010-09-18  Julien Danjou  <julien@danjou.info>
10336
10337         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10338         parallel.
10339
10340 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341
10342         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10343         the range update right.
10344         (nnimap-request-group): Don't make `M-g' bug out on group with no
10345         marks.
10346         (nnoo): Require, so that other packages can require nnimap.
10347         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10348         command we're looking for.  This helps when the server sends more
10349         responses after we've gotten everything we expected.
10350         (nnimap): Add a `newlinep' field to keep track of end-of-line
10351         conventions.
10352         Don't send CRLF to things that don't want it.
10353         (nnimap-request-accept-article): Ditto.
10354
10355 2010-09-18  Julien Danjou  <julien@danjou.info>
10356
10357         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10358         than curl to retrieve images.
10359
10360 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10363         the marks.
10364         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10365         (nnimap-wait-for-connection): New function.
10366         (nnimap-open-connection): If we have PREAUTH, don't query for login
10367         credentials.
10368         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10369         when doing a partial update.
10370
10371 2010-09-18  Julien Danjou  <julien@danjou.info>
10372
10373         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10374         tags.
10375
10376 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * nnimap.el (nnimap-credentials): New function.
10379         (nnimap-open-connection): Use the new function to look for credentials
10380         also on the numeric equivalents of "imap" and "imaps".
10381
10382         * gnus-start.el (gnus-activate-group): Send the info to
10383         gnus-request-group.
10384
10385         * nnimap.el (nnimap-request-group): Have the "check" version of the
10386         function parse flags and update the info, so that a `M-g' get a total
10387         resync of all flags from the group.
10388
10389         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10390         to allow backends to alter the info on group selection.  Also alter all
10391         the backend -request-group functions to take the parameter.
10392
10393         * nnimap.el (nnimap-store-info): New function.
10394         (nnimap-update-info): Store the info for later usage.
10395         (nnimap-request-group): Use the stored info for the dont-check case, so
10396         that we don't retrieve all marks when we enter a group.
10397
10398         * nnimap.el: Use deffoo instead of defun for interface functions.
10399
10400         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10401         update the group info.  This makes the nndraft groups, for instance, go
10402         back to their old behavior.
10403
10404         * gnus-sum.el (gnus-select-newsgroup): Indent.
10405
10406         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10407         in.
10408         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10409         nothing.
10410
10411         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10412         from methods that are denied.
10413
10414         * gnus-int.el (gnus-method-denied-p): New function.
10415
10416         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10417         store the password instead of netrc.
10418         (nnimap-open-connection): Don't error out when we can't make a
10419         connections.
10420
10421         * auth-source.el (auth-source-create): In the password prompt, say what
10422         we're querying for.  Also prompt for user name if that hasn't been
10423         given.
10424
10425         * nnimap.el (nnimap-with-process-buffer): Remove.
10426
10427 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10430         method when we're reading from the agent.
10431
10432         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10433
10434         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10435         that's probably most useful for users.
10436
10437         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10438         "failed" all the time.
10439
10440         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10441         ...)) with (with-current-buffer ... ).
10442
10443         * nntp.el (nntp-open-server): Return whether the open was successful or
10444         not.
10445
10446         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10447         select an unread unseen article first.
10448
10449         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10450         /etc/services, supply some sensible port defaults.
10451
10452         * dgnushack.el: Define netrc-credentials.
10453
10454 2010-09-17  Julien Danjou  <julien@danjou.info>
10455
10456         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10457
10458 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10459
10460         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10461         doesn't have any parameters.
10462
10463 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10466         only upcased checks.
10467
10468         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10469
10470         * nnimap.el (nnimap-open-shell-stream): New function.
10471         (nnimap-open-connection): Use it.
10472         (nnimap-transform-headers): Get the number of lines in each message.
10473         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10474         number of lines.
10475         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10476         problem.
10477
10478         * utf7.el (utf7-encode): Autoload.
10479
10480         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10481         to allow the mail splitting to not return a default group.  This is
10482         useful for nnimap, which will leave unmatched mail in the inbox.
10483
10484         * nnimap.el: Rewritten.
10485
10486         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10487         nnimap usage.
10488
10489         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10490         if the move is internal, so that nnimap can do fast internal moves.
10491
10492         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10493         data.
10494         (gnus-read-active-for-groups): Support finishing the early retrieval of
10495         data.
10496
10497         * gnus-range.el (gnus-range-nconcat): New function.
10498
10499         * gnus-int.el (gnus-finish-retrieve-group-infos)
10500         (gnus-retrieve-group-data-early): New functions.
10501
10502 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10503
10504         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10505         (nnrss-retrieve-groups):
10506         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10507         (pop3-quit): Use with-current-buffer.
10508
10509 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10512         instead of nnheader-accept-process-output.
10513
10514         * dgnushack.el (dgnushack-compile): Add comment.
10515
10516         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10517
10518         * gnus-html.el (gnus-html-schedule-image-fetching)
10519         (gnus-html-prefetch-images): Replace process-kill-without-query by
10520         gnus-set-process-query-on-exit-flag.
10521
10522 2010-09-16  Romain Francoise  <romain@orebokech.com>
10523
10524         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10525
10526 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10529         parameter to unintern is mandatory-ish in Emacs 24.
10530
10531         * gnus-html.el (gnus-html-schedule-image-fetching)
10532         (gnus-html-prefetch-images): Check for curl before using it.
10533
10534         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10535         depend on curl, which isn't essential.
10536
10537         * imap.el: Revert back to version
10538         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10539         seem problematic.
10540
10541 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10542
10543         * gnus-registry.el (gnus-registry-install-shortcuts):
10544         Explicitly pass `obarray' to `unintern' to avoid a warning.
10545
10546 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10549         change.
10550
10551         * nnrss.el (nnrss-request-list): Remove this function and related
10552         functions, including the moreover stuff.
10553
10554 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * nnrss.el (nnrss-retrieve-groups): New function.
10557
10558 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10559
10560         * .dir-locals.el: Add no-byte-compile cookie.
10561
10562 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * time-date.el (format-seconds): Comment fix.
10565
10566         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10567         for back end that doesn't support request-scan.
10568
10569 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10572         then do request scans from the backends.
10573
10574         * netrc.el (netrc-credentials): New conveniency function.
10575
10576         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10577         avoid running a hook per line, since this takes a lot of time,
10578         profiling shows.
10579         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10580         directly if gnus-visual-p is true.
10581
10582 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10585         groups; replace mapcar with dolist which is a bit faster; pass groups
10586         info to gnus-read-active-file-1.
10587         (gnus-read-active-file-1): Scan only specified groups if the new
10588         optional arg `infos' is given.
10589
10590 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10593
10594         * pop3.el (pop3-movemail): Remove.
10595         (pop3-streaming-movemail): Rename to pop3-movemail.
10596
10597         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10598         don't restrict end-tag searches to the end of the line.
10599
10600 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10603         articles of every unchecked group to t, which means unknown since the
10604         server has never been opened.
10605
10606 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-html.el (gnus-html-show-alt-text): New command.
10609         (gnus-html-browse-image): Ditto.
10610         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10611         to browse the image directly.
10612         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10613         better.
10614
10615         * gnus-async.el (gnus-async-article-callback):
10616         Call `gnus-html-prefetch-images' unconditionally.
10617
10618         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10619         before feeding URLs to curl.
10620
10621 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10624         internal images as deletable by `W D D'.
10625
10626         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10627         (gnus-async-article-callback): Fix typo.
10628
10629 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10632         current line to work around bugs in the output from w3m.
10633
10634         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10635         for groups that want that.
10636
10637         * nntp.el (nntp-wait-for-string): Supply a timeout for
10638         accept-process-output to ensure progress.
10639
10640         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10641         level to get unread articles from, then use that for foreign groups,
10642         too.
10643
10644         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10645         confuses the rest of the function.
10646
10647         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10648         for the methods that support -retrieve-groups, too.
10649
10650         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10651
10652 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10655         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10656
10657         * pop3.el: Require cl when compiling.
10658         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10659
10660 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10663         that aren't going to be activated.
10664         (gnus-get-unread-articles): Fix up the last commit.
10665
10666         * gnus-html.el (gnus-article-html): Allow calling without specifying
10667         the handle.  In that case, dissect the buffer first.
10668
10669         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10670
10671         * nnimap.el (nnimap-open-connection): Revert the change that would look
10672         into authinfo for imaps instead of imap.
10673
10674         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10675         say that you don't want to call gnus-request-group with don-check, but
10676         do check the reponse.  This is for virtual groups only.
10677         (gnus-get-unread-articles): Count the archive groups as secondary, so
10678         that they're activated the same way as before.
10679
10680         * imap.el (imap-message-map): Removed optional buffer parameter, since
10681         no callers use it.
10682         (imap-message-get): Ditto.
10683         (imap-message-put): Ditto.
10684         (imap-mailbox-map): Ditto.
10685         (imap-mailbox-put): Ditto.
10686         (imap-mailbox-get): Ditto.
10687         (imap-mailbox-get): Revert last change for this function.
10688
10689         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10690         case-insensitively.
10691         (nnimap-debug): Remove.
10692
10693         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10694         callers to use `imap-fetch' instead.  According to the comments, this
10695         should be safe, since all other IMAP clients use the 1:* syntax.
10696         (imap-enable-exchange-bug-workaround): Remove.
10697         (imap-debug): Remove -- doesn't seem very useful.
10698
10699         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10700         mail from a file, and the file doesn't exist.
10701
10702         * imap.el (imap-log): New convenience function used throughout instead
10703         of repeating the same code all over the place.
10704
10705         * pop3.el (pop3-streaming-movemail): Return t for success.
10706
10707         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10708         .authinfo if we're using ssl connection.
10709
10710         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10711         already have if we're in a main Gnus `g' run.
10712
10713         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10714
10715 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10718
10719         * nnmh.el (nnmh-request-list-1): Bind `file'.
10720
10721         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10722         alias to set-process-query-on-exit-flag or process-kill-without-query.
10723         (pop3-open-server): Use it.
10724
10725 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10728         box to the Incoming file.  Fixes mistake in previous checkin.
10729
10730         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10731         request loop (for debugging purposes) removed.
10732
10733         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10734         culprit is more visible.
10735         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10736         (nnml-add-incremental-nov): New functions to do "incremental" nov
10737         updates, where we just append to the end of the existing nov files
10738         without reading/writing them in full.
10739
10740         * mail-source.el (mail-source-delete-crash-box): Really only check the
10741         incoming files once in a while.
10742
10743         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10744
10745         * mail-source.el (mail-source-delete-crash-box): Only check the
10746         incoming files for deletion once per day to save a lot of file
10747         accesses.
10748
10749         * pop3.el (pop3-logon): Fix up unbound variable typo.
10750
10751         * mail-source.el (pop3-streaming-movemail): Autoload.
10752
10753         * pop3.el (pop3-streaming-movemail):
10754         Respect pop3-leave-mail-on-server.
10755
10756         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10757         retrieval.
10758
10759         * pop3.el (pop3-process-filter): Remove unused function.
10760         (pop3-streaming-movemail, pop3-send-streaming-command)
10761         (pop3-wait-for-messages, pop3-write-to-file)
10762         (pop3-number-of-responses): New functions for streaming pop3
10763         retrieval.
10764
10765         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10766         come from no known methods.
10767         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10768         list.
10769
10770         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10771         message sizes.
10772         (pop3-movemail): Use erase-buffer instead of looping and deleting
10773         regions, which seems rather odd.
10774
10775         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10776         file once per `g' run.
10777
10778         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10779         directories.  This makes the draft queue directory work.
10780
10781         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10782         data from the backends, so that we only request the list of groups from
10783         each method once.  This should speed things up considerably.
10784
10785         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10786         detect that it's not implemented.
10787
10788         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10789         we actually do recurse down into the tree, but don't stat all leaf
10790         nodes.
10791
10792         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10793         then say so instead of bugging out.
10794
10795         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10796         files exist before trying to read them.
10797
10798         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10799         around <pre_int>.
10800
10801         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10802
10803         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10804
10805 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * mm-util.el (mm-image-load-path): Just return the image directories,
10808         not all directories in the path in addition to the image directories.
10809         (mm-image-load-path): Maintain a cache of the image directories so that
10810         the `g' command in Gnus doesn't have to stat dozens of directories each
10811         time.
10812
10813         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10814         (gnus-html-wash-tags): Add a new `i' command to insert images.
10815         (gnus-html-insert-image): New command and keystroke.
10816         (gnus-html-redisplay-with-images): New command and keystroke.
10817         (gnus-html-show-images): Rename command.
10818         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10819         spacers.
10820         (gnus-html-wash-tags): Decode entities at the end, so that entities
10821         inside the tags don't mess up the rest of the "parsing".
10822
10823         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10824         so that nnimap methods aren't agentized by default.  There's apparently
10825         many problems related to agent/imap behavior.
10826
10827         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10828
10829         * gnus-html.el: Doc fix.
10830
10831 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10834         specifier-spec-list for Emacs 21.
10835
10836         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10837         glyph-width and glyph-height instead of display-graphic-p and
10838         image-size; make avoidance of displaying small images work for XEmacs.
10839
10840         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10841         for XEmacs.
10842
10843         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10844         of symbol that holds plist data.
10845         (gnus-process-plist): Remove plist of process after getting it.
10846
10847 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * message.el (message-generate-hashcash): Change default to
10850         'opportunistic if hashcash is installed.
10851
10852         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10853         (gnus-html-put-image): Only call image-size once, since it's somewhat
10854         time-consuming on remote X servers.
10855
10856 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10859         type on data, not a file name.
10860
10861         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10862         window-pixel-edges for Emacs 21.
10863
10864         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10865         decoded contents.
10866         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10867
10868 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10871         group line format, since it isn't very interesting.
10872
10873         * gnus-agent.el (gnus-agent-short-article),
10874         (gnus-agent-long-article): Increase values for these two variables,
10875         since most people are likely to have more network connection and
10876         storage than before.
10877
10878         * gnus.el (gnus-refer-article-method): Change default to 'current.
10879         When referring an article, the common behavior is to refer it from the
10880         current select method, not the native select method.  The chances of
10881         the native select method having the message in question is rather slim
10882         these days.
10883
10884         * gnus-sum.el (gnus-auto-select-subject): Change default to
10885         `unseen-or-unread'.  I think it's likely that most people want to
10886         select an unseen article over a previously seen, but unread one.
10887
10888         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10889         means that in the article buffer none of the minor mode elements will
10890         be shown, usually, and this is not desirable in most cases.
10891
10892         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10893         that commands like `d' (and the like) go to the next line in the
10894         buffer, instead of the next unread article.  I think this is the
10895         behavior that is most natural for most users.
10896         (gnus-single-article-buffer): Change default to nil, so that people can
10897         have as many article buffers open as they have summary buffer.  I think
10898         this is the most natural way for the groups to behave.
10899
10900         * message.el (message-generate-new-buffers): Change default to
10901         `unsent', so that all new message buffers start their names with the
10902         string "*unsent", and it's easier to find the buffers if you move from
10903         them.
10904
10905 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10908         small.  They're probably tracking images.
10909         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10910         (gnus-html-rescale-image): Yet another try at getting the image sizing
10911         right.
10912
10913         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10914         nntp-marks-file-name is nil.
10915
10916 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * gnus-html.el (gnus-html-wash-tags)
10919         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10920         Better logging.
10921
10922 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10925
10926         * gnus-html.el (gnus-html-wash-tags): Check the value of
10927         gnus-blocked-images in the summary buffer.
10928
10929 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10930
10931         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10932
10933 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934
10935         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10936         like "a", it seems like.
10937         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10938         since it needs to be picked from the correct buffer.
10939
10940         * nnwfm.el: Remove.
10941
10942         * nnlistserv.el: Remove.
10943
10944 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10945
10946         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10947         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10948
10949 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * nnkiboze.el: Remove.
10952
10953         * nndb.el: Remove.
10954
10955         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10956         alt text.
10957         (gnus-html-rescale-image): Try to get the rescaling logic right for
10958         images that are just wide and not tall.
10959
10960         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10961         overshadow variable bindings.
10962
10963 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10964
10965         * gnus-html.el (gnus-html-wash-tags)
10966         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10967         Add extra logging.
10968
10969 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10972         (gnus-max-image-proportion): New variable.
10973         (gnus-html-rescale-image): New function.
10974         (gnus-html-put-image): Rescale images.
10975
10976 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10977
10978         Fix up some byte-compiler warnings.
10979         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10980         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10981         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10982         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10983         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10984         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10985         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10986
10987 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-html.el (gnus-article-html): Decode contents by charset.
10990
10991 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10994         (gnus-html-frame-width, gnus-blocked-images):
10995         * message.el (message-prune-recipient-rules): Add custom version.
10996         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10997
10998         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10999         functions.
11000
11001         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11002         gnus-process-get.
11003
11004 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11005
11006         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11007         instead of lsub directly.
11008
11009 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * nnwarchive.el: Remove.
11012
11013         * gnus-soup.el: Remove.
11014
11015         * nnsoup.el: Remove.
11016
11017         * nnultimate.el: Remove.
11018
11019         * gnus-html.el (gnus-blocked-images): New variable.
11020
11021         * message.el (message-prune-recipients): New function.
11022         (message-prune-recipient-rules): New variable.
11023
11024         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11025         guess whether a long line is natural text or not.
11026
11027         * gnus-html.el (gnus-html-schedule-image-fetching):
11028         Use gnus-process-plist and friends for compatibility.
11029
11030 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11031
11032         * gnus-html.el: Require packages that define macros used in this file.
11033         (gnus-article-mouse-face): Declare to silence byte-compiler.
11034         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11035         process-get.
11036         (gnus-html-put-image): Use plist-get to avoid getf.
11037         (gnus-html-prefetch-images): Use with-current-buffer.
11038
11039 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-ems.el: Provide compatibility functions for
11042         gnus-set-process-plist.
11043
11044         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11045         header-line-format for XEmacs 21.4.
11046
11047         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11048         * gnus.el (gnus-valid-select-methods):
11049         * message.el (message-send-mail-partially-limit):
11050         * mm-decode.el (mm-text-html-renderer):
11051         * mml.el (mml-insert-mime-headers-always):
11052         * smiley.el (smiley-regexp-alist): Bump custom version.
11053
11054 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * gnus-html.el: Require mm-url.
11057         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11058         with the url to `url'.
11059         (gnus-html-wash-tags): Support cid: URLs/images.
11060
11061 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11064         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11065         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11066
11067         * gnus-move.el: Remove file, since it doesn't really work.
11068
11069         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11070         UTF-8.  This seems to fix problems with some German web feeds.
11071
11072         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11073         at the top so that the proper colors are applied.
11074
11075         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11076         don't have dots in their names.
11077
11078         * gnus-art.el (gnus-article-view-part): Doc fix.
11079
11080         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11081         XEmacs-compatible.
11082         (gnus-html-put-image): Don't do images on non-graphic displays.
11083
11084         * nnslashdot.el: Remove this unused backend.
11085
11086         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11087         actions.
11088         (gnus-undo-register-1): Revert last change.
11089
11090         * gnus-group.el (gnus-group-completing-read): Protect against not
11091         having completion-styles bound.
11092
11093         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11094         make broken recipients happier.
11095
11096         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11097
11098         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11099         point parameter.
11100
11101         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11102
11103         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11104         completion-styles for group selection.
11105
11106 2009-02-04  Andreas Schwab  <schwab@suse.de>
11107
11108         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11109         headers and regexp-quote the match if necessary.
11110
11111 2009-03-24  Miles Bader  <miles@gnu.org>
11112
11113         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11114         the blinking smiley.
11115
11116 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11117
11118         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11119         blink smiley.
11120
11121 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11124         where the dribbel file lives exists.
11125
11126         * message.el (message-send-mail-partially-limit): Change the default to
11127         nil, since most people don't want this.
11128
11129         * mm-url.el (mm-url-decode-entities): Also decode entities like
11130         &#x3212.
11131
11132 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11133
11134         * gnus-sum.el (gnus-summary-idna-message):
11135         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11136         Hyperlink urls in docstrings with URL `...'.
11137
11138 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11139
11140         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11141         functions.
11142
11143 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11146         say what the mouseover text should be.
11147
11148         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11149         version of the mm-w3m-safe-url-regexp variable to only download images
11150         in the groups where we want that to happen.
11151
11152         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11153
11154         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11155         easier debugging.
11156         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11157         big pictures in the article buffer.
11158
11159         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11160         gnus-article-html.
11161         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11162         w3m.
11163
11164         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11165
11166 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11169         which doesn't exist.
11170
11171         * message.el (message-inhibit-ecomplete): New variable to allow some
11172         function to inhibit ecomplete address storage.
11173         (message-resend): Disable ecomplete message storage when resending
11174         messages.
11175
11176         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11177
11178 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11181         Save excursion while copying, moving, and deleting articles in order to
11182         prevent the cursor from jumping to unforeseen place.
11183
11184 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * lpath.el: No need to bind bookmark-current-buffer,
11187         bookmark-yank-point and bookmark-make-record-function.
11188
11189 2010-08-17  Glenn Morris  <rgm@gnu.org>
11190
11191         * gnus-sync.el: Require gnus components whose functions are used.
11192
11193         * gnus-art.el (bookmark-make-record-function):
11194         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11195         Declare for compiler.
11196
11197         * mm-url.el (mml-compute-boundary): Autoload.
11198
11199 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11202
11203 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11204
11205         Typo fix "hoo4a" -> "hook".
11206
11207         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11208
11209 2010-08-14  Glenn Morris  <rgm@gnu.org>
11210
11211         * gnus-sync.el (gnus-sync): Fix defgroup version.
11212
11213 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11216
11217         * gnus-sync.el: Fix docs.
11218         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11219         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11220
11221 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11222
11223         Optimizations for gnus-sync.el.
11224
11225         * gnus-sync.el: Add docs about gnus-sync-backend
11226         possibilities.
11227         (gnus-sync-save): Remove unnecessary message.
11228         (gnus-sync-read): Optimize and show what groups were skipped.
11229
11230 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11231
11232         Minor bug fixes for gnus-sync.el.
11233
11234         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11235         Don't read the sync on get-new-news.
11236
11237         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11238         quiet.
11239
11240         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11241         (fix typo).
11242
11243 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11244
11245         Make saving and restoring of hidden threads work with overlays.
11246         Patch applied by Ted Zlatanov.
11247
11248         * gnus-sum.el (gnus-hidden-threads-configuration)
11249         (gnus-restore-hidden-threads-configuration): Update to deal with text
11250         properties, rather than searching for a magic character.
11251
11252 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11253
11254         New gnus-sync.el library for synchronization of marks.
11255
11256         * gnus-sync.el: New library for synchronization of marks.
11257
11258         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11259         renamed from `gnus-registry-grep-in-list'.
11260
11261         * gnus-registry.el (gnus-registry-follow-group-p):
11262         Use `gnus-grep-in-list'.
11263
11264         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11265
11266 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11269         determining charset of text fails.
11270
11271 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * nnmail.el (nnmail-get-new-mail-1): Revert.
11274
11275         * nnml.el (nnml-active-number): Make sure names of newly created groups
11276         in nnml-group-alist are encoded.
11277
11278 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11281         containing non-ASCII characters in active file for nnml back end.
11282
11283 2010-07-24  David Engster  <dengste@eml.cc>
11284
11285         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11286         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11287
11288 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11289
11290         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11291         tag (Bug#6654).
11292
11293 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11296         the article buffer, not the summary buffer.
11297
11298 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11301         Emacs 23 as well.
11302
11303 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11306         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11307
11308 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11309
11310         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11311         Patch applied by Karl Fogel.
11312
11313         * gnus-sum.el (gnus-summary-bookmark-make-record):
11314         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11315
11316 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11317
11318         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11319         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11320         C-w still not working correctly from Article buffers; Thierry's
11321         patch to fix that will be applied after this.
11322
11323         * gnus-art.el (bookmark-make-record-function): New local variable.
11324
11325         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11326         article buffer.
11327         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11328
11329 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11330
11331         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11332         on changes in bookmark.el.
11333
11334 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11337         `no-log' instead of message not to log prompt string.
11338
11339 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11340
11341         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11342         the *other* type of HTML form submission.
11343
11344 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11345
11346         * auth-source.el (auth-source-pick): If choice does not contain a
11347         questioned keyword, set the check to t.
11348
11349 2010-06-12  Romain Francoise  <romain@orebokech.com>
11350
11351         * gnus-util.el (gnus-date-get-time): Move up before first use.
11352
11353 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11356         (gnus-article-edit-part): Bind it to make last part that is substituted
11357         or deleted visible.
11358         (gnus-mime-display-single): Buttonize part of which id equals to
11359         gnus-mime-buttonized-part-id.
11360
11361 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11362
11363         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11364         (gnus-dd-mmm): Use gnus-date-get-time.
11365         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11366         simplify logic.
11367         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11368         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11369
11370 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11371
11372         * auth-source.el (top): Autoload `secrets-list-collections',
11373         `secrets-create-item', `secrets-delete-item'.
11374         (auth-sources): Fix tag string.
11375         (auth-get-source, auth-source-retrieve, auth-source-create)
11376         (auth-source-delete): New defuns.
11377         (auth-source-pick): Rewrite in order to avoid 2 passes.
11378         (auth-source-forget-user-or-password): New parameter USERNAME.
11379         (auth-source-user-or-password): New parameters CREATE-MISSING and
11380         DELETE-EXISTING.  Retrieve password interactively, if needed.
11381
11382 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11383
11384         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11385         deleting unused directories when gnus-expert-user is t.
11386
11387 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11390         for each temp file when gnus-article-browse-delete-temp is ask.
11391
11392 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11393
11394         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11395         Replace Lisp calls to delete-backward-char by calls to delete-char.
11396
11397 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11398
11399         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11400
11401 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11402
11403         * password-cache.el (password-cache-remove): Fix docstring.
11404
11405 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11408         article unless decoding article to be saved.
11409
11410 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11413         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11414         generated within the mm-with-unibyte-current-buffer macro.
11415
11416 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11419         to nil when we're in a mml-preview buffer and no group is selected.
11420
11421 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11422
11423         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11424         when catching the `C-g'.  Reported by "Leo".
11425
11426 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-forward-make-body-plain)
11429         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11430         multibyte-string-p.
11431
11432         * lpath.el: Revert.
11433
11434 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * message.el (message-forward-make-body-mml): Assume original message
11437         is multibyte string; error on unibyte.
11438         (message-forward-make-body-plain): Ditto; don't add excessive newline
11439         in body end.
11440
11441         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11442
11443 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11444
11445         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11446         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11447
11448 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * mm-extern.el (mm-extern-url): Don't use
11451         mm-with-unibyte-current-buffer.
11452         (mm-extern-cache-contents): Use with-current-buffer instead of
11453         save-excursion + set-buffer.
11454
11455 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * mm-util.el (mm-emacs-mule): Remove.
11458
11459 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11460
11461         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11462         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11463         change.
11464
11465 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11468         bind the default value of enable-multibyte-characters to nil.
11469
11470 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * message.el (message-forward-make-body-plain)
11473         (message-forward-make-body-mml):
11474         Don't use mm-with-unibyte-current-buffer.
11475
11476 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11477
11478         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11479
11480 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11481
11482         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11483         (Bug#5592).
11484
11485 2010-05-07  Julien Danjou  <julien@danjou.info>
11486
11487         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11488         it to mm-pipe-part.
11489
11490         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11491         it is given.
11492
11493 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * binhex.el (binhex-decode-region-internal):
11496         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11497         (dns-query):
11498         * nnweb.el (nnweb-gmane-search):
11499         * pgg-parse.el (pgg-parse-armor):
11500         * pgg.el (pgg-verify-region):
11501         * sha1.el (sha1-string-external):
11502         * uudecode.el (uudecode-decode-region-internal):
11503         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11504         XEmacs.
11505
11506         * gnus-art.el (gnus-article-browse-html-parts):
11507         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11508         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11509         make-temp-file.
11510
11511         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11512         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11513         compiling.
11514
11515         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11516         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11517         XEmacs when compiling.
11518
11519         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11520         gnus-pick-mode-off-hook for XEmacs when compiling.
11521         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11522         gnus-binary-mode-off-hook for XEmacs when compiling.
11523
11524         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11525         Return nil if char-charset is not available.
11526
11527         * imap.el (imap-disable-multibyte)
11528         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11529         macros.
11530
11531         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11532         instead of encode-coding-string.
11533
11534         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11535         'xemacs) instead of mm-emacs-mule to switch function definitions.
11536         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11537
11538         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11539         bind temporary-file-directory for XEmacs;
11540         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11541         timer-set-function for XEmacs 21.4 and SXEmacs;
11542         bind timer-list for XEmacs 21.4 and SXEmacs;
11543         fbind char-charset and find-charset-region for non-Mule XEmacs;
11544         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11545         encode-coding-region and encode-coding-string for XEmacs having no
11546         file-coding feature.
11547
11548 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11549
11550         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11551
11552 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11555         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11556
11557 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11558
11559         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11560         alias `jka-compr-delete-temp-file' no longer exists.
11561
11562 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11563
11564         Use define-minor-mode in Gnus where applicable.
11565         * mml.el (mml-mode): Use define-minor-mode.
11566         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11567         (gnus-undo-mode): Use define-minor-mode.
11568         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11569         (gnus-dead-summary-mode): Use define-minor-mode.
11570         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11571         Initialize in declaration.
11572         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11573         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11574         (gnus-mailing-list-mode): Use define-minor-mode.
11575         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11576         (gnus-draft-mode): Use define-minor-mode.
11577         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11578         (gnus-dired-mode): Use define-minor-mode.
11579
11580 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11581
11582         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11583         handles on recursive mml-to-mime translation and check them for
11584         boundary delimiter collisions.  Reported by Greg Troxel.
11585
11586 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11589
11590 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11591
11592         * mm-util.el (mm-find-buffer-file-coding-system):
11593         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11594
11595 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11596
11597         * message.el (message-generate-headers): Record insertion of optional
11598         headers as well.  Otherwise the check to prevent repeated insertion of
11599         optional headers is a no-op.
11600
11601 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11602
11603         * smime.el: Don't mention CVS.
11604
11605         * nnrss.el (nnrss-fetch): Don't mention CVS.
11606
11607         * nnir.el: Don't mention CVS.
11608
11609 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11610
11611         * gnus-sum.el (gnus-summary-bookmark-make-record):
11612         Add `location' field.
11613
11614 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * lpath.el: Fbind bookmark-default-handler,
11617         bookmark-get-bookmark-record, bookmark-make-record-default,
11618         bookmark-prop-get for Emacs <23 and XEmacs.
11619
11620 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11621
11622         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11623         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11624         Use with-current-buffer to silence the byte-compiler.
11625         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11626         bother to require `gnus'.
11627         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11628
11629 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11630
11631         * gnus-sum.el (gnus-summary-bookmark-make-record)
11632         (gnus-summary-bookmark-jump): New functions.
11633         (gnus-summary-mode): Setup bookmark support.
11634
11635 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11636
11637         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11638         if set.
11639
11640 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11643         gnus-article-browse-html-save-cid-image; make it work recursively for
11644         forwarded messages as well.
11645         (gnus-article-browse-html-parts): Work when prefix arg is given.
11646         (gnus-article-browse-html-article): Doc fix.
11647
11648 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11649
11650         * message.el (message-default-mail-headers):
11651         (message-default-headers): Carry the value mail-default-headers over
11652         into message-default-mail-headers, rather than message-default-headers.
11653
11654 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11655
11656         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11657         charset.
11658
11659         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11660         charset into the <meta> tag when the article is encoded to utf-8.
11661
11662 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-art.el (gnus-article-browse-delete-temp-files):
11665         Delete directories as well.
11666         (gnus-article-browse-html-parts): Work for images that do not specify
11667         file names; delete temp directory when quitting; insert header at the
11668         right place; use file: scheme for image files.
11669
11670 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11671
11672         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11673         (gnus-article-browse-html-parts): Use it to make temporary cid image
11674         files in addition to html file so that browser may display them.
11675
11676 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11679
11680 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11681
11682         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11683
11684 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * auth-source.el (auth-sources): Change default to be simpler.
11687         Explain about Secret Service API sources.  Improve Customize options.
11688         (auth-source-pick): Change to accept any number of search parameters.
11689         Implement fallbacks iteratively, not recursively.  Add scoring on the
11690         second pass and sort by score.  Call Secret Service API when needed.
11691         (auth-source-user-or-password): Use it.  Call Secret Service API
11692         directly when needed to get the user name and the password.
11693
11694 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11695
11696         * message.el (message-interactive): Doc fix.
11697         (message-qmail-inject-args): Reflow.
11698         (message-kill-to-signature): Fix typo in docstring.
11699
11700         * smiley.el (smiley-buffer): Fix typo in docstring.
11701
11702 2010-03-24  Glenn Morris  <rgm@gnu.org>
11703
11704         * mail-source.el (gnus-message): Declare.
11705         (mail-source-delete-old-incoming): Require gnus-util.
11706
11707 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11710
11711         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11712
11713         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11714         password-cache's default if it is not bound.
11715         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11716         password-cache-expiry's default if it is not bound.
11717
11718         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11719         available in Emacs 21.
11720
11721         * lpath.el: Suppress compiler warnings for:
11722         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11723         XEmacs;
11724         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11725         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11726         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11727
11728 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * auth-source.el (auth-sources): Fix up definition so extra parameters
11731         are always inline.
11732
11733 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11734
11735         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11736         wasn't updated after mismatch.  Clear cached mailbox info correctly
11737         when uidvalidity changes.
11738         (nnimap-group-prefixed-name): New function to avoid some code
11739         duplication.
11740         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11741         (nnimap-request-group): Use it.
11742         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11743         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11744         with many imap folders.  This is done by caching the group status from
11745         the imap server persistently in a group parameter `imap-status'.  (This
11746         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11747         but not persistently, so every Gnus startup was still very slow.)
11748
11749 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11750
11751         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11752         delete the extra newline.  Otherwise editing of :string and :number
11753         types don't work.
11754
11755 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11756
11757         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11758         secrets.el dependency.
11759         (auth-sources): Add optional user name.  Add secrets.el configuration
11760         choice (unused right now).
11761
11762 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * gnus-sum.el (gnus-summary-make-menu-bar):
11765         Let `gnus-registry-install-shortcuts' fill in the functions.
11766
11767         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11768         warnings.
11769         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11770         (gnus-registry-install-shortcuts): Populate and use it in a
11771         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11772
11773 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11774
11775         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11776         In-place substitutions for the group name encoding/decoding.
11777         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11778         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11779         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11780         (nnimap-update-unseen, nnimap-request-list)
11781         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11782         (nnimap-request-set-mark, nnimap-split-to-groups)
11783         (nnimap-split-articles, nnimap-request-newgroups)
11784         (nnimap-request-create-group, nnimap-request-accept-article)
11785         (nnimap-request-delete-group, nnimap-request-rename-group)
11786         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11787         `encoded-mbx' for consistency.
11788         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11789         variable `imap-current-mailbox'.
11790
11791         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11792         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11793
11794 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11795
11796         * pop3.el (pop3-display-message-size-flag): Display message size byte
11797         counts during POP3 download.
11798         (pop3-movemail): Use it.
11799         (pop3-list): Implement listing of available messages.
11800
11801 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11802
11803         * nnir.el (nnir-get-article-nov-override-function): New function to
11804         override the normal NOV retrieval.
11805         (nnir-retrieve-headers): Use it.
11806
11807 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11808
11809         * auth-source.el (netrc-machine-user-or-password): Autoload.
11810
11811 2010-03-19  Glenn Morris  <rgm@gnu.org>
11812
11813         Stop message.el from loading about 40 libraries it doesn't always need.
11814         The general approach is to autoload rather than require, and to
11815         require in the specific functions rather than the file.  (Bug#5642)
11816
11817         * gmm-utils.el: Don't require wid-edit.
11818         (widget-create-child-value, widget-convert, widget-default-get):
11819         Autoload.
11820
11821         * gnus-util.el: Don't require time-date, netrc.
11822         (message-fetch-field, gnus-group-name-decode): Declare rather than
11823         autoloading.
11824         (gnus-fetch-field): Require message.
11825         (gnus-decode-newsgroups): Require gnus-group.
11826
11827         * ietf-drums.el: Don't require time-date.
11828
11829         * message.el: Don't require hashcash, canlock, ecomplete.
11830         Do require mail-utils.  Require nnheader only when compiling.
11831         (smtpmail-default-smtp-server): Remove declaration.
11832         (message-send-mail-function): Check smtpmail-default-smtp-server
11833         is bound rather than requiring smtpmail.
11834         (message-auto-save-directory, message-insert-signature):
11835         Use expand-file-name rather than nnheader-concat.
11836         (nnheader-insert-file-contents): Autoload.
11837         (hashcash-wait-async): Declare.
11838         (message-send-mail): Only call gnus-setup-posting-charset if
11839         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11840         (message-send-mail-with-sendmail): Require sendmail.
11841         (canlock-password, canlock-password-for-verify): Declare.
11842         (message-canlock-password): Require canlock.
11843         (nnheader-get-report): Autoload.
11844         (gnus-setup-posting-charset): Declare.
11845         (message-send-news): Require gnus-msg.
11846         (message-make-references, message-make-in-reply-to): Use mail-header-id
11847         rather than the alias mail-header-message-id.
11848         (ecomplete-add-item, ecomplete-save): Declare.
11849         (message-put-addresses-in-ecomplete): Require ecomplete.
11850         (ecomplete-display-matches): Autoload.
11851
11852         * mm-decode.el: Don't require mailcap, gnus-util.
11853         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11854         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11855         Autoload.
11856         (mailcap-mime-extensions): Declare.
11857
11858         * mm-encode.el: Don't require mailcap.
11859         (mailcap-extension-to-mime): Autoload.
11860
11861         * mml-sec.el: Don't require password-cache.
11862
11863         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11864         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11865         (mml-minibuffer-read-type): Require mailcap.
11866         (mml-preview): Require gnus-msg.
11867
11868         * mml1991.el: Require password-cache.
11869         (password-cache-expiry): Remove declaration.
11870
11871         * mml2015.el: Require password-cache.
11872         (password-cache-expiry): Remove declaration.
11873
11874         * nneething.el (mailcap): Require mailcap.
11875
11876         * nnheader.el (declare-function): Add compatibility stub.
11877         (message-remove-header): Declare rather than autoload.
11878         (nnheader-replace-header): Require message.
11879
11880         * nnimap.el (declare-function): Add compatibility stub.
11881         (netrc-parse, netrc-machine-user-or-password): Declare.
11882         (nnimap-open-connection): Require netrc.
11883
11884         * nntp.el (declare-function): Add compatibility stub.
11885         (netrc-parse, netrc-machine, netrc-get): Declare.
11886         (nntp-send-authinfo): Require netrc.
11887
11888         * rfc2047.el: Don't require qp.
11889         (quoted-printable-encode-region, quoted-printable-decode-string):
11890         Autoload.
11891
11892         * sieve-mode.el: Don't require easymenu.
11893         (easy-menu-add-item): Autoload it.
11894
11895         * spam-stat.el (time-to-number-of-days): Autoload it.
11896
11897 2010-03-19  Glenn Morris  <rgm@gnu.org>
11898
11899         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11900
11901 2010-03-18  Glenn Morris  <rgm@gnu.org>
11902
11903         * hashcash.el (declare-function): Remove duplicate definition.
11904
11905 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11906
11907         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11908         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11909         value if any backslash escapes).
11910
11911 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11914         if it is available.  (bug#5647)
11915
11916         * lpath.el: Suppress compiler warning for coding-system-from-name for
11917         Emacs 21 and XEmacs.
11918
11919 2010-03-14  Juri Linkov  <juri@jurta.org>
11920
11921         * hmac-def.el:
11922         * hmac-md5.el:
11923         * netrc.el: Fix keywords.
11924
11925 2010-02-26  Glenn Morris  <rgm@gnu.org>
11926
11927         * message.el (message-send-mail-function): Change the default, so that
11928         it inherits from a customized send-mail-function.  (Bug#5643)
11929
11930 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11931
11932         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11933         shell-command-to-string signals an error (bug#5299).
11934
11935 2010-02-24  Glenn Morris  <rgm@gnu.org>
11936
11937         * message.el (message-smtpmail-send-it)
11938         (message-send-mail-with-mailclient): Doc fixes.
11939
11940 2010-02-16  Glenn Morris  <rgm@gnu.org>
11941
11942         * message.el (message-default-mail-headers): Change the default value
11943         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11944
11945 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11948         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11949
11950 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11951
11952         * time-date.el (date-to-time): Doc fix (Bug#5408).
11953
11954 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11955
11956         * message.el (message-mail): Just pass yank-action on to message-setup.
11957         (message-setup): Handle (FUN . ARGS) form of yank-action.
11958         (message-with-reply-buffer, message-widen-reply)
11959         (message-yank-original): Handle non-buffer values of
11960         message-reply-buffer (Bug#4080).
11961         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11962
11963 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11964
11965         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11966         Fix typo in docstring.
11967
11968 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11969
11970         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11971         response.
11972
11973 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11976
11977         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11978
11979         * message.el (message-check-news-header-syntax): Protect against a
11980         string that `rfc822-addresses' returns when parsing fails.
11981
11982 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11985         (gnus-previous-char-property-change): New functions.
11986
11987         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11988
11989 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11990
11991         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11992         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11993
11994 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11995
11996         * message.el (message-exchange-point-and-mark): Rework last change to
11997         avoid using optional arg of exchange-point-and-mark, for backward
11998         compatibility.
11999
12000 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12001
12002         * message.el (message-exchange-point-and-mark):
12003         Call exchange-point-and-mark with an argument rather than setting
12004         mark-active by hand (Bug#5175).
12005
12006 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * nntp.el (nntp-service-to-port): Work for service expressed with
12009         numeric string; replace [:digit:] with [0-9] for XEmacs.
12010
12011 2009-12-17  Glenn Morris  <rgm@gnu.org>
12012
12013         * gnus-group.el (gnus-bug-group-download-format-alist):
12014         Change emacs entry to debbugs.gnu.org.  Bump :version.
12015
12016 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12019
12020 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el (message-info): Explain why we use `Info-goto-node'.
12023
12024 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12027
12028 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12029
12030         * message.el (message-completion-in-region): New compatibility function.
12031         (message-expand-group): Use it.
12032
12033 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12036         with no unread article should be listed if the 2nd arg `predicate' is
12037         given.
12038
12039 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12042
12043 2009-11-29  Juri Linkov  <juri@jurta.org>
12044
12045         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12046         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12047         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12048
12049 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12050
12051         * sha1.el (sha1-string-external): default-directory "/" in case
12052         otherwise non-existent.  process-connection-type pipe for touch of
12053         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12054
12055 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12056
12057         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12058         it's comms related and sgml-mode.el has "comm" on that basis too.
12059
12060 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12063         containing tspecial characters if they have been already quoted.
12064
12065 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12066
12067         * dns-mode.el (auto-mode-alist): Purecopy string.
12068
12069 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12070
12071         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12072
12073 2009-10-24  Glenn Morris  <rgm@gnu.org>
12074
12075         * gnus-art.el (help-xref-stack-item): Define for compiler.
12076
12077 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12078
12079         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12080
12081 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12084
12085 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12088         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12089
12090 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12093         (gnus-overlays-in): New alias to overlays-in.
12094
12095         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12096         gnus-overlay-get, and gnus-delete-overlay.
12097         (gnus-summary-show-thread): Make it work as well for systems in which
12098         next-single-char-property-change is not available.
12099         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12100
12101         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12102         (gnus-overlay-get): New alias to extent-property.
12103         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12104
12105         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12106         SXEmacs.
12107
12108         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12109         SXEmacs.
12110
12111 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12114
12115 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12116
12117         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12118         and XEmacs that don't have `remove-overlays'.
12119
12120 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12121
12122         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12123         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12124         selective display.  Use overlays instead.
12125
12126 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12127
12128         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12129
12130 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12131
12132         * spam-stat.el (spam-stat-load): Fix typo in message.
12133
12134 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12135
12136         * dig.el (dig-invoke): Fix typo in docstring.
12137         (query-dig): Reflow docstring.
12138
12139 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12140
12141         * gnus-art.el (gnus-article-encrypt-body):
12142         * message.el (message-check-recipients):
12143         * mm-util.el (mm-codepage-setup):
12144         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12145         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12146
12147 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12148
12149         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12150         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12151         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12152         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12153         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12154
12155 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12156
12157         * dig.el: Add "Keywords: comm", as per net-utils.el.
12158
12159 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12160
12161         * dig.el (dig-mode): Use define-derived-mode.
12162
12163 2009-09-19  Glenn Morris  <rgm@gnu.org>
12164
12165         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12166
12167 2009-09-18  Glenn Morris  <rgm@gnu.org>
12168
12169         * gnus-diary.el (gnus-diary-check-message):
12170         * message.el (message-insert-formatted-citation-line):
12171         * nnbabyl.el (top-level):
12172         * nndiary.el (nndiary-schedule):
12173         Fix typos in condition-case handlers.
12174
12175 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12178         configuration that provides the sole article window in a frame;
12179         position point correctly after deleting a part.
12180
12181 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12182
12183         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12184         (spam-resolve-registrations-routine): Use it to unregister articles
12185         that change status.
12186
12187 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12190         with XEmacs.
12191         (parse-time-string-chars): Use it.
12192
12193 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * imap.el (imap-interactive-login): Better messages.
12196         (imap-open): Fix bug with renamed buffer on reconnect.
12197         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12198         for easier debugging and cleaner code.  On successful (guessed based on
12199         server capabilities) secondary authentication, set imap-state
12200         correctly.
12201         (imap-last-authenticator): Define imap-last-authenticator as a variable
12202         to avoid warnings.
12203
12204 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * nnrss.el (nnrss-request-article): Remove binding of
12207         default-enable-multibyte-characters that has gotten needless by
12208         the 2007-07-13 change in rfc2047-encode-message-header.
12209
12210         * mml.el (mml-insert-multipart): Error on the message header.
12211         (mml-insert-part): Error on the message header; position point at
12212         the end of a MIME tag.
12213
12214 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * time-date.el (autoload): Expand define-obsolete-function-alias into
12217         defalias and make-obsolete for old Emacsen that Gnus supports.
12218         (with-no-warnings): Define it for old Emacsen.
12219         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12220         is available.
12221         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12222         float-time is available; suppress compile warning for time-to-seconds.
12223
12224         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12225         (gnus-float-time): Alias to float-time if it exists.
12226
12227         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12228         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12229         float-time is available; suppress compile warning for time-to-seconds.
12230
12231         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12232         XEmacs.
12233
12234 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * imap.el (imap-message-map): Docstring fix.
12237
12238 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12241         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12242         Add the optional argument `encoding' that overrides the default.
12243
12244         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12245         mm-encode-buffer.
12246
12247 2009-09-04  Glenn Morris  <rgm@gnu.org>
12248
12249         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12250         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12251         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12252         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12253         * mm-util.el (mm-with-unibyte-current-buffer)
12254         (mm-find-buffer-file-coding-system):
12255         * yenc.el (yenc-decode-region): Use default-value rather than
12256         default-enable-multibyte-characters.
12257
12258 2009-09-03  Glenn Morris  <rgm@gnu.org>
12259
12260         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12261         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12262         than default-enable-multibyte-characters.
12263
12264 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12265
12266         * gnus-art.el (gnus-article-read-summary-keys):
12267         Fix gnus-buffer-configuration's value temporarily used.
12268
12269 2009-09-02  Glenn Morris  <rgm@gnu.org>
12270
12271         * gnus-util.el (gnus-float-time): New function.
12272         * gnus-delay.el (gnus-delay-article):
12273         * gnus-sum.el (gnus-thread-latest-date):
12274         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12275         * nnspool.el (nnspool-request-newgroups):
12276         Use gnus-float-time rather than time-to-seconds.
12277         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12278
12279         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12280         (gnus-header-subject-face, gnus-header-newsgroups-face)
12281         (gnus-header-name-face, gnus-header-content-face):
12282         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12283         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12284         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12285         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12286         (gnus-cite-face-11):
12287         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12288         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12289         (gnus-server-closed-face, gnus-server-denied-face)
12290         (gnus-server-offline-face):
12291         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12292         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12293         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12294         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12295         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12296         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12297         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12298         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12299         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12300         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12301         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12302         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12303         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12304         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12305         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12306         (gnus-summary-high-undownloaded-face)
12307         (gnus-summary-low-undownloaded-face)
12308         (gnus-summary-normal-undownloaded-face)
12309         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12310         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12311         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12312         (gnus-splash-face):
12313         * message.el (message-header-to-face, message-header-cc-face)
12314         (message-header-subject-face, message-header-newsgroups-face)
12315         (message-header-other-face, message-header-name-face)
12316         (message-header-xheader-face, message-separator-face)
12317         (message-cited-text-face, message-mml-face):
12318         * sieve-mode.el (sieve-control-commands-face)
12319         (sieve-action-commands-face, sieve-test-commands-face)
12320         (sieve-tagged-arguments-face):
12321         * spam.el (spam-face):
12322         Mark face aliases with "-face" in the name as obsolete.
12323
12324 2009-09-01  Glenn Morris  <rgm@gnu.org>
12325
12326         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12327         than goto-line.
12328
12329 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12332         Don't move point if the command is invoked inside the message header.
12333
12334 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12335
12336         * imap.el (imap-send-command): Simplify.
12337         (imap-wait-for-tag): point-max -> buffer-size.
12338
12339 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12340
12341         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12342         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12343         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12344         * nnir.el (nnir-swish-e-index-file):
12345         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12346         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12347         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12348         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12349         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12350         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12351
12352 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12355         Don't save excursion.
12356
12357 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12358
12359         * nnheader.el (nnheader-find-file-noselect):
12360         * mm-util.el (mm-insert-file-contents):
12361         Use (default-value 'major-mode) instead of default-major-mode.
12362
12363 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12364
12365         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12366
12367 2009-08-26  Glenn Morris  <rgm@gnu.org>
12368
12369         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12370         than placing in files.el.
12371
12372 2009-08-25  Glenn Morris  <rgm@gnu.org>
12373
12374         * nnir.el (top-level): Don't require cl at run-time.
12375         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12376         Replace cl-function substitute with gnus-replace-in-string.
12377         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12378         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12379         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12380         simplified expansions.
12381
12382 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12383
12384         * dig.el (dig): Add autoload cookie.
12385
12386 2009-08-22  Glenn Morris  <rgm@gnu.org>
12387
12388         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12389         goto-line.
12390
12391 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12392
12393         * parse-time.el (parse-time-string-chars): Save match data.
12394
12395 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12396
12397         * parse-time.el (parse-time-string-chars): Compute using character
12398         classes, to handle non-ascii characters (Bug#3190).
12399
12400 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12403
12404         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12405         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12406         (gnus-mm-display-part, gnus-mime-display-single)
12407         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12408         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12409
12410         * gnus-sum.el
12411         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12412         (gnus-summary-move-article): Add expirable mark to articles copied or
12413         moved to group that has auto-expire turned on if the option is non-nil.
12414
12415 2009-07-24  Glenn Morris  <rgm@gnu.org>
12416
12417         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12418         Fix typo.  (Bug#3903)
12419
12420 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12423         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12424         that should not be used for draft articles.
12425         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12426         that has no concern in minor mode keys.
12427         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12428         Abolish.
12429
12430 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12433         article without making inquiry to a user for unknown encoding.
12434
12435         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12436         (nnmaildir--scan): Assume i-node and device number that file-attributes
12437         returns might be cons-cell.
12438
12439         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12440
12441         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12442
12443 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12444
12445         * auth-source.el: Remove docs now in auth.texi.  Don't use
12446         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12447         `auth-source-hide-passwords' and use them.
12448
12449 2009-07-15  Glenn Morris  <rgm@gnu.org>
12450
12451         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12452
12453 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12456         excessive whitespace from the default values of title and description.
12457
12458 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12461         mail-fetch-field to fetch Content-Description header in order to
12462         exclude newlines.
12463
12464 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12465
12466         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12467         format used by GnuPG 2.0.11.
12468
12469 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12472         to deleted part.
12473
12474 2009-05-30  David Engster  <dengste@eml.cc>
12475
12476         * nnmairix.el: Remove old documentation in the commentary block.
12477         (nnmairix-request-group): Do not update active file for nnml back ends.
12478         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12479         end so that overview files are ignored.
12480         (nnmairix-update-groups): Make updating the groups more robust by using
12481         marks.
12482         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12483         with dollar characters in message-id.
12484
12485 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12488         2008-12-25 in dns.el.
12489
12490 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12491
12492         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12493         could happen if the text is only composed of spaces and/or tabs.
12494
12495 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12496
12497         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12498         when sending a queued message to avoid extra mml tags.
12499
12500 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12503
12504 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12507         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12508         rmail-toggle-header for XEmacs;
12509         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12510
12511 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-dired.el: Remove autoload for gnus-setup-message.
12514         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12515         displaying Gnus logo; always use compose-mail.
12516
12517 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12520
12521 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12524         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12525         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12526         available.
12527         (gnus-nocem-epg-verify): New function.
12528
12529 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12532
12533 2009-02-15  Glenn Morris  <rgm@gnu.org>
12534
12535         * gnus-util.el (rmail-insert-rmail-file-header)
12536         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12537         autoloads.
12538         (rmail-default-rmail-file): Remove unnecessary declaration.
12539         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12540
12541 2009-02-14  Glenn Morris  <rgm@gnu.org>
12542
12543         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12544         variable (only used in gnus-util, which declares it anyway).
12545         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12546         which was only needed by gnus-art (changed to not use it any more).
12547         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12548         only used in gnus-util, which autoloads it itself.
12549         (rmail-update-summary): Fix autoload.
12550
12551         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12552         rather than rmail-output-to-rmail-file.
12553
12554 2009-02-07  Glenn Morris  <rgm@gnu.org>
12555
12556         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12557         autoload of function that no longer exists.
12558         (rmail-toggle-header): Declare.
12559         (message-forward-rmail-make-body): Handle mbox Rmail.
12560
12561 2009-01-31  Glenn Morris  <rgm@gnu.org>
12562
12563         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12564         2009-01-09 change.
12565
12566 2009-01-31  Dave Love  <fx@gnu.org>
12567
12568         * imap.el (imap-fetch-safe): Bind debug-on-error.
12569         (imap-debug): Add imap-fetch-safe.
12570
12571 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12572
12573         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12574         (auth-source-forget-all-cached): New convenience function.
12575         (auth-source-user-or-password): Accept list of modes or a single mode.
12576
12577         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12578         auth-source modes.
12579
12580         * netrc.el (netrc-machine-user-or-password): Use list of
12581         auth-source modes.
12582
12583         * nnimap.el (nnimap-open-connection): Use list of
12584         auth-source modes.
12585
12586         * nntp.el (nntp-send-authinfo): Use list of
12587         auth-source modes.
12588
12589 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12590
12591         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12592         now.
12593
12594 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12597         coding system in XEmacs; add a workaround for XEmacs.
12598
12599         * lpath.el: Fbind coding-system-aliasee.
12600
12601 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12604         of current-language-environment.
12605
12606 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12609         available at runtime.
12610
12611 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12614
12615 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12616
12617         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12618         the greatest positive fixnum value doesn't work under an XEmacs with
12619         bignum support; use the most-positive-fixnum constant instead,
12620         available since Emacs 21.1 with cl and XEmacs 21.1.
12621
12622 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12625         XEmacs gets not to work.
12626
12627 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * mm-util.el (mm-coding-system-priorities): Allow the value like
12630         "Japanese (UTF-8)" of current-language-environment.
12631
12632 2009-01-09  Glenn Morris  <rgm@gnu.org>
12633
12634         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12635         with last-command-event.
12636
12637 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12640         in the doc string.
12641
12642         * message.el (message-fix-before-sending): Amend comment.
12643
12644 2009-01-08  Dave Love  <fx@gnu.org>
12645
12646         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12647
12648 2009-01-07  David Engster  <dengste@eml.cc>
12649
12650         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12651         simplified server definitions by converting it via
12652         gnus-server-to-method.
12653
12654 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12657         parameter's operands.
12658
12659 2009-01-06  David Engster  <dengste@eml.cc>
12660
12661         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12662         primary select method (for gnus-group-mark-article-as-read).
12663
12664 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12665
12666         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12667         `(gnus)Face', not `(gnus)X-Face'.
12668
12669 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mm-util.el (mm-ucs-to-char): New function.
12672
12673         * mm-url.el (mm-url-decode-entities): Use it.
12674
12675         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12676         unicode-to-char.
12677
12678 2009-01-05  Dave Love  <fx@gnu.org>
12679
12680         * time-date.el: Require cl for `declare'.
12681
12682 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12685         Dave Love.
12686
12687 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * message.el (message-fix-before-sending): Add `eight-bit' to
12690         illegible-text check.
12691
12692 2009-01-03  Michael Olson  <mwolson@gnu.org>
12693
12694         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12695         `headers' is nil.  This can occur if the IMAP server does not have
12696         permissions to read messages from a folder, but can write new messages
12697         to the folder.
12698         (nnimap-request-article-part): Do not insert `data' if it is nil.
12699
12700         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12701         characters which will confuse `read', so skip past them.
12702
12703 2009-01-01  Dave Love  <fx@gnu.org>
12704
12705         * imap.el (imap-string-to-integer): Fix typo.
12706         (imap-fetch-safe): New function.
12707         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12708
12709         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12710
12711         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12712         (imap-parse-greeting): Fix doc strings.
12713         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12714         (imap-parse-flag-list): Make messages unique.
12715         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12716
12717         * nnimap.el: Fix author email.
12718         (nnimap-split-rule): Add FIXME comment.
12719         (nnimap-debug): Fix doc string.
12720
12721 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12724
12725 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12728         nslookup if resolv.conf isn't available.
12729         (dns-query): Rename from query-dns.
12730         (dns-query-cached): Rename from query-dns-cached.
12731
12732 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12735         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12736         to check if those variables exist (first appeared in Emacs 18.50).
12737
12738 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * mm-util.el (mm-line-number-at-pos): New function.
12741
12742         * spam-report.el (spam-report-process-queue): Use it.
12743
12744 2008-12-24  David Engster  <dengste@eml.cc>
12745
12746         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12747         parameters that haven't existed as variables as buffer-local variables.
12748
12749 2008-12-23  Dave Love  <fx@gnu.org>
12750
12751         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12752         cadar.
12753
12754         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12755         imap-starttls-p.
12756         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12757
12758 2008-12-22  Dave Love  <fx@gnu.org>
12759
12760         * imap.el: Fix author email.  Doc fixes.
12761         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12762         reply.
12763
12764 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * spam-report.el (spam-report-gmane-max-requests): New constant.
12767         (spam-report-gmane-wait): New variable.
12768         (spam-report-gmane-ham, spam-report-gmane-spam)
12769         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12770         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12771         the server.
12772
12773         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12774         Add explanations.
12775
12776         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12777         nnheader-accept-process-output and nnheader-read-timeout if available.
12778         (pop3-movemail): Use it.
12779
12780         * message.el (message-check-news-body-syntax): Fix signature check if
12781         there's an attachment.
12782
12783 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * mm-util.el: Add comments to the mm- emulating functions.
12786
12787 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12790         Reported by Stephen Berman <stephen.berman@gmx.net>.
12791
12792 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-util.el (mm-substring-no-properties): New function.
12795         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12796         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12797         (mm-string-to-multibyte): Doc fix.
12798
12799         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12800
12801 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * mml.el (mml-attach-file): Strip text properties from file name.
12804         (Bug#1574)
12805
12806 2008-12-16  Glenn Morris  <rgm@gnu.org>
12807
12808         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12809
12810 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12813         knows since the charset specified might be a bogus alias that
12814         mm-charset-synonym-alist provides.
12815
12816 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12819         "ISO_8859-1".
12820
12821         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12822
12823 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-util.el (mm-charset-eval-alist):
12826         Define it before mm-charset-to-coding-system.
12827         (mm-charset-to-coding-system): Add optional argument `silent';
12828         define it before mm-charset-override-alist.
12829         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12830         default value if it can be used in Emacs currently running;
12831         silence mm-charset-to-coding-system.
12832
12833 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12836         `allow-override' which says whether to use `mm-charset-override-alist'.
12837         (rfc2047-decode-encoded-words): Use it.
12838
12839         * mm-util.el (mm-charset-override-alist): Fix custom type;
12840         add `(gb2312 . gbk)' to choices.
12841
12842 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12845         fast.
12846
12847         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12848
12849         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12850
12851 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12852
12853         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12854         on links.
12855
12856         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12857
12858 2008-12-03  Lute Kamstra  <lute@gnu.org>
12859
12860         * sha1.el: Remove leading * from docstrings of defcustoms,
12861         deffaces, defconsts and defuns.
12862
12863 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12866         users' addresses that don't have domain parts.
12867         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12868         rather than message-narrow-to-head since there will be the message
12869         header separator.
12870
12871 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12872
12873         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12874         since the result is inserted in a unibyte buffer anyway.
12875         (nnimap-demule-use-string-to-multibyte): Remove.
12876         (nnimap-demule): Alias it to mm-string-to-multibyte.
12877
12878 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12881         variable for debugging bug#464 and bug#1174.
12882         (nnimap-demule): Use it.
12883
12884 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12887         score calculation correctly.
12888
12889 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12890
12891         * message.el (message-send-mail): Just set the buffer to unibyte
12892         rather than use mm-with-unibyte-current-buffer which does a lot more.
12893         (message-send-mail-partially): Don't bother with
12894         mm-with-unibyte-current-buffer since it's already been made unibyte by
12895         message-send-mail.
12896
12897 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12898
12899         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12900
12901 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12902
12903         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12904
12905 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12908         require itself and to remove `with-no-warnings'.
12909
12910 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12911
12912         * starttls.el (starttls-any-program-available): Get the name of the
12913         available TLS layer program.
12914         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12915         well as the host name in the "opening" message.
12916
12917         * auth-source.el (auth-source-cache, auth-source-do-cache)
12918         (auth-source-user-or-password): Cache passwords and logins by default,
12919         allow override with `auth-source-do-cache'.
12920         (auth-source-forget-user-or-password): Allow users to remove cache
12921         entries if needed.
12922
12923 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12924
12925         * md4.el (md4-buffer): Fix typo in docstring.
12926         (md4, md4-64): Doc fixes.
12927         (md4-pack-int32): Reflow docstring.
12928
12929 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12930
12931         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12932         condition-case to only the forward-sexp call.
12933
12934 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12937         quotes contained.  Make it more robust regardless by an extra
12938         condition-case wrapper.
12939
12940 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12943
12944 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * nnml.el (nnml-request-expire-articles): Check if the function set to
12947         `nnmail-expiry-target' returns the symbol `delete'.
12948
12949         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12950
12951         * nnmail.el (nnmail-expiry-target): Fix custom type.
12952
12953 2008-10-02  Glenn Morris  <rgm@gnu.org>
12954
12955         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12956         Silence compiler warning.
12957
12958 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12959
12960         * tls.el (open-tls-stream): Show the actual command being
12961         executed, instead of the format string.
12962
12963 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * lpath.el: Fbind codepage-setup for Emacs 23.
12966
12967 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12968
12969         * mml.el (mml-menu): Don't assume mml2015 is bound.
12970
12971 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12974         exists.
12975
12976 2008-09-27  Glenn Morris  <rgm@gnu.org>
12977
12978         * gnus-util.el (mail-header-remove-comments): Autoload it.
12979
12980 2008-09-27  Andreas Schwab  <schwab@suse.de>
12981
12982         * gnus-util.el (gnus-split-references): Strip comments.
12983         (gnus-parent-id): Likewise.
12984
12985 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * message.el (message-confirm-send): Fix version.
12988
12989 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * message.el (message-idna-to-ascii-rhs-1): Use
12992         mail-extract-address-components rather than mail-header-parse-addresses
12993         that is an alias by default to ietf-drums-parse-addresses that does not
12994         support non-ASCII names in headers' contents.
12995
12996 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * message.el (message-confirm-send): Fix variable documentation to
12999         avoid the "y/n" wording.
13000
13001 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13002
13003         * message.el (message-set-auto-save-file-name): Save to a different
13004         filename so multiple messages (especially drafts) can be recovered.
13005
13006 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13007
13008         * message.el (message-confirm-send): Add appropriate version.
13009
13010 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13011
13012         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13013         defvar.
13014
13015 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13016
13017         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13018         (mm-pkcs7-enveloped-magic): Ditto.
13019
13020 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13021
13022         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13023         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13024
13025 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13026
13027         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13028         default, it's better.
13029
13030 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13033         summary line gnus-number property and ignore them (with a warning
13034         message).
13035
13036 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13039         macro caddr in the interactive form since it won't be expanded.
13040
13041 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13044         `charset'; fix name of function called recursively.
13045         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13046
13047 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13050         (gnus-mime-set-charset-parameters): New function.
13051         (gnus-mime-view-part-as-charset): Use it to correctly display part
13052         specifying wrong charset.
13053
13054 2008-09-08  David Engster  <dengste@eml.cc>
13055
13056         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13057         in completing-read for back end server.
13058
13059 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13060
13061         * message.el (message-confirm-send): New variable to confirm sending a
13062         message.
13063         (message-send): Use it.
13064
13065 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13068
13069 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13072
13073 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13076         prevent tracking too many groups.
13077         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13078         Use it.
13079
13080 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13081
13082         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13083         moving point to the bottom of the window in order to avoid recentering.
13084
13085 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13088
13089         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13090         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13091         (gnus-article-beginning-of-window): Fix calculation.
13092
13093 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-msg.el (gnus-summary-supersede-article)
13096         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13097         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13098         message header.
13099
13100 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13101
13102         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13103         pending output coming after the status change.
13104
13105 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13106
13107         * message.el:
13108         * gnus-start.el:
13109         * gnus-registry.el: Remove VMS support.
13110
13111 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13114         macro.
13115         (rfc2104-hash): Use it.
13116
13117 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13120         (gnus-summary-sort-by-most-recent-date): New commands.
13121         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13122         and menu entries.
13123
13124 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13127         don't redisplay article for raw contents; remove plural articles stuff.
13128
13129         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13130         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13131         on gnus-summary-save-article; display results properly.
13132
13133 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * lpath.el: No need to fbind ns-focus-frame.
13136
13137 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13140
13141 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-art.el (gnus-summary-save-in-pipe):
13144         Consider gnus-save-all-headers.
13145
13146 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13147
13148         * gnus-util.el (ns-focus-frame): Remove declaration.
13149         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13150         like x.
13151
13152 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13153
13154         * rfc2104.el (rfc2104-zero): Delete defconst.
13155         (rfc2104-hex-alist): Likewise.
13156         (rfc2104-hex-to-int): Delete func.
13157         (rfc2104-hexstring-to-bitstring): Likewise.
13158         (rfc2104-nybbles): New defconst.
13159         (rfc2104-hash): Rewrite for speed.
13160
13161 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * tls.el (open-tls-stream): Make it work with the 2nd argument
13164         BUFFER that is a string but does not exist as a buffer object, as
13165         mentioned in the doc-string.
13166
13167 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13170         SXEmacs.
13171
13172 2008-07-16  Glenn Morris  <rgm@gnu.org>
13173
13174         * gnus-util.el (ns-focus-frame): Declare for compiler.
13175
13176 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13179         set as a group parameter.
13180         (gnus-summary-save-in-pipe): Work when it is called independently.
13181         (gnus-summary-pipe-to-muttprint): Don't modify
13182         gnus-summary-pipe-output-default-command.
13183
13184 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13185
13186         * message.el (message-send-mail-with-sendmail):
13187         Display the error message.
13188
13189 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (gnus-default-article-saver):
13192         Add gnus-summary-save-in-pipe to choices.
13193         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13194         gnus-summary-pipe-output-default-command as the default command.
13195         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13196         instead of gnus-last-shell-command.
13197
13198         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13199         New user option.
13200         (gnus-summary-muttprint-program): Mention the value will be changed.
13201         (gnus-summary-save-article): Force showing of all headers.
13202         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13203
13204 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13205
13206         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13207
13208 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13209
13210         * nnimap.el (nnimap-id):
13211         * sieve-manage.el (sieve-manage-open): Doc fixes.
13212
13213 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13214
13215         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13216         if available.
13217
13218 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13219
13220         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13221
13222         * nnkiboze.el (nnkiboze-generate-group):
13223         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13224
13225         * nnmairix.el: Require CL.
13226
13227 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * dgnushack.el: Autoload get-display-table and put-display-table for
13230         XEmacs 21.5.
13231
13232         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13233         21.4 and SXEmacs.
13234
13235 2008-06-15  David Engster  <dengste@eml.cc>
13236
13237         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13238
13239 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13240
13241         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13242         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13243         runtime choice under XEmacs.
13244
13245         * gnus-sum.el (gnus-summary-set-display-table):
13246         Use `gnus-put-display-table', `gnus-get-display-table',
13247         `gnus-set-display-table' for the display table, instead of `aset'.
13248
13249         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13250         Use `gnus-put-display-table', `gnus-get-display-table',
13251         `gnus-set-display-table' for the display table.
13252
13253 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * nnmairix.el: Add autoloads.
13256
13257 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * nnmairix.el (nnmairix-delete-recreate-group)
13260         (nnmairix-update-and-clear-marks): Fix error messages.
13261
13262 2008-06-14  David Engster  <dengste@eml.cc>
13263
13264         * nnmairix.el: Upgrade to version 0.6.
13265         (nnmairix-group-toggle-propmarks-this-group)
13266         (nnmairix-group-toggle-readmarks-this-group)
13267         (nnmairix-group-delete-recreate-this-group)
13268         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13269         (nnmairix-remove-tick-mark-original-article): New commands.
13270         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13271         (nnmairix-propagate-marks-to-nnmairix-groups)
13272         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13273         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13274         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13275         functions needed for marks propagation and manipulation of read marks.
13276         (nnmairix-update-groups): New function.
13277         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13278         (nnmairix-determine-original-group-from-registry)
13279         (nnmairix-determine-original-group-from-path)
13280         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13281         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13282         New helper functions.
13283         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13284         keystrokes for new commands.
13285         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13286         (nnmairix-request-group): Check allow-fast group parameter.
13287         (nnmairix-request-create-group): Set allow-fast group parameter if
13288         nnmairix-allowfast-default is set.
13289         (nnmairix-close-group): Propagate marks upon closing if needed.
13290         (nnmairix-group-toggle-threads-this-group): Use new.
13291         nnmairix-group-toggle-parameter helper function.
13292         (nnmairix-search): Better check for empty search result.
13293         (nnmairix-goto-original-article): Use new helper functions for
13294         determining original article.
13295         (nnmairix-show-original-article): Make sure message-id is in brackets.
13296         (nnmairix-call-mairix-binary): Change variable name.
13297         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13298         helper function.
13299         (nnmairix-widget-toggle-activate): Fix doc string.
13300
13301 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * nnir.el: Require edmacro when compiling with XEmacs.
13304         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13305         available in Emacs 21.
13306
13307 2008-06-11  Glenn Morris  <rgm@gnu.org>
13308
13309         * gnus-util.el (x-focus-frame):
13310         * gnus.el (image-size):
13311         * mm-decode.el (image-size): Declare.
13312
13313         * gnus-picon.el (declare-function): Add compat definition.
13314         (image-size): Declare.
13315
13316         * gnus-group.el (tool-bar-map):
13317         * gnus-sum.el (tool-bar-map): Define for compiler.
13318
13319         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13320
13321         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13322
13323         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13324         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13325         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13326         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13327         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13328         * sieve-manage.el, spam-report.el, spam.el:
13329         Remove unnecessary eval-and-compile of autoloads.
13330
13331 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13332
13333         * auth-source.el: Precise Tramp doc.
13334
13335 2008-06-07  Glenn Morris  <rgm@gnu.org>
13336
13337         * nnmairix.el: Remove unnecessary eval-when-compile.
13338
13339 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * lpath.el: Fbind propertize for XEmacs 21.4.
13342
13343 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * nnir.el: Move here from ../contrib.
13346
13347 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13348
13349         * gnus-util.el (gnus-read-shell-command): New function.
13350         * mm-decode.el (mm-pipe-part):
13351         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13352
13353 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13356
13357 2008-06-03  Glenn Morris  <rgm@gnu.org>
13358
13359         * pop3.el (nnheader-accept-process-output): Autoload it.
13360
13361 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13364         are not 2-digit hexadecimal characters that follow `%'s.
13365
13366 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * message.el (message-bogus-recipient-p): Fix type in doc string.
13369         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13370         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13371         Improve custom options.
13372         (message-bogus-recipient-p): Adjust accordingly.
13373
13374 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13375
13376         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13377         long-form month and day names.
13378
13379 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * dgnushack.el: Autoload debug, eudc-expand-inline and
13382         pgg-snarf-keys-region for XEmacs.
13383
13384         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13385
13386         * nnmairix.el: Require edmacro when compiling with XEmacs.
13387
13388 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13391         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13392
13393 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * auth-source.el: Add more docs.
13396
13397         * netrc.el (netrc-machine): Always match if the port is not given.
13398
13399 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13400
13401         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13402         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13403         retrieval faster in some cases, but might make CPU usage larger.
13404         If this has any bad side effects, we might revert this change.
13405
13406         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13407         seems to make mail retrieval much, much faster.
13408         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13409         unconditionally.
13410
13411         * gnus-draft.el (gnus-group-send-queue):
13412         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13413
13414 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13417
13418         * message.el (message-bogus-address-regexp): Fix and improve custom
13419         type.
13420         (message-setup-hook): Add message-check-recipients as custom option.
13421
13422 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * message.el (message-cite-function): Remove bogus autoload which crept
13425         in during merge from v5-10.
13426
13427 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13430
13431         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13432
13433         * auth-source.el: Preliminary Tramp docs.
13434         (auth-sources): Change the default auth-sources to use
13435         EPA .gpg files.
13436
13437 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13438
13439         * nntp.el: Autoload `auth-source-user-or-password'.
13440         (nntp-send-authinfo): Use it.
13441
13442         * nnimap.el: Autoload `auth-source-user-or-password'.
13443         (nnimap-open-connection): Use it.
13444
13445         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13446         for the gnus-message function.
13447         (auth-source-user-or-password): Use it.
13448
13449 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13450
13451         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13452         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13453         (rfc2104-hash): Use it.
13454
13455 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13456
13457         * gnus-art.el (gnus-article-toggle-truncate-lines):
13458         Don't use `iff' in docstring.
13459
13460 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13461
13462         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13463
13464         * gnus-util.el (gnus-extract-address-component-name)
13465         (gnus-extract-address-component-email): Convenience functions around
13466         `gnus-extract-address-components'.
13467
13468         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13469         Use `gnus-extract-address-component-email' to fix bug of comparing full
13470         sender name to `user-mail-address'.
13471
13472 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13473
13474         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13475         catch/throw to optimize.
13476         (gnus-registry-find-keywords): Just use member to find a keyword.
13477
13478 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13479
13480         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13481         is current before calling gnus-server-prepare.
13482         (gnus-server-setup-buffer, gnus-server-update-server)
13483         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13484
13485 2008-05-04  Juri Linkov  <juri@jurta.org>
13486
13487         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13488         (mailcap-file-default-commands): Use mailcap-replace-in-string
13489         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13490         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13491
13492 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13493
13494         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13495
13496 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13497
13498         * gnus.el: Bump version to 0.11.
13499
13500 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13501
13502         * gnus.el: No Gnus v0.10 is released.
13503
13504 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505
13506         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13507         hooks.
13508         (gnus-update-read-articles): Speed up non-marks-using users.
13509         (gnus-use-marks): Define gnus-use-marks.
13510         (gnus-propagate-marks): Rename variable to something more sensible.
13511
13512 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13513
13514         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13515         (gmm-image-load-path-for-library): Fix typos in docstrings.
13516         (gmm-message): Reflow docstring.
13517
13518 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13519
13520         * mail-source.el (mail-source-set-1, mail-source-bind):
13521         Move auth-source code out of the macro to clean it up and fix bugs.
13522
13523 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13526         by sender if it's equal to user-mail-address, it's likely to be
13527         useless.
13528
13529         * mail-source.el (mail-source-bind): Don't use user or password if they
13530         are not bound.  Unintern them if they are nil.  Don't use server unless
13531         it's bound, and default it to empty string otherwise.
13532
13533 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * mail-source.el: Load auth-source.el.
13536         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13537         get user name or password, if auth-sources is set up.
13538
13539         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13540         strategy of splitting with parent.
13541         (gnus-registry-split-fancy-with-parent)
13542         (gnus-registry-post-process-groups): Use it and fix prior
13543         bug (returning a list as the split result).
13544
13545         * auth-source.el (auth-sources): Remove server parameter.
13546         (auth-source-pick, auth-source-user-or-password)
13547         (auth-source-user-or-password-imap)
13548         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13549         (auth-source-user-or-password-sftp)
13550         (auth-source-user-or-password-smtp): Remove server parameter.
13551
13552 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13553
13554         * smime.el (smime-sign-region, smime-encrypt-region)
13555         (smime-decrypt-region):
13556         Remove redundant calls to `generate-new-buffer-name'.
13557
13558 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13559
13560         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13561         Don't use QP for message/rfc822.
13562         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13563
13564 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13565
13566         * sieve-manage.el (sieve-string-bytes): Remove.
13567         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13568         correct byte-length only if the process's coding-system is the same as
13569         the one used internally by Emacs to represent strings.
13570
13571 2008-04-22  Juri Linkov  <juri@jurta.org>
13572
13573         * mailcap.el (mailcap-file-default-commands): New function.
13574
13575 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * message.el (message-signature-separator, message-cite-function):
13578         Change custom version.
13579
13580 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13581
13582         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13583         commands.
13584         (tls-checktrust): Ditto.
13585
13586 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * mm-decode.el (mm-display-external): Make temp file read-only.
13589
13590 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13593         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13594         `C-c C-f d'.
13595
13596 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13597
13598         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13599
13600 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus.el: Bump version to 0.9.
13603
13604 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * gnus.el: No Gnus v0.8 is released.
13607
13608 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13609
13610         * mail-source.el (mail-source-value):
13611         Prefer fboundp to functionp so it works with macros as well.
13612
13613 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13614
13615         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13616         Fix last change in case the element is not even a symbol.
13617
13618 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13619
13620         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13621         Prefer fboundp to functionp so it works with macros as well.
13622
13623 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13624
13625         * auth-source.el: Add docs.
13626         (auth-sources): Modify format to support server.
13627         (auth-source-pick, auth-source-user-or-password)
13628         (auth-source-user-or-password-imap)
13629         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13630         (auth-source-user-or-password-sftp)
13631         (auth-source-user-or-password-smtp): Add server parameter.
13632
13633 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * gnus-registry.el: Initialize the registry when gnus-registry-install
13636         is t.
13637
13638 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * compface.el (uncompface): Make buffer unibyte.
13641
13642 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13643
13644         * mail-source.el (mail-source-value):
13645         Prefer fboundp to functionp so it works with macros as well.
13646
13647 2008-04-05  Glenn Morris  <rgm@gnu.org>
13648
13649         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13650
13651 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13652
13653         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13654         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13655
13656         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13657         multibyteness after rather than before erasing it.
13658
13659         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13660         mm-with-multibyte.
13661         (gnus-request-article-this-buffer): Make sure the proper decoding is
13662         used if gnus-original-article-buffer happens to be unibyte.
13663
13664         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13665         default-enable-multibyte-characters.
13666
13667         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13668         default-enable-multibyte-characters.
13669
13670         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13671
13672         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13673
13674 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13677         Fix last change in case the element is not even a symbol.
13678
13679 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13680
13681         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13682         (imap-message-copyuid-1): Use it.
13683         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13684         J. Williams in
13685         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13686
13687         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13688         imap-enable-exchange-bug-workaround.
13689         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13690
13691 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13692
13693         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13694         a 100 byte status-checks into a 2-3MB transfer for each group.
13695         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13696         to enable bug workaround or not.
13697         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13698
13699 2008-03-31  Glenn Morris  <rgm@gnu.org>
13700
13701         * message.el (mml2015-use): Declare for compiler.
13702         (message-info): Require mml2015 when appropriate.
13703
13704 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13707         whitespace.
13708
13709 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13710
13711         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13712         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13713         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13714         (nntp-service-to-port): New function.
13715         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13716         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13717         (nntp-open-netcat-stream): New function.
13718         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13719
13720 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13721
13722         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13723
13724 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13725
13726         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13727
13728 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13729
13730         * dns.el (dns-write): Use set-buffer-multibyte.
13731
13732 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13733
13734         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13735
13736 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * message.el (message-signature-separator): Change default.
13739         Improve custom type.
13740         (message-cite-function): Change default to
13741         message-cite-original-without-signature.
13742
13743         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13744         toggle.
13745
13746         * message.el (message-check-news-body-syntax): Fix signature check.
13747         (message-setup-1): Mark buffer as unmodified _after_ running
13748         message-setup-hook and handling message-alternative-emails.
13749         (message-shorten-references): Be more strict when building list of
13750         valid references to comply with GNKSA.
13751
13752         * gnus-group.el (gnus-read-ephemeral-bug-group)
13753         (gnus-read-ephemeral-debian-bug-group)
13754         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13755
13756         * message.el (message-info): Don't use booleanp which isn't supported
13757         in Emacs 21 and XEmacs.
13758
13759 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13762         gnus-group-gmane-group-download-format.
13763         (gnus-group-read-ephemeral-gmane-group): Rename from
13764         gnus-group-read-ephemeral-gmane-group.
13765         (gnus-read-ephemeral-gmane-group-url): Rename from
13766         gnus-group-read-ephemeral-gmane-group-url.
13767         (gnus-bug-group-download-format-alist): New variable.
13768         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13769         (gnus-read-ephemeral-emacs-bug-group): New commands.
13770
13771 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13774         (gnus-visible-headers): Improve custom type.
13775
13776 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * mml.el (mml-menu): Add workarounds for XEmacs.
13779
13780         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13781         X-Boundary header.
13782
13783         * message.el (message-simplify-recipients): Fix previous commit.
13784
13785 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * mm-util.el (mm-set-buffer-multibyte): New function.
13788         * mm-decode.el (mm-copy-to-buffer): Use it.
13789
13790         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13791         Prefer fboundp to functionp so it works with macros as well.
13792
13793 2008-03-19  Glenn Morris  <rgm@gnu.org>
13794
13795         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13796         Accidentally removed in the sync process with Emacs.
13797
13798 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * message.el (message-alter-recipients-discard-bogus-full-name):
13801         New function.
13802         (message-alter-recipients-function): New variable.
13803         (message-get-reply-headers): Use it.
13804         (message-replace-header): New helper function.
13805         (message-recipients-without-full-name): New variable.
13806         (message-simplify-recipients): New command.
13807
13808         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13809
13810         * message.el (message-info): Handle EasyPG manual.
13811
13812         * mml.el (mml-menu): Add entry for EasyPG.
13813
13814 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13815
13816         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13817         parameter.
13818
13819         * message.el (message-disassociate-draft): Specify drafts group name
13820         fully.
13821
13822 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13823
13824         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13825         Eliminate unnecessary duplicates from the match list.
13826
13827 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13830
13831         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13832
13833         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13834         args of `how-many' of which the XEmacs version doesn't take; declare
13835         Info-index-next as function.
13836
13837 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-score.el (gnus-score-headers): Fix handling of
13840         gnus-inhibit-slow-scoring.
13841
13842         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13843         string.
13844         (gnus-button-url-regexp): Improve handling of parenthesis.
13845         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13846         (gnus-button-handle-info-keystrokes): Handle index entries.
13847
13848 2008-03-15  Glenn Morris  <rgm@gnu.org>
13849
13850         * parse-time.el (parse-time-string): Simplify.
13851
13852 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13855         Incoming* files.
13856
13857 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * auth-source.el (auth-sources): Rename from auth-source-choices.
13860         (auth-source-pick): Use it.
13861
13862 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13863
13864         * binhex.el (binhex-decode-region-internal):
13865         * uudecode.el (uudecode-decode-region-internal):
13866         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13867         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13868         setting default-enable-multibyte-characters.
13869
13870 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * auth-source.el (auth-source-protocols)
13873         (auth-source-protocols-customize, auth-source-choices): Add and
13874         modified variable customizations and defaults.
13875         (auth-source-pick, auth-source-user-or-password)
13876         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13878         (auth-source-user-or-password-sftp)
13879         (auth-source-user-or-password-smtp): Use new variables and provide an
13880         interface to netrc.el.
13881
13882 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13885         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13886         Make sure the nntp port to specify is a string.
13887
13888 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13889
13890         * nntp.el: Use with-current-buffer.
13891         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13892         dubious mm-with-unibyte-current-buffer.
13893         (nntp-with-open-group-function): New function extracted from
13894         nntp-with-open-group macro.
13895         (nntp-with-open-group): Use the function, so it's easier to debug.
13896         Add indentation and debugging info.
13897         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13898         Recommend the use of the netcat alternatives.
13899
13900         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13901         Avoid mm-string-as-multibyte as well.
13902
13903         * nnweb.el (nnweb-insert-html):
13904         Remove use of nnheader-string-as-multibyte.
13905
13906         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13907         (nnheader-string-as-multibyte): Remove.
13908
13909         * mm-view.el: Use inhibit-read-only.
13910         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13911         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13912         or unibyte-string.
13913
13914         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13915         (mm-uu-yenc-extract): Use with-current-buffer.
13916
13917         * gnus-soup.el (gnus-soup-send-packet): Don't use
13918         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13919
13920         * nnmh.el: Use with-current-buffer.
13921         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13922         mm-string-as-multibyte on the output of mm-encode-coding-string.
13923
13924         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13925         (nnimap-request-move-article): Use with-current-buffer.
13926
13927         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13928         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13929         conversion uses string-make-unibyte rather than string-as-unibyte.
13930
13931         * gnus-msg.el: Use with-current-buffer.
13932
13933         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13934
13935 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13936
13937         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13938         string for caching if it is 'PIN.
13939
13940 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * lpath.el: Consider the case without Emacs/W3.
13943
13944 2008-03-08  Glenn Morris  <rgm@gnu.org>
13945
13946         * time-date.el (date-to-time, time-subtract, time-add)
13947         (safe-date-to-time): Doc fixes.
13948
13949 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * mail-source.el (mail-source-delete-old-incoming-confirm):
13952         Change default to nil.
13953         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13954
13955 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * lpath.el: Rearrange.
13958
13959         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13960         (gnus-article-goto-prev-page): Work for articles having ^L's.
13961
13962         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13963
13964         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13965
13966 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13967
13968         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13969         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13970         (gnus-bookmark-jump): Adjust some variable names.
13971
13972 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * auth-source.el: New package.
13975         (auth-source-choices): Add customization entry point variable.
13976
13977         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13978         bug.
13979
13980 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13981
13982         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13983         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13984         (gnus-registry-install-shortcuts): Rename from
13985         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13986         the `gnus-registry-mark-map' keymap dynamically from
13987         `gnus-registry-marks'.  The generated functions update the summary line
13988         when a registry mark is added or deleted, and will call
13989         `gnus-registry-install-p' (see the comments in the code).
13990         (gnus-registry-user-format-function-M): Use concat intelligently.
13991
13992         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13993         the registry mark functions.
13994
13995 2008-03-05  Glenn Morris  <rgm@gnu.org>
13996
13997         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13998         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13999         gnus-art.
14000         (top-level): No need to load own source when compiling.
14001
14002 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14005         Suggested by <chris.anderton@zetnet.co.uk>.
14006
14007 2008-03-04  Glenn Morris  <rgm@gnu.org>
14008
14009         * gnus-sum.el (top-level): No need to require gnus when compiling,
14010         since unconditionally required near start of file.
14011         (gnus-summary-display-while-building): Move definition before use.
14012
14013 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         * gnus-registry.el (gnus-registry-user-format-function-M):
14016         Add formatting function.
14017
14018 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14021         with plists.
14022         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14023         Use new format.
14024
14025 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14028         `where-is-internal' that returns a range of key sequences.
14029
14030 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14031
14032         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14033
14034         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14035         (gnus-summary-jump-to-group): Consider windows on other displayed
14036         frames as well.  Similar changes might be needed elsewhere, but that's
14037         the one I've bumped into during my use.
14038
14039         * nndoc.el (nndoc-oe-dbx-type-p):
14040         * gnus-msg.el (gnus-debug):
14041         * gnus-group.el (gnus-update-group-mark-positions):
14042         Use mm-string-to-multibyte.
14043
14044 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14047         doesn't handle NotDashEscaped.
14048
14049         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14050         (mml-dnd-attach-options): Fix typo in custom choice.
14051
14052         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14053         Change nndoc-article-type to mbox.
14054         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14055
14056         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14057         to nil, instead of html2text.
14058
14059         * imap.el (imap-debug): Add `imap-ping-server'.
14060
14061         * gnus-bookmark.el: Add FIXMEs.
14062
14063         * message.el (message-form-letter-separator)
14064         (message-send-form-letter-delay): New variables.
14065         (message-send-form-letter): Use them.  New command to send form
14066         letters.  Requested by Uwe Siart.
14067         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14068
14069 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * Update copyright years.
14072
14073 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         Sync from EMACS_22_BASE.
14076
14077         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14078
14079 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14080
14081         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14082         empty author.
14083
14084 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * gnus-registry.el (gnus-registry-marks): Add variable for
14087         customization of marks and their appearance.
14088         (gnus-registry-read-mark): Use it.
14089         (gnus-registry-do-marks): Add utility function to loop through
14090         `gnus-registry-marks'.
14091         (gnus-registry-install-shortcuts-and-menus): Add function to install
14092         shortcuts and menus.
14093         (gnus-registry-initialize): Use it.
14094         (gnus-registry-default-mark): Clarify documentation.
14095
14096 2008-02-29  Glenn Morris  <rgm@gnu.org>
14097
14098         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14099         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14100         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14101         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14102         Change defcustom :version from 23.0 to 23.1.
14103
14104 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * gnus-registry.el (gnus-registry-follow-group-p)
14107         (gnus-registry-post-process-groups): Add functions to aid registry
14108         splitting and improve logging.  Clarify behavior in function
14109         documentation.
14110         (gnus-registry-split-fancy-with-parent): Use them.
14111
14112 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14113
14114         * gnus-art.el: Use with-current-buffer.
14115
14116 2008-02-27  David Engster  <dengste@eml.cc>
14117
14118         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14119         Express real group name in the response.
14120
14121 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14124         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14125         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14126         autoload gnus-registry-fetch-group when compiling.
14127         (nnmairix-request-group-with-article-number-correction):
14128         Remove unreferenced argument passed to nnmairix-call-backend.
14129
14130 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14133         (mm-uu-extract): Improve face for low color ttys.
14134         Reported by Sascha Wilde.
14135
14136 2008-02-27  Glenn Morris  <rgm@gnu.org>
14137
14138         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14139         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14140         variables to defconsts.  Convert comments to doc-strings.
14141         (nnmairix-last-server, nnmairix-current-server): Convert from free
14142         variables to defvars.  Convert comments to doc-strings.
14143         (gnus-registry-fetch-group): Autoload.
14144         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14145         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14146         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14147         caddr.
14148         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14149         nnmairix-request-group-with-article-number-correction call.
14150         (nnmairix-fast, nnmairix-group): New, less general names, for free
14151         variables passed from nnmairix-request-group to
14152         nnmairix-request-group-with-article-number-correction.  Declare.
14153         (nnmairix-request-group-with-article-number-correction):
14154         Use nnmairix-fast, nnmairix-group rather than fast, group.
14155
14156 2008-02-26  David Engster  <dengste@eml.cc>
14157
14158         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14159         version 0.5.
14160
14161 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14164         instead of making an extra function call.  Don't add the current group
14165         to articles only when they have the group.  Use
14166         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14167         Reported by David <de_bb@arcor.de>.
14168
14169 2008-02-24  Miles Bader  <miles@gnu.org>
14170
14171         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14172         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14173         (mm-find-mime-charset-region):
14174         * mm-bodies.el (mm-encode-body):
14175         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14176
14177 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14180         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14181
14182 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * mail-source.el (mail-source-delete-incoming): Change default.
14185         Supplement doc string.
14186
14187         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14188
14189 2008-02-14  Glenn Morris  <rgm@gnu.org>
14190
14191         * time-date.el (format-seconds): New function.
14192
14193 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * nnmail.el (nnmail-message-id-cache-file): Derive from
14196         `gnus-home-directory'.
14197
14198 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14201         Document negative prefix.
14202
14203         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14204
14205 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14206
14207         * message.el (message-unsent-separator): Add the Exim bounce
14208         separator.
14209
14210 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14211
14212         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14213         list.
14214         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14215         recipient/signer list.
14216
14217 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * Makefile.in (datarootdir): Define.
14220         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14221         name that might contain whitespace.
14222
14223 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14226         fbound (Emacs 23 unicode), signal an error.
14227
14228 2008-02-08  Glenn Morris  <rgm@gnu.org>
14229
14230         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14231
14232 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14233
14234         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14235         ports to the calls to `netrc-machine-user-or-password' in addition to
14236         "imap" and "imaps".
14237
14238 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14239
14240         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14241
14242         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14243
14244 2008-02-01  Kenichi Handa  <handa@m17n.org>
14245
14246         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14247         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14248         (rfc2104-hash): Convert the result of concat to unibyte string.
14249
14250 2008-02-01  Dave Love  <fx@gnu.org>
14251
14252         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14253         coding-system-for-read.
14254         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14255
14256 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14259         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14260         <hanche@math.ntnu.no>.
14261
14262 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14265
14266         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14267
14268 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14269
14270         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14271         * message.el (message-beginning-of-line): Use featurep instead of bound
14272         tests in order to resolve conditionals at compile time.
14273
14274 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14275
14276         * mail-source.el (mail-sources): Add `group' choice.
14277
14278         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14279         parameter `in-group' to control into which group the articles go.
14280         Add treatment of `group' mail-source.
14281
14282 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14285
14286         * mm-decode.el (mm-dissect-buffer): Decode description.
14287
14288         * mml.el (mml-to-mime): Encode message header first.
14289
14290 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14293         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14294
14295         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14296         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14297
14298 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14299
14300         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14301
14302 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14305         prefix keys.
14306         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14307         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14308         gnus-xmas.el.
14309
14310         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14311         (gnus-xmas-article-describe-bindings): New function.
14312         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14313         gnus-xmas-article-describe-bindings.
14314
14315         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14316
14317 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14318
14319         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14320         Add new variables for article mark management.
14321         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14322         list of extra data entries which, when present, will indicate that the
14323         article ID should not be trimmed from the registry.
14324         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14325         functions.
14326         (gnus-registry-read-mark): New function to read a mark name from the
14327         user.
14328         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14329         (gnus-registry-set-article-mark-internal): New functions to add and
14330         remove marks.
14331         (gnus-registry-get-article-marks): New function to show the marks for
14332         an article, or retrieve them for further use.
14333
14334 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14337         keys when no argument is given.
14338
14339 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * imap.el (imap-ping-server): New variable.
14342         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14343         (imap-ping-server): Minor doc string fixes.
14344
14345 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14346
14347         * imap.el (imap-ping-server): New function.
14348         (imap-opened): Call imap-ping-server.
14349
14350 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * gnus-sum.el (gnus-article-sort-by-random)
14353         (gnus-thread-sort-by-random): Fix doc strings.
14354         Reported by jidanni@jidanni.org.
14355
14356 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-article-describe-bindings): New function.
14359         (gnus-article-read-summary-keys): Use it.
14360         (gnus-article-mode-map): Bind `C-h b' to it.
14361
14362 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14365         XEmacs.
14366         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14367         Protect against non-character events.
14368
14369         * lpath.el: Fbind map-keymap for Emacs 21.
14370
14371 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14374         New command.
14375         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14376         instead of END.  Change name of the temp file.
14377         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14378         customizable.
14379
14380 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14383         bind `S W' to gnus-article-wide-reply-with-original; set default
14384         binding to gnus-article-read-summary-send-keys.
14385         (gnus-article-read-summary-keys): Fix the order of keys; display
14386         continuation keys correctly in the echo area; describe bindings
14387         correctly when keys end with `C-h'.
14388         (gnus-article-read-summary-send-keys): New function.
14389         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14390         Work for gnus-article-read-summary-send-keys; display continuation keys
14391         correctly in the echo area.
14392         (gnus-article-reply-with-original): Ignore prefix argument.
14393         (gnus-article-wide-reply-with-original): New function.
14394
14395         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14396         Emacs 21.
14397
14398 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14401         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14402
14403 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14406         (gnus-group-read-ephemeral-gmane-group): New command.
14407
14408 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14409
14410         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14411
14412 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * message.el (message-send-mail-function): Increase custom version.
14415
14416         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14417         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14418
14419 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14420
14421         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14422         for the cases where imap-authenticate is called with a nil buffer
14423         parameter.
14424
14425 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14428         html parts correctly; support forwarded messages.
14429         (gnus-article-browse-html-article): Remove work buffers.
14430
14431         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14432         compiling.
14433         (netrc-bound-and-true-p): New macro.
14434         (netrc-parse): Use it instead of bound-and-true-p that is not available
14435         in XEmacs 21.4.
14436
14437 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * gnus-registry.el (gnus-registry-mark-article)
14440         (gnus-registry-article-marks): Add functionality to mark articles
14441         through the Gnus registry.
14442
14443         * encrypt.el: Clarify documentation for the new pgg method.
14444         (encrypt-file-alist): Add PGG option.
14445         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14446         functionality.  Abstract password key and messaging to external
14447         functions.
14448         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14449         (encrypt-message-method-and-cipher): Add new convenience external
14450         functions.
14451         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14452         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14453
14454         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14455         (netrc-parse): Use encrypt-file-alist to determine if
14456         encrypt-find-model or encrypt-insert-file-contents should be used.
14457
14458         * encrypt.el: Clarify documentation.  Load password-cache or
14459         password, whichever one is found first, instead of autoloading.
14460
14461 2007-12-19  Glenn Morris  <rgm@gnu.org>
14462
14463         * mml.el (message-options-set, message-narrow-to-head)
14464         (message-in-body-p, message-mail-p, message-encode-message-body):
14465         Autoload.
14466         (message-remove-header, message-narrow-to-headers-or-head)
14467         (message-subscribed-p, message-make-mail-followup-to)
14468         (message-position-on-field, message-news-p)
14469         (message-options-set-recipient, message-generate-headers)
14470         (message-sort-headers): Declare as functions.
14471
14472 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14475         convention in doc string.
14476
14477 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14480         title to html parts.
14481         (gnus-article-browse-html-article): Pass message header to it.
14482
14483         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14484
14485 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14488         or password compatible with XEmacs.
14489
14490 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14493         format document.
14494         (gnus-mime-delete-part): Don't write description line if empty.
14495         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14496
14497 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14498
14499         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14500         (gnus-summary-mark-read-and-unread-as-read)
14501         (gnus-summary-mark-current-read-and-unread-as-read)
14502         (gnus-summary-mark-unread-as-ticked): Doc fix.
14503         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14504
14505 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14508         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14509
14510 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14513         yes-or-no-p.
14514
14515 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * mm-decode.el (mm-add-meta-html-tag): New function.
14518         (mm-save-part-to-file, mm-pipe-part): Use it.
14519
14520         * gnus-art.el (gnus-article-browse-delete-temp-files):
14521         Use gnus-y-or-n-p instead of y-or-n-p.
14522         (gnus-article-browse-html-parts): Work with message/external-body; use
14523         mm-add-meta-html-tag.
14524
14525 2007-12-11  Glenn Morris  <rgm@gnu.org>
14526
14527         * gnus-cache.el: Require gnus-sum not just when compiling.
14528
14529         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14530
14531         * gnus-int.el (gnus-server-opened, gnus-status-message):
14532         Move definitions before use.
14533
14534         * mm-decode.el: Require gnus-util.
14535         (mm-remove-part): Only call delete-annotation on XEmacs.
14536
14537         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14538
14539         * nnmail.el: Require gnus-int.
14540
14541         * spam.el: Move `require's before `eval-when-compile's.
14542
14543         * gnus-ems.el (gnus-alive-p):
14544         * gnus-fun.el (message-goto-eoh):
14545         * gnus-util.el (gnus-group-name-decode):
14546         * mail-source.el (gnus-compress-sequence):
14547         * message.el (Info-goto-node, format-spec):
14548         * mm-bodies.el (message-options-get):
14549         * mm-decode.el (mm-view-pkcs7):
14550         * mm-util.el (gmm-write-region):
14551         * mml-smime.el (mml-compute-boundary)
14552         (gnus-completing-read-with-default):
14553         * mml.el (widget-button-press, gnus-make-hashtable):
14554         * mml1991.el (mm-decode-content-transfer-encoding)
14555         (mm-encode-content-transfer-encoding)
14556         (message-options-get, message-options-set):
14557         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14558         * nnfolder.el (gnus-request-group):
14559         * nnheader.el (ietf-drums-unfold-fws):
14560         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14561         * smime.el (gnus-run-mode-hooks):
14562         * spam-stat.el (gnus-message): Autoload.
14563
14564         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14565         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14566         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14567         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14568         Add declare-function compatibility definition.
14569
14570         * gnus-cache.el (nnvirtual-find-group-art):
14571         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14572         (gnus-add-image, gnus-add-wash-type):
14573         * gnus-group.el (nnkiboze-score-file):
14574         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14575         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14576         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14577         (message-tokenize-header, gnus-get-buffer-create)
14578         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14579         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14580         * gnus.el (gnus-group-decoded-name):
14581         * mail-source.el (imap-capability):
14582         * mm-bodies.el (message-options-set):
14583         * mm-decode.el (gnus-configure-windows):
14584         * mm-extern.el (message-goto-body):
14585         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14586         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14587         (epg-sub-key-validity, message-options-set):
14588         * mml.el (widget-event-point, gnus-configure-windows):
14589         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14590         * mml2015.el (epg-check-configuration, epg-configuration)
14591         (message-options-set):
14592         * nndb.el (nndb-request-article):
14593         * nnfolder.el (gnus-request-create-group):
14594         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14595         * nnmaildir.el (gnus-group-mark-article-read):
14596         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14597         * rfc1843.el (message-fetch-field):
14598         * spam.el (gnus-extract-address-components):
14599         Declare as functions.
14600
14601 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14604
14605         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14606
14607         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14608         bind show-trailing-whitespace for XEmacs.
14609
14610 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14613         new no-op macro for backward compatibility.
14614
14615         * imap.el (imap-string-to-integer): New function.
14616
14617 2007-12-09  Glenn Morris  <rgm@gnu.org>
14618
14619         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14620
14621         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14622         * message.el, mm-view.el, sieve-manage.el, smime.el:
14623         Add declare-function compatibility definition.
14624
14625         * gnus-art.el (w3-region, w3m-region, Info-menu):
14626         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14627         * gnus-sum.el (gnus-get-predicate):
14628         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14629         * message.el (mail-abbrev-in-expansion-header-p):
14630         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14631         (w3m-detect-meta-charset, w3m-region):
14632         * sieve-manage.el (password-read, password-cache-add)
14633         (password-cache-remove):
14634         * smime.el (password-read-and-add): Declare as functions.
14635
14636 2007-12-08  David Kastrup  <dak@gnu.org>
14637
14638         * gnus-sum.el (gnus-summary-simplify-subject-query):
14639         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14640         `message'.
14641
14642 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14645         it to bind idna-program, installation-directory, defined-colors, and
14646         face-attribute for XEmacs of the version that compiles defcustom forms.
14647
14648 2007-12-07  Glenn Morris  <rgm@gnu.org>
14649
14650         * gnus-art.el (article-make-date-line): Revert previous change.
14651
14652 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14655
14656 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14657
14658         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14659         Call gnus-add-to-range ranges only once with a prepared article-list.
14660
14661 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14662
14663         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14664         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14665         group names with backslashes.
14666         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14667
14668 2007-12-06  Deepak Goel  <deego3@gmail.com>
14669
14670         * gnus-art.el (article-make-date-line):
14671         * gnus-start.el (gnus-load):
14672         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14673
14674 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-art.el (gnus-use-idna):
14677         * gnus-start.el (gnus-site-init-file):
14678         * message.el (message-use-idna):
14679         * mm-uu.el (mm-uu-hide-markers):
14680         * smiley.el (smiley-style): Revert changes that suppress warnings.
14681
14682 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14685         specify charset to html source.
14686         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14687
14688 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14691         idna-program in order to suppress byte compile warning issued by XEmacs
14692         that came to byte compile the default value section of defcustom forms
14693         recently.
14694
14695         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14696         value of installation-directory.
14697
14698         * message.el (message-use-idna): Don't directly refer to the value of
14699         idna-program.
14700
14701         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14702
14703         * smiley.el (smiley-style): Don't directly call face-attribute.
14704
14705 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14708
14709         * gnus-dired.el: Reduce Gnus dependencies.
14710         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14711         Don't require.  Use autoloads instead.
14712         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14713         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14714         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14715         (gnus-dired-mode): Adjust doc string.
14716         (gnus-dired-mail-mode): New variable.
14717         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14718         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14719         (gnus-dired-mail-buffers): New function.  Return mail or message
14720         composition buffers.
14721         (gnus-dired-attach): Use it.
14722         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14723         NO-DECODE.
14724         (gnus-dired-print): Use `gnus-print-buffer' depending on
14725         `gnus-dired-mail-mode'.
14726
14727 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * rfc2047.el (rfc2047-encoded-word-regexp)
14730         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14731         explaining what regexp patterns are for.
14732
14733 2007-12-04  Glenn Morris  <rgm@gnu.org>
14734
14735         * password.el: Move to password-cache.el.
14736
14737         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14738         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14739         * mml-smime.el (password-read, password-cache-add)
14740         (password-cache-remove):
14741         No need to autoload, since mml-sec requires password.
14742
14743         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14744         * message.el (gnus-extract-address-components):
14745         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14746
14747         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14748         password.
14749
14750 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * mailcap.el: Reduce dependencies.
14753         (mail-header-parse-content-type): Autoload.
14754         (mailcap-delete-duplicates): New alias.
14755         (mailcap-mime-info): Add optional argument NO-DECODE.
14756         (mailcap-mime-types): Use mailcap-delete-duplicates.
14757
14758         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14759
14760 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14761
14762         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14763         (imap-parse-status): Upcase status-att for servers that sends them
14764         lower-case (e.g., MS Exchange 2007).
14765
14766 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14769         function.
14770
14771         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14772         (gnus-uu-yenc-article): New function.
14773
14774         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14775
14776         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14777
14778 2007-12-02  Glenn Morris  <rgm@gnu.org>
14779
14780         * binhex.el (binhex): New custom group.
14781         (binhex-decoder-program, binhex-decoder-switches)
14782         (binhex-use-external): Move to the binhex custom group.
14783
14784         * uudecode.el (uudecode): New custom group.
14785         (uudecode-decoder-program, uudecode-decoder-switches)
14786         (uudecode-use-external): Move to the uudecode custom group.
14787
14788         * netrc.el (top-level): Don't load `encrypt' features.
14789         (netrc-parse): Don't use encrypt.
14790         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14791
14792         * encrypt.el: Remove file.
14793
14794 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14797         matches on patches.
14798
14799         * gnus-art.el (gnus-article-browse-html-article):
14800         Mention `mm-text-html-renderer' in the doc string.
14801
14802         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14803         string.  Add comments.
14804
14805         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14806         if rhs is ASCII.
14807
14808 2007-12-01  Glenn Morris  <rgm@gnu.org>
14809
14810         * mail-source.el (top-level): Require format-spec before
14811         eval-when-compile.
14812
14813 2007-11-30  Glenn Morris  <rgm@gnu.org>
14814
14815         * encrypt.el: Require password, rather than autoloading password-read.
14816
14817 2007-11-29  Glenn Morris  <rgm@gnu.org>
14818
14819         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14820         (sasl-make-client, sasl-next-step, sasl-step-data)
14821         (sasl-step-set-data): Declare as functions.
14822
14823 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14826
14827 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14828
14829         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14830         certs should be verified and what is to be done in the event of a
14831         verification failure.
14832
14833         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14834         caller can indicate whether the cache should be disregarded for this
14835         call.  This way the result of the call is reproducible at all times and
14836         can be considered a canonical server name for the supplied method.
14837         (gnus-agent-method-p): Canonicalize server names by pushing their
14838         method through `gnus-method-to-server' using the no-cache argument.
14839
14840         * gnus-srvr.el (gnus-server-insert-server-line):
14841         Call `gnus-method-to-server' with `no-cache' argument.
14842
14843         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14844         gnus-agent-possibly-synchronize-flags as this should be called when the
14845         server is actually being opened.
14846         (gnus-agent-possibly-synchronize-flags)
14847         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14848         flags file of an agentized server to the latter function.
14849
14850         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14851         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14852         after a connection has been established successfully.
14853
14854 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-art.el (article-display-face): Force to display face if called
14857         interactively; check if gnus-article-x-face-too-ugly matches author.
14858         (article-display-x-face): Display face even if From header is missing
14859         as article-display-face does.
14860
14861 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14862
14863         * hashcash.el (message-narrow-to-headers-or-head)
14864         (message-fetch-field, message-goto-eoh)
14865         (message-narrow-to-headers): Declare as functions.
14866
14867 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * mail-source.el (mail-sources): Default to fetch from file for
14870         compatibility with default of nnmail-spool-file.
14871
14872 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14875         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14876         to look for encoded word that should be encoded again.
14877         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14878         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14879         encoding pattern.
14880         (rfc2047-decode-region): Switch strict regexp and loose one according
14881         to rfc2047-allow-irregular-q-encoded-words.
14882
14883 2007-11-25  Romain Francoise  <romain@orebokech.com>
14884
14885         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14886
14887 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * tls.el (tls-program): Provide more custom choices from
14890         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14891         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14892
14893 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14896         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14897
14898         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14899         `nnmail-spool-file'.
14900
14901         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14902         `nnmail-spool-file'.
14903
14904         * gnus-move.el (gnus-change-server): Ditto.
14905
14906         * gnus-kill.el (gnus-batch-score): Ditto.
14907
14908         * gnus-cache.el (gnus-jog-cache): Ditto.
14909
14910         * gnus-msg.el (gnus-summary-reply):
14911         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14912
14913 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14916         version.  Minor improvement to doc strings.
14917         (tls-program): Add comment.
14918
14919 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14920
14921         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14922         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14923         mismatch between the hostname provided in the certificate and the name
14924         of the host connnecting to.
14925         (open-tls-stream): Use them.  Check certificates against trusted root
14926         certificates.
14927
14928 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-cache.el (gnus-cache-generate-nov-databases):
14931         Use nnml-generate-nov-databases-directory instead of
14932         nnml-generate-nov-databases-1.
14933
14934 2007-11-24  Glenn Morris  <rgm@gnu.org>
14935
14936         * message.el (message-tool-bar-retro): Update for rename
14937         mail_send.xpm->mail-send.xpm.
14938
14939 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14942         `smime-ldap-search' for Emacs 22 and up.
14943
14944 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14945
14946         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14947
14948         * message.el (message-send-mail-function): Fix error convention.
14949         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14950         (message-widen-reply, message-send-mail, message-talkative-question)
14951         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14952         (message-clone-locals, message-send-news): Use with-current-buffer.
14953         (message-insert-or-toggle-importance): Remove unused var `valid'.
14954         (message-make-references): Remove unused var `new-references'.
14955         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14956
14957 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14958
14959         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14960         (spam-split-symbolic-return-positive): Reflow docstring.
14961         (spam-backends, spam-summary-exit-behavior)
14962         (spam-mark-ham-unread-before-move-from-spam-group)
14963         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14964         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14965         (spam-clear-cache, spam-backend-check, spam-install-backend)
14966         (spam-install-statistical-backend, spam-list-of-processors)
14967         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14968         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14969         (spam-check-crm114, spam-initialize, spam-unload-hook):
14970         Fix typos in docstrings.
14971
14972 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14975         been checked if they have never been read and those group levels are
14976         higher than the one that a user specified.
14977
14978 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14981         foreign groups unless a group level is specified by a user.
14982         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14983
14984 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * message.el (message-send-mail-function): Require sendmail.
14987
14988 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * message.el (message-send-mail-function): Check for smtpmail too.
14991
14992         * utf7.el (utf7-encode, utf7-decode): Use coding system
14993         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14994
14995         * message.el (message-send-mail-function): New function.
14996         (message-send-mail-function): Set default using
14997         message-send-mail-function.  Adjust doc string.
14998         (message-send-mail-with-mailclient): New function.
14999
15000 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15001
15002         * smime.el (from):
15003         * rfc2047.el (message-posting-charset):
15004         * qp.el (mm-use-ultra-safe-encoding):
15005         * pop3.el (parse-time-months):
15006         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15007         * nnml.el (files):
15008         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15009         (jka-compr-compression-info-list, ange-ftp-path-format)
15010         (efs-path-regexp):
15011         * nndiary.el (files):
15012         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15013         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15014         (epg-digest-algorithm-alist, inhibit-redisplay)
15015         (password-cache-expiry):
15016         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15017         (pgg-output-buffer, password-cache-expiry):
15018         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15019         (efs-path-regexp):
15020         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15021         (inhibit-redisplay):
15022         * mm-uu.el (file-name, start-point, end-point, entry)
15023         (gnus-newsgroup-name, gnus-newsgroup-charset):
15024         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15025         (latin-unity-ucs-list):
15026         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15027         (mm-uu-binhex-decode-function):
15028         * message.el (gnus-message-group-art, gnus-list-identifiers)
15029         (rmail-enable-mime-composing, gnus-local-organization)
15030         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15031         (gnus-read-active-file, facemenu-add-face-function)
15032         (facemenu-remove-face-function, gnus-article-decoded-p)
15033         (tool-bar-mode):
15034         * mail-source.el (display-time-mail-function):
15035         * gnus-util.el (nnmail-pathname-coding-system)
15036         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15037         (gnus-original-article-buffer, gnus-user-agent)
15038         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15039         (xemacs-codename, sxemacs-codename, emacs-program-version):
15040         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15041         * gnus-start.el (gnus-agent-covered-methods)
15042         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15043         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15044         (gnus-newsgroup-headers, gnus-group-list-mode)
15045         (gnus-group-mark-positions, gnus-newsgroup-data)
15046         (gnus-newsgroup-unreads, nnoo-state-alist)
15047         (gnus-current-select-method, mail-sources)
15048         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15049         (nnmail-spool-file, gnus-cache-active-hashtb):
15050         * gnus-mh.el (mh-lib-progs):
15051         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15052         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15053         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15054         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15055         (gnus-group-buffer):
15056         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15057         (font-lock-set-defaults):
15058         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15059         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15060         (gnus-summary-post-menu, total-parts, type, condition, length):
15061         * gnus-agent.el (gnus-agent-read-agentview):
15062         * flow-fill.el (show-trailing-whitespace):
15063         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15064         eval-and-compile wrappers for byte compiler pacifiers.
15065
15066         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15067         (mm-display-inline-fontify): Check for featurep 'xemacs not
15068         extent-list.
15069
15070         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15071         itimer-list.
15072         (mm-create-image-xemacs): Only do something for XEmacs.
15073         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15074
15075         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15076
15077         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15078         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15079
15080 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15081
15082         * nnimap.el (nnimap-split-download-body):
15083         * gnus-demon.el (gnus-demon):
15084         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15085
15086 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15089         New macros.
15090         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15091         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15092         copy data from unibyte buffer to multibyte current buffer.
15093         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15094         to copy data from unibyte current buffer to multibyte buffer.
15095         (nntp-make-process-buffer): Make process buffer unibyte.
15096
15097         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15098
15099 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15100
15101         * pop3.el (pop3-open-server): Accept and process data more robustly at
15102         connection start to avoid spurious "POP SSL connection failed" errors.
15103
15104 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15107         read group names.
15108
15109 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15112
15113 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15116         (nnmail-save-active): Use a unibyte buffer when saving active file,
15117         which may contain non-ASCII group names.
15118
15119         * nnml.el (nnml-request-group): Decode group names in messages.
15120
15121 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * message.el (message-citation-line-function)
15124         (message-insert-formatted-citation-line): Fix spelling of
15125         `message-insert-formated-citation-line'.
15126
15127 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15130
15131 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15134         nnmail-pathname-coding-system.
15135
15136         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15137         that a user enters; decode group names in messages.
15138
15139         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15140
15141 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15144
15145         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15146
15147         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15148         risky local variable.
15149
15150         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15151
15152 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * encrypt.el: Improve documentation to fix function name typo.
15155         Reported by Daiki Ueno <ueno@unixuser.org>.
15156
15157 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15160         even if the point is not in the last page of an article.
15161         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15162         back to the previous page.
15163
15164 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15167
15168 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15171
15172 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15173
15174         * message.el (message-check-news-body-syntax):
15175         Avoid mm-string-as-multibyte.
15176         (message-hide-headers): Don't assume (point-min)==1.
15177
15178 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * message.el (message-remove-blank-cited-lines): Fix if remove is
15181         given.
15182         (message-bogus-address-regexp): New variable.
15183         (message-bogus-recipient-p): New function.
15184         (message-check-recipients): New command.
15185         (message-syntax-checks): Add `bogus-recipient'.
15186         (message-fix-before-sending): Add `bogus-recipient'.
15187
15188         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15189         (gnus-treat-body-boundary): Don't test window-system.
15190
15191 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15192
15193         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15194
15195 2007-10-28  Miles Bader  <miles@gnu.org>
15196
15197         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15198         at compile-time too.
15199
15200 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus-msg.el (gnus-message-setup-hook):
15203         Add `message-remove-blank-cited-lines' to options.
15204
15205 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * message.el (message-remove-blank-cited-lines): New function.
15208         Suggested by Karl Plästerer.
15209
15210 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15213         mapc.
15214
15215         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15216         (top-level): Use mapc to set functions to be traced for debugging.
15217
15218         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15219         called for effect with while loop.
15220
15221         * message.el (message-talkative-question): Replace mapcar called for
15222         effect with mapc.
15223
15224         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15225         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15226         called for effect with dolist.
15227
15228         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15229
15230         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15231         gnus-extra-headers and nnmail-extra-headers.
15232
15233         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15234         called for effect with dolist.
15235         (top-level): Use mapc to set functions to be traced for debugging.
15236
15237         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15238         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15239         dolist.
15240
15241         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15242         Replace mapcar called for effect with mapc.
15243         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15244         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15245         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15246         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15247
15248         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15249         remove-if that's a cl function.
15250
15251         * webmail.el (webmail-debug): Replace mapcar called for effect with
15252         dolist.
15253
15254         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15255         with mapc.
15256
15257 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15260         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15261         with while loop.
15262
15263         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15264         functions from article-* functions.
15265         (gnus-multi-decode-header): Replace mapcar called for effect with
15266         dolist.
15267
15268         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15269         (gnus-bookmark-show-details): Replace mapcar called for effect with
15270         while loop.
15271
15272         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15273         called for effect with while loop.
15274
15275         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15276         with dolist.
15277
15278         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15279         Replace mapcar called for effect with dolist.
15280
15281         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15282
15283         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15284         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15285         Replace mapcar called for effect with dolist.
15286         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15287         mapc.
15288
15289         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15290         Replace mapcar called for effect with dolist.
15291         (gnus-topic-list): Replace mapcar called for effect with mapc.
15292
15293         * gnus.el: Use mapc instead of mapcar to add autoloads.
15294
15295 2007-10-23  Richard Stallman  <rms@gnu.org>
15296
15297         * gnus-group.el (gnus-group-highlight): Mark as risky.
15298
15299 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus.el (gnus-server-to-method): Return method found first in
15302         gnus-newsrc-alist.
15303
15304         * gnus-art.el (gnus-article-highlight-signature)
15305         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15306         button overlay without the front stickiness.
15307
15308 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15309
15310         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15311         overview buffer needed a catch to receive its throw.
15312         (gnus-agent-flush-cache): Declare as interactive to make this function
15313         easier to use.
15314
15315 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15318         `next-line'.
15319
15320 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15323         exclude address matching message-dont-reply-to-names.
15324
15325 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-util.el (gnus-string<): New function.
15328
15329         * gnus-sum.el (gnus-article-sort-by-author)
15330         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15331
15332 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15335         the frame-focus tag is set in gnus-buffer-configuration.
15336
15337 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15340         the front stickiness.
15341
15342 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15345         url pattern; remove duplicate one.
15346         (gnus-article-extend-url-button): New function.
15347         (gnus-article-add-buttons): Use it.
15348         (gnus-button-push): Use concatenated url that it makes.
15349
15350 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15351
15352         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15353
15354 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15355
15356         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15357         Don't hardcode point-min==1.
15358
15359 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15360
15361         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15362         Fix comment about "iso8859-1".
15363
15364 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15365
15366         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15367         ones returned from the verify-function.
15368
15369         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15370         Call mml2015-extract-cleartext-signature if extraction failed.
15371
15372 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15373
15374         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15375         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15376         failed.
15377
15378 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15381
15382 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15385         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15386         recommends to use EasyPG instead of PGG.
15387
15388         * pgg.el: Revert to revision 6.23.2.16.
15389
15390         * pgg-def.el: Revert to revision 6.6.2.14.
15391
15392         * pgg-gpg.el: Revert to revision 6.23.2.34.
15393
15394 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15395
15396         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15397         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15398         thread for both the null and zero (kill/expire thread) universal prefix
15399         cases.
15400         (gnus-summary-expire-thread): Add new function to expire a thread,
15401         using gnus-summary-kill-thread.
15402         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15403         shortcuts for gnus-summary-expire-thread.
15404         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15405         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15406
15407 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15408
15409         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15410         extras value, so an extras entry can be deleted.
15411         (gnus-registry-delete-extra-entry): Use it.
15412         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15413         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15414         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15415         storage through the gnus-registry, and provide an appropriate API for
15416         it.
15417
15418 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15421         Suggested by Leo <sdl.web@gmail.com>.
15422
15423         * gnus.el: Do.
15424
15425 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15428         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15429
15430         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15431
15432         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15433         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15434
15435 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15438         newline.
15439         (nnmbox-request-accept-article): Don't change article in source buffer;
15440         narrow to header to use message-fetch-field rather than
15441         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15442         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15443         as delimiters; make sure article ends with newline.
15444         (nnmbox-delete-mail): Correct last position of article to be deleted;
15445         ignore X-Gnus-Newsgroup header in article body.
15446         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15447         positions; make sure article ends with newline.
15448
15449         * message.el (message-display-abbrev): Don't infloop when a user
15450         inserts SPC in the beginning of header.
15451
15452         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15453         coding-system-for-read and coding-system-for-write for XEmacs having no
15454         file-coding feature.
15455
15456         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15457
15458 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15461         list of groups not followed by default.  Fix type to be regexp.
15462         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15463
15464 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15465
15466         * hmac-def.el (define-hmac-function): Switch from old-style to
15467         new-style backquotes.
15468
15469         * md4.el (md4-make-step): Likewise.
15470
15471 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15474         raw-text coding system when saving .newsrc file, which may contain
15475         non-ASCII group names.
15476
15477 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-cus.el (gnus-score-extra): New widget.
15480         (gnus-score-extra-convert): New function.
15481         (gnus-score-customize): Use it for Extra.
15482
15483 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15484
15485         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15486         (mml2015-mailcrypt-clear-verify): Use it.
15487         (mml2015-gpg-clear-verify): Use it.
15488         (mml2015-pgg-clear-verify): Use it.
15489         (mml2015-epg-clear-verify): Replace the current part with the output
15490         from GnuPG; don't extract the plaintext by itself.
15491
15492         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15493         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15494         mml2015-clear-verify-function; don't touch the armor headers or
15495         dash-escaped text here.
15496
15497 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15500         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15501         parts, or application/octet-stream as a last resort.
15502         (gnus-mime-view-part-as-type): Don't toggle display.
15503         (gnus-mime-view-part-as-charset): Don't turn off display before
15504         querying charset.
15505
15506         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15507         stuff to undisplayer function in Emacs.
15508         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15509
15510         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15511         text/calendar parts.
15512
15513 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15516         decoding text/calendar parts.
15517
15518         * message.el (message-forward-make-body-mime): Always mark body as
15519         having no illegible text; remove signed-or-encrypted argument.
15520         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15521
15522         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15523         (mml-generate-mime-1): Don't encode body if it is specified to be in
15524         raw form; don't make buffer be unibyte when inserting multibyte string.
15525
15526 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15527
15528         * sha1.el: Fix up comment style.
15529         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15530         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15531
15532         * hex-util.el: Fix up comment style.
15533         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15534
15535         * gnus-salt.el: Use with-current-buffer.
15536         (gnus-pick-setup-message): Fix long-standing typo.
15537
15538 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * imap.el (imap-logout-timeout): New variable.
15541         (imap-logout, imap-logout-wait): New functions.
15542         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15543
15544         * nnimap.el (nnimap-logout-timeout): New server variable.
15545         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15546         nnimap-logout-timeout.
15547
15548         * gnus-art.el (gnus-article-summary-command-nosave)
15549         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15550
15551 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus.el (gnus-maximum-newsgroup): New variable.
15554
15555         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15556         according to gnus-maximum-newsgroup.
15557
15558         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15559         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15560         Limit the range of articles according to gnus-maximum-newsgroup.
15561
15562 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15563
15564         * gnus-art.el (gnus-sticky-article): Fix problems described in
15565         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15566         Don't perform gnus-configure-windows here; reuse existing sticky
15567         article buffer.
15568
15569         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15570         it doesn't exist in gnus-article-mode.
15571
15572 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15575         (gnus-agent-decoded-group-name): New function.
15576         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15577         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15578
15579 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15580
15581         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15582         Add binding for gnus-sticky-article.
15583         (gnus-summary-exit): Don't kill sticky article buffers.
15584
15585         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15586         article buffer.
15587         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15588         (gnus-kill-sticky-article-buffers): New commands.
15589
15590 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * nntp.el (nntp-xref-number-is-evil): New server variable.
15593         (nntp-find-group-and-number): If it is non-nil, don't trust article
15594         numbers in the Xref header.
15595
15596 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-agent.el (gnus-agent-read-group): New function.
15599         (gnus-agent-flush-group, gnus-agent-expire-group)
15600         (gnus-agent-regenerate-group): Use it.
15601         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15602         nnmail-pathname-coding-system.
15603
15604 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15607
15608         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15609         that are unread as unread, and also as selected so that information of
15610         marks having been changed by a user may be updated when exiting group.
15611
15612 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15615
15616 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15619         calculated ignoring signature parts to gnus-treat-article.
15620
15621 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15624         a point here in order to keep the window start.
15625         (gnus-insert-mime-security-button): Make a button overlay without the
15626         front stickiness.
15627         (gnus-mime-display-security): Goto the end of a button.
15628
15629         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15630
15631 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15634         group-name-at-point.
15635         (gnus-group-completing-read): New function that offers decoded
15636         non-ASCII group names for completion.
15637         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15638         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15639         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15640         (gnus-group-fetch-control): Use it.
15641         (gnus-fetch-group): Use group-name-at-point for the initial value
15642         rather than the default value; use gnus-alive-p.
15643
15644         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15645         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15646         (gnus-summary-post-news): Use gnus-group-completing-read.
15647
15648         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15649         (gnus-read-move-group-name): Decode group name for completion.
15650
15651 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15654         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15655         Yamaoka slightly modified the code).
15656
15657 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15660         (nnmail-split-incoming): Bind it.
15661
15662         * nnml.el (nnml-group-name-charset): New function.
15663         (nnml-decoded-group-name): Use it; don't decode group name if
15664         nnmail-group-names-not-encoded-p is non-nil.
15665         (nnml-encoded-group-name): New function.
15666         (nnml-group-pathname): Inline nnml-decoded-group-name.
15667         (nnml-request-expire-articles): Decode group name in message.
15668         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15669         nnmail-pathname-coding-system.
15670         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15671         not decoded ones according to nnmail-group-names-not-encoded-p.
15672         (nnml-generate-active-info): Use nnml-encoded-group-name.
15673
15674 2007-08-08  Glenn Morris  <rgm@gnu.org>
15675
15676         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15677         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15678         doc-strings and comments.
15679
15680 2007-07-25  Glenn Morris  <rgm@gnu.org>
15681
15682         * Relicense all FSF files to GPLv3 or later.
15683
15684 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-sum.el (gnus-summary-move-article):
15687         Make gnus-summary-respool-article work.
15688
15689 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15692         string.
15693
15694 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15695
15696         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15697         that should be ignored when comparing distant RSS articles with local
15698         ones.
15699         (nnrss-make-hash-index): New function.  Create a hash index according
15700         to the ignored fields.
15701         (nnrss-check-group): Use it.
15702
15703 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15706
15707         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15708
15709         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15710         the new optional argument ENCODED is non-nil.
15711         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15712         coding system for encoding group name.
15713         (gnus-group-make-rss-group): Pass un-encoded group name to
15714         gnus-group-make-group.
15715         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15716         encoded.
15717
15718         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15719         Encode group name to which articles are moved or copied.
15720         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15721         coding system for encoding Newsgroup, Followup-To and Xref headers.
15722
15723         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15724         marks; use nnheader-file-coding-system to write a file.
15725         (nnagent-retrieve-headers): Bind file-name-coding-system to
15726         nnmail-pathname-coding-system.
15727
15728         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15729
15730         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15731         (nnml-request-article, nnml-request-create-group)
15732         (nnml-request-rename-group, nnml-find-id)
15733         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15734         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15735         (nnml-save-marks): Use nnml-group-pathname instead of
15736         nnmail-group-pathname.
15737
15738         (nnml-request-create-group, nnml-request-expire-articles)
15739         (nnml-request-move-article, nnml-request-delete-group)
15740         (nnml-deletable-article-p, nnml-possibly-create-directory)
15741         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15742         (nnml-open-marks): Bind file-name-coding-system to
15743         nnmail-pathname-coding-system.
15744
15745         (nnml-request-article): Pass server argument to nnml-find-group-number.
15746         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15747         Pass server argument to nnml-possibly-create-directory.
15748         (nnml-request-accept-article): Pass server argument to
15749         nnml-active-number and nnml-save-mail.
15750         (nnml-find-group-number): Pass server argument to nnml-find-id.
15751         (nnml-request-update-info): Pass server argument to
15752         nnml-marks-changed-p.
15753
15754         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15755         (nnml-save-mail, nnml-active-number): Add server argument.
15756
15757         (nnml-request-delete-group): Warn if group is missing.
15758         (nnml-get-nov-buffer): Decode group name.
15759         (nnml-generate-active-info): Encode group name.
15760         (nnml-open-marks): Decode group name in messages.
15761
15762 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15765         if it is not specified.
15766         (gnus-article-pipe-part, gnus-article-save-part)
15767         (gnus-article-interactively-view-part, gnus-article-copy-part)
15768         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15769         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15770         (gnus-article-replace-part, gnus-article-delete-part)
15771         (gnus-article-view-part-as-type): Pass raw prefix argument to
15772         gnus-article-part-wrapper.
15773
15774 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-agent.el (gnus-agent-save-active):
15777         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15778
15779         * gnus-cache.el (gnus-cache-save-buffers)
15780         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15781         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15782         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15783         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15784         (gnus-cache-generate-active, gnus-cache-rename-group)
15785         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15786         (gnus-cache-update-overview-total-fetched-for):
15787         Bind file-name-coding-system to nnmail-pathname-coding-system.
15788         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15789         New variables.
15790         (gnus-cache-decoded-group-name): New function.
15791         (gnus-cache-file-name): Use it.
15792         (gnus-cache-generate-active): Use non-decoded group name for active.
15793
15794         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15795         right place.
15796         (gnus-write-active-file): Don't break non-ASCII group names.
15797
15798         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15799         nnmail-pathname-coding-system.
15800
15801         * lpath.el: Bind default-file-name-coding-system,
15802         file-name-coding-system and language-info-alist for XEmacs.
15803
15804         * gnus-uu.el (gnus-uu-decode-save): Typo.
15805
15806 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15809
15810 2007-07-14  David Kastrup  <dak@gnu.org>
15811
15812         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15813         finishing actions if we did not edit the article.
15814
15815 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15818         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15819         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15820         (gnus-agent-flush-group, gnus-agent-flush-cache)
15821         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15822         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15823         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15824         (gnus-agent-regenerate-group)
15825         (gnus-agent-update-files-total-fetched-for)
15826         (gnus-agent-update-view-total-fetched-for):
15827         Bind file-name-coding-system to nnmail-pathname-coding-system.
15828         (gnus-agent-group-pathname): Don't encode file names by
15829         nnmail-pathname-coding-system.
15830         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15831         coding-system-for-write instead of buffer-file-coding-system to
15832         gnus-agent-file-coding-system.
15833
15834         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15835         Decode group name.
15836
15837         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15838
15839         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15840         (gnus-read-newsrc-el-file): Make group names unibyte.
15841
15842         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15843         nnmail-pathname-coding-system.
15844
15845         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15846         (nnrss-request-delete-group): Bind file-name-coding-system to
15847         nnmail-pathname-coding-system.
15848         (nnrss-read-server-data, nnrss-read-group-data):
15849         Bind file-name-coding-system correctly.
15850         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15851
15852         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15853         (nntp-server-to-method-cache): New variable.
15854         (nntp-group-pathname): New function that decodes non-ASCII group names.
15855         (nntp-possibly-create-directory, nntp-marks-changed-p)
15856         (nntp-save-marks, nntp-open-marks): Use it.
15857         (nntp-possibly-create-directory, nntp-open-marks):
15858         Bind file-name-coding-system to nnmail-pathname-coding-system.
15859         (nntp-open-marks): Decode group names when bootstrapping marks.
15860
15861         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15862         Newsgroups and Followup-To headers.
15863
15864 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15867         (gnus-server-closed-face, gnus-server-denied-face)
15868         (gnus-server-offline-face): Remove variable.
15869         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15870
15871         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15872         of modifying message-stack directly for XEmacs.
15873
15874         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15875         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15876         if the coding-system argument is nil for XEmacs.
15877
15878         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15879         mm-charset-override-alist.
15880
15881         * rfc2047.el: Don't require base64; require rfc2045 for the function
15882         rfc2045-encode-string.
15883         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15884         to quote the parameter value.
15885
15886 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15889         form in gnus-group-name-charset-method-alist.
15890
15891         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15892         overrides the default layout edit-form.
15893
15894         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15895
15896         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15897
15898 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15901         as unfetched articles.
15902
15903 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15906
15907 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15910         original back end that keeps marks in the local system.
15911
15912 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15915         arg of pop-to-buffer for XEmacs.
15916         (gnus-article-read-summary-keys): Ditto; don't restore window
15917         configuration if summary command ends up with neither article buffer
15918         nor summary buffer; describe bindings if summary keys end with C-h.
15919
15920 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * message.el (message-fix-before-sending): Skip raw message part to be
15923         forwarded while checking illegible text.
15924         (message-forward-make-body-mime, message-forward-make-body):
15925         Mark signed or encrypted raw message as having no illegible text.
15926
15927 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15930         (gnus-message-with-timestamp-1): New macro.
15931         (gnus-message-with-timestamp): New function.
15932         (gnus-message): Use them.
15933
15934         * nnheader.el (nnheader-message): Use them.
15935
15936 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15939         .newsrc.eld file.
15940
15941 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * gnus-agent.el (gnus-agent-fetch-headers)
15944         (gnus-agent-retrieve-headers):
15945         Bind gnus-decode-encoded-address-function to identity.
15946
15947         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15948         available also when the server returns simply a dot.
15949
15950         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15951
15952 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15955
15956 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-ems.el (gnus-x-splash): Make it work.
15959
15960         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15961         from being used.
15962
15963         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15964
15965 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15968         4th and the 5th arguments.
15969
15970         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15971         the front stickiness.
15972         (gnus-article-summary-command-nosave): Correct the order of the
15973         arguments passed to pop-to-buffer.
15974         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15975         summary command ends up with the article buffer.
15976
15977         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15978         the same faces.
15979
15980 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15981
15982         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15983
15984 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15985
15986         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15987         * gnus-sum.el (gnus-summary-highlight):
15988         * pgg.el (pgg-sign-region, pgg-sign):
15989         * mail-source.el (mail-source-delete-old-incoming-confirm):
15990         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15991
15992 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (gnus-mime-view-part-externally)
15995         (gnus-mime-view-part-internally): Fix predicate function passed to
15996         completing-read.
15997
15998         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15999
16000         * gnus.el (gnus-update-message-archive-method): Add :version.
16001
16002 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus.el (gnus-update-message-archive-method): New variable.
16005
16006         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16007         according to gnus-message-archive-method if
16008         gnus-update-message-archive-method is non-nil.
16009
16010 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16013         Suggested by Loic Dachary <loic@dachary.org>.
16014         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16015
16016 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * message.el (message-pop-to-buffer): Add switch-function argument.
16019         (message-mail): Pass switch-function argument to it.
16020
16021 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16024         Improve doc string.
16025
16026 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16029         (gnus-header-content):
16030         * gnus-cite.el (gnus-cite-10):
16031         * gnus-srvr.el (gnus-server-closed):
16032         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16033         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16034         (gnus-group-mail-3-empty, gnus-group-mail-low)
16035         (gnus-group-mail-low-empty, gnus-splash):
16036         * message.el (message-header-to, message-header-cc)
16037         (message-header-subject, message-header-other, message-header-name)
16038         (message-header-xheader, message-separator, message-cited-text)
16039         (message-mml): Lighten colors of faces used for dark background.
16040
16041 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16042
16043         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16044         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16045
16046 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * message.el (message-narrow-to-headers-or-head):
16049         Ignore mail-header-separator in the body.
16050
16051 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16054         same as window size.
16055
16056 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16057
16058         * message.el (message-font-lock-keywords): Use message-header-xheader
16059         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16060         ahead of the anything pattern, to get it recognized.
16061
16062 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16065         spam.el loads uses it in the compiled defadvice form.
16066
16067 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16068
16069         * gnus-sum.el (gnus-articles-to-read)
16070         (gnus-summary-insert-old-articles): Don't truncate group name for
16071         `read-string'.
16072
16073         * gnus-util.el (gnus-limit-string): Delete this function.
16074
16075         * gnus-sum.el (gnus-simplify-subject-fully):
16076         Use `truncate-string-to-width' instead.
16077
16078 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16079
16080         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16081         Tell if, on summary exit, the next group has to be selected.
16082         (gnus-summary-exit): Use it.
16083
16084 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16087         non-break space.
16088
16089 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16092         Check if group is not a directory.
16093         (nnfolder-request-expire-articles): Don't delete articles if the target
16094         group is not available.
16095
16096         * nnml.el (nnml-request-create-group): Properly check if group is not a
16097         file.
16098         (nnml-request-expire-articles): Don't delete articles if the target
16099         group is not available.
16100
16101         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16102         Don't quote characters that are within parentheses.
16103
16104 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16107         (gnus-handle-ephemeral-exit): Select article according to it.
16108
16109 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * message.el (message-insert-formated-citation-line): Remove newline.
16112         (message-citation-line-format): Add final \n here so that the user can
16113         avoid a blank line.
16114
16115 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16116
16117         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16118         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16119         Update lanl/arXiv support.
16120
16121 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * gnus.el: Bump version number.
16124
16125 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126
16127         * gnus.el (gnus-version-number): Bump version.
16128
16129 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16130
16131         * gnus.el: No Gnus v0.6 is released.
16132
16133 2007-04-27  Didier Verna  <didier@xemacs.org>
16134
16135         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16136         * gmm-utils.el (gmm-regexp-concat): ... here.
16137         * message.el: Don't require 'gnus-util.
16138         (message-dont-reply-to-names): Handle name change above.
16139         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16140
16141 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16144         since the initial value varies according to the system.
16145
16146 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16149
16150 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16151
16152         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16153
16154 2007-04-24  Didier Verna  <didier@xemacs.org>
16155
16156         Improve the type of gnus-ignored-from-addresses.
16157         * gnus-util.el (gnus-orify-regexp): New function.
16158         * message.el (gnus-util): Require it.
16159         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16160         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16162
16163 2007-04-24  Didier Verna  <didier@xemacs.org>
16164
16165         * gnus-sum.el:
16166         * gnus-utils.el: Fix some trailing whitespaces.
16167
16168 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16171         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16172         article's Message-ID; refer parent article in summary buffer.
16173
16174         * message.el (message-bounce): Call mime-to-mml.
16175
16176         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16177         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16178         optimize and/or forms properly.
16179
16180 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16183         URL.
16184
16185 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16188
16189 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16192         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16193         displayed of multipart/alternative part if it is invoked from summary
16194         buffer.
16195
16196         * mm-view.el (mm-inline-text-html-render-with-w3m)
16197         (mm-inline-text-html-render-with-w3m-standalone)
16198         (mm-inline-render-with-function): Use mail-parse-charset by default.
16199
16200 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16201
16202         * parse-time.el (parse-time-string-chars): Check if CHAR
16203         is less than the length of parse-time-syntax.
16204
16205 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16208         from gnus-newsgroup-processable.
16209
16210 2007-04-16  Didier Verna  <didier@xemacs.org>
16211
16212         * gnus-msg.el (gnus-configure-posting-styles):
16213         Handle message-signature-directory properly with :file syntax.
16214         Reported by "Leo".
16215
16216 2007-04-11  Didier Verna  <didier@xemacs.org>
16217
16218         New user option: message-signature-directory.
16219         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16220         * message.el (message-insert-signature): Ditto.
16221         * message.el (message-signature-file): Doc update.
16222         * message.el (message-signature-directory): New.
16223
16224 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-msg.el (gnus-inews-yank-articles):
16227         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16228
16229 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * message.el (message-yank-original): Make sure cited text ends with
16232         newline; don't exchange point and mark.
16233
16234 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16235
16236         * tls.el (open-tls-stream): Properly handle case where there
16237         is no associated buffer.
16238
16239 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16240
16241         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16242         message-yank-original, make sure (< mark TEXT point).
16243
16244 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * message.el (message-fill-column): New variable.
16247         (message-mode): Use it.  Add comment on a possible new hook.
16248
16249         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16250         (nnmail-get-new-mail): Reformat.
16251
16252         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16253
16254         * gmm-utils.el: Fix Commentary.
16255         (gmm-tool-bar-from-list): Fix typo in doc string.
16256
16257 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16258
16259         * message.el (message-yank-original): Don't switch point and mark
16260         unnecessarily to put point and mark as documented.
16261
16262 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263
16264         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16265         from the message heads.
16266
16267 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16268
16269         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16270         article buffer does not have a window.  This may not be the best
16271         solution but is certainly better than setting the start of the null,
16272         that is the current, window.
16273
16274 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16277         (gnus-draft-setup): Run it.
16278
16279         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16280         gnus-score-fast-scoring.  Allow regexp.
16281         (gnus-score-headers): Use it.
16282
16283         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16284         XEmacs.
16285
16286         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16287         string.
16288         (gnus-button-alist): Also catch `<f1> k ...'.
16289         (gnus-treat-display-x-face): Fix doc string.
16290
16291 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16292
16293         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16294         evaluation of gnus-extended-version to ensure correct generation of the
16295         User-Agent header when message-generate-headers-first is used.
16296
16297 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16298
16299         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16300         hashcash-path is nil.  Don't call callback with incorrect number of
16301         parameters if val is 0.
16302
16303 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16304
16305         * message.el (message-required-news-headers):
16306         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16307
16308 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16309
16310         * tls.el (open-tls-stream): In handshake-waiting loop,
16311         don't wait more if there is output available to process.
16312
16313 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16314
16315         * tls.el (tls-program): Doc fix.
16316
16317 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * message.el (message-generate-new-buffers): Change the meaning of the
16320         nil value; add `standard' to the choices; treat t as `unique'; improve
16321         doc string.
16322         (gnus-select-frame-set-input-focus): Autoload.
16323         (message-buffer-name): Search for the existing message buffer if
16324         message-generate-new-buffers is nil or `standard'; treat the value t of
16325         message-generate-new-buffers as `unique'.
16326         (message-pop-to-buffer): Raise the frame already displaying the message
16327         buffer; clear the echo area after querying.
16328         (message-setup): Pass the `continue' argument to compose-mail.
16329         (message-mail): Prefer `switch-function' if it is given; search for the
16330         existing message buffer if the `continue' argument is non-nil; pass
16331         continue and switch-function arguments to compose-mail by way of
16332         message-setup.
16333         (message-mail-other-window): Adjust argument of message-setup.
16334         (message-mail-other-frame): Ditto.
16335
16336 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16339         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16340         to turn font-lock on when turning gnus-message-citation-mode on.
16341
16342 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16343
16344         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16345         (mml-smime-function-alist): New variable; add epg as the backend.
16346         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16347         mml-smime- functions instead.
16348         * mm-view.el: Require smime.
16349
16350 2007-03-05  Didier Verna  <didier@xemacs.org>
16351
16352         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16353         instead of just inheritance for posting styles.
16354         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16355
16356 2007-02-24  Chris Moore  <dooglus@gmail.com>
16357
16358         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16359         * pgg-pgp.el (pgg-pgp-encrypt-region):
16360         * pgg-gpg.el (pgg-gpg-encrypt-region):
16361         Check pgg-encrypt-for-me if no other recipients.
16362
16363 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16364
16365         * tls.el (tls-certtool-program): Fix custom type.
16366
16367 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16370         and point-at-eol instead of line-(beginning|end)-position.
16371
16372         * assistant.el (assistant-parse-buffer): Ditto.
16373
16374         * netrc.el (netrc-parse-services): Ditto.
16375
16376 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16377
16378         * mml2015.el (mml2015-epg-find-usable-key): New function.
16379         (mml2015-epg-sign): Use it.
16380         (mml2015-epg-encrypt): Use it.
16381
16382 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * message.el (message-make-in-reply-to): Quote name containing
16385         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16386         if there are special characters.  Reported by NAKAJI Hiroyuki
16387         <nakaji@jp.freebsd.org>.
16388
16389 2007-02-27  Didier Verna  <didier@xemacs.org>
16390
16391         Include the group parameters as well as the topic ones in the
16392         inheritance filter process.
16393         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16394         argument GROUP-PARAMS-LIST.
16395         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16396
16397 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * nntp.el (nntp-never-echoes-commands)
16400         (nntp-open-connection-functions-never-echo-commands): New variables.
16401         (nntp-send-command): Use them.
16402
16403 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16404
16405         * mml2015.el (mml2015-epg-verify): Simplify.
16406
16407 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * mml.el (mml-content-disposition-alist): New user option.
16410         (mml-content-disposition): New function.
16411         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16412         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16413
16414 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16415
16416         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16417         verification.
16418
16419 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16420
16421         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16422         articles posted in the last 24 hours.
16423
16424 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16425
16426         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16427
16428 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16429
16430         * nntp.el (nntp-send-command): Don't wait for echoes when
16431         nntp-open-ssl-stream is used.
16432
16433 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16436         (gnus-message-add-citation-keywords)
16437         (gnus-message-remove-citation-keywords): Remove.
16438         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16439         directly, make the variables in font-lock-defaults buffer-local, add
16440         gnus-message-citation-keywords to them and then update the value of
16441         font-lock-keywords.
16442
16443 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * message.el (message-cite-original-1): Don't call
16446         gnus-article-highlight-citation.
16447
16448         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16449         citations; fix line count.
16450
16451 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16454         (gnus-message-add-citation-keywords)
16455         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16456         versions of font-lock-add-keywords and font-lock-remove-keywords to
16457         work with XEmacs correctly.
16458
16459 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * gnus-cite.el (gnus-cite-face-list): Set the values of
16462         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16463         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16464         (gnus-message-cite-prefix-regexp): New variable.
16465         (gnus-message-search-citation-line): Use it; protect against long
16466         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16467         the 0th match data for Emacs.
16468         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16469         (gnus-message-add-citation-keywords): Append keywords rather than
16470         prepending; emulate font-lock-add-keywords if it is not available.
16471         (gnus-message-remove-citation-keywords):
16472         Emulate font-lock-remove-keywords if it is not available.
16473
16474         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16475
16476         * message.el (message-cite-prefix-regexp): Set the value of
16477         gnus-message-cite-prefix-regexp.
16478
16479 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16480
16481         * nnweb.el (nnweb-google-parse-1): Update parser.
16482
16483 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16484
16485         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16486
16487 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16488
16489         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16490         regexp.
16491
16492 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16495         string-to-multibyte.
16496         (uudecode-decode-region-internal): Use it.
16497
16498         * lpath.el: Fbind string-as-multibyte for XEmacs.
16499
16500 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16503         Fix custom choice.
16504
16505         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16506
16507 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16508
16509         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16510
16511         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16512         `write-region' to respect `mm-inhibit-file-name-handlers'.
16513
16514 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16517         Use gnus-home-directory instead of "~/" or "$HOME".
16518
16519 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16520
16521         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16522         to mention filename.
16523         Add comments at beginning regarding usage.
16524         (encrypt-write-file-contents): Change interactive so a string is
16525         acceptable.  If the file has no associated model, show an error instead
16526         of a nonsense prompt.
16527
16528 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16529
16530         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16531         Thanks to Yoshihiko Yamada for kind notification of this typo.
16532
16533 2007-01-12  Kenichi Handa  <handa@m17n.org>
16534
16535         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16536         multibyte buffer.
16537
16538 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * gnus-score.el (gnus-score-fast-scoring): New variable.
16541         (gnus-score-headers): Use it.
16542
16543         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16544
16545         * message.el (message-cite-original-1):
16546         Call gnus-article-highlight-citation if requested.
16547         (message-make-from): Allow name and address as optional arguments.
16548
16549         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16550
16551         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16552         bugs to doc string.
16553         (gnus-button-alist): Add mid\\|message-id.
16554         (gnus-button-fetch-group): Extend for use in
16555         `browse-url-browser-function'.
16556         (gnus-button-url-regexp): Try to catch paired parentheses like in
16557         Wikipedia URLs.
16558
16559         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16560         Suggested by Simon Krahnke <overlord@gmx.li>.
16561
16562 2007-01-13  Romain Francoise  <romain@orebokech.com>
16563
16564         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16565         Update copyright.
16566
16567 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16568
16569         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16570
16571 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * gnus-registry.el (gnus-registry-unfollowed-groups)
16574         (gnus-registry-split-fancy-with-parent): Fix documentation.
16575
16576 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16577
16578         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16579         from nnweb groups.
16580
16581 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582
16583         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16584         Xref urls.  Erase buffer before requesting head.
16585
16586         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16587
16588 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16591         customizable.
16592
16593 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16594
16595         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16596         no signing key is found.
16597         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16598         no encrypting and/or signing key is found.
16599
16600 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16603
16604 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16605
16606         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16607         headers read from disk with the ones newly found in the current search.
16608         This should no longer cause problems, because the article numbers in
16609         Gmane's `nov.php' output are ignored since the previous change.
16610
16611 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16612
16613         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16614
16615 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16618         replace-regexp-in-string; bind url-version; fbind display-images-p and
16619         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16620         find-face and set-itimer-function for Emacs; bind itimer-list for
16621         Emacs.
16622
16623         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16624
16625 2007-01-01  Romain Francoise  <romain@orebokech.com>
16626
16627         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16628
16629 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16630
16631         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16632         `define-minor-mode' macro definition expanded properly.
16633         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16634         exclude it there.
16635
16636         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16637         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16638         `fboundp' test.
16639         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16640         This is OK to autoload in (S)XEmacs now.
16641
16642 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643
16644         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16645         keystroke.
16646         (gnus-summary-limit-to-singletons): Fix typo.
16647
16648         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16649         else fails.
16650
16651 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16652
16653         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16654         docstring.
16655
16656         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16657         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16658         (gnus-summary-insert-dormant-articles): Fix typo in message.
16659
16660 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16663         nil for XEmacs.
16664         (gnus-message-citation-mode): Don't autoload in XEmacs.
16665
16666         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16667
16668 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16669
16670         * nnimap.el (nnimap-expunge-search-string):
16671         Mention nnimap-search-uids-not-since-is-evil in docstring.
16672
16673 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * spam.el: Revert to make-obsolete-variable because
16676         define-obsolete-variable-alias is not supported in Emacs 21.
16677
16678         * spam.el (spam-ifile-path, spam-ifile-database-path)
16679         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16680         make-obsolete-variable.
16681         (spam-bsfilter-path, spam-bsfilter-program)
16682         (spam-spamassassin-path, spam-spamassassin-program)
16683         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16684         Don't use "path" inappropriately.
16685         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16686         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16687         variable names.
16688
16689 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16690
16691         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16692         summary buffer.
16693
16694         * password.el (password-cache-remove): Use clear-string to burn
16695         password, if available.
16696
16697 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16700
16701         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16702
16703         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16704         (gnus-message-highlight-citation): Move defcustom here from
16705         gnus-cite.el.
16706         (gnus-message-citation-mode): Autoload.
16707
16708         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16709         checks to make it compile with XEmacs.
16710         (gnus-message-citation-mode): New minor mode.
16711         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16712         (gnus-message-highlight-citation): New variables.
16713         (gnus-message-search-citation-line)
16714         (gnus-message-add-citation-keywords)
16715         (gnus-message-remove-citation-keywords)
16716         (turn-on-gnus-message-citation-mode)
16717         (turn-off-gnus-message-citation-mode): New functions.
16718
16719 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16720
16721         * gnus-cite.el: Enable highlighting of different citation levels in
16722         message-mode.
16723
16724 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * message.el (message-make-fqdn): Fix comment.
16727         (message-bogus-system-names): Add ".local".
16728
16729         * spam.el (spam-ifile-path, spam-ifile-program)
16730         (spam-ifile-database-path, spam-ifile-database)
16731         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16732         Don't use "path" inappropriately.
16733         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16734         strings.
16735         (spam-check-ifile, spam-ifile-register-with-ifile)
16736         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16737         Use new variable names.
16738
16739         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16740         (gnus-treat-display-smileys): Simplify using
16741         gnus-image-type-available-p.
16742
16743         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16744         available.
16745
16746         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16747         Use `display-images-p' if available.
16748
16749 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16752         one after turning on the buffer's multibyteness instead of decoding
16753         them directly in the unibyte buffer that causes unexpected conversion
16754         in Emacs 23 (unicode).
16755
16756 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16757
16758         * message.el (message-generate-hashcash): Fix custom type.
16759
16760 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16763
16764 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16765
16766         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16767         disconnect icons.  Add help text.
16768
16769 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16770
16771         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16772         negated to be consistent with the others we handle.
16773
16774 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16775
16776         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16777         version of gnus-summary-buffer to something, so that we can use two
16778         article buffers at the same time.
16779
16780 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16783         trigger all the extra headers.
16784         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16785         sorting.
16786
16787 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16788
16789         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16790         solid groups.
16791
16792 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16793
16794         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16795
16796 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * legacy-gnus-agent.el: Add Copyright notice.
16799
16800 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16801
16802         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16803
16804 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16807
16808         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16809         to make it work reliably in CVS Emacs.
16810         (gnus-summary-limit-strange-charsets-predicate)
16811         (gnus-summary-limit-to-predicate): New functions.
16812
16813 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16814
16815         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16816         specifying array size.
16817         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16818         array if it is too small.
16819         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16820         (gnus-sort-threads-loop): New function.
16821
16822 2006-12-06  Chris Moore  <dooglus@gmail.com>
16823
16824         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16825         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16826
16827 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16828
16829         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16830         options.
16831
16832 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833
16834         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16835         DOS-ing the recipient.
16836
16837         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16838         the headers when creating the mapping to avoid mismappings.
16839         (nnweb-gmane-create-mapping): Always nix out old mapping.
16840
16841 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16844         and mm-verify-option to never.
16845
16846 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * message.el (message-signed-or-encrypted-p): New function.
16849         (message-forward-make-body): Use it.
16850
16851         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16852         Replace encode-coding-string with mm-encode-coding-string.
16853
16854 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * nneething.el (nneething-decode-file-name):
16857         Replace decode-coding-string with mm-decode-coding-string.
16858
16859         * gnus-int.el (gnus-open-server): Say failed server's name.
16860
16861 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16862
16863         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16864         strings to a single string.  Quote `errors-file-name'.
16865         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16866         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16867         Adjust calls.  Use `shell-quote-argument'.
16868
16869 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16870
16871         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16872         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16873
16874         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16875         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16876         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16877         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16878         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16879         (gnus-subscribe-newsgroup, gnus-1):
16880         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16881         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16882         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16883         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16884
16885 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16886
16887         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16888         keystroke.
16889         (gnus-summary-limit-to-bodies): Implement headersp.
16890
16891 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16892
16893         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16894
16895 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16898
16899 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * message.el (message-generate-hashcash): Expand range of values to
16902         include `opportunistic'.
16903         (message-send-mail): Use it.
16904
16905 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16906
16907         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16908         and comment it.
16909
16910         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16911
16912 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-util.el (gnus-extract-address-components): Improve comment.
16915
16916 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-util.el (gnus-extract-address-components): Work with address in
16919         which the name portion contains @.
16920
16921         * lpath.el: Fbind custom-autoload.
16922
16923 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus.el (gnus-start): Move custom group up.
16926         (gnus-select-method): Don't autoload, but make it available for
16927         `customize-variable'.
16928         (gnus-getenv-nntpserver): Don't autoload.
16929
16930 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16933
16934 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * message.el (message-sendmail-extra-arguments): New variable.
16937         (message-send-mail-with-sendmail): Use it.
16938
16939 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16942         mm-with-unibyte-current-buffer to make string unibyte.
16943
16944         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16945         mm-string-as-multibyte.
16946
16947 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16948
16949         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16950         Reported by Werner Koch <wk@gnupg.org>.
16951
16952 2006-11-14  Daiki Ueno  <ueno@p360>
16953
16954         * mml2015.el: Autoload epa-select-keys when compiling.
16955
16956 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16957
16958         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16959         message-options.
16960         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16961
16962 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16963
16964         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16965         EasyPG (< 0.0.6).
16966         (mml2015-always-trust): New user option.
16967         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16968         prompt.
16969
16970 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * nntp.el (nntp-authinfo-force): New variable.
16973         (nntp-send-authinfo): Use it.
16974
16975 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16978         decode encoded words.  Improve prompt.  Add comment about forwarding.
16979         (message-replacement-char): Move up.
16980
16981 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16982
16983         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16984         instead of gnus-intersection because arguments of gnus-sorted-nunion
16985         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16986
16987 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16990         (message-simplify-subject-functions):
16991         Enable message-strip-subject-encoded-words by default.
16992
16993 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * message.el (message-strip-subject-encoded-words): New function.
16996         (message-simplify-subject-functions): New variable.
16997         (message-simplify-subject): Use it.  Fix typo in doc string.
16998         Support message-strip-subject-encoded-words.
16999
17000 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17001
17002         * gnus-diary.el (gnus-diary-delay-format-function):
17003         * nndiary.el (nndiary-reminders):
17004         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17005
17006 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * gnus-art.el (article-hide-boring-headers): Fetch date from
17009         gnus-original-article-buffer to avoid problems with localized date
17010         strings.
17011
17012 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17015
17016 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17017
17018         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17019         New variables.
17020         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17021         (mm-charset-synonym-alist): Move some entries to
17022         mm-codepage-iso-8859-list.
17023         (mm-charset-synonym-alist, mm-charset-override-alist):
17024         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17025
17026 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17029
17030 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17031
17032         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17033         with Emacs 21 and XEmacs.
17034
17035 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17036
17037         * spam.el (spam-parse-address): New function for better parsing,
17038         catching errors, etc.
17039         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17040
17041 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * mm-view.el: Add interactive arg to html2text autoload.
17044
17045 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17048
17049 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17052         New variables.
17053         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17054         (mm-charset-synonym-alist): Move some entries to
17055         mm-codepage-iso-8859-list.
17056
17057         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17058
17059 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * message.el (message-citation-line-format)
17062         (message-insert-formated-citation-line): Fix implementation of %E, %N
17063         and %n according to the doc string.
17064
17065 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17066
17067         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17068         Use car-safe to avoid bad parses.
17069
17070 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17073         names.
17074
17075         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17076
17077 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17080         header.
17081
17082         * message.el (message-draft-headers): Add Date.
17083         (message-headers-to-generate): Fix typo in docstring.
17084
17085         * nndraft.el (nndraft-required-headers): New variable.
17086         (nndraft-generate-headers): Use it.
17087
17088         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17089
17090 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * gnus-registry.el (gnus-registry-wash-for-keywords)
17093         (gnus-registry-find-keywords): New functions to allow easy searching of
17094         articles that are in the registry.
17095
17096 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17097
17098         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17099         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17100         Reported by Damien Elmes <damien@repose.cx>.
17101
17102 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * gnus.el (gnus-mime): Remove unused custom group.
17105
17106 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17107
17108         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17109         "blank line" when searching for end of armor headers.
17110
17111 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * gmm-utils.el (gmm-write-region): Fix variable name.
17114
17115 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * gmm-utils.el (gmm-write-region): New function based on compatibility
17118         code from `mm-make-temp-file'.
17119
17120         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17121
17122         * nnmaildir.el (nnmaildir--update-nov)
17123         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17124         Use `gmm-write-region'.
17125
17126 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17129         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17130
17131         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17132
17133         * message.el (message-replacement-char): New variable.
17134         (message-fix-before-sending): Use it.
17135         (message-simplify-subject): New function to remove duplicate code.
17136         (message-reply, message-followup): Use it.
17137
17138         * gnus-sum.el (gnus-summary-make-menu-bar):
17139         Clarify gnus-summary-limit-to-articles.
17140
17141 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * gnus-util.el (gnus-with-local-quit): New macro.
17144
17145         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17146
17147 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17148
17149         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17150         ignore non-string data.
17151
17152 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17153
17154         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17155         non-string data (needs to be done in the registry too).
17156
17157 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17160         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17161         (gnus-registry-split-fancy-with-parent)
17162         (gnus-registry-fetch-simplified-message-subject-fast)
17163         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17164         Remove text properties on ingress into the registry and when it's saved.
17165         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17166         registry from entries with no groups.
17167
17168 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17169
17170         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17171         function to remove string properties.
17172
17173 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * gmm-utils.el (gmm): Adjust custom version.
17176
17177         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17178         Adjust custom version.
17179
17180         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17181
17182 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * gnus-art.el (gnus-insert-prev-page-button)
17185         (gnus-insert-next-page-button): Simplify.  Reformat.
17186
17187 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17188
17189         * gnus-art.el (gnus-insert-prev-page-button)
17190         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17191
17192 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17193
17194         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17195
17196 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17197
17198         * gnus-art.el (gnus-insert-mime-button)
17199         (gnus-insert-mime-security-button):
17200         Apply gnus-article-button-face to MIME and security buttons.
17201
17202 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17205         readable.
17206
17207 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17210
17211 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17212
17213         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17214         `browse-url-of-file' instead of `browse-url'.
17215
17216 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17217
17218         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17219         regexp.  Articles containing quotation were cut prematurely.
17220
17221 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * message.el (message-cite-original-1): Use nobody by default for the
17224         value of From header.
17225         (message-reply): Ditto.
17226
17227 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17228
17229         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17230         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17231         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17232
17233 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17236         mails in the doc string.  Add some URLs in comment.
17237         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17238
17239 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17242         backslashes handling and the way to find boundaries of quoted strings.
17243
17244 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17245
17246         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17247         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17248         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17249         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17250
17251 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17254         doc string.
17255         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17256
17257 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * lpath.el: Fbind epg-check-configuration.
17260
17261 2006-09-06  Simon Josefsson  <jas@extundo.com>
17262
17263         * mml2015.el (mml2015-use): Doc fix, mention epg.
17264
17265 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17266
17267         * mml2015.el (mml2015-use): Default to epg, if available.
17268
17269 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17270
17271         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17272         message-sender.
17273         (mml1991-epg-encrypt): Ditto.
17274         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17275         message-sender.
17276         (mml2015-epg-encrypt): Ditto.
17277
17278 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17279
17280         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17281         several common directories.
17282
17283 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17284
17285         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17286         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17287
17288 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus-art.el (article-decode-encoded-words): Make it fast.
17291
17292 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17295
17296         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17297         in quoted string into `\'.
17298
17299 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17302         Use standard-syntax-table.
17303
17304 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-art.el (gnus-decode-address-function): New variable.
17307         (article-decode-encoded-words): Use it to decode headers which are
17308         assumed to contain addresses.
17309         (gnus-mime-delete-part): Remove useless `or'.
17310
17311         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17312         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17313         (gnus-nov-parse-line): Use it to decode From header.
17314         (gnus-get-newsgroup-headers): Ditto.
17315         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17316
17317         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17318         (mail-decode-encoded-address-string): New alias.
17319
17320         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17321         New function.
17322         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17323         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17324         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17325         (rfc2047-decode-string): Ditto.
17326         (rfc2047-decode-address-region): New function.
17327         (rfc2047-decode-address-string): New function.
17328
17329 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * message.el (message-caesar-buffer-body): Allow rotating headers.
17332
17333         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17334
17335         * message.el (message-insert-formated-citation-line): Fix %f.
17336         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17337
17338 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17341         (gnus-bookmark-mouse-available-p): New macro.
17342         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17343         (gnus-bookmark-bmenu-show-infos): Use it.
17344         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17345         (gnus-bookmark-bmenu-hide-infos): Ditto.
17346         (gnus-bookmark-remove-properties): New function.
17347         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17348         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17349         (gnus-bookmark-write-file): Bind coding-system-for-write.
17350         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17351         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17352         group before selecting it.
17353         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17354         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17355         quit-window if it is not available; use gnus-mouse-2 and bind it to
17356         gnus-bookmark-bmenu-select-by-mouse.
17357         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17358         (gnus-bookmark-bmenu-select-by-mouse): New function.
17359
17360 2006-08-13  Romain Francoise  <romain@orebokech.com>
17361
17362         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17363         space.
17364
17365 2006-08-10  Romain Francoise  <romain@orebokech.com>
17366
17367         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17368         (dns-mode-soa-auto-increment-serial): New user option.
17369         (dns-mode-soa-maybe-increment-serial): New function.
17370         (dns-mode): Add the latter to `write-contents-functions'.
17371
17372 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * compface.el (uncompface): Use binary rather than raw-text-unix.
17375
17376 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * compface.el (uncompface): Make sure the eol conversion doesn't take
17379         place when communicating with the external programs.
17380         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17381
17382 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17385
17386 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17387
17388         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17389         Make it more robust by parsing author and date independently.
17390
17391 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17394
17395 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17396
17397         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17398         first matching secret key.
17399         (mml2015-epg-encrypt): Ditto.
17400
17401         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17402         first matching secret key.
17403         (mml1991-epg-encrypt): Ditto.
17404
17405         * mml2015.el (mml2015-encrypt-to-self): New user option.
17406         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17407         mml2015-epg-encrypt-to-self is set.
17408
17409         * mml1991.el (mml1991-encrypt-to-self): New variable.
17410         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17411         mml1991-epg-encrypt-to-self is set.
17412
17413         * mml2015.el (mml2015-signers): New user option.
17414         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17415         (mml2015-epg-encrypt): Allow to select signing keys.
17416
17417         * mml1991.el (mml1991-signers): New variable.
17418         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17419         (mml1991-epg-encrypt): Allow to select signing keys.
17420
17421 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * nnheader.el (nnheader-insert-head): Make it work even if the file
17424         uses CRLF for the line-break code.
17425
17426 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17427
17428         * mml2015.el: Require mml-sec instead of password.
17429         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17430         (mml2015-cache-passphrase): Inherit the default value from
17431         mml-secure-cache-passphrase.
17432         (mml2015-passphrase-cache-expiry): Inherit the default value from
17433         mml-secure-passphrase-cache-expiry.
17434
17435         * mml1991.el: Require mml-sec instead of password.
17436         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17437         (mml1991-cache-passphrase): Inherit the default value from
17438         mml-secure-cache-passphrase.
17439         (mml1991-passphrase-cache-expiry): Inherit the default value from
17440         mml-secure-passphrase-cache-expiry.
17441
17442         * mml-sec.el: Require password.
17443         (mml-secure-verbose): New user option.
17444         (mml-secure-cache-passphrase): New user option.
17445         (mml-secure-passphrase-cache-expiry): New user option.
17446
17447 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17448             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17449
17450         * pgg-def.el (pgg-truncate-key-identifier):
17451         Truncate the key ID to 8 letters from the end.
17452
17453 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17454
17455         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17456         workaround for the url package included with Emacs.
17457
17458         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17459
17460 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17463         correctly.  This fixes a bug caused by the 2006-05-12 change.
17464
17465 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17466
17467         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17468         some information about the error when saying that the `bogus' mail
17469         group will be used.
17470
17471 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17474         string.
17475
17476 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17477
17478         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17479
17480 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17481
17482         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17483
17484 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17485
17486         * mml1991.el (mml1991-function-alist): Add epg.
17487         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17488         (mml1991-epg-encrypt): New functions.
17489
17490 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17491
17492         * mml2015.el (mml2015-verbose): New variable.
17493         (mml2015-cache-passphrase): Ditto.
17494         (mml2015-passphrase-cache-expiry): Ditto.
17495         (mml2015-function-alist): Add epg.
17496         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17497         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17498         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17499         New functions.
17500
17501 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17502
17503         * message.el (message-cite-original-1): Preserve region when removing
17504         quoted text due to X-No-Archive in order to avoid bogus attribution
17505         when citing multiple messages.
17506
17507 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17508
17509         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17510         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17511
17512 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * gnus-diary.el (gnus-user-format-function-d)
17515         (gnus-user-format-function-D): Autoload.
17516
17517         * imap.el (Commentary): Fix typo.
17518
17519         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17520         2006-04-22 contribution.
17521
17522 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17523
17524         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17525         It didn't really fix the bogosity I'm seeing with solid web groups.
17526
17527 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17528
17529         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17530         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17531         created using server names.  If we use the feature without declaring
17532         it, Gnus does not properly manage server and group state.
17533
17534         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17535         bound.
17536
17537 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17538
17539         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17540         looking up the method using GROUP's prefix before inventing a new one.
17541         It is used on killed/unknown groups in various places where returning
17542         an all-new method isn't expected by the caller.
17543
17544         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17545         and match semantics of gnus-group-real-prefix.
17546
17547 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * nnmail.el (nnmail-broken-references-mailers): New variable.
17550         (nnmail-ignore-broken-references): New function generalizing
17551         nnmail-fix-eudora-headers.
17552         (nnmail-fix-eudora-headers): Now obsolete.
17553
17554         * gnus-art.el (gnus-button-handle-custom):
17555         Support `customize-apropos*'.
17556
17557 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17558
17559         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17560
17561         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17562         articles.
17563
17564 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * message.el (message-cite-reply-above): New variable.
17567         (message-yank-original): Use it.
17568
17569 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17572
17573 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17576         as read.
17577
17578         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17579
17580 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17583         (gnus-bookmark-default-file): Use gnus-directory.
17584         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17585         Remove "*" in doc string.
17586         (gnus-bookmark-write-file): Simplify.
17587         (gnus-bookmark-maybe-sort-alist): Use `when'.
17588         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17589         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17590         Add FIXME about Emacs 21 and XEmacs compatibility.
17591         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17592         compatibility.
17593         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17594         compatibility.
17595         (gnus-bookmark-menu-heading): Fix version.
17596
17597 2006-06-19  Bastien Guerry  <bzg@altern.org>
17598
17599         * gnus-bookmark.el: New file.
17600
17601 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * message.el (message-syntax-checks): Doc fix.
17604
17605 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17606
17607         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17608         unsubscribed groups as if they were killed ones.  It causes duplicate
17609         entries in gnus-newsrc-alist.
17610
17611 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * message.el (message-syntax-checks): Doc fix.
17614         (message-send-mail): Add check for continuation headers.
17615         (message-check-news-header-syntax): Fix regexp used to check for
17616         continuation headers.
17617
17618 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17621
17622 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17625
17626 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17629         default-truncate-lines.
17630
17631 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17634         to fill the utf-8 entry.
17635
17636         * lpath.el: Fbind unicode-precedence-list.
17637
17638 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17639
17640         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17641
17642 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17643
17644         * gnus-agent.el (directory-files-and-attributes): Move all the way
17645         forward (the third and final move).
17646         (gnus-agent-read-agentview): Trap reconstruction errors due to
17647         nonexistent directory.  Handle by returning nil.
17648
17649 2006-05-30  Didier Verna  <didier@xemacs.org>
17650
17651         * message.el (message-dont-reply-to-names): Update the custom type.
17652         * message.el (message-dont-reply-to-names): New defsubst: potentially
17653         convert a list of regexps into a single one.
17654         * message.el (message-get-reply-headers): Use it.
17655         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17656
17657 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-agent.el (directory-files-and-attributes): Move forward.
17660
17661 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17662
17663         * gnus-ml.el (gnus-mailing-list-subscribe)
17664         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17665         (gnus-mailing-list-message): Fix doc strings.
17666
17667 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17668
17669         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17670         of doing it manually.
17671
17672 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17675         comment.
17676
17677 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17678
17679         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17680         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17681         (gnus-agent-read-local): All symbols allocated in my-obarray.
17682         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17683         (gnus-agent-regenerate-group): Check numeric names to see if they are
17684         messages or groups.
17685         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17686         better way of do this...)
17687
17688         * gnus-cache.el (gnus-agent-total-fetched-for):
17689         Ignore 'dummy.group' (there should be a better way of do this...)
17690
17691 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17694         (gnus-saved-headers): Ditto.
17695         (gnus-default-article-saver): Mention functions may have properties.
17696         (gnus-article-save): Override gnus-save-all-headers and
17697         gnus-saved-headers by :headers property which saver function may have.
17698         (gnus-summary-save-in-file): Add :headers property.
17699         (gnus-summary-write-to-file): Ditto.
17700
17701         * gnus-sum.el (gnus-summary-save-article): Bind
17702         gnus-prompt-before-saving to t when saving many articles in a file;
17703         always show all headers.
17704
17705         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17706
17707 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17710         marks.
17711
17712         * message.el (message-indent-citation): Add optional arguments to allow
17713         using it outside of message buffers.
17714
17715         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17716         (gnus-article-treat-unfold-headers): Use it.
17717         (gnus-article-truncate-lines): New variable.
17718         (gnus-article-mode): Use it.
17719         (gnus-article-toggle-truncate-lines): New function.
17720
17721         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17722         Add gnus-article-toggle-truncate-lines.
17723
17724         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17725         coding system in XEmacs, use binary.
17726
17727 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17730         after-load-alist.
17731
17732         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17733         this function should save decoded articles.
17734         (gnus-summary-write-to-file): Use property to specify this function
17735         should save decoded articles and specify gnus-summary-save-in-file
17736         should be used to save articles other than the first one when saving
17737         many articles.
17738         (gnus-summary-save-body-in-file): Use property to specify this
17739         function should save decoded articles.
17740         (gnus-summary-write-body-to-file): Use property to specify this
17741         function should save decoded articles and specify
17742         gnus-summary-save-body-in-file should be used to save articles other
17743         than the first one when saving many articles.
17744
17745         * gnus-sum.el (gnus-summary-save-article): Simplify.
17746
17747 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus-art.el (gnus-default-article-saver):
17750         Add gnus-summary-write-body-to-file.
17751         (gnus-article-save-coding-system): Don't use coding system object
17752         in XEmacs.
17753         (gnus-read-save-file-name): Add optional `dir-var' argument which
17754         specifies directory in which files are saved; work even if optional
17755         `variable' argument is not specified.
17756         (gnus-summary-write-to-file): Read file name.
17757         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17758         (gnus-summary-write-body-to-file): New function.
17759
17760         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17761         (gnus-summary-local-variables): Add it.
17762         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17763         (gnus-summary-save-article): Remove optional `decode' argument;
17764         determine whether to decode articles by the value of
17765         gnus-default-article-saver; when saving many files using
17766         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17767         it first and use gnus-summary-save-in-file or
17768         gnus-summary-save-body-in-file thereafter unless
17769         gnus-prompt-before-saving is always; move point to article which
17770         will be saved.
17771         (gnus-summary-save-article-file): Revert.
17772         (gnus-summary-write-article-file): Revert.
17773         (gnus-summary-save-article-body-file): Revert.
17774         (gnus-summary-write-article-body-file): New function.
17775
17776 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-art.el (gnus-default-article-saver): Doc fix.
17779         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17780         from gnus-summary-save-article-coding-system, and default to a
17781         certain coding system.
17782         (gnus-output-to-file): Add coding cookie and encode text according
17783         to gnus-article-save-coding-system; don't use mm-append-to-file.
17784
17785         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17786         gnus-art.el and rename to gnus-article-save-coding-system.
17787         (gnus-summary-save-article): Require gnus-art; don't show all
17788         headers if it decodes articles; don't add coding cookie here;
17789         don't bind mm-text-coding-system-for-write.
17790         (gnus-summary-save-article-file): Save decoded articles.
17791         (gnus-summary-write-article-file): When saving many files, use
17792         gnus-summary-write-to-file first and gnus-summary-save-in-file
17793         thereafter unless gnus-prompt-before-saving is always.
17794         (gnus-summary-save-article-body-file): Save decoded articles.
17795
17796         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17797
17798 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17799
17800         * nnrss.el (nnrss-check-group): Bind hash-index.
17801
17802 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17803
17804         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17805         its hash index.  Store this hash in `nnrss-group-data'.
17806         (nnrss-read-group-data): Update accordingly.
17807
17808 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17811         entry.
17812
17813         * gnus-sum.el (gnus-summary-make-menu-bar):
17814         Add gnus-article-browse-html-article.
17815
17816 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17817
17818         * gnus-sum.el (gnus-summary-mime-map):
17819         Add gnus-article-browse-html-article.
17820
17821         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17822
17823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17826         suitable coding systems in customize.
17827
17828 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * mail-source.el (mail-sources): Fix custom type.
17831
17832 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17833
17834         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17835         (gnus-summary-expire-articles-now): Shorten prompt.
17836
17837         * gmm-utils.el (wid-edit): Require.
17838         (defun-gmm): Rename from `gmm-defun-compat'.
17839         (gmm-image-search-load-path): Use it.
17840         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17841
17842 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-sum.el (gnus-summary-save-article-coding-system):
17845         New variable.
17846         (gnus-summary-save-article): Add optional `decode' argument.
17847         If it is set and gnus-summary-save-article-coding-system is non-nil,
17848         save decoded article.
17849         (gnus-summary-write-article-file): Save decoded article if
17850         gnus-summary-save-article-coding-system is non-nil.
17851
17852         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17853         type.
17854
17855 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17858
17859 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17862         first to test gnus-single-article-buffer which may be buffer-local.
17863
17864         * gnus-sum.el (gnus-summary-setup-buffer):
17865         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17866         group; make gnus-article-buffer, gnus-article-current, and
17867         gnus-original-article-buffer always buffer-local.
17868         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17869         group.
17870         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17871
17872 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * nnml.el (nnml-request-compact-group): Compressed files might not
17875         have .gz extension.
17876
17877 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17878
17879         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17880         (mm-copy-to-buffer): Use with-current-buffer.
17881         (mm-display-part): Simplify.
17882         (mm-inlinable-p): Add optional arg `type'.
17883
17884 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17885
17886         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17887         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17888         Try harder to show the attachment internally or externally using
17889         gnus-mime-view-part-as-type.
17890
17891 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * message.el (message-from-style, message-signature-separator)
17894         (message-user-organization-file, message-send-mail-function)
17895         (message-citation-line-function, message-yank-prefix)
17896         (message-indent-citation-function, message-signature)
17897         (message-signature-file, message-signature-insert-empty-line):
17898         Remove autoloads.
17899
17900         * gnus-art.el (gnus-buttonized-mime-types):
17901         Remove "multipart/signed".  Revert 2006-04-26 change.
17902
17903 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904
17905         * gnus.el (gnus-version-number): Bump version.
17906
17907 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17908
17909         * gnus.el: No Gnus v0.5 is released.
17910
17911 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17912
17913         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17914         fetching articles by message-id.
17915
17916 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17917
17918         * message.el (hashcash): Require hashcash as normal.
17919
17920         * ecomplete.el (ecomplete-highlight-match-line):
17921         Use point-at-eol.
17922         (ecomplete-highlight-match-line): Use `highlight', because that
17923         face exists in both Emacs and XEmacs.
17924
17925         * message.el (message-display-abbrev): Use point-at-bol.
17926
17927         * mail-source.el: Don't require timer/timer-funcs.
17928
17929         * gnus-async.el: Ditto.
17930
17931         * password.el: Ditto.
17932
17933         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17934
17935         * mm-url.el: Ditto.
17936
17937         * gnus-xmas.el: Don't require timer-funcs.
17938
17939         * mm-util.el: Require timer/timer-funcs.
17940
17941 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17942
17943         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17944         Close.
17945
17946 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17949         unibyte after clear-decrypt function runs.
17950
17951         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17952         returns as a unibyte string.
17953
17954 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * lpath.el: Revert.
17957
17958         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17959         (pgg-gpg-process-sentinel): Revert.
17960
17961         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17962         (pgg-pgp-lookup-key): Revert.
17963
17964         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17965         (pgg-pgp5-lookup-key): Revert.
17966
17967         * pgg.el (pgg-fetch-key): Revert.
17968
17969 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * lpath.el: Fbind string-as-multibyte for XEmacs.
17972
17973         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17974         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17975         (mml1991-pgg-encrypt): Ditto.
17976
17977         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17978         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17979         a multibyte buffer.
17980
17981         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17982         (pgg-pgp-lookup-key): Ditto.
17983
17984         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17985         (pgg-pgp5-lookup-key): Ditto.
17986
17987         * pgg.el (pgg-fetch-key): Ditto.
17988
17989 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * message.el (message-user-organization-file): Check several
17992         locations of the organization file.
17993
17994         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17995         Add gnus-article-view-part-as-type.
17996
17997         * gnus-art.el (gnus-article-view-part-as-type): New function.
17998
17999         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18000         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18001
18002         * mml.el: Simplify autoload.
18003         (mml-mode): defvar dnd-protocol-alist instead of using
18004         symbol-value.
18005         (mml-default-directory): New variable.
18006         (mml-minibuffer-read-file): Use it.
18007         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18008
18009         * message.el (message-citation-line-format): New variable.
18010         (message-insert-formated-citation-line): New function.
18011         (message-citation-line-function):
18012         Add `message-insert-formated-citation-line' to custom type.
18013
18014         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18015         to doc string.
18016
18017         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18018         depending on mm-verify-option.
18019
18020 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18023         binding pgg-* variables; reimplement the section which prevents
18024         MIME header from being signed.
18025         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18026         pgg-text-mode; remove a blank line at the top of body.
18027
18028         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18029         lines at the top of body; use gnus-newsgroup-charset if there's no
18030         Charset header.
18031
18032 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * message.el (message-self-insert-commands): Doc fix.
18035
18036         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18037         (mm-uu-pgp-encrypted-test): Ditto.
18038         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18039         between header and body; return application/pgp-encrypted handle
18040         if decryption failed; decode decrypted body by charset.
18041
18042         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18043         element match to application/pgp-*.
18044
18045 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18046
18047         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18048         HTML.
18049
18050 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051
18052         * mail-source.el (mail-source-call-script): Message the error
18053         string.
18054
18055 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18056
18057         * gnus-util.el (gnus-byte-compile): Use it.
18058
18059 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18060
18061         * gnus-util.el (kill-empty-logs): New function.
18062
18063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18064
18065         * message.el (message-mail-alias-type): Doc fix.
18066         (message-mail-alias-type-p): New function.
18067         (message-send): Use it.
18068         (message-mode): Ditto.
18069         (message-strip-forbidden-properties): Ditto.
18070
18071         * ecomplete.el (ecomplete-database-file-coding-system):
18072         New variable.
18073         (ecomplete-save): Use it.
18074         (ecomplete-setup): Use it.
18075
18076 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * message.el (message-self-insert-commands): New variable.
18079         (message-strip-forbidden-properties): Use it.
18080
18081 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18082
18083         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18084         that doesn't make XEmacs choke.
18085
18086 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18087
18088         * gnus-util.el (gnus-replace-in-string):
18089         Prefer replace-regexp-in-string over of replace-in-string.
18090
18091 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus-util.el (gnus-select-frame-set-input-focus):
18094         Use select-frame-set-input-focus if it is available in XEmacs; use
18095         definition defined in Emacs 22 for old Emacsen.
18096
18097         * dgnushack.el: Autoload unmorse-region for XEmacs.
18098
18099         * lpath.el: Bind cursor-in-non-selected-windows and
18100         select-frame-set-input-focus for XEmacs.
18101
18102 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18105
18106 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * gnus-registry.el (gnus-registry-cache-save): Remove text
18109         properties when saving via the temp buffer.
18110
18111 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18112
18113         * message.el (message-generate-hashcash): Honor custom type.
18114
18115 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18116
18117         * message.el (message-generate-hashcash): Default to non-nil when
18118         hashcash is found.
18119
18120         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18121         (gnus-refer-thread-limit): Increase default to 500.
18122
18123         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18124
18125         * flow-fill.el (fill-flowed): Allow delete-space.
18126
18127 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18130         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18131         Remove autoloads.
18132
18133 2006-04-18  Simon Josefsson  <jas@extundo.com>
18134
18135         * message.el (message-generate-hashcash): Default to.
18136
18137 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18140         concatenating segments rather than before concatenating them.
18141
18142 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18145
18146 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18147
18148         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18149
18150         * message.el (message-forward-make-body-plain):
18151         Allow message-forward-ignored-headers to be a list.
18152         (message-remove-ignored-headers): Factor out into function.
18153         (message-forward-make-body-mml): Use it.
18154
18155         * imap.el (imap-quote-specials): New function.
18156         (imap-login-auth): Quote specials.
18157
18158         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18159         (rfc2231-parse-string): Allow concatanation of parameters that
18160         aren't contiguous.  The test case is
18161           (mail-header-parse-content-type "message/external-body;
18162             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18163             access-type=LOCAL-FILE;
18164             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18165
18166 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18167
18168         * nntp.el (nntp-accept-process-output): Return the value of
18169         `nnheader-accept-process-output'.
18170
18171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18174         (gnus-button-alist): Recognize more diff formats.
18175         (gnus-button-patch): Strip directory.
18176
18177 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18180         Emacs 22 when setting focus.
18181
18182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18183
18184         * gnus-art.el (gnus-article-treat-types): Do treatment of
18185         text/x-verbatim parts.
18186         (gnus-button-patch): New command.
18187
18188         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18189         addresses that contain invalid characters.
18190
18191 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18192
18193         * message.el (message-put-addresses-in-ecomplete):
18194         Use gnus-replace-in-string.
18195         (message-is-yours-p): Use the more correct
18196         mail-header-parse-address instead of
18197         mail-extract-address-components.
18198         (message-put-addresses-in-ecomplete): Fix typo.
18199
18200         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18201         keystroke.
18202
18203         * gnus-art.el (gnus-treatment-function-alist): Change order of
18204         newsgroups/generic header folding to avoid double-folding.
18205
18206         * message.el (message-hidden-headers): Add X-Draft-From.
18207
18208         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18209         New command.
18210         (gnus-summary-repeat-search-article-backward): New command.
18211
18212         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18213         groups in the parent topic.
18214
18215 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18216
18217         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18218         (spam-extra-header-to-number): Return the CRM114 number as a
18219         number instead of a string.
18220
18221 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18222
18223         * gnus-art.el (gnus-face-properties-alist): Move here from
18224         gnus-fun.
18225
18226         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18227
18228 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * message.el (message-strip-forbidden-properties): Only display on
18231         self-insert-command.
18232
18233         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18234         reindent.
18235         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18236
18237 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18238
18239         * smiley.el (smiley-style): Fix typo.
18240
18241 2006-03-23  Kenichi Handa  <handa@m17n.org>
18242
18243         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18244         instead of set-buffer-multibyte.
18245
18246 2006-03-23  Kenichi Handa  <handa@m17n.org>
18247
18248         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18249         buffer and then decode the buffer text if necessary.
18250         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18251         first, and after mm-encode-body, change the buffer to unibyte.
18252
18253 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18254
18255         * hashcash.el (hashcash-insert-payment-async-2):
18256         Use message-goto-eoh instead of doing it manually.
18257         (mail-add-payment): Use message-narrow-to-header instead of trying
18258         to do the same itself.
18259
18260         * message.el (message-hidden-headers): Add Face.
18261
18262         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18263         reparenting code.
18264         (gnus-summary-reparent-children): Refactored out code.
18265         (gnus-summary-thread-map): New keystroke.
18266         (gnus-summary-reparent-children): Make into command.
18267
18268         * smiley.el (smiley-style): Default to `medium' if using a large
18269         font.
18270
18271         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18272         does it itself.
18273
18274         * message.el (message-point-in-header-p): Simplify definition.
18275
18276 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277
18278         * nnagent.el (nnagent-request-set-mark): Silence log file
18279         writing.
18280         (nnagent-request-set-mark): Use write-region instead of
18281         append-to-file.
18282
18283         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18284         strange select method.
18285
18286         * ecomplete.el (ecomplete-display-matches): Get highlightling
18287         right.
18288         (ecomplete-display-matches): Use literals.
18289         (ecomplete-display-matches): Disable message logging.
18290
18291         * message.el (message-display-abbrev): Small optimization.
18292
18293         * ecomplete.el (ecomplete-display-matches): Allow automatic
18294         display.
18295
18296         * message.el (message-strip-forbidden-properties):
18297         Display abbrevs.
18298         (message-display-abbrev): Get automatic display right.
18299
18300         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18301         keystrokes.
18302
18303 2006-04-13  Romain Francoise  <romain@orebokech.com>
18304
18305         TODO: Backport to v5-10!
18306
18307         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18308         Move here (and rename) from gnus-registry.el.
18309
18310         * gnus-registry.el: Require gnus-util.
18311         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18312
18313 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * gnus-group.el (gnus-group-catchup-current):
18316         Change if-then-else-if-then-else into cond.
18317         (gnus-group-catchup): Indent.
18318         (group-name-at-point): New function.
18319         (gnus-fetch-group): Provide default from thing at point.
18320
18321 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * message.el (message-display-abbrev): Fix regexp.
18324
18325         * ecomplete.el (ecomplete-highlight-match-line):
18326         Reimplement choosing.
18327         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18328         dead variables.
18329
18330         * message.el (message-newline-and-indent): Remove debugging.
18331         (message-display-abbrev): Use new implementation.
18332
18333 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18334
18335         * gnus-art.el (gnus-article-mode):
18336         Set cursor-in-non-selected-windows to nil.
18337
18338         * smiley.el: Revert previous change.
18339         (smiley-data-directory): defvar it before using it in the
18340         defcustom of `smiley-style'.
18341
18342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18343
18344         * message.el (message-newline-and-indent): New function.
18345
18346         * ecomplete.el: Implement more bits.
18347
18348         * message.el (message-put-addresses-in-ecomplete): Clean up the
18349         string.
18350
18351         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18352
18353         * gnus-sum.el (gnus-summary-save-parts):
18354         Bind gnus-summary-save-parts-counter and use it to make unique file
18355         names.
18356
18357         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18358
18359         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18360         parameter to say whether to actually parse the individual
18361         addresses.
18362
18363         * message.el (message-put-addresses-in-ecomplete): New function.
18364         (ecomplete): Require.
18365         (message-mail-alias-type): Add ecomplete as an option.
18366
18367 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18368
18369         * flow-fill.el (fill-flowed): Remove trailing space from blank
18370         quoted lines.
18371
18372 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * smiley.el (smiley-style): Move definition later to avoid a
18375         compilation warning.
18376
18377 2006-04-12  Kenichi Handa  <handa@m17n.org>
18378
18379         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18380         buffer and then decode the buffer text if necessary.
18381         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18382         first, and after mm-encode-body, change the buffer to unibyte.
18383         Use mm-disable-multibyte instead of set-buffer-multibyte.
18384
18385 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18388         Content-Type header instead of Content-Disposition header.
18389         (gnus-mime-inline-part): Ditto.
18390         (gnus-mime-view-part-as-charset): Ignore charset that the part
18391         specifies.
18392
18393         * mm-decode.el (mm-display-part): Work with external parts and
18394         usual parts similarly.
18395
18396         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18397         instead of gnus-display-mime.
18398
18399         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18400         instead of with-temp-buffer.
18401
18402         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18403         tag to summarized topics part in order to encode non-ASCII text.
18404
18405 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18406
18407         * smiley.el (smiley-style): New variable.
18408         (smiley-directory): New function.
18409         (smiley-data-directory): Derive from `smiley-style' using
18410         `smiley-directory'.
18411         (smiley-regexp-alist): Add new entries.
18412
18413         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18414         (gnus-article-browse-delete-temp): Add :version.
18415
18416 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18417
18418         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18419         the sieve region.
18420
18421 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18422
18423         * gnus.el (gnus-version-number): Bump version.
18424
18425 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18426
18427         * gnus.el: No Gnus v0.4 is released.
18428
18429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430
18431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18432         layout.
18433
18434         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18435         unknown charset.
18436
18437         * message.el (message-header-synonyms): Add Original-To to the
18438         default.
18439
18440         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18441         optional parameter.
18442
18443 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18444
18445         * gnus-fun.el (gnus): Require it for gnus-directory.
18446
18447 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18450
18451 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18452
18453         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18454
18455 2006-04-05  Simon Josefsson  <jas@extundo.com>
18456
18457         * password.el (password-reset): New function.
18458
18459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18460
18461         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18462         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18463
18464 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18465
18466         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18467         Some whitespace was matched into the url, which broke browsing hits
18468         > 100 when mm-url-use-external was nil.
18469
18470 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18473         Check gnus-extra-headers for 'Newsgroups.
18474
18475         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18476         bound.
18477
18478 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18479
18480         * pgg-gpg.el: Clean up process buffers every time gpg processes
18481         complete.
18482
18483 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18486         doc string.
18487
18488 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18489
18490         * pgg-gpg.el (pgg-gpg-process-filter)
18491         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18492
18493         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18494         lines, temporary fix.
18495
18496 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18499
18500 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18501
18502         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18503         default-enable-multibyte-characters.  This reverts the change from
18504         revision 6.17 which is no longer necessary because the passphrase
18505         is sent separately now.  GnuPG messages are unreadable under
18506         multibyte locales with default-enable-multibyte-characters set to
18507         nil.
18508
18509 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * message.el (message-tool-bar-gnome): Move "spell".
18512
18513 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18516         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18517         instead.
18518
18519 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18520
18521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18522         Improve newsgroups handling for NNTP overviews which don't include
18523         Newsgroups.
18524
18525 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18526
18527         * message.el (message-resend): Bind message-generate-hashcash to nil.
18528
18529 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18530
18531         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18532         when searching for already-paid recipients.
18533
18534 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18535
18536         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18537         passphrases when it is not needed.
18538         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18539         passphrase stuff from gpg, should only be necessary when you use
18540         gpg with a smartcard.
18541
18542 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * mml.el (mml-insert-mime): Ignore cached contents of
18545         message/external-body part.
18546
18547         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18548         (mm-insert-part): Ditto.
18549
18550 2006-03-23  Simon Josefsson  <jas@extundo.com>
18551
18552         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18553         Reiner.
18554         (pgg-gpg-use-agent-p): Use it again.
18555
18556 2006-03-23  Simon Josefsson  <jas@extundo.com>
18557
18558         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18559         older emacsen.
18560         (pgg-gpg-use-agent-p): Don't use it.
18561
18562 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18565         if we can.
18566
18567 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18568
18569         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18570         (pgg-gpg-update-agent): New function.
18571         (pgg-gpg-use-agent-p): New function.
18572         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18573         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18574         (pgg-gpg-sign-region): Use it.
18575
18576 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18579         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18580
18581 2006-03-21  Simon Josefsson  <jas@extundo.com>
18582
18583         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18584         <wilde@sha-bang.de>.
18585         (pgg-gpg-use-agent): New variable.
18586         (pgg-gpg-process-region): Use it.
18587         (pgg-gpg-encrypt-region): Likewise.
18588         (pgg-gpg-encrypt-symmetric-region): Likewise.
18589         (pgg-gpg-decrypt-region): Likewise.
18590         (pgg-gpg-sign-region): Likewise.
18591         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18592
18593 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18596
18597         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18598         Add comment on version.
18599
18600 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * smiley.el: Add missing test smiley.
18603
18604 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * mm-decode.el (mm-with-part): New macro.
18607         (mm-get-part): Use it; work with message/external-body as well.
18608         (mm-save-part): Treat name and filename equally.
18609
18610         * mm-extern.el (mm-extern-cache-contents): New function.
18611         (mm-inline-external-body): Use it; force the part to be displayed;
18612         move undisplayer added to the cached handle to the parent.
18613
18614         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18615         (gnus-mime-view-part-as-type): Work with message/external-body.
18616
18617         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18618
18619 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18622         images in image-load-path.  [Sync with image.el, revision 1.60, in
18623         Emacs.]
18624
18625 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18628         path rather than symbol.  Always return list of directories.
18629         Guarantee that image directory comes first.  [Sync with image.el,
18630         revision 1.59, in Emacs.]
18631
18632         * message.el (message-make-tool-bar): Adjust to new API of
18633         `gmm-image-load-path-for-library'.
18634
18635         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18636
18637         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18638
18639 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18640
18641         * gnus-art.el (gnus-article-only-boring-p):
18642         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18643         intangible text.
18644         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18645
18646 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18649         Use `defun' instead of `gmm-defun-compat'.
18650
18651 2006-03-14  Simon Josefsson  <jas@extundo.com>
18652
18653         * message.el (message-unique-id): Don't use message-number-base36
18654         if (user-uid) is a float.
18655         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18656
18657 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18660
18661         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18662         empty line between a part and a message part.
18663
18664 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18665
18666         * smiley.el: Add more test smileys.
18667         (smiley-data-directory, smiley-regexp-alist)
18668         (gnus-smiley-file-types): Fix doc strings.
18669         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18670         adding new elements.
18671         (smiley-mouse-map): Unused code.  Make it a comment.
18672
18673 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18676         scan latest NoCeM messages instead of old ones.
18677         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18678         delimiters that are recently used.
18679         (gnus-nocem-load-cache): Add autoload cookie.
18680
18681         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18682
18683         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18684         level which is larger than gnus-use-nocem is specified.
18685
18686         * gnus-group.el (gnus-group-get-new-news): Ditto.
18687
18688 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-util.el (gnus-tool-bar-update): New function.
18691
18692         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18693         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18694
18695         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18696
18697         * gnus-group.el (gnus-group-redraw-when-idle)
18698         (gnus-group-redraw-check): Remove.
18699         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18700
18701 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18704         if optional last element is specified in splits (FIELD VALUE...).
18705
18706 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18709         to gmm-image-load-path-for-library.  Call with no-error argument.
18710         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18711
18712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18713
18714         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18715
18716         * gmm-utils.el (gmm-image-load-path): Remove alias.
18717
18718 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gmm-utils.el (gmm-image-load-path): Add alias.
18721
18722         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18723         nnml-generate-nov-databases-1.
18724         (nnml-generate-nov-databases): Use it.
18725         (nnml-generate-nov-databases-directory): Document no-active
18726         argument.
18727
18728         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18729         directory if path is t.  Add no-error.
18730
18731         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18732         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18733
18734         * gnus-art.el (gnus-article-browse-delete-temp-files):
18735         Simplify resetting gnus-article-browse-html-temp-list.
18736
18737         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18738         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18739         Add example to docstring.  Rename local variables.  Move error
18740         checks to default case in cond and simplify.
18741
18742 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18745         handle is multipart when calling it recursively.
18746         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18747
18748 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18749
18750         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18751         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18752
18753 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18756         is loaded.
18757
18758         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18759         loaded.
18760
18761 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18762
18763         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18764         to "Emacs 23 (unicode)" in doc string.
18765
18766         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18767         "Emacs 23 (unicode)" in comment.
18768
18769 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18772
18773         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18774         characters 160 through 255 in Emacs 23.
18775
18776 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18779         gnus-article-browse-html-temp.
18780         (gnus-article-browse-delete-temp): Make it customizable.
18781         Add `file'.  Adjust doc string.
18782         (gnus-article-browse-delete-temp-files): Add argument.
18783         Allow query for each file.  Adjust doc string.
18784         (gnus-article-browse-html-parts):
18785         Add `gnus-article-browse-delete-temp-files' to
18786         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18787
18788 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18789
18790         * gnus-art.el (gnus-article-browse-html-temp)
18791         (gnus-article-browse-delete-temp): New variables.
18792         (gnus-article-browse-delete-temp-files): New function.
18793         (gnus-article-browse-html-parts): Use it.
18794
18795 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18798
18799         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18800         string.
18801
18802         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18803         gnus-summary-insert-new-articles when unplugged.
18804         Remove gnus-summary-search-article-forward.
18805
18806         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18807         display-visual-class instead of display-color-cells.
18808
18809 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * dgnushack.el: Autoload customize-group for XEmacs.
18812
18813         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18814         message/* containing non-ASCII text properly.
18815
18816 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * message.el: Require gmm-utils, remove autoloads.
18819         (message-tool-bar): Set default based on
18820         gmm-tool-bar-style.
18821         (message-tool-bar-gnome): Add gmm-customize-mode.
18822
18823         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18824         gmm-tool-bar-style.
18825         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18826
18827         * gnus-group.el (gnus-group-tool-bar): Set default based on
18828         gmm-tool-bar-style.
18829         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18830
18831         * gmm-utils.el (gmm-image-directory): Rename variable from
18832         gmm-image-load-path.
18833         (gmm-image-load-path): Use gmm-image-directory.
18834         (gmm-customize-mode): New function.
18835         (gmm-tool-bar-style): New variable.
18836
18837         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18838         gnus-group-redraw-line-number.
18839         (gnus-group-redraw-check): Simplify.
18840         (gnus-group-tool-bar-update): Remove redraw check.
18841         (gnus-group-make-tool-bar): Add redraw check.
18842
18843 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18844
18845         * gnus-art.el (gnus-button): Add missing parentheses.
18846
18847 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * lpath.el: Fbind line-number-at-pos.
18850
18851 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18854
18855 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18856
18857         * gnus-art.el (gnus-button): New face.
18858         (gnus-article-button-face): Use it.
18859
18860         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18861         Add gnus-summary-next-page.  Re-order.
18862
18863         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18864         next-node are now included.
18865         (gnus-group-redraw-line-number): New internal variable.
18866         (gnus-group-redraw-check): Helper function for updating the tool
18867         bar.
18868         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18869
18870         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18871
18872         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18873         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18874         Use it to match format of Spamassassin 3.0 and later.
18875         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18876         (spam-check-bogofilter)
18877         (spam-bogofilter-register-with-bogofilter): Fix args of
18878         `gnus-error' calls.
18879
18880 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18881
18882         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18883         unnecessary interaction when sending queued mails.
18884         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18885
18886 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18889         first or last are nil.
18890
18891 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18892
18893         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18894
18895 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18896
18897         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18898
18899 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18900
18901         * dns.el (query-dns): Protect more against buggy tcp output.
18902
18903 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18906         nov.php.
18907
18908 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18909
18910         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18911         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18912         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18913         output on the server side.
18914         (nnweb-google-create-mapping): Update regexps and add some
18915         progress indication.
18916
18917 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18918
18919         * gnus-group.el (gnus-group-tool-bar-gnome):
18920         Fix gnus-agent-toggle-plugged.  Re-order icons.
18921         (gnus-group-tool-bar-gnome):
18922         Add gnus-group-{prev,next}-unread-group.
18923         (gnus-group-tool-bar-gnome): Re-order icons.
18924
18925         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18926         Move gnus-summary-insert-new-articles.
18927
18928         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18929         Fix comments.
18930
18931         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18932         also available in Emacs 21.3.
18933
18934         * message.el (message-fix-before-sending): Change "Emacs 22" to
18935         "Emacs 23 (unicode)" in comment.
18936
18937         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18938         "Emacs 23 (unicode)" in comment.
18939
18940         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18941         comment.
18942         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18943
18944         * mm-view.el (mm-fill-flowed): Add :version.
18945
18946 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18949         and load-path.
18950
18951 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18952
18953         * message.el: Autoload gmm-image-load-path.
18954         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18955         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18956         consitency.
18957
18958         * gmm-utils.el (gmm-image-load-path): Also search in
18959         "../etc/images".  Don't set gmm-image-load-path if we don't find
18960         the image.
18961
18962 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * gmm-utils.el (gmm-image-load-path): Don't make
18965         `gmm-image-load-path' include subdirectories which the second arg
18966         `image' might specify.
18967
18968         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18969         subdirectory to icon file names.
18970
18971         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18972
18973 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18976         gmm-image-load-path calls.
18977
18978         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18979
18980         * message.el (message-make-tool-bar): Ditto.
18981
18982         * mml.el (mml-preview): Add comment concerning tool bar icons.
18983
18984         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18985         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18986
18987         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18988         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18989
18990         * message.el (message-tool-bar-gnome): Use new icon names.
18991         (message-make-tool-bar): Use `gmm-image-load-path'.
18992
18993         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18994         New functions from MH-E.
18995         (gmm-image-load-path): New variable from MH-E.
18996         (gmm-image-load-path): New function from MH-E.  Add arguments
18997         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18998         *-image-load-path-called-flag.
18999
19000 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19001
19002         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19003
19004 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19005
19006         * nnimap.el (nnimap-request-move-article): Change folder back to
19007         source group before deleting.
19008
19009 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19012
19013         * gnus-art.el (mm-url-insert-file-contents-external):
19014         Autoload mm-url.
19015
19016         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19017
19018 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19021         coding system which mm-charset-to-coding-system returns for a
19022         given charset is valid.
19023
19024 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19025
19026         * html2text.el (html2text-remove-tag-list):
19027         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19028
19029 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19030
19031         * gnus-cus.el: Revert 2005-10-17 change.
19032
19033 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19034
19035         * gnus-art.el (article-strip-banner):
19036         Call article-really-strip-banner only when the regexp match is made.
19037
19038 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19039
19040         * gnus-art.el (article-strip-banner):
19041         Use gnus-extract-address-components instead of
19042         mail-header-parse-addresses to make it work with non-ASCII text;
19043         remove mail-encode-encoded-word-string.
19044
19045         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19046         values which are surrounded with \"...\"; make it never cause a
19047         Lisp error; give up parsing of parameters if it failed in
19048         extracting type.
19049
19050 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19051
19052         * smime.el (smime-cert-by-ldap-1): Fix bug where
19053         `smime-ldap-search' returns results without userCertificates.
19054
19055 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19058
19059 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * spam.el (spam-check-spamassassin-headers): Adapt format for
19062         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19063         <ari@mbf.ocn.ne.jp>.
19064         (spam-list-of-processors): Add spam-use-gmane.
19065
19066 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19069         make-temp-file; make it work with XEmacs as well.
19070
19071         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19072         mm-make-temp-file.
19073
19074         * mm-decode.el (mm-display-external): Use the 3rd arg of
19075         mm-make-temp-file.
19076         (mm-create-image-xemacs): Ditto.
19077
19078 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19081         with message-narrow-to-headers.
19082         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19083         (gnus-draft-check-draft-articles): New function.
19084         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19085
19086 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * gnus-art.el (gnus-article-browse-html-parts):
19089         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19090         Don't use suffix argument for mm-make-temp-file for Emacs 21
19091         compatibility.  Remove useless `format'.
19092
19093 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19094
19095         * nnweb.el (nnweb-google-wash-article): Update regexps.
19096         (nnweb-group-alist): Use defvoo instead of defvar.
19097
19098 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19101         re-loading nn* modules.
19102
19103 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19104
19105         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19106         for `tool-bar-mode' and don't check it's default-value.
19107
19108         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19109
19110         * message.el (message-make-tool-bar): Ditto.
19111
19112         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19113         `substring'.  Shorten tmp-file name.
19114
19115         * gnus.el: Remove bogus comment.
19116
19117 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19118
19119         * gnus-art.el (gnus-article-browse-html-parts): New function.
19120         (gnus-article-browse-html-article): New function for viewing html
19121         articles with a browser.
19122
19123 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19124
19125         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19126         in elisp.
19127         (pgg-gpg-encrypt-symmetric-region): Ditto.
19128         (pgg-gpg-sign-region): Ditto.
19129
19130         * pgg-def.el (pgg-text-mode): New variable.
19131
19132         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19133         (mml2015-pgg-encrypt): Ditto.
19134
19135         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19136         (mml1991-pgg-encrypt): Ditto.
19137
19138 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * nnfolder.el (nnfolder-insert-newsgroup-line):
19141         Use message-make-date instead of current-time-string.
19142
19143         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19144         to gnus-decoded which mm-uu might set.
19145
19146 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19149         don't decode quoted parameters; remove misimported Emacs code.
19150         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19151         (rfc2231-decode-encoded-string): Don't use split-string which
19152         behaves differently according to Emacs version; use
19153         mm-decode-coding-region to convert charset to coding-system.
19154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19155         (rfc2231-encode-string): Remove misimported Emacs code.
19156
19157 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19160         when calling mail-header-parse-content-type.
19161         (article-de-quoted-unreadable): Ditto.
19162         (article-de-base64-unreadable): Ditto.
19163         (article-wash-html): Ditto.
19164
19165         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19166         calling mail-header-parse-content-type and
19167         mail-header-parse-content-disposition.
19168         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19169         mail-header-parse-content-type.
19170
19171         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19172         insert charset and format parameters; encode description after
19173         inserting it to buffer.
19174         (mml-insert-parameter): Fold lines properly even if a parameter is
19175         segmented into two or more lines; change the max column to 76.
19176
19177         * rfc1843.el (rfc1843-decode-article-body): Don't use
19178         ignore-errors when calling mail-header-parse-content-type.
19179
19180         * rfc2231.el (rfc2231-parse-string): Return at least type if
19181         possible; don't cause an error even if it fails in parsing of
19182         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19183         (rfc2231-encode-string): Don't break lines at the beginning, leave
19184         it to mml-insert-parameter.
19185
19186         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19187         calling mail-header-parse-content-type.
19188
19189 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * spam-report.el (spam-report-gmane-use-article-number):
19192         Improve doc string.
19193         (spam-report-gmane-internal): Check if a suitable header was found
19194         in the article.
19195
19196 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19199         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19200
19201 2006-02-05  Romain Francoise  <romain@orebokech.com>
19202
19203         Update copyright notices of all files in the gnus directory.
19204
19205 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19206
19207         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19208
19209 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19212         segmented lines of parameter value to cope with Thunderbird 1.5
19213         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19214         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19215         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19216
19217 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19218
19219         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19220         parts.
19221
19222 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19223
19224         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19225         there's only one active file for all servers.
19226         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19227         solid groups.  Gnus might have used a FAST request to select the group.
19228         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19229         and nnweb-search redundantly in the active file.
19230         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19231         (nnweb-request-create-group): Don't use ARGS.
19232         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19233         initializations.  Let nnoo do the work.
19234
19235 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19238         Say the part has been decoded.
19239
19240         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19241
19242 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19243
19244         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19245         mailcap-viewer-test-cache when there's no 'test clause, since that
19246         will invert the meaning of a "nil" test previously determined by
19247         mailcap-mailcap-entry-passes-test.
19248
19249 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19252         compiling.
19253
19254         * gnus-sum.el: Ditto.
19255
19256         * message.el: Don't bind tool-bar-map when compiling.
19257
19258 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19261
19262 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19263
19264         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19265         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19266         current Google Groups.
19267
19268 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19271         and tool-bar-mode.
19272
19273         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19274         and tool-bar-mode.
19275
19276         * message.el (message-tool-bar-update): Simplify.
19277         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19278
19279         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19280         gnus-summary-buffer.
19281         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19282         gnus-summary-reply.
19283
19284         * gmm-utils.el (gmm): Add :version.
19285
19286 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * Makefile.in (clean): New rule.
19289         (distclean): Use it.
19290
19291 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19292
19293         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19294         Don't autoload.
19295
19296 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * gmm-utils.el (gmm-verbose): Add :group.
19299
19300 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * message.el: Change some comments WRT tool-bars.
19303
19304         * gnus-sum.el (gnus-summary-tool-bar)
19305         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19306         (gnus-summary-tool-bar-zap-list): New variables.
19307         (gnus-summary-make-tool-bar): Complete rewrite using
19308         `gmm-tool-bar-from-list'.
19309
19310         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19311         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19312         New variables.
19313         (gnus-group-make-tool-bar): Complete rewrite using
19314         `gmm-tool-bar-from-list'.
19315         (gnus-group-tool-bar-update): New function.
19316
19317         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19318
19319 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19322         is dissected into a single part of which the type is the same as
19323         the given one; decode charset.
19324
19325 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19326
19327         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19328         into alists as symbol not string, since that's what
19329         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19330         look for.
19331
19332 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19335         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19336
19337         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19338
19339 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19342         (gnus-xmas-mime-security-button-menu): New function.
19343
19344         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19345         (gnus-mime-security-button-menu): New definition.
19346         (gnus-mime-security-button-map): Use them.
19347         (gnus-mime-security-button-menu): New function.
19348         (gnus-insert-mime-security-button): Addition to help echo.
19349         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19350         (gnus-mime-security-pipe-part): New functions.
19351
19352         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19353         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19354
19355         * mm-decode.el (mm-handle-set-disposition): Remove.
19356         (mm-handle-set-description): Remove.
19357
19358 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19361         (mm-w3m-standalone-supports-m17n-p): New function.
19362         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19363         w3m usage.
19364
19365         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19366         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19367
19368 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19369
19370         * message.el (message-tool-bar-zap-list):
19371         Use gmm-tool-bar-zap-list as custom type.
19372         (message-tool-bar-update): New function.
19373         (message-tool-bar, message-tool-bar-gnome)
19374         (message-tool-bar-retro): Add message-tool-bar-update.
19375         (message-tool-bar-gnome): Add flyspell-buffer.
19376
19377         * gnus-util.el (gnus-error): Describe `args'.
19378
19379         * gmm-utils.el (gmm-error): Describe `args'.
19380         (gmm-tool-bar-zap-list): New widget.
19381         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19382
19383 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19386         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19387         the number of recursive calls.
19388
19389         * mm-decode.el (mm-handle-set-disposition): New macro.
19390         (mm-handle-set-description): New macro.
19391
19392 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19395         encoding.
19396
19397 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * message.el (message-tool-bar-zap-list, message-tool-bar)
19400         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19401         (message-tool-bar-local-item-from-menu): Remove.
19402         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19403         (message-make-tool-bar): New function.
19404         (message-mode): Use `message-make-tool-bar'.
19405
19406         * gmm-utils.el: New file.
19407         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19408         (gmm-lazy): New widget copied from `nnmail.el'.
19409         (gmm-tool-bar-from-list): New function for creating customizable
19410         tool bars.
19411         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19412         output.
19413         (gmm): Add :prefix to defgroup.
19414
19415 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19416
19417         * gmm-utils.el (gmm-widget-p): New function.
19418
19419 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19420
19421         * mml.el (mml-attach-file): Describe `description' in doc string.
19422         (mml-menu): Add Emacs MIME manual and PGG manual.
19423
19424 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19425
19426         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19427
19428 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19429
19430         * nntp.el (nntp-end-of-line): Doc fix.
19431
19432 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19433
19434         * imap.el (imap-open): Handle case where buffer is a buffer
19435         object.
19436
19437 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19438
19439         * gnus-delay.el (gnus-delay): Don't autoload.
19440         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19441         to be re-loaded when customizing the `gnus-delay' group.
19442
19443 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19444
19445         * message.el (message-insert-citation-line): Use newlines.
19446
19447 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19448
19449         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19450         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19451         these routines, so the passphrase can be managed externally and
19452         passed in to the system.
19453         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19454         pgg-add-passphrase-to-cache function.
19455
19456         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19457         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19458         these routines, so the passphrase can be managed externally and
19459         passed in to the system.
19460         (pgg-pgp5-sign-region): Use new name of
19461         pgg-add-passphrase-to-cache function.
19462
19463 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19464
19465         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19466         part of the decoded armor to find the key-identifier.
19467         (pgg-gpg-lookup-key-owner): New function to return the
19468         human-readable identifier of a key owner.
19469         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19470         itself.
19471         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19472         the key value) if we have a key and can match it against a secret
19473         key.  Also, added a note pointing out fact that the prompt only
19474         indicates the first matching key.
19475
19476         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19477         pgg-decrypt-region.
19478         (pgg-add-passphrase-to-cache): Rename from
19479         `pgg-add-passphrase-cache' to reduce confusion (all callers
19480         changed).
19481         (pgg-remove-passphrase-from-cache): Rename from
19482         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19483         changed).
19484         (pgg-read-passphrase, pgg-add-passphrase-cache)
19485         (pgg-remove-passphrase-cache): Add informative docstrings.
19486         (pgg-decrypt): Convey provided passphrase in subordinate call to
19487         pgg-decrypt-region.
19488
19489 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19490
19491         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19492         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19493         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19494         'passphrase' argument, so the passphrase can be managed externally
19495         and then passed in to the system.
19496
19497         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19498         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19499         so the passphrase cache can be used reliably with identifiers
19500         besides a pgp packet's key id.
19501
19502         * pgg-gpg.el (pgg-gpg-encrypt-region)
19503         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19504         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19505         these routines, so the passphrase can be managed externally and
19506         passed in to the system.
19507
19508         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19509         'notruncate' argument, so the passphrase cache can be used
19510         reliably with identifiers besides a pgp packet's key id.
19511
19512 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19513
19514         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19515         symmetric encryption.
19516         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19517         encrypted session key.
19518         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19519         message ask for the passphrase in a proper way.
19520
19521         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19522         New user commands for symmetric encryption.
19523
19524 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19527
19528         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19529
19530 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19531
19532         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19533
19534 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * mm-decode.el (mm-inlined-types): Add application/pgp.
19537         (mm-automatic-display): Ditto.
19538
19539         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19540         part as text.
19541
19542 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * nnrss.el: Update copyright.
19545         (nnrss-opml-import): Query whether to subscribe to each entry.
19546
19547         * gnus-art.el:
19548         * gnus-sum.el:
19549         * gnus-xmas.el:
19550         * messagexmas.el:
19551         * mm-uu.el:
19552         * mm-view.el: Update copyright.
19553
19554 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19555
19556         * message.el (message-info): New function.
19557         (message-mode-menu): Add it.
19558         Update copyright.
19559
19560         * ChangeLog: Fix and update copyright.
19561
19562 2006-01-13  Romain Francoise  <romain@orebokech.com>
19563
19564         * message.el (message-forward-subject-name-subject): Prefer the
19565         address to 'nowhere' if the sender has no name.
19566         Fix typo.  Update copyright year.
19567
19568 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * gnus-art.el (article-wash-html):
19571         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19572         (gnus-article-wash-html-with-w3m-standalone): New function.
19573
19574         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19575         mm-inline-text-html-render-with-w3m-standalone.
19576         (mm-text-html-washer-alist): Map w3m-standalone to
19577         gnus-article-wash-html-with-w3m-standalone.
19578         (mm-inline-text-html-render-with-w3m-standalone): New function.
19579
19580 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19581
19582         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19583         Improve LaTeX.
19584
19585 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19588         (nnrss-request-article): Render text/plain parts as HTML.
19589
19590         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19591         the buffer.
19592
19593 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19594
19595         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19596         custom definition of `gnus-posting-styles'.
19597
19598         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19599         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19600
19601 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19602
19603         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19604         Use nntp for bug archive.
19605
19606 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19609         parts.
19610         (nnrss-normalize-date): New function converts ISO 8601 date into
19611         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19612         (nnrss-check-group): Use it.
19613
19614 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19617
19618         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19619         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19620         (nnrss-insert-w3): Ditto.
19621
19622 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19623
19624         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19625         the articles to be forwarded including the case where neither a
19626         number of articles nor a region is specified.
19627
19628 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * nnrss.el (nnrss-request-article): Fix last change; fill
19631         text/plain parts.
19632
19633 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19636         in text/plain part.
19637         (nnrss-check-group): Don't add excessive newline to dc:subject.
19638
19639 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19640
19641         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19642         article.
19643
19644 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19645
19646         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19647         (nnml-use-compressed-files, nnml-save-mail): Support other
19648         comression programs such as bzip2.
19649
19650 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19651
19652         * dns.el (query-dns): Make sure we check the buffer size before
19653         removing tcp headers.
19654
19655 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19658         remove MIME buttons associated with multipart/alternative parts.
19659         (gnus-mime-display-alternative): Tag buttons using `article-type'
19660         text property.
19661
19662         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19663         associated with multipart/alternative parts.
19664
19665         * gnus-art.el (gnus-signature-separator): Fix custom type.
19666
19667         * mm-decode.el (mm-inlined-types): Fix custom type.
19668         (mm-keep-viewer-alive-types): Ditto.
19669         (mm-automatic-display): Ditto.
19670         (mm-attachment-override-types): Ditto.
19671         (mm-inline-override-types): Ditto.
19672         (mm-automatic-external-display): Ditto.
19673
19674 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * spam-report.el (spam-report-user-mail-address)
19677         (spam-report-user-agent): New variables.
19678         (spam-report-url-ping-plain): Use spam-report-user-agent.
19679
19680 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19681
19682         * gnus-art.el (gnus-button-handle-custom): Do not just use
19683         `customize-apropos' for any "M-x customize-*" button but the
19684         function called for.  Accept both the function name and its
19685         argument in order to achieve this.
19686         (gnus-button-alist): Remove support for "custom:" URL's.
19687         Pass function name to `gnus-button-handle-custom' in case of "M-x
19688         customize-*" buttons.
19689
19690 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19691
19692         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19693         multipart/alternative and add xref to mm-discouraged-alternatives
19694         in doc string.
19695
19696         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19697         gnus-buttonized-mime-types in doc string.
19698
19699 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19702         Suggest image/.* in the doc string.
19703
19704 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19707         message-marks (Debian bug #342521).
19708
19709 2005-12-12  Simon Josefsson  <jas@extundo.com>
19710
19711         * password.el (password-read-from-cache): Add.
19712         (password-read): Use it.
19713
19714 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * rfc2047.el (rfc2047-charset-to-coding-system):
19717         Recognize us-ascii as a MIME charset.
19718
19719         * mm-bodies.el (mm-decode-content-transfer-encoding):
19720         Protect against the case where the 2nd arg TYPE is nil.
19721
19722 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19723
19724         * pop3.el (pop3-stream-type): Fix custom version.
19725
19726         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19727
19728 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19729
19730         * mm-decode.el (mm-display-external): Add missing cdr.
19731
19732 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19735         RFC1524) if it is in mailcap or add a suffix according to
19736         mailcap-mime-extensions when generating a temp filename; postpone
19737         deleting a temp file for 2 seconds for some wrappers, shell
19738         scripts, and so on, which might exit right after having started a
19739         viewer command as a background job.
19740
19741 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * nntp.el (nntp-marks-directory): Fix custom group.
19744
19745         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19746         steps when < 10.
19747
19748         * gnus-start.el (gnus-no-server-1):
19749         Mention `gnus-level-default-subscribed' in doc string.
19750
19751 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19752
19753         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19754         parens.
19755
19756 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-xmas.el (gnus-use-toolbar): Revert.
19759         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19760         gnus-use-toolbar is default.
19761
19762         * messagexmas.el (message-use-toolbar): Revert.
19763         (message-setup-toolbar): Use global default-toolbar if
19764         message-use-toolbar is default.
19765
19766 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19769         according to default-toolbar-visible-p.
19770
19771         * messagexmas.el (message-use-toolbar): Ditto.
19772
19773 2005-11-26  Dave Love  <fx@gnu.org>
19774
19775         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19776         (tls-program, tls-success): Provide openssl alternative.
19777
19778         * starttls.el: Doc fixes.
19779         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19780         SERVICE to PORT.
19781
19782         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19783         port null or service name.
19784         (starttls-negotiate): Autoload.
19785
19786 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * message.el (message-kill-to-signature): Fix interactive spec.
19789
19790 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * pop3.el (pop3-open-server): Recognize a string as a service name.
19793
19794 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19795
19796         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19797
19798 2005-11-23  Dave Love  <fx@gnu.org>
19799
19800         Add pop3s, pop3/starttls.
19801
19802         * pop3.el (pop3-authentication-scheme): Clarify doc.
19803         (open-tls-stream, starttls-open-stream): Autoload.
19804         (pop3-stream-type): New.
19805         (pop3-open-server): Use it.
19806
19807         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19808         for POP.
19809         (mail-source-keyword-map): Add :stream for POP.
19810         (mail-source-fetch-pop): Use pop3-stream-type.
19811
19812 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19813
19814         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19815         of current-time-string.
19816
19817 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19818
19819         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19820         date header.
19821
19822 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19823
19824         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19825         it can seriously impact performance as it bypasses the agent's
19826         local caches.
19827
19828 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19829
19830         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19831         must be explicitly online rather than "not explicitly offline" for
19832         its flags to be synchronized.
19833
19834         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19835         that gnus-uu-unmark-thread will function correctly.
19836
19837         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19838         1024K is instead displayed as 1M.
19839
19840 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19841
19842         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19843
19844 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19845
19846         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19847
19848 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19849
19850         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19851         error message to display actual error condition.
19852         (gnus-agent-save-local): Avoid saving symbols that are bound to
19853         nil as they simply result in a warning message in
19854         gnus-agent-read-local.
19855
19856 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19859         rather than make-variable-buffer-local for file-precious-flag.
19860
19861 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19862
19863         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19864         for duplicates which are removed.  The invalid sort check then
19865         triggers a rescan after the sort as sorting may have moved
19866         duplicate entries such that they can be cheaply detected.
19867
19868 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19871
19872 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19873
19874         * gnus-agent.el (gnus-agent-article-alist-save-format):
19875         Change internal variable to a custom variable.  Change default value
19876         from compressed(2) to uncompressed(1).
19877         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19878         support for uncompressed agentview files.  Taken together, reading
19879         the agentview file should now be 6-7 times faster.
19880
19881 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19882
19883         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19884         as a buffer-local variable.  This avoids creating truncated
19885         dribble files as a result of a hang up, eg.
19886
19887 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19888
19889         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19890         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19891         XEmacs.
19892
19893 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19894
19895         * gnus-start.el (gnus-start-draft-setup):
19896         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19897
19898         * gnus.el (gnus-splash): Change custom group.
19899         (gnus-group-get-parameter, gnus-group-parameter-value):
19900         Describe allow-list argument.
19901
19902         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19903         string.
19904
19905 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19906
19907         * gnus-art.el (gnus-default-article-saver): Add user-defined
19908         `function' to custom type.
19909
19910 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19911
19912         * imap.el (imap-open): Handle case where buffer is a buffer
19913         object.
19914
19915 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19918         long lines.
19919         (gnus-cache-delete-group): Wrap doc strings.
19920
19921         * gnus-agent.el (gnus-agent-rename-group)
19922         (gnus-agent-delete-group): Wrap doc strings.
19923
19924 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * messagexmas.el (message-use-toolbar): Change the valid values
19927         into default, top, bottom, left, and right.
19928         (message-toolbar-thickness): New variable.
19929         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19930         well.
19931         (message-setup-toolbar): Make it work.
19932
19933         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19934         (gnus-use-toolbar): Change the valid values into default, top,
19935         bottom, left, and right.
19936         (gnus-toolbar-thickness): New variable.
19937         (gnus-xmas-setup-toolbar): New function.
19938         (gnus-xmas-setup-group-toolbar): Use it.
19939         (gnus-xmas-setup-summary-toolbar): Use it.
19940
19941 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942
19943         * gnus-start.el (gnus-1): Add "native" to
19944         gnus-predefined-server-alist.
19945
19946         * gnus.el (gnus-method-to-server): Don't add "native" to the
19947         lists here, because that leads to problems when
19948         gnus-select-method is bound.
19949
19950 2005-11-09  Simon Josefsson  <jas@extundo.com>
19951
19952         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19953         use (not sort-by-date) instead.
19954
19955 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19956
19957         * gnus-delay.el (gnus-delay-group): Don't autoload.
19958         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19959         to be re-loaded when customizing the `gnus-delay' group.
19960
19961 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19962
19963         * message.el: Revert last changes.
19964         (message-insert-citation-line): Use newlines.
19965
19966 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19967
19968         * message.el (message-courtesy-message)
19969         (message-mark-insert-begin, message-mark-insert-end)
19970         (message-elide-ellipsis, message-cancel-message)
19971         (message-add-header, message-change-subject)
19972         (message-cross-post-followup-to-header)
19973         (message-cross-post-insert-note, message-reduce-to-to-cc)
19974         (message-widen-reply, message-delete-not-region)
19975         (message-kill-to-signature, message-insert-signature)
19976         (message-insert-importance-high, message-insert-importance-low)
19977         (message-insert-or-toggle-importance)
19978         (message-insert-disposition-notification-to)
19979         (message-indent-citation, message-yank-original)
19980         (message-cite-original-without-signature, message-cite-original)
19981         (message-insert-citation-line, message-position-on-field)
19982         (message-fix-before-sending, message-send-mail-partially)
19983         (message-send-mail, message-send-mail-with-sendmail)
19984         (message-send-mail-with-qmail, message-send-news)
19985         (message-check-news-header-syntax, message-generate-headers)
19986         (message-insert-courtesy-copy, message-fill-address)
19987         (message-fill-header, message-shorten-references)
19988         (message-setup-1, message-cancel-news)
19989         (message-forward-make-body-plain, message-forward-make-body-mime)
19990         (message-forward-make-body-mml, message-encode-message-body)
19991         (message-forward-make-body-digest-plain)
19992         (message-forward-make-body-digest-mime)
19993         (message-use-alternative-email-as-from): Insert `hard-newline'
19994         instead of ordinary newlines.
19995
19996 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * message.el (message-generate-headers): Downcase the argument
19999         given to message-check-element.
20000
20001 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20002
20003         * nntp.el (nntp-authinfo-rejected): New error condition.
20004         (nntp-wait-for): Use new error condition to signal authentication
20005         error.
20006         (nntp-retrieve-data): Rethrow new error condition to break out of
20007         recursive call to nntp-send-authinfo.
20008
20009 2005-11-08  Romain Francoise  <romain@orebokech.com>
20010
20011         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20012         (gnus-summary-exit-map): Bind to `Z p'.
20013         (gnus-summary-make-menu-bar): Add menu item.
20014
20015 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20018         (gnus-treat-*): Add `first' in all doc strings.
20019
20020         * gnus-group.el (gnus-group-compact-group): Fix typo.
20021
20022 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * gnus.el (gnus-parameters-case-fold-search): New variable.
20025         (gnus-parameters-get-parameter): Use it.
20026
20027         * gnus-score.el (gnus-home-score-file): Doc fix.
20028
20029 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20030
20031         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20032
20033 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * mm-util.el (mm-special-display-p): New function.
20036
20037         * mml.el (mml-preview): Use it; doc fix.
20038
20039 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20040
20041         * imap.el (imap-open): Handle case where buffer is a buffer object.
20042
20043 2005-10-29  Romain Francoise  <romain@orebokech.com>
20044
20045         * message.el (message-fix-before-sending): Fix comment.
20046
20047 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20048
20049         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20050
20051 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20052
20053         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20054         Used in gnus-score.el.
20055
20056 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20059
20060 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20061
20062         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20063         whitespace removed in revision 7.8.  Use concatenated string to
20064         protect trailing whitespace.
20065
20066 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20067
20068         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20069         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20070         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20071         Courier IMAP ("some version from 2004").  Mostly based on similar
20072         code in the same function.
20073
20074 2005-10-26  Didier Verna  <didier@xemacs.org>
20075
20076         * gnus-group.el (gnus-group-compact-group): Invalidate original
20077         article buffer.
20078         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20079         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20080         NOV database and in article itself.
20081         Invalidate article backlog.
20082
20083 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20084
20085         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20086
20087 2005-10-26  Simon Josefsson  <jas@extundo.com>
20088
20089         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20090         part of 2004-07-25 change.
20091
20092 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * message.el (message-display-completion-list): New function.
20095         (message-expand-group): Use it; make sure the Completions buffer
20096         is modifiable.
20097 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20098
20099         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20100         user-mail-name is an empty string.
20101
20102 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20103
20104         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20105         depending on gnus-score-decay-constant.
20106
20107         * encrypt.el (encrypt-insert-file-contents)
20108         (encrypt-write-file-contents): Don't use `gnus-message'.
20109
20110         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20111         arguments.
20112         (mm-uu-type-alist): Add message-marks and insert-marks.
20113         Pass arguments to mm-uu-verbatim-marks-extract.
20114         (mm-uu-hide-markers): New variable.
20115         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20116
20117         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20118         (gnus-convert-image-to-face-command): Use "convert" by default to
20119         allow other input image formats.
20120         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20121         accordingly.
20122
20123 2005-10-23  Simon Josefsson  <jas@extundo.com>
20124
20125         * imap.el (imap-gssapi-program): Align command line parameters
20126         with latest GNU SASL.
20127         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20128
20129 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20130
20131         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20132         HTML.
20133         (nnslashdot-request-article): Ditto.
20134
20135         * lpath.el (featurep): Add nobreak-char-display.
20136
20137 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20138
20139         * mail-source.el (mail-source-fetch-pop): Require pop3.
20140         (mail-source-check-pop): Ditto.
20141
20142 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20145         errors.
20146
20147 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20150         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20151
20152         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20153
20154         * mm-bodies.el (mm-decode-string):
20155         Call `mm-charset-to-coding-system' with allow-override argument.
20156
20157 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20158
20159         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20160         (rfc2047-charset-to-coding-system): New function.
20161         (rfc2047-decode-encoded-words): New function.
20162         (rfc2047-decode-region): Use them.
20163         (rfc2047-decode-cte): Remove.
20164         (rfc2047-parse-and-decode): Remove.
20165         (rfc2047-decode): Remove.
20166
20167 2005-10-15  Kenichi Handa  <handa@m17n.org>
20168
20169         * rfc2047.el (rfc2047-decode-cte): New function.
20170         (rfc2047-decode-region): Change the way to decode successive
20171         encoded-words: decode B- or Q-encoding in each encoded-word,
20172         concatenate them, and decode it as charset.
20173
20174 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * lpath.el: Fbind codepage-setup for XEmacs.
20177
20178 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20179
20180         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20181         widget-move-and-invoke.
20182         (gnus-custom-mode): Use gnus-custom-map.
20183
20184 2005-10-15  Bill Wohler  <wohler@newt.com>
20185
20186         * message.el (message-tool-bar-map): Rename image file from
20187         mail_send to mail/send.
20188
20189 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20190
20191         * message.el (message-expand-group): Pass the common
20192         prefix substring of completion to `display-completion-list'.
20193
20194 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * mml-sec.el (mml-secure-method): New internal variable.
20197         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20198         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20199         New functions using mml-secure-method.
20200
20201         * mml.el (mml-mode-map): Add key bindings for those functions.
20202         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20203         Harder <harder@myrealbox.com>.
20204         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20205         Goto end of message if point is the headers of the message.
20206
20207         * message.el (message-in-body-p): New function.
20208
20209         * assistant.el: Autoload gnus-util and netrc.
20210
20211         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20212         Use `mm-charset-override-alist' only when decoding.
20213
20214         * mm-bodies.el (mm-decode-body):
20215         Call `mm-charset-to-coding-system' with allow-override argument.
20216
20217         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20218         `filename' from Content-Disposition if Content-Type doesn't
20219         provide `name'.
20220         (gnus-mime-view-part-as-type): Set default instead of
20221         initial-input.
20222
20223 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20224
20225         * format-spec.el (format-spec): Propagate text properties of % spec.
20226
20227 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20228
20229         * gnus-art.el (gnus-treat-predicate): Add `first'.
20230
20231 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20232
20233         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20234         (mm-charset-override-alist): New variable.
20235         (mm-charset-to-coding-system): Use it.
20236         (mm-codepage-setup): New helper function.
20237         (mm-charset-eval-alist): New variable.
20238         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20239         Warn about unknown charsets.
20240
20241         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20242
20243 2005-10-04  David Hansen  <david.hansen@gmx.net>
20244
20245         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20246         (nnrss-check-group): Ditto.
20247
20248 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20249
20250         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20251         Rename x-gnus-verbatim to x-verbatim.
20252         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20253
20254         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20255         x-verbatim.
20256
20257         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20258
20259         * gnus-util.el (gnus-remove-duplicates): Remove.
20260
20261         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20262         instead of gnus-remove-duplicates.
20263
20264         * message.el (message-remove-duplicates): Remove.
20265         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20266         message-remove-duplicates.
20267
20268         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20269         available, else use implementation from `delete-dups'.
20270
20271         * message.el (message-insert-expires): New function.
20272         (message-mode-map): Add key binding.
20273         (message-mode-field-menu): Add menu entry.
20274         (message-mode): Document it.
20275         (message-make-expires-date): Use `message-make-date'.
20276
20277 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20278
20279         * message.el (message-make-expires-date): New function.
20280
20281 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * Makefile.in (list-installed-shadows): New entry.
20284         (install): Use it.
20285         (remove-installed-shadows): New entry.
20286
20287         * dgnushack.el (dgnushack-default-load-path): New variable.
20288         (dgnushack-find-lisp-shadows): New function.
20289         (dgnushack-remove-lisp-shadows): New function.
20290
20291 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * Makefile.in (install-el-elc): New entry.
20294         (install): Use it so that .el files are necessarily installed.
20295
20296 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20299
20300 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20301
20302         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20303         function rather than the diff-mode.el package.
20304         (mm-display-external): Use with-current-buffer.
20305         (mm-viewer-completion-map, mm-viewer-completion-map):
20306         Move initialization inside declaration.
20307
20308 2005-09-29  Simon Josefsson  <jas@extundo.com>
20309
20310         * spam.el: Load hashcash when compiling, to avoid warnings.
20311         Don't autoload mail-check-payment.
20312         (spam-check-hashcash): Define unconditionally, since hashcash.el
20313         is part of Gnus now.  Ignore errors from payment checking.
20314
20315 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20316
20317         * message.el (message-bold-region, message-unbold-region):
20318         Rename from `bold-region' and `unbold-region'.
20319
20320         * message.el: Remove useless autoloads.
20321
20322 2005-09-28  Simon Josefsson  <jas@extundo.com>
20323
20324         * message.el (message-use-idna): Default to t.
20325         (message-use-idna): Test whether encoding works too.  Doc fix.
20326
20327 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * nntp.el (nntp-warn-about-losing-connection): Remove.
20330
20331 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20332
20333         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20334         customizable.  Change default value.
20335         (mm-uu-diff-groups-regexp): Change default value.
20336         (mm-uu-type-alist): Add doc string.
20337         (mm-uu-configure): Add doc string.  Make it interactive.
20338         (mm-uu-tex-groups-regexp): New variable.
20339         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20340         (mm-uu-type-alist): Add LaTeX documents.
20341         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20342         of "text/verbatim".
20343         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20344
20345         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20346         instead of "text/verbatim".
20347
20348         * message.el (message-mark-inserted-region)
20349         (message-mark-insert-file): Use slrn style marks when called with
20350         prefix argument.
20351
20352 2005-09-27  Simon Josefsson  <jas@extundo.com>
20353
20354         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20355
20356 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20357
20358         * message.el (message-remove-duplicates): New function.
20359         Implementation borrowed from `gnus-remove-duplicates'.
20360         (message-idna-to-ascii-rhs): Also encode idna addresses in
20361         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20362         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20363         only ask about the same idna domain once per header and also tell
20364         in what header to replace the idna domain.
20365
20366         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20367         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20368         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20369         a header is decoded and not just the last one.
20370
20371 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20374         has been decoded.
20375
20376         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20377         (mm-insert-part): Don't modify text if it has been decoded.
20378
20379         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20380         decoded.
20381
20382         * mm-view.el (mm-inline-text): Don't strip text props unless
20383         decoding enriched or richtext parts.
20384
20385 2005-09-25  Romain Francoise  <romain@orebokech.com>
20386
20387         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20388         * gnus-start.el (gnus-subscribe-interactively):
20389         * gnus-uu.el (gnus-uu-grab-articles):
20390         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20391         space.
20392
20393 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20394
20395         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20396         * mm-view.el (mm-view-pkcs7-decrypt):
20397         * gnus-sum.el (gnus-summary-limit-to-extra)
20398         (gnus-summary-respool-article, gnus-read-move-group-name):
20399         * gnus-score.el (gnus-summary-increase-score):
20400         * gnus-util.el (gnus-completing-read-with-default):
20401         * gnus-art.el (gnus-read-save-file-name)
20402         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20403         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20404         * message.el (message-check-news-header-syntax):
20405         Follow convention for reading with the minibuffer.
20406
20407 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20408
20409         * spam-report.el (spam-report-url-ping-plain):
20410         Use gnus-extended-version as User-Agent.
20411
20412         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20413         default value is nil.
20414
20415         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20416         (mm-uu-verbatim-marks-extract): New function.
20417         (mm-uu-extract): New face.
20418         (mm-uu-copy-to-buffer): Use it.
20419
20420         * spam-report.el (spam-report-gmane-ham): Rename from
20421         `spam-report-gmane-unspam'.
20422         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20423         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20424
20425         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20426         Autoload.
20427         (spam-report-gmane-unregister-routine):
20428         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20429
20430 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20431
20432         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20433         (spam-report-gmane-unregister-routine): Add support for gmane
20434         unregistration.
20435
20436         * spam-report.el (spam-report-gmane-unspam)
20437         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20438         (spam-report-gmane): Change to take a single article and do unspam
20439         registration.
20440
20441 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * mm-url.el (mm-url-decode-entities): Fix regexp.
20444
20445 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20446
20447         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20448         default to nil, to be able to use Gnus at all.  If the default
20449         switches to something else, then the function should be fixed not
20450         be exceedingly slow.
20451
20452 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20453
20454         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20455         fail hard.
20456
20457         * spam-report.el: Add better Keywords line.
20458
20459         * spam.el: Add Maintainer and better Keywords line.
20460
20461 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20462
20463         * gnus-art.el (gnus-article-replace-part)
20464         (gnus-mime-replace-part): New functions.
20465         (gnus-mime-action-alist, gnus-mime-button-commands)
20466         (gnus-mime-save-part-and-strip): Add file argument.
20467         (gnus-article-part-wrapper): Add interactive argument.
20468
20469         * gnus-sum.el (gnus-summary-mime-map):
20470         Add `gnus-article-replace-part'.
20471
20472 2005-09-19  Didier Verna  <didier@xemacs.org>
20473
20474         The nnml compaction feature:
20475         * nnml.el (nnml-request-compact-group): New function.
20476         * nnml.el (nnml-request-compact): New function.
20477         * gnus-int.el (gnus-request-compact-group): New function.
20478         * gnus-int.el (gnus-request-compact): New function.
20479         * gnus-group.el (gnus-group-compact-group): New function.
20480         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20481         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20482         * gnus-srvr.el (gnus-server-compact-server): New function.
20483         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20484         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20485
20486 2005-09-18  Deepak Goel  <deego@gnufans.org>
20487
20488         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20489         format spec.
20490
20491 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20494
20495 2005-09-15  Romain Francoise  <romain@orebokech.com>
20496
20497         * message.el (message-fill-paragraph): Clarify docstring.
20498
20499 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * gnus-art.el (gnus-mime-display-part): Protect against broken
20502         MIME messages.
20503
20504 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20507         before parsing header.
20508
20509 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20510
20511         * html2text.el (html2text-replace-list): Add new entities.
20512
20513 2005-09-11  Romain Francoise  <romain@orebokech.com>
20514
20515         * message.el (message-alternative-emails): Improve docstring.
20516         (message-setup-1): Call `message-use-alternative-email-as-from'
20517         after `message-setup-hook' to give it precedence over posting
20518         styles, etc.
20519         (message-use-alternative-email-as-from): Add docstring.
20520         Remove the original From header if present.
20521
20522         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20523         (nnml-save-mail): Use it.
20524
20525         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20526         articles.  Add new argument `silent'.
20527         (gnus-uu-mark-all): Report the total number of marked articles.
20528
20529 2005-09-10  Romain Francoise  <romain@orebokech.com>
20530
20531         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20532         (gnus-uu-mark-series): Likewise.
20533
20534 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20535
20536         * spam-report.el (spam-report-gmane): Fix generation of spam
20537         report URL.
20538
20539 2005-09-10  Simon Josefsson  <jas@extundo.com>
20540
20541         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20542         t, based on discussion on the ding list with Robert Epprecht
20543         <epprecht@solnet.ch>.
20544
20545 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20546
20547         * spam-report.el (spam-report-gmane): Make it work without
20548         X-Report-Spam header.  Gmane now only provides Archived-At.
20549         This is only used if `spam-report-gmane-use-article-number' is nil.
20550         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20551
20552         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20553         make `gnus-summary-sort-by-recipient' work with threading.
20554
20555         * nnweb.el (nnweb-google-wash-article): Print a message if article
20556         is not available.
20557
20558 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20559
20560         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20561         change.  Decode text/* parts content before displaying.
20562
20563 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20564
20565         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20566
20567 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20570
20571         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20572         url-package-name, url-package-version,
20573         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20574         w3m-display-inline-images, and w3m-minor-mode-map.
20575
20576 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20577
20578         * message.el (message-tab-body-function): Fix mismatched custom type.
20579
20580         * gnus.el (gnus-group-change-level-function): Ditto.
20581
20582         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20583
20584         * gnus-art.el (gnus-signature-limit)
20585         (gnus-article-mime-part-function): Ditto.
20586
20587 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * mml.el (mml-mode): Silence the byte compiler.
20590
20591         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20592         using `(sit-for 0)' before moving the point to the specified part;
20593         skip unbuttonized parts.
20594         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20595         return to the summary window if gnus-auto-select-part is non-nil.
20596
20597 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20598
20599         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20600         New variables.
20601         (mml-dnd-attach-file, mml-mode): Use them.
20602
20603         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20604         Make fetching article by MID work again for Google Groups.
20605         Add FIXME concerning gnus-group-make-web-group.
20606
20607         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20608         Don't depend on Gnus by using mail-extract-address-components if
20609         gnus-extract-address-components is not bound.
20610
20611 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20612
20613         * gnus-art.el (gnus-mime-display-security): Don't display the
20614         signature, but only the signed part.
20615
20616 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20619
20620         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20621         list, not listp.
20622
20623 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20624
20625         * mm-encode.el (mm-encode-content-transfer-encoding):
20626         Likewise when encoding.
20627
20628         * mm-bodies.el (mm-decode-content-transfer-encoding):
20629         De-canonicalize CRLF for all text content types, not just
20630         text/plain.
20631
20632 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20635         valid article; point arrow and cursor at the MIME button.
20636
20637 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20640         Suggested by Dan Christensen <jdc@uwo.ca>.
20641
20642         * mm-decode.el (mm-save-part): Enable change of prompt.
20643
20644 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20645
20646         * gnus-msg.el (gnus-inews-add-send-actions):
20647         Make `message-post-method' lambda parameter ARG `&optional'.
20648
20649 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * gnus-sum.el (gnus-summary-mime-map):
20652         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20653         gnus-article-jump-to-part.
20654
20655         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20656         (gnus-article-edit-part): Use it.
20657         (gnus-article-part-wrapper): Add no-handle argument.
20658         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20659         New functions.
20660
20661 2005-08-29  Romain Francoise  <romain@orebokech.com>
20662
20663         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20664         docstring.
20665         (gnus-face-from-file): Likewise.
20666
20667 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20668
20669         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20670         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20671         non-nil.
20672         (gnus-auto-select-part): New variable.
20673         (gnus-article-jump-to-part): New function.
20674         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20675         (gnus-mime-delete-part): Allow selecting specified part after
20676         deleting or stripping parts.
20677         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20678         part if argument is bogus.
20679
20680 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20681
20682         * gnus-art.el (w3m-minor-mode-map):
20683         * gnus-spec.el (gnus-newsrc-file-version):
20684         * gnus-util.el (nnmail-active-file-coding-system)
20685         (gnus-original-article-buffer, gnus-user-agent):
20686         * gnus.el (gnus-ham-process-destinations)
20687         (gnus-parameter-ham-marks-alist)
20688         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20689         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20690         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20691         * mm-decode.el (gnus-current-window-configuration):
20692         * mm-extern.el (gnus-article-mime-handles):
20693         * mm-url.el (url-current-object, url-package-name)
20694         (url-package-version):
20695         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20696         (smime-keys, w3m-cid-retrieve-function-alist)
20697         (w3m-current-buffer, w3m-display-inline-images)
20698         (w3m-minor-mode-map):
20699         * mml-smime.el (gnus-extract-address-components):
20700         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20701         (gnus-newsrc-hashtb, message-default-charset)
20702         (message-deletable-headers, message-options)
20703         (message-posting-charset, message-required-mail-headers)
20704         (message-required-news-headers):
20705         * mml1991.el (mc-pgp-always-sign):
20706         * mml2015.el (mc-pgp-always-sign):
20707         * nnheader.el (nnmail-extra-headers):
20708         * rfc1843.el (gnus-decode-encoded-word-function)
20709         (gnus-decode-header-function, gnus-newsgroup-name):
20710         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20711
20712 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20713
20714         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20715         the end of the date treatments.
20716
20717 2005-08-15  Simon Josefsson  <jas@extundo.com>
20718
20719         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20720         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20721         Capello and Romain Francoise.
20722         (pgg-fetch-key-function): Remove, not used?
20723         (pgg-insert-url-with-w3): Require url, to get
20724         url-insert-file-contents regardless of where it is defined.
20725
20726 2005-08-13  Romain Francoise  <romain@orebokech.com>
20727
20728         * message.el (message-cite-original-1): New function.
20729         (message-cite-original): Use it.
20730         (message-cite-original-without-signature): Ditto.
20731
20732 2005-08-08  Romain Francoise  <romain@orebokech.com>
20733
20734         * message.el (message-yank-empty-prefix): New variable.
20735         (message-indent-citation): Use it.
20736         (message-cite-original-without-signature): Respect X-No-Archive.
20737
20738 2005-08-08  Simon Josefsson  <jas@extundo.com>
20739
20740         * pgg.el: Autoload url-insert-file-contents instead of loading
20741         w3/url.
20742         (pgg-insert-url-with-w3): Don't load url here.
20743
20744 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20745
20746         * message.el (message-kill-to-signature): Don't insert newline at
20747         bol.
20748         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20749
20750 2005-08-06  Romain Francoise  <romain@orebokech.com>
20751
20752         * message.el (message-user-fqdn): Fix typo in docstring.
20753
20754 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20755
20756         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20757
20758         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20759
20760 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * mm-bodies.el (mm-encode-body): Use coding system rather than
20763         charset to encode text.
20764
20765         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20766         number of charsets if utf-8 is available (XEmacs).
20767
20768 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20769
20770         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20771         taken from `gnus-button-mid-or-mail-regexp'.
20772         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20773         (gnus-button-alist): Improve regexp for domain part of the MIDs
20774         for news:localpart@domain buttons.
20775         (gnus-button-ctan-directory-regexp): Update.
20776
20777 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20778
20779         * sieve-manage.el (sieve-manage-interactive-login):
20780         Use make-local-variable rather than make-variable-buffer-local.
20781         (sieve-manage-open): Ditto.
20782         (sieve-manage-authenticate): Ditto.
20783
20784         * mml.el (mml-generate-mime-1): Make the content type default to
20785         text/plain if the filename is not specified.
20786
20787 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20788
20789         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20790         instead of insert-buffer.
20791
20792         * message.el (message-yank-original): Ditto; set the mark at the
20793         end of the yanked message.
20794
20795 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20796
20797         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20798         lines to scroll rather than to stop it.
20799
20800         * mml.el (mml-generate-default-type): Add doc string.
20801         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20802         default to application/octet-stream when determining the content
20803         type if it is not specified for the part or the mml contents; add
20804         a comment about mml-generate-default-type.
20805
20806 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20807
20808         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20809         make it default to application/octet-stream when determining the
20810         content type if it is not specified for the external contents.
20811
20812 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20815         segmented parameter but also other parameters might be there.
20816
20817 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * mm-decode.el (mm-display-external): Delete temp file, directory
20820         and buffer immediately if the external process is exited.
20821
20822 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20825         fewer lines than that of scroll-margin.
20826         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20827
20828 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * gnus-art.el (gnus-article-next-page): Revert.
20831         (gnus-article-beginning-of-window): New macro.
20832         (gnus-article-next-page-1): Use it.
20833         (gnus-article-prev-page): Ditto.
20834         (gnus-article-edit-part): Use insert-buffer-substring instead of
20835         insert-buffer.
20836         (gnus-article-edit-exit): Ditto.
20837
20838         * gnus-util.el (gnus-beginning-of-window): Remove.
20839         (gnus-end-of-window): Remove.
20840
20841         * lpath.el: Don't bind header-line-format and scroll-margin.
20842
20843 2005-07-25  Simon Josefsson  <jas@extundo.com>
20844
20845         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20846         to have the url package without w3.  Reported by Daiki Ueno
20847         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20848
20849 2005-07-20  Didier Verna  <didier@xemacs.org>
20850
20851         * gnus-diary.el: Remove the description comment (nndiary is now
20852         properly documented in the Gnus manual).
20853         Fix the spelling of "Back End".
20854         * nndiary.el: Ditto.
20855         Fix the copyright notice.
20856
20857 2005-07-18  Romain Francoise  <romain@orebokech.com>
20858
20859         * gnus-sum.el (gnus-summary-to-prefix)
20860         (gnus-summary-newsgroup-prefix): New variables.
20861         (gnus-summary-from-or-to-or-newsgroups): Use them.
20862
20863 2005-07-17  Romain Francoise  <romain@orebokech.com>
20864
20865         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20866         space as it's generally not especially interesting to the user.
20867
20868 2005-07-16  Romain Francoise  <romain@orebokech.com>
20869
20870         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20871         nil to avoid prompting and file modification if one of the
20872         messages at the top of the nnfolder file contains a copyright
20873         notice.
20874         Update copyright notice.
20875
20876         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20877         instead of `current-time-string' as the latter creates a time
20878         string that is not RFC 2822 compliant (it lacks the zone).
20879         Update copyright notice.
20880
20881 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20882
20883         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20884         for text/rtf.  Display default in prompt.  Pass default for M-n.
20885
20886         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20887
20888 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20889
20890         * gnus-msg.el (gnus-button-mailto):
20891         Remove save-selected-window-window hackery because it relies on
20892         save-selected-window internals.
20893
20894 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20897         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20898         (gnus-article-prev-page): Ditto.
20899
20900         * gnus-util.el (gnus-beginning-of-window): New function.
20901         (gnus-end-of-window): New function.
20902
20903         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20904
20905 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20906
20907         * gnus-score.el (gnus-score-edit-all-score):
20908         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20909         gnus-message.
20910
20911 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20912
20913         * gnus-msg.el (gnus-button-mailto):
20914         Remove save-selected-window-window hackery because it relies on
20915         save-selected-window internals.
20916
20917 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20918
20919         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20920         add-minor-mode.
20921         (gnus-binary-mode): Ditto.
20922
20923         * gnus-topic.el (gnus-topic-mode): Ditto.
20924
20925 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20926
20927         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20928         (gnus-article-prev-page): Take scroll-margin into consideration.
20929
20930 2005-07-04  Lute Kamstra  <lute@gnu.org>
20931
20932         Update FSF's address in GPL notices.
20933
20934 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20935
20936         * gnus.el (gnus-exit):
20937         * gnus-group.el (gnus-group-icons):
20938         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20939
20940         * gnus-nocem.el (gnus-nocem):
20941         * message.el (message-various, message-buffers, message-sending)
20942         (message-interface, message-forwarding, message-insertion)
20943         (message-headers, message-news, message-mail):
20944         * pgg-gpg.el (pgg-gpg):
20945         * pgg-parse.el (pgg-parse):
20946         * pgg-pgp.el (pgg-pgp):
20947         * pgg-pgp5.el (pgg-pgp5):
20948         * pop3.el (pop3): Finish `defgroup' description with period.
20949
20950 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * gnus-art.el (article-display-face): Improve the efficiency.
20953         (article-display-x-face): Ditto; remove gray x-face stuff.
20954
20955 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * gnus-art.el (article-display-face): Correct the position in
20958         which Faces are inserted.
20959
20960 2005-06-29  Didier Verna  <didier@xemacs.org>
20961
20962         * gnus-art.el (article-display-face): Display faces in correct
20963         order.
20964
20965 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20968         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20969         (gnus-nocem-check-article): Fetch the Type header.
20970         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20971         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20972         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20973         make sure gnus-nocem-hashtb is initialized.
20974         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20975         (gnus-nocem-unwanted-article-p): Ditto.
20976
20977         * pgg.el (pgg-verify): Return the verification result.
20978
20979 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20980
20981         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20982         is ascii.
20983
20984 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20985
20986         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20987         `show-nonbreak-escape'.
20988
20989 2005-06-23  Lute Kamstra  <lute@gnu.org>
20990
20991         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20992
20993         * dig.el (dig-mode):
20994         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20995
20996 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20997
20998         * nnimap.el (nnimap-split-download-body): Fix spellings.
20999
21000 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21001
21002         * gnus-art.el (gnus-article-encrypt-body):
21003         * gnus-cus.el (gnus-score-customize):
21004         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21005         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21006
21007 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21008
21009         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21010         header by looking for magic "MII" at the beginning.
21011
21012 2005-06-16  Miles Bader  <miles@gnu.org>
21013
21014         * gnus-xmas.el (gnus-xmas-group-startup-message):
21015         Use renamed gnus-splash face.
21016
21017         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21018         (assistant-field-face): New backward-compatibility alias for renamed
21019         face.
21020         (assistant-render-text): Use renamed assistant-field face.
21021
21022         * spam.el (spam): Remove "-face" suffix from face name.
21023         (spam-face): New backward-compatibility alias for renamed face.
21024         (spam-face, spam-initialize): Use renamed spam face.
21025
21026         * message.el (message-header-to, message-header-cc)
21027         (message-header-subject, message-header-newsgroups)
21028         (message-header-other, message-header-name)
21029         (message-header-xheader, message-separator, message-cited-text)
21030         (message-mml): Remove "-face" suffix from face names.
21031         (message-header-to-face, message-header-cc-face)
21032         (message-header-subject-face, message-header-newsgroups-face)
21033         (message-header-other-face, message-header-name-face)
21034         (message-header-xheader-face, message-separator-face)
21035         (message-cited-text-face, message-mml-face):
21036         New backward-compatibility aliases for renamed faces.
21037         (message-font-lock-keywords): Use renamed message faces.
21038
21039         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21040         (sieve-test-commands, sieve-tagged-arguments):
21041         Remove "-face" suffix from face names.
21042         (sieve-control-commands-face, sieve-action-commands-face)
21043         (sieve-test-commands-face, sieve-tagged-arguments-face):
21044         New backward-compatibility aliases for renamed faces.
21045         (sieve-control-commands-face, sieve-action-commands-face)
21046         (sieve-test-commands-face, sieve-tagged-arguments-face):
21047         Use renamed sieve faces.
21048
21049         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21050         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21051         (gnus-group-news-3-empty, gnus-group-news-4)
21052         (gnus-group-news-4-empty, gnus-group-news-5)
21053         (gnus-group-news-5-empty, gnus-group-news-6)
21054         (gnus-group-news-6-empty, gnus-group-news-low)
21055         (gnus-group-news-low-empty, gnus-group-mail-1)
21056         (gnus-group-mail-1-empty, gnus-group-mail-2)
21057         (gnus-group-mail-2-empty, gnus-group-mail-3)
21058         (gnus-group-mail-3-empty, gnus-group-mail-low)
21059         (gnus-group-mail-low-empty, gnus-summary-selected)
21060         (gnus-summary-cancelled, gnus-summary-high-ticked)
21061         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21062         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21063         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21064         (gnus-summary-low-undownloaded)
21065         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21066         (gnus-summary-low-unread, gnus-summary-normal-unread)
21067         (gnus-summary-high-read, gnus-summary-low-read)
21068         (gnus-summary-normal-read, gnus-splash):
21069         Remove "-face" suffix from face names.
21070         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21071         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21072         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21073         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21074         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21075         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21076         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21077         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21078         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21079         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21080         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21081         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21082         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21083         (gnus-summary-normal-ticked-face)
21084         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21085         (gnus-summary-normal-ancient-face)
21086         (gnus-summary-high-undownloaded-face)
21087         (gnus-summary-low-undownloaded-face)
21088         (gnus-summary-normal-undownloaded-face)
21089         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21090         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21091         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21092         (gnus-splash-face):
21093         New backward-compatibility aliases for renamed faces.
21094         (gnus-group-startup-message): Use renamed gnus faces.
21095
21096         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21097         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21098         (gnus-server-agent): Remove "-face" suffix from face names.
21099         (gnus-server-agent-face, gnus-server-opened-face)
21100         (gnus-server-closed-face, gnus-server-denied-face)
21101         (gnus-server-offline-face):
21102         New backward-compatibility aliases for renamed faces.
21103         (gnus-server-agent-face, gnus-server-opened-face)
21104         (gnus-server-closed-face, gnus-server-denied-face)
21105         (gnus-server-offline-face): Use renamed gnus faces.
21106
21107         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21108         Remove "-face" suffix from face names.
21109         (gnus-picon-xbm-face, gnus-picon-face):
21110         New backward-compatibility aliases for renamed faces.
21111
21112         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21113         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21114         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21115         (gnus-cite-11): Remove "-face" suffix from face names.
21116         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21117         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21118         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21119         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21120         New backward-compatibility aliases for renamed faces.
21121         (gnus-cite-attribution-face, gnus-cite-face-list)
21122         (gnus-article-boring-faces): Use renamed gnus faces.
21123
21124         * gnus-art.el (gnus-signature, gnus-header-from)
21125         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21126         (gnus-header-content): Remove "-face" suffix from face names.
21127         (gnus-signature-face, gnus-header-from-face)
21128         (gnus-header-subject-face, gnus-header-newsgroups-face)
21129         (gnus-header-name-face, gnus-header-content-face):
21130         New backward-compatibility aliases for renamed faces.
21131         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21132
21133         * gnus-sum.el (gnus-summary-selected-face)
21134         (gnus-summary-highlight): Use renamed gnus faces.
21135         * gnus-group.el (gnus-group-highlight): Likewise.
21136
21137 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21138
21139         * gnus-sieve.el (gnus-sieve-article-add-rule):
21140         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21141         * spam-stat.el (spam-stat-buffer-change-to-spam)
21142         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21143
21144         * message.el (message-is-yours-p):
21145         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21146
21147 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * mm-view.el (mm-inline-text): Withdraw the last change.
21150
21151 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21154         executing enriched-decode.
21155
21156 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21157
21158         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21159         charset of tar files.
21160
21161 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21162
21163         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21164
21165 2005-06-04  Lute Kamstra  <lute@gnu.org>
21166
21167         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21168         information is never recorded.
21169
21170 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21171
21172         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21173
21174 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * pop3.el (pop3-apop): Run md5 in the binary mode.
21177
21178         * starttls.el (starttls-set-process-query-on-exit-flag):
21179         Use eval-and-compile.
21180
21181 2005-05-31  Simon Josefsson  <jas@extundo.com>
21182
21183         * smime.el (smime-replace-in-string): Define.
21184         (smime-cert-by-ldap-1): Use it.
21185
21186 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * gnus-art.el (article-display-x-face): Replace
21189         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21190
21191         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21192         set-process-query-on-exit-flag or process-kill-without-query.
21193
21194         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21195         loop instead of replace-regexp.
21196
21197         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21198         instead of process-kill-without-query if it is available.
21199
21200         * lpath.el: Fbind ldap-search-entries.
21201
21202         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21203         instead of find-file-hooks if it is available.
21204
21205         * mml1991.el: Bind pgg-default-user-id when compiling.
21206
21207         * mml2015.el: Bind pgg-default-user-id when compiling.
21208
21209         * nndraft.el (nndraft-request-associate-buffer):
21210         Use write-contents-functions instead of write-contents-hooks if it is
21211         available.
21212
21213         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21214         instead of find-file-hooks if it is available.
21215
21216         * nntp.el (nntp-open-connection): Replace
21217         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21218         (nntp-open-ssl-stream): Ditto.
21219         (nntp-open-tls-stream): Ditto.
21220
21221         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21222         set-process-query-on-exit-flag or process-kill-without-query.
21223         (starttls-open-stream-gnutls): Use it instead of
21224         process-kill-without-query.
21225         (starttls-open-stream): Ditto.
21226
21227 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21228
21229         * smime.el (smime-cert-by-ldap-1): Don't use
21230         replace-regexp-in-string.
21231
21232 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21233
21234         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21235
21236         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21237         in PEM format.  Adjust to the XEmacs compatibility.
21238
21239 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21240
21241         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21242         by `string-to-number'.
21243         * gnus-agent.el (gnus-agent-regenerate-group)
21244         (gnus-agent-fetch-articles): Ditto.
21245         * gnus-art.el (gnus-button-fetch-group): Ditto.
21246         * gnus-cache.el (gnus-cache-generate-active)
21247         (gnus-cache-articles-in-group): Ditto.
21248         * gnus-group.el (gnus-group-set-current-level)
21249         (gnus-group-insert-group-line): Ditto.
21250         * gnus-score.el (gnus-score-set-expunge-below)
21251         (gnus-score-set-mark-below, gnus-summary-score-effect)
21252         (gnus-summary-score-entry): Ditto.
21253         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21254         (gnus-soup-pack): Ditto.
21255         * gnus-spec.el (gnus-xmas-format): Ditto.
21256         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21257         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21258         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21259         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21260         * nndb.el (nndb-get-remote-expire-response): Ditto.
21261         * nndiary.el (nndiary-parse-schedule-value)
21262         (nndiary-string-to-number, nndiary-request-replace-article)
21263         (nndiary-request-article): Ditto.
21264         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21265         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21266         * nneething.el (nneething-make-head): Ditto.
21267         * nnfolder.el (nnfolder-request-article)
21268         (nnfolder-retrieve-headers): Ditto.
21269         * nnheader.el (nnheader-file-to-number): Ditto.
21270         * nnkiboze.el (nnkiboze-request-article): Ditto.
21271         * nnmail.el (nnmail-process-unix-mail-format)
21272         (nnmail-process-babyl-mail-format): Ditto.
21273         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21274         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21275         (nnmh-request-create-group, nnmh-request-list-1)
21276         (nnmh-request-group, nnmh-request-article): Ditto.
21277         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21278         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21279         * nnsoup.el (nnsoup-make-active): Ditto.
21280         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21281         * nntp.el (nntp-find-group-and-number)
21282         (nntp-retrieve-headers-with-xover): Ditto.
21283         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21284         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21285         (pgg-format-key-identifier): Ditto.
21286         * pop3.el (pop3-last, pop3-stat): Ditto.
21287         * qp.el (quoted-printable-decode-region): Ditto.
21288
21289         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21290         of concat.
21291
21292 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21295
21296         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21297
21298         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21299
21300         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21301
21302         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21303
21304         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21305
21306         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21307         (gnus-carpal-mode): Ditto.
21308
21309         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21310         (gnus-browse-mode): Ditto.
21311
21312         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21313
21314         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21315
21316 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21317
21318         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21319
21320 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21321
21322         * gnus-util.el (gnus-run-mode-hooks): New function.
21323
21324         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21325
21326         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21327         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21328
21329 2005-05-27  Lute Kamstra  <lute@gnu.org>
21330
21331         * dns-mode.el (dns-mode): Specify customization group.
21332
21333 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21334
21335         * gnus-agent.el (gnus-agent-make-mode-line-string):
21336         Use mode-line-highlight as mouse-face.
21337
21338 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * canlock.el (canlock): Change the parent group to news.
21341
21342         * deuglify.el (gnus-outlook-deuglify): Add :group.
21343
21344         * dig.el (dig): Add :group.
21345
21346         * dns-mode.el (dns-mode): Add :group.
21347
21348         * encrypt.el (encrypt): Add :group.
21349
21350         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21351         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21352         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21353         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21354         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21355
21356         * gnus-diary.el (gnus-diary): Add :group.
21357
21358         * gnus.el (gnus-group-news-1-face): Add :group.
21359         (gnus-group-news-1-empty-face): Ditto.
21360         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21361         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21362         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21363         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21364         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21365         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21366         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21367         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21368         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21369         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21370         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21371         (gnus-summary-high-ticked-face): Ditto.
21372         (gnus-summary-low-ticked-face): Ditto.
21373         (gnus-summary-normal-ticked-face): Ditto.
21374         (gnus-summary-high-ancient-face): Ditto.
21375         (gnus-summary-low-ancient-face): Ditto.
21376         (gnus-summary-normal-ancient-face): Ditto.
21377         (gnus-summary-high-undownloaded-face): Ditto.
21378         (gnus-summary-low-undownloaded-face): Ditto.
21379         (gnus-summary-normal-undownloaded-face): Ditto.
21380         (gnus-summary-high-unread-face): Ditto.
21381         (gnus-summary-low-unread-face): Ditto.
21382         (gnus-summary-normal-unread-face): Ditto.
21383         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21384         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21385
21386         * hashcash.el (hashcash): New custom group.
21387         (hashcash-default-payment): Add :group.
21388         (hashcash-payment-alist): Ditto.
21389         (hashcash-default-accept-payment): Ditto.
21390         (hashcash-accept-resources): Ditto.
21391         (hashcash-path): Ditto.
21392         (hashcash-extra-generate-parameters): Ditto.
21393         (hashcash-double-spend-database): Ditto.
21394         (hashcash-in-news): Ditto.
21395
21396         * message.el (message-minibuffer-local-map): Add :group.
21397
21398         * netrc.el (netrc): Add :group.
21399
21400         * sieve-manage.el (sieve-manage-log): Add :group.
21401         (sieve-manage-default-user): Diito.
21402         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21403         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21404         (sieve-manage-authenticators): Ditto.
21405         (sieve-manage-authenticator-alist): Ditto.
21406         (sieve-manage-default-port): Ditto.
21407
21408         * sieve-mode.el (sieve-control-commands-face): Add :group.
21409         (sieve-action-commands-face): Ditto.
21410         (sieve-test-commands-face): Ditto.
21411         (sieve-tagged-arguments-face): Ditto.
21412
21413         * smime.el (smime): Add :group.
21414
21415         * spam-report.el (spam-report): Add :group.
21416
21417         * spam.el (spam, spam-face): Add :group.
21418
21419 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21420
21421         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21422         return \n.\n.\n at the end of articles.  Protect against that.
21423         (nntp-with-open-group): Allow debugging.
21424
21425         * nnheader.el (mail-header-set-extra): Make into a function
21426         because I just could't understand how to quote the list properly.
21427
21428         * dns.el (query-dns-cached): New function.
21429
21430 2005-05-26  Lute Kamstra  <lute@gnu.org>
21431
21432         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21433
21434 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21435
21436         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21437
21438         * gnus-art.el: Don't autoload mail-extract-address-components.
21439
21440         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21441         eval-and-compile to evaluate it.
21442
21443         * hashcash.el: Don't autoload executable-find.
21444
21445         * nndb.el: Don't declare the nndb back end two or more times; don't
21446         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21447
21448         * nntp.el: Autoload format-spec instead of format; use
21449         eval-and-compile to evaluate autoload forms.
21450
21451 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21452
21453         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21454
21455 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21456
21457         * gnus.el (gnus-version-number): Bump version.
21458
21459 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21460
21461         * gnus.el: No Gnus v0.3 is released.
21462
21463 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21464
21465         * lpath.el (featurep): Bind show-nonbreak-escape.
21466
21467 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * gnus-art.el (gnus-article-edit-part): Disable undo.
21470
21471 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21472
21473         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21474         gnus-article-date-lapsed-new-header is t if date timer is active;
21475         skip headers in which the original date value is empty.
21476         (gnus-article-save-original-date): Redefine it as a macro.
21477         (gnus-display-mime): Use it.
21478
21479 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21480
21481         * gnus-art.el (article-date-ut): Support converting date in
21482         forwarded parts as well.
21483         (gnus-article-save-original-date): New function.
21484         (gnus-display-mime): Use it.
21485
21486 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21487
21488         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21489         enclosure element of <item>.
21490
21491 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21492
21493         * message.el (message-kill-buffer-query): Rename from
21494         `message-kill-buffer-query-if-modified'.  Add :version.
21495
21496 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21497
21498         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21499         window layout.
21500
21501 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21502
21503         * mml.el: Autoload dnd when compiling.
21504
21505 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21506
21507         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21508         x-dnd-*.
21509
21510 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * qp.el (quoted-printable-encode-region): Save excursion.
21513
21514 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21515
21516         * message.el (message-kill-buffer-query-if-modified): Add new variable
21517         so the user can kill a modified message buffer quickly.
21518         (message-kill-buffer): Use it.
21519
21520 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * lpath.el: Fbind display-time-event-handler; don't fbind
21523         string-to-multibyte.
21524
21525         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21526
21527 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21530         contained in text because xml.el decodes entities) with LFs.
21531
21532 2005-04-11  Lute Kamstra  <lute@gnu.org>
21533
21534         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21535         differently.
21536
21537 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21538
21539         * mm-util.el (mm-detect-coding-region): Typo.
21540
21541 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21544
21545 2005-04-06  Deepak Goel  <deego@gnufans.org>
21546
21547         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21548         user-function allow user modifications of the scores.
21549         (spam-stat-score-buffer-user): New function, to allow
21550         user-computed modifications to the score.
21551         (spam-stat-score-buffer-user-functions): List of additional
21552         scoring functions.
21553         (spam-stat-error-holder): Global temporary error holder.
21554         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21555         variable.
21556
21557 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21558
21559         * gnus-registry.el (gnus-registry-clean-empty-function)
21560         (gnus-registry-trim, gnus-registry-fetch-groups)
21561         (gnus-registry-delete-group): Groups that match
21562         `gnus-registry-ignored-groups' are removed from the registry
21563         entries, not just ignored for splitting.  This helps clean up the
21564         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21565         to get all the groups a message ID is in.
21566
21567         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21568         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21569         (spam-stat-score-buffer-user-functions): Add :number custom type.
21570
21571 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21574         argument in XEmacs.
21575
21576         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21577         (nnrss-request-group): Decode group name first.
21578         (nnrss-request-article): Make a text/plain article if mml-to-mime
21579         failed.
21580         (nnrss-get-encoding): Return a compatible encoding according to
21581         nnrss-compatible-encoding-alist.
21582         (nnrss-find-el): Use consp instead of listp.
21583         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21584
21585 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21588         which Emacs 20 doesn't support.
21589         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21590
21591 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21592
21593         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21594         silence the byte compiler inside the defun.
21595
21596         * gnus-demon.el (parse-time-string): Add autoload.
21597
21598         * gnus-delay.el (parse-time-string): Add autoload.
21599
21600         * gnus-art.el (parse-time-string): Add autoload.
21601
21602         * nnultimate.el (parse-time): Require for `parse-time-string'.
21603
21604 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21605
21606         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21607
21608         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21609
21610         * smime.el (smime-ldap-host-list): Add :version.
21611
21612 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21613
21614         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21615         pass it to `gnus-browse-read-group'.
21616         (gnus-browse-read-group): Add NUMBER argument and pass it to
21617         `gnus-group-read-ephemeral-group'.
21618
21619         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21620         argument and pass it to `gnus-group-read-group'.
21621
21622 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21623
21624         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21625         mm-xemacs-find-mime-charset-1 if we have the mule feature
21626         available at runtime.
21627
21628 2005-03-25  Werner Lemberg  <wl@gnu.org>
21629
21630         * nnmaildir.el: Replace `illegal' with `invalid'.
21631
21632 2005-03-23  Lute Kamstra  <lute@gnu.org>
21633
21634         * time-date.el: Add comment on time value formats.
21635         Don't require parse-time.
21636         (with-decoded-time-value): New macro.
21637         (encode-time-value): New function.
21638         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21639         (days-to-time): Return a valid time value when arg is huge.
21640         (time-since): Use time-subtract.
21641         (time-to-number-of-days): Use time-to-seconds.
21642
21643 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21644
21645         * gnus-start.el (gnus-display-time-event-handler):
21646         Check display-time-timer at runtime rather than only at load time
21647         in case display-time-mode is turned off in the mean time.
21648
21649 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21650
21651         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21652         used.
21653
21654         * nneething.el (nneething-map-file-directory): Derive from
21655         `gnus-directory'.
21656
21657         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21658         the To/Cc button.
21659
21660 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21661
21662         * nnmaildir.el (nnmaildir-request-accept-article):
21663         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21664
21665 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21666
21667         * gnus-async.el: Require timer-funcs at compile time when in
21668         XEmacs for `run-with-idle-timer'.
21669
21670 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21671
21672         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21673         autoloaded function.
21674
21675 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21676
21677         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21678
21679 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21680
21681         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21682
21683 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21684
21685         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21686         Add gnus-expert-user to default.
21687
21688 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21689
21690         * nnimap.el (nnimap-open-server): Ditto.
21691
21692         * imap.el (imap-authenticate): Fix typo.
21693
21694 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21695
21696         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21697         buffer (since IMAP server might return FETCH response out of
21698         order, and the nntp buffer must be sorted).
21699
21700 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21701
21702         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21703         comparison on string.
21704
21705         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21706         (gnus-agent-score): Rename category keywords to match gnus-cus.
21707         (gnus-agent-summary-fetch-series): Modify to protect against
21708         gnus-agent-summary-fetch-group clearing processable flags.
21709         (gnus-agent-synchronize-group-flags): Update live group buffer as
21710         synchronization may occur due to the user toggle the plugged
21711         status.
21712         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21713         successfully downloaded.
21714         (gnus-agent-expire-group-1): Avoid using markers when the overview
21715         is in ascending order; greatly improves performance.
21716         (gnus-agent-regenerate-group):
21717         Use gnus-agent-synchronize-group-flags to reset read status in both
21718         gnus and server.
21719         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21720
21721 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * message.el: Don't autoload former message-utils variables.
21724         (message-strip-subject-trailing-was): Change doc string.
21725
21726         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21727         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21728         (nnweb-google-search): Add "hl=en" here.
21729         (nnweb-google-parse-1, nnweb-google-create-mapping):
21730         Don't hardcode URL.
21731
21732 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21733
21734         * message.el (message-get-reply-headers, message-followup):
21735         Mention related variables `message-use-followup-to' and
21736         `message-use-mail-followup-to', in the information buffer.
21737
21738         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21739         of broken groups(-beta).google.com.
21740
21741 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21742
21743         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21744         parameter to invoked gnus-request-move-article; remove the
21745         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21746         all at once instead of once per article.
21747         (gnus-summary-remove-process-mark): Accept a list of articles as
21748         well as a single article for processing.
21749
21750         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21751         parameter.
21752
21753         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21754
21755         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21756
21757         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21758         parameter.
21759
21760         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21761         parameter.
21762
21763         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21764         parameter and remove the gnus-sum-hint-move-is-internal variable.
21765
21766         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21767         parameter.
21768
21769         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21770         parameter.
21771
21772         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21773         parameter.
21774
21775         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21776
21777         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21778         parameter.
21779
21780         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21781         parameter.
21782
21783 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21784
21785         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21786         a more conservative way.
21787
21788 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21789
21790         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21791         buffer, so it moves the window's cursor.
21792
21793 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21794
21795         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21796         `mm-dissect-multipart' and receive the from field as an (optional)
21797         argument from `mm-dissect-multipart'.
21798         (mm-dissect-multipart): Receive the from field as an argument and
21799         pass it on when we call `mm-dissect-buffer' on MIME parts.
21800         Fixes verification/decryption of signed/encrypted MIME parts.
21801
21802 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21803
21804         * gnus-sum.el (gnus-summary-move-article):
21805         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21806         whatever it calls (right now, only nnimap-request-move article
21807         respects it).
21808
21809         * nnimap.el (nnimap-request-move-article):
21810         When gnus-sum-hint-move-is-internal is set, don't do the extra
21811         nnimap-request-article.
21812
21813 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21814
21815         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21816
21817         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21818         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21819
21820         * gnus-sum.el (gnus-summary-caesar-message):
21821         Apply `gnus-treat-article' after rotation.
21822
21823         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21824         doc string.
21825
21826 2005-02-22  Simon Josefsson  <jas@extundo.com>
21827
21828         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21829         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21830         <arne@arnested.dk>.
21831         (encrypt): Add password-cache and password-cache-expiry as group
21832         members.
21833
21834 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21835
21836         * smime.el (smime-ldap-host-list): Doc fix.
21837         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21838         cache) password.
21839         (smime-sign-region): Use it.
21840         (smime-decrypt-region): Use it.
21841         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21842         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21843         fails.
21844         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21845         certificate from DER to PEM format rather than calling openssl.
21846
21847         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21848
21849         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21850         for signing/encryption.
21851
21852         * mml.el (mml-parse-1): Use them.
21853
21854 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21855
21856         * nnrss.el (nnrss-verbose): Remove.
21857         (nnrss-request-group): Use `nnheader-message' instead.
21858
21859 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21860
21861         * nnrss.el (nnrss-verbose): New variable.
21862         (nnrss-request-group): Make it say nnrss is requesting a group.
21863
21864 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21865
21866         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21867         Handle news URL with given port correctly.
21868
21869 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21870
21871         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21872         containing special characters.
21873
21874         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21875
21876         * mml.el (mime-to-mml): Ditto.
21877
21878         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21879         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21880         (rfc2047-decode-region): Quote decoded words containing special
21881         characters when rfc2047-quote-decoded-words-containing-tspecials
21882         is non-nil.
21883
21884 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21885
21886         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21887
21888         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21889
21890 2005-02-15  Simon Josefsson  <jas@extundo.com>
21891
21892         * nnimap.el (nnimap-debug): Doc fix.
21893
21894         * imap.el (imap-debug): Doc fix.
21895
21896 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21899
21900 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21901
21902         * gnus.el (spam-contents): Improve docs for spam-contents
21903         parameter in its variable incarnation.
21904
21905 2005-02-14  Simon Josefsson  <jas@extundo.com>
21906
21907         * smime-ldap.el: Use require instead of load-library for ldap.
21908         (smime-ldap-search): Indent.
21909         (smime-ldap-search-internal): Shorten line.
21910
21911         * smime.el (smime-cert-by-dns): Add doc-string.
21912         (smime-cert-by-ldap-1): Indent.
21913
21914         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21915         mml-smime-get-dns-ldap.
21916         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21917
21918 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21919
21920         * smime.el: Require smime-ldap.
21921         (smime-ldap-host-list): New variable.
21922         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21923
21924         * mml-smime.el (mml-smime-encrypt-query): New function.
21925         (mml-smime-encrypt-query): Use it.
21926
21927         * smime-ldap.el: New file.
21928
21929 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21932
21933 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21934
21935         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21936         argument in doc string.  Make query for type more clear.
21937
21938 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21939
21940         * gnus.el (gnus-group-startup-message): Search for gnus images in
21941         etc/images/gnus.
21942         * mm-util.el (mm-image-load-path): Likewise.
21943         * smiley.el (smiley-data-directory): Search for smilies in
21944         etc/images/smilies.
21945
21946 2005-02-09  Kim F. Storm  <storm@cua.dk>
21947
21948         Change Emacs release version from 21.4 to 22.1 throughout.
21949         Change Emacs development version from 21.3.50 to 22.0.50.
21950
21951 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21954
21955         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21956         non-Mule XEmacs as well.
21957         (mm-decompress-buffer): Signal an error intentionally if it does
21958         not decompress compressed data because auto-compression-mode is
21959         disabled.
21960
21961 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21962
21963         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21964         an ID in the registry even if it has no groups.
21965
21966 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21969         merge it into mm-decompress-buffer.
21970         (gnus-mime-copy-part): Use the MIME part charset, the value which
21971         a user specified or gnus-newsgroup-charset for decoding, like
21972         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21973         save-buffer what was used.  Suggested by Kevin Ryde
21974         <user42@zip.com.au>.
21975         (gnus-mime-inline-part): Allow the name parameter as well as the
21976         filename parameter; force decompressing of compressed data; always
21977         display contents being not decoded as unibyte.
21978
21979         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21980         as well as the filename parameter.
21981
21982         * mm-util.el (mm-decompress-buffer):
21983         Merge gnus-mime-jka-compr-maybe-uncompress.
21984         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21985         of compressed data.
21986
21987 2005-02-08  Simon Josefsson  <jas@extundo.com>
21988
21989         * imap.el (imap-log): Doc fix.
21990
21991 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21992
21993         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21994         the coding cookies; decompress compressed parts.
21995
21996         * mml.el (mml-generate-mime-1): Add the charset parameter according
21997         to the value which a user specified manually or the coding cookie.
21998
21999         * mm-util.el (mm-string-to-multibyte): New function.
22000         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22001         (mm-coding-system-to-mime-charset): New function.
22002         (mm-decompress-buffer): New function.
22003         (mm-find-buffer-file-coding-system): New function.
22004
22005         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22006         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22007         parts.
22008
22009 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22010
22011         * mm-view.el (mm-display-inline-fontify): Decode a part according
22012         to the charset parameter.
22013
22014 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22015
22016         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22017         prefix arg is neither nil nor a number, as info specifies.
22018
22019 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22020
22021         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22022         timestamps.
22023
22024 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22025
22026         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22027         groups error checking and notify user.
22028
22029 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22030
22031         * message.el (message-send-mail-function): Check existence of
22032         sendmail-program first before using default value
22033         `message-send-mail-with-sendmail'.  Otherwise use more generic
22034         `smtpmail-send-it'.
22035
22036 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22037
22038         * nntp.el (nntp-request-update-info): Always return nil.
22039
22040 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22041
22042         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22043
22044 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22045
22046         * message.el (message-beginning-of-line): Change the behavior when
22047         invoked between BOL and : so that it first moves backward.
22048
22049 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22052         article buffer when editing of the article is discarded.
22053         (gnus-article-prepare): Revert.
22054
22055 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22056
22057         * gnus-art.el (gnus-article-prepare):
22058         Remove message-strip-forbidden-properties from the local hook.
22059
22060 2005-01-27  Simon Josefsson  <jas@extundo.com>
22061
22062         * password.el (password-cache-add): Only start one timer per key.
22063         Reported by Derek Atkins <warlord@MIT.EDU>.
22064
22065 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22066
22067         * run-at-time.el: Remove.  It is no longer needed as
22068         timer-funcs.el in the xemacs-base package has a working version of
22069         `run-at-time'.
22070
22071         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22072
22073         * password.el: Require timer-funcs instead of run-at-time in
22074         XEmacs.
22075         Remove `password-run-at-time' macro.
22076         (password-cache-add): Use `run-at-time' instead of
22077         `password-run-at-time'.
22078
22079         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22080         Remove `nnheader-cancel-function-timers' alias,
22081         `cancel-function-timers' exists in XEmacs in timer-funcs.
22082
22083         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22084         for `run-with-idle-timer'.
22085
22086         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22087         for `run-at-time'.
22088
22089         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22090         for `with-timeout'.
22091
22092         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22093         the same as for XEmacs 21.4.
22094         No need to ignore `run-with-idle-timer', this function exists in
22095         XEmacs now in timer-funcs.el in the xemacs-base package.
22096         (dgnushack-compile): No need to delete
22097         run-at-time.el from the list of files to compile because it
22098         doesn't exist anymore.
22099
22100 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22103         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22104
22105 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22106
22107         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22108         sensitively.
22109
22110 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22111
22112         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22113
22114 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22115
22116         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22117         which will be inserted according to the multibyteness of a buffer
22118         rather than the type of contents.  Suggested by ARISAWA Akihiro
22119         <ari@mbf.ocn.ne.jp>.
22120
22121         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22122         of string which old xml.el may return rather than a string.
22123
22124 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22127
22128 2005-01-16  Simon Josefsson  <jas@extundo.com>
22129
22130         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22131         idn/idna.el isn't available.
22132         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22133         <michael@waxrat.com>.
22134
22135         * hashcash.el: Remove non-FSF copyright header.
22136
22137         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22138         (hashcash-generate-payment): Use it.
22139         (hashcash-generate-payment-async): Use it.
22140
22141 2005-01-15  Simon Josefsson  <jas@extundo.com>
22142
22143         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22144         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22145
22146         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22147         gnus-summary-idna-message.
22148         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22149         (gnus-summary-idna-message): New function.
22150
22151 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22152
22153         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22154         gnus-novice-user.
22155
22156 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * nnrss.el (nnrss-request-delete-group): Delete entries in
22159         nnrss-group-alist as well.
22160         (nnrss-save-server-data): Insert newline.
22161
22162 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22163
22164         * gnus.el (gnus-user-agent): Use list of symbols instead of
22165         symbols.  Display full version number for (S)XEmacs.
22166         Optionally display (S)XEmacs codename.
22167
22168         * gnus-util.el (gnus-emacs-version): Update for new
22169         `gnus-user-agent'.
22170
22171         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22172         Gnus version.
22173
22174 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22175
22176         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22177         which is unreadable in some setups.
22178
22179 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * gnus-spec.el (gnus-update-format-specifications): Flush the
22182         group format spec cache if it doesn't support decoded group names.
22183
22184 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22185
22186         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22187         Allow to apply decay on score files matching a regexp.
22188
22189 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22192         compatibility in %g and %c.
22193
22194 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22197         name for only %g and %c.
22198         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22199         of gnus-tmp-group to decoded group name.
22200         (gnus-group-make-rss-group): Exclude `/'s from group names.
22201
22202 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * nnrss.el (nnrss-get-encoding): Fix regexp.
22205
22206 2004-12-27  Simon Josefsson  <jas@extundo.com>
22207
22208         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22209         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22210         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22211
22212 2004-12-17  Kim F. Storm  <storm@cua.dk>
22213
22214         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22215
22216         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22217
22218 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22219
22220         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22221
22222 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * nnrss.el: Require rfc2047 and mml.
22225         (nnrss-file-coding-system): New variable.
22226         (nnrss-format-string): Redefine it as an inline function.
22227         (nnrss-decode-group-name): New function.
22228         (nnrss-string-as-multibyte): Remove.
22229         (nnrss-retrieve-headers): Decode group name; don't use
22230         nnrss-format-string.
22231         (nnrss-request-group): Decode group name.
22232         (nnrss-request-article): Decode group name; allow a Message-ID as
22233         well as an article number; don't use nnrss-format-string; encode a
22234         Message-ID string which may contain non-ASCII characters; use
22235         mml-to-mime to compose a MIME article.
22236         (nnrss-request-expire-articles): Decode group name.
22237         (nnrss-request-delete-group): Decode group name.
22238         (nnrss-fetch): Clarify error message.
22239         (nnrss-read-server-data): Use insert-file-contents instead of load;
22240         bind file-name-coding-system; use multibyte buffer.
22241         (nnrss-save-server-data): Bind coding-system-for-write to the
22242         value of nnrss-file-coding-system; bind file-name-coding-system;
22243         add coding cookie.
22244         (nnrss-read-group-data): Use insert-file-contents instead of load;
22245         bind file-name-coding-system; use multibyte buffer.
22246         (nnrss-save-group-data): Bind coding-system-for-write to the
22247         value of nnrss-file-coding-system; bind file-name-coding-system.
22248         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22249         make it work with non-ASCII text.
22250         (nnrss-find-el): Make it work with old xml.el as well.
22251
22252 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22253
22254         * nnrss.el (nnrss-get-encoding): New function.
22255         (nnrss-fetch): Use unibyte buffer initially; bind
22256         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22257         decode contents according to the encoding attribute.
22258         (nnrss-save-group-data): Add coding cookie.
22259         (nnrss-mime-encode-string): New function.
22260         (nnrss-check-group): Use it to encode subject and author.
22261
22262 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22263
22264         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22265         imaginary variable.
22266
22267 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22268
22269         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22270         correctly even if there are wide characters.
22271
22272 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22273
22274         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22275         downcased symbol names; make a new cache instead of reusing
22276         bbdb-hashtable.
22277
22278 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22281         concatenating segments rather than before concatenating them.
22282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22283
22284         * message.el (message-get-reply-headers): Bind `extra'.
22285
22286 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22287
22288         * message.el (message-extra-wide-headers): New variable.
22289         (message-get-reply-headers): Use it.
22290
22291 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22292
22293         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22294         (gnus-agent-group-pathname): Ditto.
22295
22296         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22297
22298         * gnus-group.el (gnus-group-make-group): Decode group name.
22299         (gnus-group-make-rss-group): Register the group data after opening
22300         the nnrss group.
22301
22302 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22303
22304         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22305         by expiry now get marked as read.
22306
22307 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22308
22309         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22310
22311 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22312
22313         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22314         unify Latin characters in XEmacs.
22315         (mm-find-mime-charset-region): Use it.
22316
22317 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * gnus-util.el (gnus-delete-directory): New function.
22320
22321         * gnus-agent.el (gnus-agent-delete-group): Use it.
22322
22323         * gnus-cache.el (gnus-cache-delete-group): Use it.
22324
22325 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22328         names.
22329
22330 2004-12-16  Simon Josefsson  <jas@extundo.com>
22331
22332         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22333
22334 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22337
22338         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22339         (gnus-group-set-current-level): Decode group name.
22340
22341 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22342
22343         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22344         failed.
22345
22346 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22347
22348         * gnus-group.el (gnus-group-delete-group): Decode group name.
22349         (gnus-group-make-rss-group): Encode group name.
22350         (gnus-group-catchup-current): Decode group name.
22351         (gnus-group-kill-group): Decode group name.
22352
22353 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22354
22355         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22356
22357 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22358
22359         * gnus-group.el (gnus-group-make-rss-group):
22360         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22361
22362         * gnus-start.el (gnus-setup-news): Honor user's setting to
22363         gnus-message-archive-method.  Suggested by Lute Kamstra
22364         <lute@gnu.org>.
22365
22366 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22367
22368         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22369         global counterparts of the buffer-local variables.
22370
22371 2004-11-16  Romain Francoise  <romain@orebokech.com>
22372
22373         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22374         counterparts of the buffer-local variables.
22375
22376 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22377
22378         * message.el (message-forbidden-properties): Fix typo in doc
22379         string.
22380
22381 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22382
22383         * gnus-util.el (gnus-replace-in-string): Add doc string.
22384
22385         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22386         to avoid problems when splitting mails with many recipients.
22387
22388 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22389
22390         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22391         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22392
22393 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22394
22395         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22396         if there is no hashtable in memory or file modification time is
22397         newer than cached timestamp.
22398
22399 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22400
22401         * gnus-sum.el (gnus-summary-limit-to-recipient):
22402         Implement not-matching option.
22403
22404 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22405
22406         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22407         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22408         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22409         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22410         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22411         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22412
22413 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22414
22415         * message.el (message-forward-make-body-mml): Remove headers
22416         according to message-forward-ignored-headers if a message is decoded.
22417
22418 2004-12-02  Romain Francoise  <romain@orebokech.com>
22419
22420         * message.el (message-forward-make-body-plain): Always remove
22421         headers according to message-forward-ignored-headers.
22422
22423 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22424
22425         * spam.el (spam-summary-prepare-exit): Remove the
22426         gnus-summary-limit pop for now, it has problems with ham marks for
22427         me.
22428
22429 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22430
22431         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22432         correctly.
22433
22434 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22435
22436         * format-spec.el (format-spec): Message the char.
22437
22438 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22439
22440         * gnus-art.el (gnus-split-methods): Reformat comments.
22441
22442         * spam.el (spam-summary-prepare-exit): Remove article limits
22443         before exiting the summary buffer.
22444
22445 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22448         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22449
22450         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22451         order to silence the byte compiler.
22452
22453         * spam.el: Fix the way to silence the byte compiler, which
22454         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22455         bbdb-search-simple, spam-BBDB-register-routine,
22456         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22457         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22458         spam-stat-buffer-is-spam, spam-stat-load,
22459         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22460         spam-stat-save and spam-stat-split-fancy.
22461
22462 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22465         which may confuse users.
22466         (canlock-password-for-verify): Ditto.
22467
22468         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22469
22470         * gnus-art.el (gnus-emphasis-alist): Ditto.
22471
22472         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22473
22474         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22475
22476         * gnus-start.el (gnus-save-killed-list): Ditto.
22477
22478         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22479         (gnus-sum-thread-tree-root): Ditto.
22480         (gnus-sum-thread-tree-false-root): Ditto.
22481         (gnus-sum-thread-tree-single-indent): Ditto.
22482
22483         * message.el (message-courtesy-message): Ditto.
22484         (message-archive-note): Ditto.
22485         (message-subscribed-address-file): Ditto.
22486         (message-user-fqdn): Ditto.
22487
22488         * spam-report.el (spam-report-gmane-regex): Ditto.
22489
22490         * spam.el (spam-blackhole-good-server-regex): Ditto.
22491
22492 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * mml.el (mml-preview): Widen the message buffer before copying
22495         the contents to the preview buffer; sort headers before previewing.
22496
22497         * message.el (message-hidden-headers): Fix the way to avoid a bug
22498         in the `repeat' widget in Emacs 21.3 or earlier.
22499
22500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22501
22502         * message.el (message-hidden-headers): Default to "^References:".
22503         Improve customization type.  Suggested by Reiner Steib
22504         <Reiner.Steib@gmx.de>.
22505
22506 2004-11-25  Romain Francoise  <romain@orebokech.com>
22507
22508         * message.el (message-strip-forbidden-properties): Remove check for
22509         obsolete `message-hidden' text property, hidden headers are not
22510         accessible in the buffer anymore.
22511
22512 2004-11-22  Romain Francoise  <romain@orebokech.com>
22513
22514         * message.el (message-header-format-alist): Add `From' in list
22515         so that it can be sorted.
22516         (message-fix-before-sending): Widen and sort headers before
22517         sending.
22518         (message-hide-headers): Use narrowing to hide headers by moving
22519         them to the top of the buffer and narrowing to the region
22520         underneath.
22521
22522 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22523
22524         * message.el (message-strip-forbidden-properties):
22525         Bind buffer-read-only (etc) to nil.
22526
22527 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22528
22529         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22530         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22531
22532 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22533
22534         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22535
22536 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22537
22538         * dns.el (query-dns): Use sit-for to time instead of
22539         accept-process-output, since that doesn't seem to work on udp
22540         sockets.
22541
22542 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22545
22546 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22547
22548         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22549         doc string.  Improve doc string.
22550
22551 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * nntp.el (nntp-request-update-info): Return nil if
22554         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22555         may not call gnus-activate-group which uselessly issues the GROUP
22556         commands for all nntp groups and wastes time.  Reported by Romain
22557         Francoise <romain@orebokech.com>.
22558
22559         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22560
22561 2004-11-15  Simon Josefsson  <jas@extundo.com>
22562
22563         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22564         headers separately.
22565         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22566         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22567
22568 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22569
22570         * gnus-start.el (gnus-convert-old-newsrc):
22571         Assign legacy-gnus-agent to 5.10.7.
22572
22573 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22574
22575         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22576         start of the lines.
22577
22578 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22579
22580         * hashcash.el (hashcash-default-payment): Change default to 20.
22581         (hashcash-default-accept-payment): Change default to 20.
22582         (hashcash-process-alist): New variable.
22583         (hashcash-generate-payment-async): Add.
22584         (hashcash-already-paid-p): Add.
22585         (hashcash-insert-payment): Don't generate payments twice.
22586         (hashcash-insert-payment-async): Add.
22587         (hashcash-insert-payment-async-2): Add.
22588         (hashcash-cancel-async): Add.
22589         (hashcash-wait-async): Add.
22590         (hashcash-processes-running-p): Add.
22591         (hashcash-wait-or-cancel): Add.
22592         (mail-add-payment): New optional argument.  Conditionally start
22593         asynchronous calculation.
22594         (mail-add-payment-async): Add.
22595
22596         * message.el (message-send-mail): Wait for asynchronous hashcash
22597         results.  Don't clobber existing X-Hashcash headers.
22598         (message-setup-1): Call mail-add-payment-async when
22599         message-generate-hashcash is non-nil.
22600
22601 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22602
22603         * message.el (message-use-alternative-email-as-from): Examine the
22604         From header as well; use message-make-from in order to include a
22605         user's full name.
22606
22607 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22610         default; improve customization type.
22611         (gnus-emphasis-custom-with-format): New macro.
22612         (gnus-emphasis-custom-value-to-external): New function.
22613         (gnus-emphasis-custom-value-to-internal): New function.
22614
22615 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22616
22617         * dns.el (query-dns): Resolve reverse addresses.
22618
22619 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22620
22621         * gnus-group.el (gnus-group-get-new-news): Use it.
22622
22623         * gnus-start.el (gnus-check-reasonable-setup): New function.
22624
22625 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22628         "Args out of range" error.  Reported by Arnaud Giersch
22629         <arnaud.giersch@free.fr>.
22630
22631 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22632
22633         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22634
22635 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22636
22637         * spam.el (spam group): Add :version.
22638
22639         * pgg-def.el (pgg group): Add :version.
22640
22641 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22642
22643         * gnus-art.el (gnus-article-edit-article): Don't associate the
22644         article buffer with a draft file.  This is a temporary measure
22645         against the 2004-08-22 change to gnus-article-edit-mode.
22646
22647 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22650         (html2text-format-tags): Remove unused variable `attr'.
22651
22652 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22653
22654         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22655
22656         * tls.el (tls-process-connection-type, tls-success)
22657         (tls-certtool-program): Add :version.
22658
22659         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22660         (starttls-extra-arguments, starttls-process-connection-type)
22661         (starttls-connect, starttls-failure, starttls-success): Add :version.
22662
22663         * spam-stat.el (spam-stat): Add :version.
22664
22665         * sieve.el (sieve): Add :version.
22666
22667         * sha1.el (sha1): Add :version.
22668         (sha1-use-external): Remove redundant version.
22669
22670         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22671         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22672         (nnmail-split-fancy-match-partial-words)
22673         (nnmail-split-lowercase-expanded): Add :version.
22674
22675         * nndiary.el (nndiary): Add :version.
22676
22677         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22678
22679         * mml-sec.el (mml-default-sign-method)
22680         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22681         Add :version.
22682
22683         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22684
22685         * mm-url.el (mm-url-use-external, mm-url-program)
22686         (mm-url-arguments): Add :version.
22687
22688         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22689         (mm-attachment-file-modes, mm-decrypt-option)
22690         (mm-w3m-safe-url-regexp): Add :version.
22691
22692         * message.el (message-cite-prefix-regexp)
22693         (message-sendmail-envelope-from, message-minibuffer-local-map)
22694         (message-user-fqdn, message-completion-alist): Add :version.
22695
22696         * gnus-win.el (gnus-configure-windows-hook)
22697         (gnus-use-frames-on-any-display): Add :version.
22698
22699         * gnus-art.el (gnus-article-address-banner-alist)
22700         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22701         (gnus-treat-from-picon, gnus-treat-mail-picon)
22702         (gnus-treat-x-pgp-sig): Add :version.
22703
22704         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22705         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22706         (gnus-summary-article-delete-hook)
22707         (gnus-summary-display-while-building): Add :version.
22708
22709         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22710         (gnus-get-top-new-news-hook): Add :version.
22711
22712         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22713         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22714
22715         * gnus-registry.el (gnus-registry): Add :version.
22716
22717         * gnus-spec.el (gnus-use-correct-string-widths)
22718         (gnus-make-format-preserve-properties): Add :version.
22719
22720         * gnus.el (gnus-group-charter-alist)
22721         (gnus-group-fetch-control-use-browse-url)
22722         (gnus-install-group-spam-parameters): Add :version.
22723
22724         * gnus-diary.el (gnus-diary): Add :version.
22725
22726         * gnus-delay.el (gnus-delay): Add :version.
22727
22728         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22729         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22730         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22731         Add :version.
22732
22733         * gnus-agent.el (gnus-agent-max-fetch-size)
22734         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22735         (gnus-agent-prompt-send-queue): Add :version.
22736
22737         * deuglify.el (gnus-outlook-deuglify): Add :version.
22738
22739         * html2text.el: Beautify code.  Improve doc strings.
22740         Some checkdoc cleanup.
22741         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22742
22743 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22744
22745         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22746
22747 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22748
22749         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22750         when package is loaded.
22751
22752         * spam.el (spam-summary-score-preferred-header): Add global preference
22753         for people who want to override the default SpamAssassin over
22754         Bogofilter preference (when both are set).
22755         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22756         (spam-user-format-function-S):
22757         Check spam-summary-score-preferred-header.
22758         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22759         (spam-user-format-function-S): Format the score correctly.
22760
22761 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22762
22763         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22764         signature file.  Suggested by Manoj Srivastava
22765         <srivasta@golden-gryphon.com>.
22766
22767         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22768         iso-2022-jp even in the Japanese language environment.
22769         Suggested by Jason Rumney <jasonr@gnu.org>.
22770
22771 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22774         use the same characters as the dummy marks; make it free from
22775         getting affected by the language environment.
22776         (gnus-summary-read-group-1): Update mark positions only when the
22777         format spec is updated.
22778
22779         * gnus-spec.el (gnus-update-format-specifications): Return a list
22780         of updated types.
22781
22782 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22783
22784         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22785         of boundp to check if display-warning is available.
22786
22787 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22788
22789         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22790
22791 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22792
22793         * nnspool.el (nnspool-spool-directory): Use news-path if the
22794         news-directory variable is not bound.
22795
22796         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22797         function instead of display-warning if it is not available.
22798
22799 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22802         v5-10: Use `point-at-bol'.
22803
22804 2004-10-26  Simon Josefsson  <jas@extundo.com>
22805
22806         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22807         <chenggao@gmail.com>.
22808
22809 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22810
22811         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22812         instead.
22813
22814 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22815
22816         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22817         to remove a server from the nnimap-server-buffer-alist.
22818         (nnimap-open-connection, nnimap-close-server): Use it.
22819
22820         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22821
22822 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22825         running the major-mode function.
22826
22827 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22830         dummy marks in the right way.
22831
22832 2004-10-18  David Edmondson  <dme@dme.org>
22833
22834         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22835         excessively.
22836
22837 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22838
22839         * gnus-util.el (gnus-split-references): Accept a nil references
22840         string and go on blissfully.
22841
22842         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22843         cases where the references string is non-nil but has no references.
22844
22845         * encrypt.el: Add autoload tags.
22846
22847         * spam.el (spam-resolve-registrations-routine): Remove article
22848         from unregistration list too.  Reported by David Hanak
22849         <dhanak@isis.vanderbilt.edu>
22850
22851 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22852
22853         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22854         nil.  Change custom type.
22855
22856 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22857
22858         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22859
22860         * gnus-sum.el (gnus-summary-move-article): Use it.
22861
22862 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22863
22864         * encrypt.el: Add autoload cookies.
22865
22866         * spam.el (spam-backend-article-list-property)
22867         (spam-backend-get-article-todo-list)
22868         (spam-backend-put-article-todo-list)
22869         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22870         Resolve registrations separately.
22871         (spam-register-routine): Format comments.
22872         (spam-unregister-routine, spam-register-routine): Always call with
22873         specific-articles, no default list.
22874         (spam-summary-prepare-exit): Use the spam-classifications function.
22875
22876         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22877         gnus-encrypt.el.
22878
22879         * encrypt.el: Copied from gnus-encrypt.el.
22880
22881         * gnus-encrypt.el: Commented that it's obsolete.
22882
22883 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22884
22885         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22886         (gnus-score-save): Use it.
22887
22888         * message.el (message-bury): Use `window-dedicated-p'.
22889
22890 2004-10-15  Simon Josefsson  <jas@extundo.com>
22891
22892         * pop3.el (top-level): Don't require nnheader.
22893         (pop3-read-timeout): Add.
22894         (pop3-accept-process-output): Add.
22895         (pop3-read-response, pop3-retr): Use it.
22896
22897 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22898
22899         * spam.el (spam-register-routine): Move comment.
22900         (spam-verify-bogofilter): Use 'unknown for the initial
22901         spam-bogofilter-valid state, not 'never.
22902
22903         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22904         for netrc-machine.
22905
22906         * nnimap.el (nnimap-open-connection):
22907         Use netrc-machine-user-or-password.
22908
22909 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22910
22911         * gnus-registry.el (gnus-registry-unload-hook):
22912         Set as a variable with add-hook.
22913
22914         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22915         of news-path.
22916
22917         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22918
22919         * spam.el: Delete duplicate `provide'.
22920         (spam-unload-hook): Set as a variable with add-hook.
22921
22922 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22923
22924         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22925         in the doc string.
22926
22927         * message.el (message-ignored-news-headers)
22928         (message-ignored-supersedes-headers)
22929         (message-ignored-resent-headers)
22930         (message-forward-ignored-headers): Improve custom type.
22931
22932 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22933
22934         * message.el (message-tokenize-header): Fix 2004-09-06 change
22935         which used point-min in the wrong place.
22936
22937 2004-10-12  Simon Josefsson  <jas@extundo.com>
22938
22939         * tls.el (tls-certtool-program): New variable.
22940         (tls-certificate-information): New function, based on
22941         ssl-certificate-information.
22942
22943 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * compface.el: Move the version of ELisp-based uncompface program
22946         to the contrib directory because of the copyright problem.
22947
22948 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22949
22950         * message.el (message-kill-buffer): Raise the current frame.
22951
22952 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22953
22954         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22955
22956         * gnus.el (message-y-or-n-p): Autoload.
22957
22958         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22959         (pop3-password-required, pop3-authentication-scheme)
22960         (pop3-leave-mail-on-server): Make customizable.
22961         (pop3): New custom group.
22962         (pop3-retr): Remove `sleep-for' statements.
22963         Suggested by Dave Love <fx@gnu.org>.
22964
22965         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22966         Windows/DOS.
22967
22968         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22969         (imap-parse-body): Fix incorrect use of `assert'.
22970         Suggested by Dave Love <fx@gnu.org>.
22971
22972         * mml.el (mml-minibuffer-read-disposition): Require match.
22973         Suggested by Dave Love <fx@gnu.org>.
22974
22975 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22976
22977         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22978         doc string.
22979
22980 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22981
22982         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22983
22984 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22985
22986         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22987         instead of calling `mm-insert-inline', to decode text/* parts
22988         before displaying them.
22989
22990 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22991
22992         * mm-uu.el (mm-uu-text-plain-type): New variable.
22993         (mm-uu-pgp-signed-extract-1): Use it.
22994         (mm-uu-pgp-encrypted-extract-1): Use it.
22995         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22996         bind mm-uu-text-plain-type with that value.
22997         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22998         mm-uu-dissect.
22999
23000 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23001
23002         * gnus-group.el (gnus-update-group-mark-positions):
23003         * gnus-sum.el (gnus-update-summary-mark-positions):
23004         * message.el (message-check-news-body-syntax):
23005         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23006         of string-as-multibyte.
23007
23008 2004-10-05  Juri Linkov  <juri@jurta.org>
23009
23010         * gnus-group.el (gnus-update-group-mark-positions):
23011         * gnus-sum.el (gnus-update-summary-mark-positions):
23012         * message.el (message-check-news-body-syntax):
23013         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23014         8-bit unibyte values to a multibyte string for search functions.
23015
23016 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23017
23018         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23019         (mm-uu-dissect-text-parts): New function.
23020
23021         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23022         dissect text parts.
23023
23024         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23025         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23026
23027         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23028
23029         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23030         Use gnus-current-topics instead of gnus-current-topic.
23031
23032 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23033
23034         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23035
23036 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23037
23038         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23039         where appropriate.
23040
23041         * nnml.el (nnml-generate-active-info): do.
23042
23043         * nndiary.el (nndiary-generate-active-info): do.
23044
23045         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23046         (gnus-topic-move): do.
23047
23048         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23049         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23050
23051         * gnus-srvr.el (gnus-server-prepare)
23052         (gnus-server-open-all-servers): do.
23053
23054         * gnus-msg.el (gnus-summary-cancel-article)
23055         (gnus-summary-resend-message)
23056         (gnus-summary-mail-crosspost-complaint): do.
23057
23058         * gnus-move.el (gnus-change-server): do.
23059
23060         * gnus-group.el (gnus-group-unmark-all-groups)
23061         (gnus-group-set-current-level): do.
23062
23063 2004-10-04  Simon Josefsson  <jas@extundo.com>
23064
23065         * message.el (message-generate-hashcash): Doc fix.
23066
23067 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23068
23069         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23070         avoid infinite recursion via gnus-get-function.
23071
23072 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23073
23074         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23075
23076         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23077
23078         * nnmail.el (nnmail-split-history): do.
23079
23080         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23081         (nnml-request-delete-group): do.
23082
23083         * nnslashdot.el (nnslashdot-read-groups): do.
23084
23085         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23086         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23087
23088         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23089         (nnspool-sift-nov-with-sed): Use last.
23090         (nnspool-retrieve-headers-with-nov): Use mapc.
23091         (nnspool-request-newgroups): Use dolist.
23092         (nnspool-request-group): Use last.
23093
23094         * nntp.el (nntp-read-server-type): Use dolist.
23095
23096         * nnvirtual.el (nnvirtual-create-mapping)
23097         (nnvirtual-update-read-and-marked): Use dolist.
23098         (nnvirtual-convert-headers): Simplify.
23099
23100 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23101
23102         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23103         Add support for sync'ing tick marks.
23104
23105 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23108         there's no visible header.
23109
23110 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23111
23112         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23113         When necessary, pass full group name to gnus-request-set-marks.
23114
23115 2004-10-01  Simon Josefsson  <jas@extundo.com>
23116
23117         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23118         acroread.
23119
23120 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23121
23122         * spam-report.el (spam-report-gmane): Fix interactive.
23123
23124         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23125
23126         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23127         when writing file.
23128         (gnus-agent-synchronize-flags): Don't default to being
23129         interactive.
23130
23131 2004-09-30  Simon Josefsson  <jas@extundo.com>
23132
23133         * message.el (message-generate-hashcash): Add.
23134         (message-send-mail): Use it, call mail-add-payment.
23135
23136 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23137
23138         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23139
23140 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23141
23142         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23143         gnus-requst-update-info with explicit code to sync the in-memory
23144         info read flags with the marks being sync'd to the backend.
23145
23146         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23147
23148 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23149
23150         * spam.el (spam-verify-bogofilter): Add new function.
23151         (spam-check-bogofilter)
23152         (spam-bogofilter-register-with-bogofilter): Use it.
23153         (spam-verify-bogofilter): Add small fixes.
23154
23155 2004-09-28  Simon Josefsson  <jas@extundo.com>
23156
23157         * hashcash.el (hashcash-generate-payment): Revert.
23158
23159 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23160
23161         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23162         Use gnus-extract-references instead of gnus-split-references.
23163
23164         * gnus-util.el (gnus-extract-references): Add new function, analogous
23165         to gnus-split-references but extracts only the message-ID without
23166         anything extra.
23167
23168         * hashcash.el (hashcash-generate-payment)
23169         (hashcash-check-payment): Do the right thing if hashcash-path is
23170         nil (because the hashcash program could not be found).
23171
23172         * spam.el (spam-use-hashcash): Remove comment.
23173
23174 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23175
23176         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23177         (gnus-cache-enter-article, gnus-cache-remove-article)
23178         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23179
23180         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23181
23182         * gnus-art.el (article-hide-boring-headers)
23183         (article-translate-strings, article-display-face)
23184         (gnus-article-mime-match-handle-first)
23185         (gnus-article-highlight-headers)
23186         (gnus-article-add-buttons-to-head): do.
23187
23188 2004-09-27  Simon Josefsson  <jas@extundo.com>
23189
23190         * hashcash.el: New version, from
23191         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23192         ../contrib/.
23193
23194 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23195
23196         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23197
23198 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23199
23200         * gnus-dup.el (gnus-dup-open): Use mapc.
23201         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23202
23203         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23204         Reported by Stefan Wiens <s.wi@gmx.net>.
23205
23206         * gnus.el (gnus-shutdown): Use dolist.
23207
23208         * gnus-undo.el (gnus-undo): Use mapc.
23209
23210         * nnrss.el (nnrss-generate-active): do.
23211
23212         * message.el (message-cite-original-without-signature)
23213         (message-cite-original): Use mapc.
23214         (message-do-actions, message-make-forward-subject): Use dolist.
23215
23216 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23217
23218         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23219         deletion to remove entire duplicate line.  Fixes merged article
23220         number bug.
23221
23222 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23223
23224         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23225         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23226         first ask if you want to open a server and then, even when you
23227         responded with no, asking if you want to synchronize the server's
23228         flags.
23229         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23230         multi-line expressions.
23231         (gnus-agent-synchronize-group-flags): New internal function.
23232         Updates marks in memory (in the info structure) AND in the
23233         backend.
23234
23235         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23236
23237         * nnagent.el (nnagent-request-set-mark):
23238         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23239         method, to ensure that synchronization updates marks in the
23240         backend and in the info (in memory) structure.
23241
23242 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23243
23244         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23245         convention fully; don't miss the root article of a thread; make
23246         the X-Draft-From header with correct article numbers.
23247
23248 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23249
23250         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23251         unless plugged.  Disable the agent so that an open failure causes
23252         an error.
23253
23254         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23255         Revert 2004-09-21 change.  The backend must be opened while
23256         synchronizing flags even when the backend stores the flags
23257         locally.
23258
23259 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23260
23261         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23262         in `header' match.  Reported by Svend Tollak Munkejord.
23263
23264         * message.el (message-cite-original): Fix use of
23265         `message-cite-articles-with-x-no-archive'.
23266
23267 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23268
23269         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23270         (gnus-window-to-buffer): Ditto.
23271
23272         * mml.el (mml-preview-buffer): New variable.
23273         (mml-preview): Manage window layout with gnus-buffer-configuration.
23274
23275         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23276         X-Draft-From header even if those articles aren't quoted.
23277
23278 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23279
23280         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23281         (gnus-request-set-mark, gnus-request-update-mark): Use new
23282         g-s-t-u-l-m to decide to use backend even when unplugged.
23283
23284 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23287         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23288
23289 2004-09-20  Simon Josefsson  <jas@extundo.com>
23290
23291         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23292         "utf-16-le".
23293
23294 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23295
23296         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23297
23298 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23299
23300         * uudecode.el (uudecode-use-external): Add :version.
23301
23302         * smime.el (smime-CA-file, smime-encrypt-cipher)
23303         (smime-dns-server): Add :version.
23304
23305         * smiley.el (gnus-smiley-file-types): Add :version.
23306
23307         * sha1.el (sha1-use-external): Add :version.
23308
23309         * pgg-def.el (pgg-query-keyserver): Add :version.
23310
23311         * nnmail.el (nnmail-fancy-expiry-targets)
23312         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23313         Add :version.
23314
23315         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23316         (nnimap-retrieve-groups-asynchronous): Add :version.
23317         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23318
23319         * mml.el (mml-content-disposition-parameters)
23320         (mml-insert-mime-headers-always): Add :version.
23321
23322         * mm-util.el (mm-coding-system-priorities): Add :version.
23323
23324         * mm-decode.el (mm-inline-text-html-with-images)
23325         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23326         (mm-verify-option): Add :version.
23327         (mm-text-html-renderer): Change :version.
23328
23329         * message.el (message-fcc-externalize-attachments)
23330         (message-required-headers, message-draft-headers)
23331         (message-subject-trailing-was-query)
23332         (message-subject-trailing-was-ask-regexp)
23333         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23334         (message-mark-insert-end, message-archive-header)
23335         (message-archive-note, message-cross-post-default)
23336         (message-cross-post-note, message-followup-to-note)
23337         (message-cross-post-note-function, message-use-mail-followup-to)
23338         (message-subscribed-address-functions)
23339         (message-subscribed-address-file, message-subscribed-addresses)
23340         (message-subscribed-regexps, message-allow-no-recipients)
23341         (message-yank-cited-prefix, message-signature-insert-empty-line)
23342         (message-hidden-headers, message-hierarchical-addresses)
23343         (message-mail-user-agent, message-use-idna)
23344         (message-valid-fqdn-regexp)
23345         (message-strip-special-text-properties, message-header-synonyms)
23346         (message-beginning-of-line, message-tab-body-function): Add :version.
23347         (message-insert-canlock, message-wide-reply-confirm-recipients):
23348         Change :version.
23349
23350         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23351         and :version.
23352         (mail-source-delete-old-incoming-confirm)
23353         (mail-source-movemail-program): Add :version.
23354
23355         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23356         (gnus-agent-cache, gnus-agent): Change :version.
23357
23358         * gnus-util.el (gnus-use-byte-compile): Change :version.
23359
23360         * gnus-sum.el (gnus-summary-make-false-root-always)
23361         (gnus-summary-default-high-score)
23362         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23363         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23364         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23365         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23366         (gnus-sum-thread-tree-single-indent)
23367         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23368         (gnus-sum-thread-tree-leaf-with-other)
23369         (gnus-sum-thread-tree-single-leaf): Add :version.
23370         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23371         (gnus-article-loose-mime): Change :version.
23372
23373         * gnus-start.el (gnus-backup-startup-file)
23374         (gnus-save-startup-file-via-temp-buffer): Add :version.
23375
23376         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23377         (gnus-server-offline-face): Add :version.
23378
23379         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23380
23381         * gnus-msg.el (gnus-gcc-externalize-attachments)
23382         (gnus-debug-files, gnus-debug-exclude-variables)
23383         (gnus-discouraged-post-methods): Change :version.
23384         (gnus-confirm-mail-reply-to-news)
23385         (gnus-confirm-treat-mail-like-news): Add :version.
23386
23387         * gnus-int.el (gnus-server-unopen-status): Add :version.
23388
23389         * gnus-group.el (gnus-group-jump-to-group-prompt)
23390         (gnus-large-ephemeral-newsgroup)
23391         (gnus-fetch-old-ephemeral-headers): Add :version.
23392
23393         * gnus-fun.el (gnus-x-face-directory)
23394         (gnus-convert-pbm-to-x-face-command)
23395         (gnus-convert-image-to-x-face-command)
23396         (gnus-convert-image-to-face-command): Add :version.
23397
23398         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23399
23400         * gnus-cite.el (gnus-cite-blank-line-after-header)
23401         (gnus-article-boring-faces): Add :version.
23402
23403         * gnus-art.el (gnus-buttonized-mime-types)
23404         (gnus-inhibit-mime-unbuttonizing)
23405         (gnus-treat-display-face)
23406         (gnus-treat-body-boundary): Change :version.
23407         (gnus-body-boundary-delimiter, gnus-picon-databases)
23408         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23409         (gnus-treat-date-english, gnus-treat-fold-headers)
23410         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23411         (gnus-treat-mail-picon, gnus-treat-wash-html)
23412         (gnus-article-encrypt-protocol)
23413         (gnus-use-idna, gnus-article-over-scroll)
23414         (gnus-mime-display-multipart-alternative-as-mixed)
23415         (gnus-mime-display-multipart-related-as-mixed)
23416         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23417         (gnus-ctan-url, gnus-button-ctan-handler)
23418         (gnus-button-handle-ctan-bogus-regexp)
23419         (gnus-button-ctan-directory-regexp)
23420         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23421         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23422         (gnus-button-man-level, gnus-button-emacs-level)
23423         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23424
23425         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23426         (gnus-agent-go-online): Change :version.
23427         (gnus-agent-expire-unagentized-dirs)
23428         (gnus-agent-auto-agentize-methods): Add :version.
23429
23430         * flow-fill.el (fill-flowed-display-column)
23431         (fill-flowed-encode-column): Add :version.
23432
23433         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23434         (gnus-outlook-deuglify-unwrap-max)
23435         (gnus-outlook-deuglify-cite-marks)
23436         (gnus-outlook-deuglify-unwrap-stop-chars)
23437         (gnus-outlook-deuglify-no-wrap-chars)
23438         (gnus-outlook-deuglify-attrib-cut-regexp)
23439         (gnus-outlook-deuglify-attrib-verb-regexp)
23440         (gnus-outlook-deuglify-attrib-end-regexp)
23441         (gnus-outlook-display-hook): Add :version.
23442
23443         * binhex.el (binhex-use-external): Add :version.
23444
23445 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23446
23447         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23448         and `invisible'.
23449
23450 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23451
23452         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23453         in gnus-registry-trim.
23454
23455 2004-09-13  Simon Josefsson  <jas@extundo.com>
23456
23457         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23458
23459         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23460
23461         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23462         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23463         <yamaoka@jpl.org>.
23464         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23465         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23466         <yamaoka@jpl.org>.
23467
23468         * sieve.el (sieve-manage-mode): Ditto.
23469
23470 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23471
23472         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23473
23474 2004-09-11  Simon Josefsson  <jas@extundo.com>
23475
23476         * dns-mode.el: Add.
23477
23478         * mm-view.el (mm-display-dns-inline): Add.
23479
23480         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23481         (mm-automatic-display): Ditto.
23482
23483         * mailcap.el (mailcap-mime-data): Add text/dns.
23484         (mailcap-mime-extensions): Map .soa to text/dns.
23485
23486 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23487
23488         * gnus-art.el (article-decode-mime-words, article-babel)
23489         (gnus-article-highlight-signature, gnus-article-add-buttons)
23490         (gnus-signature-toggle): Remove unnecessary bindings of
23491         `inhibit-read-only' inherited from v5.10 merge.
23492
23493 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23494
23495         * nntp.el (nntp): New customization group.
23496         (nntp-authinfo-file): Add customization group.
23497
23498         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23499
23500         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23501
23502         * gnus.el (to-address, to-list, subscribed)
23503         (large-newsgroup-initial): Ditto.
23504
23505         * flow-fill.el (fill-flowed-display-column)
23506         (fill-flowed-encode-column): Ditto.
23507
23508 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23509
23510         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23511         Use point-min rather than 1.
23512         (message-send-mail): Use buffer-size rather than point-max.
23513
23514         * gnus-sum.el (gnus-summary-search-article-forward):
23515         Signal a specific `search-failed' rather than a generic `error'.
23516
23517         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23518         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23519         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23520
23521 2004-09-10  Simon Josefsson  <jas@extundo.com>
23522
23523         * nndb.el (require): Remove tcp and duplicate cl.
23524
23525 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * gnus-agent.el (directory-files-and-attributes): Move forward.
23528
23529 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23530
23531         * gnus-agent.el (directory-files-and-attributes):
23532         Optionally defined to support XEmacs.
23533
23534 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23535
23536         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23537         to avoid run-time CL dependencies.
23538         (gnus-agent-unfetch-articles): New function.
23539         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23540         article numbers even when local .overview file is missing.
23541         (gnus-agent-read-article-number): New function.  Only accepts
23542         27-bit article numbers.
23543         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23544         Use gnus-agent-read-article-number.
23545         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23546         from backend while recognizing that article numbers in .overview
23547         must be valid.
23548         (gnus-agent-update-files-total-fetched-for):
23549         Use directory-files-and-attributes to improve performance.
23550         * gnus-int.el (gnus-request-move-article):
23551         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23552         improve performance.
23553
23554         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23555         some users confused by references to .newsrc when they only have a
23556         .newsrc.eld file.
23557         (gnus-convert-mark-converter-prompt)
23558         (gnus-convert-converter-needs-prompt): Fix use of property list.
23559         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23560         New function.  Used internally to only display 'gnus converting
23561         files' message when actually necessary.
23562
23563         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23564         methods now autoloaded.
23565
23566 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23567
23568         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23569         identifiers.
23570
23571 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23572
23573         * gnus-picon.el: Fix indentation and closing parenthesis.
23574
23575 2004-09-01  Simon Josefsson  <jas@extundo.com>
23576
23577         * message.el (message-canlock-generate): Require sha1, not
23578         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23579         to require within a function.  Sadly, if sha1.el isn't loaded, the
23580         let binding in m-c-g will hide the defcustom definition, which is
23581         bad.)
23582
23583         * canlock.el: Require sha1, not sha1-el.
23584
23585         * message.el: Don't autoload sha1 (there is a autoload cookie in
23586         sha1.el).
23587
23588         * sha1-el.el: Rename to sha1.el.
23589
23590 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23591
23592         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23593
23594 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23595
23596         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23597
23598 2004-08-30  Kim F. Storm  <storm@cua.dk>
23599
23600         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23601
23602         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23603         Add :group 'nnimap.
23604
23605 2004-08-30  Andreas Schwab  <schwab@suse.de>
23606
23607         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23608         ?* and ?\;.
23609
23610         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23611         and ?\' to symbol instead of whitespace.
23612
23613 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23614
23615         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23616
23617         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23618         instead of re-search-forward.
23619
23620         * gnus-uu.el (gnus-uu-save-article): Ditto.
23621         (gnus-uu-post-encode-uuencode): Ditto.
23622
23623         * html2text.el (html2text-clean-list-items): Ditto.
23624         (html2text-clean-dtdd): Ditto.
23625         (html2text-format-tags): Ditto.
23626
23627         * message.el (message-send-mail-with-sendmail): Fix regexp.
23628         (message-fill-field-general): Use search-forward instead of
23629         re-search-forward.
23630         (unbold-region): Ditto.
23631
23632         * nnrss.el (nnrss-request-article): Ditto.
23633
23634         * nnslashdot.el (nnslashdot-request-article): Ditto.
23635
23636         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23637
23638         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23639         "Unrecognized menu descriptor" error in XEmacs.
23640
23641 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23642
23643         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23644         parent article of a sparse article in the thread hashtb.
23645
23646 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23647
23648         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23649         (nnmail-expand-newtext): Lowercase expanded entries if
23650         nnmail-split-lowercase-expanded is non-nil.
23651
23652 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23653
23654         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23655
23656         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23657         of gnus-tmp-news-method into string under XEmacs.  It will be
23658         passed to gnus-correct-length which takes only a string argument.
23659
23660 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23661
23662         * gnus-util.el (gnus-bind-print-variables): New macro.
23663         (gnus-prin1): Use it.
23664         (gnus-prin1-to-string): Use it.
23665         (gnus-pp): New function.
23666         (gnus-pp-to-string): New function.
23667
23668         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23669         Replace pp-to-string with gnus-pp-to-string.
23670         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23671         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23672         * gnus-msg.el (gnus-debug): Ditto.
23673         * gnus-score.el (gnus-score-save): Ditto.
23674         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23675         gnus-pp-to-string.
23676         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23677         with gnus-pp.
23678         * score-mode.el (gnus-score-pretty-print): Ditto.
23679         * webmail.el (webmail-debug): Ditto.
23680
23681 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23682
23683         * gnus-art.el (article-display-face, article-display-x-face):
23684         Use buffer-read-only.
23685
23686 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23687
23688         * gnus-art.el (article-hide-list-identifiers):
23689         Bind inhibit-read-only as t.
23690
23691 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23692
23693         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23694
23695 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23696
23697         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23698         (gnus-narrow-to-page): Don't assume point-min == 1.
23699         (gnus-article-edit-mode): Derive from message-mode.
23700
23701         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23702         point-min == 1.
23703
23704         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23705         Disable incorrect use of `assert'.
23706
23707         * message.el (message-mode): Set comment-start-skip.
23708
23709
23710 2004-08-22  Sam Steingold  <sds@gnu.org>
23711
23712         * pop3.el (pop3-leave-mail-on-server): New user variable.
23713         (pop3-movemail): Delete mail only when it is nil.
23714
23715 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23716
23717         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23718
23719         * mml.el (mml-preview): Use `pop-to-buffer'.
23720
23721         * message.el (message-goto-mail-followup-to): Insert after "To".
23722         (message-carefully-insert-headers): Add comment.
23723
23724         * gnus.el: Remove unused variable `gnus-article-check-size'.
23725
23726         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23727
23728         * gnus-art.el (gnus-button-alist):
23729         Improve `gnus-button-handle-library' entry.
23730
23731 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23732
23733         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23734         Use downcase, since XEmacs capitalizes error messages differently.
23735
23736 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23737
23738         * nntp.el: Add (require 'gnus) due to reference to
23739         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23740
23741 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23742
23743         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23744         Bind `mm-fill-flowed'.
23745
23746         * mm-decode.el (mm-dissect-singlepart): Check it.
23747
23748 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23749
23750         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23751         'imap' for netrc parsing.
23752
23753 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23754
23755         * mailcap.el (mailcap-mime-data): Mark as risky.
23756
23757 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23758
23759         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23760         may be included in the encoded word.
23761         (rfc2047-encode): Don't append a space if the encoded word
23762         includes close parenthesis.
23763
23764 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23767         of text within parentheses.
23768
23769 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23770
23771         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23772         (gnus-encrypt-write-file-contents): Make the password key the file
23773         name PLUS the cipher, not just the cipher.  Also remove failed
23774         passwords from the cache.
23775
23776 2004-08-06  Simon Josefsson  <jas@extundo.com>
23777
23778         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23779         Doc fix.
23780
23781 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23784         LWSP.
23785
23786 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23787
23788         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23789         Try to append in-reply-to: data to the references: header.
23790
23791         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23792         (netrc-parse): Use gnus-encrypt.el functions.
23793
23794         * gnus-encrypt.el: Add new file for encryption support; currently
23795         does only a few GPG ciphers and an internal XOR cipher.
23796
23797         * password.el: Add comments on using password-read-and-add.
23798         (password-read-and-add): Add function to read and add the
23799         password to the cache at once.
23800
23801 2004-07-28  Simon Josefsson  <jas@extundo.com>
23802
23803         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23804         parameter (but don't use it, for now).
23805
23806         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23807         instead of hard coding to nil.
23808
23809 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23812         as mm-inline-image-xemacs does.
23813
23814 2004-07-26  Simon Josefsson  <jas@extundo.com>
23815
23816         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23817         Revert part of 2004-07-17 change below.
23818
23819 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23820
23821         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23822         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23823
23824 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23825
23826         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23827         quotes that actually start with ">" at the beginning of the
23828         lines.
23829
23830 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23831
23832         * rfc2047.el (rfc2047-encode-region): Fix last change.
23833         (rfc2047-encode-parameter): Remove useless concat.
23834
23835 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23838         encode special characters; fix some kind of misconfigured headers;
23839         signal a real error if debug-on-quit or debug-on-error is non-nil.
23840         (rfc2047-encode-max-chars): New variable.
23841         (rfc2047-encode-1): Use it.
23842         (rfc2047-encode-parameter): New function.
23843
23844         * mml.el (mml-insert-parameter): Remove an excessive space.
23845
23846 2004-07-17  Simon Josefsson  <jas@extundo.com>
23847
23848         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23849         Kai Grossjohann <kai@emptydomain.de>.
23850         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23851         (gnus-group-make-menu-bar): Ditto.
23852
23853         * gnus-util.el (gnus-group-server): Add.
23854
23855 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23856
23857         * message.el (message-clone-locals): Clone sendmail and smtp
23858         variables.
23859
23860 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23861
23862         * rfc2047.el (rfc2047-encode-region): Fix last change.
23863
23864 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23867         characters as non-special.
23868
23869 2004-07-09  Simon Josefsson  <jas@extundo.com>
23870
23871         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23872         Users will lose all flag changes made while unplugged with
23873         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23874         good default.  See numerous reports on ding mailing list.
23875
23876 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23877
23878         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23879         add generate-head-function and generate-article-function to the
23880         rfc822-forward entry.
23881         (nndoc-rfc822-forward-generate-article): New function.
23882         (nndoc-rfc822-forward-generate-head): New function.
23883
23884         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23885
23886 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23887
23888         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23889         respect display group parameter and gnus-summary-expunge-below.
23890         (gnus-articles-to-read): Remove unused reference to display group
23891         parameter.
23892
23893 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23894
23895         * nnheader.el (nnheader-uniquify-message-id): New experimental
23896         variable.
23897         (nnheader-nov-read-message-id): Use it.
23898
23899         * spam-report.el (spam-report-gmane): Add interactive.
23900
23901 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23902
23903         * mm-encode.el (mm-content-transfer-encoding-defaults):
23904         Use qp-or-base64 for the application/* types.
23905
23906 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23907
23908         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23909
23910 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23911
23912         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23913         trim value.
23914
23915 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23916
23917         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23918         New macro and function.
23919         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23920
23921 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23924         after-load-alist.
23925
23926 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23927
23928         * gnus-group.el (gnus-group-get-new-news-this-group):
23929         Don't update info that isn't there.
23930
23931 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23932
23933         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23934         entry.
23935
23936 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * mm-view.el (mm-inline-render-with-function): Use multibyte
23939         buffer; decode html source by charset.
23940
23941         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23942
23943         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23944         Mule-UCS is loaded under XEmacs.
23945         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23946
23947 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23948
23949         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23950
23951 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23952
23953         * mm-util.el (mm-coding-system-p): Return a coding-system.
23954         (mm-mime-mule-charset-alist): Use shift_jis instead of
23955         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23956         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23957         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23958         instead of japanese-shift-jis and iso-latin-1 respectively in
23959         order to share the default value with both Emacs and XEmacs-mule.
23960         (mm-mule-charset-to-mime-charset):
23961         Make mm-coding-system-priorities effective.
23962         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23963         while predicating of candidates upon the priorities.
23964
23965 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23966
23967         * gnus-sum.el (gnus-summary-make-menu-bar):
23968         Add gnus-uu-invert-processable.
23969
23970         * gnus.el: Autoload gnus-uu-invert-processable.
23971
23972 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * mm-util.el (mm-with-multibyte-buffer): New macro.
23975
23976         * rfc2047.el (rfc2047-encode-string): Use it.
23977         (rfc2047-encode-region): Move point to the end of the region after
23978         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23979
23980 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23981
23982         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23983         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23984
23985 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23988         (gnus-cite-parse): Ignore quoted envelope From_.
23989         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23990
23991 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23992
23993         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23994         invalid addresses.
23995
23996 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23997
23998         * spam.el: Change section markers, revise TODO list.
23999         (spam-backends): Make new master list of all installed backends.
24000         (spam-summary-exit-behavior): Add new variable to determine how
24001         messages moves are done at summary exit.
24002         (spam-move-spam-nonspam-groups-only)
24003         (spam-process-ham-in-nonham-groups)
24004         (spam-process-ham-in-spam-groups): Remove variables, the
24005         spam-summary-exit-behavior variable should be used to manage this
24006         behavior.
24007         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24008         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24009         and spam-old-spam-articles.
24010         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24011         Add empty variables, placeholders for the backends they represent.
24012         (spam-set-difference): Move, unchanged.
24013         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24014         unless the user has a processor variable.
24015         (spam-classifications, spam-classification-valid-p)
24016         (spam-backend-properties, spam-backend-property-valid-p)
24017         (spam-backend-function-type-valid-p)
24018         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24019         (spam-report-articles-gmane, spam-report-articles-resend):
24020         Remove functions, they are not needed.
24021         (spam-install-backend-super, spam-backend-list)
24022         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24023         (spam-backend-function, spam-backend-ham-registration-function)
24024         (spam-backend-spam-registration-function)
24025         (spam-backend-ham-unregistration-function)
24026         (spam-backend-spam-unregistration-function)
24027         (spam-backend-statistical-p, spam-backend-mover-p)
24028         (spam-install-backend-alias, spam-install-checkonly-backend)
24029         (spam-install-mover-backend, spam-install-nocheck-backend)
24030         (spam-install-backend, spam-install-statistical-backend)
24031         (spam-install-statistical-checkonly-backend): Add backend installation
24032         support.
24033         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24034         (spam-group-processor-p): Use the new backend code and respect the
24035         summary exit behavior.
24036         (spam-mark-spam-as-expired-and-move-routine): Remove.
24037         (spam-summary-prepare): Change to use the new spam-old-articles
24038         variable.
24039         (spam-copy-or-move-routine, spam-copy-spam-routine)
24040         (spam-move-spam-routine, spam-copy-ham-routine)
24041         (spam-move-ham-routine): Add code to copy/move ham or spam.
24042         (spam-fetch-field-fast): Improve doc and code, plus allow the
24043         'number request.
24044         (spam-list-of-checks, spam-list-of-statistical-checks):
24045         Remove variables.
24046         (spam-split, spam-find-spam): Use the new backend code.
24047         (spam-registration-functions): Remove variable.
24048         (spam-unregister-routine): Add convenience wrapper.
24049         (spam-log-undo-registration, spam-register-routine)
24050         (spam-log-processing-to-registry)
24051         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24052         where possible.
24053         (spam-check-gmane-xref, spam-check-regex-headers)
24054         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24055         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24056         (spam-check-bogofilter-headers, spam-check-spamoracle)
24057         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24058         (spam-check-crm114-headers): Use the spam-split-group that
24059         spam-split prepares, no need to determine it every time.
24060
24061         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24062         to the nnheader-parse-naked-head call.
24063
24064         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24065
24066         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24067         the nnheader-nov-read-message-id call.
24068
24069 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24070
24071         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24072         gnus-activate-group twice.  Suggested by Markus Peter
24073         <warp@spin.de>.
24074
24075 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * gnus-art.el (gnus-article-time-format): Exchange the order of
24078         day and month in the default value; fix customization type.
24079         (article-date-ut): Use add-text-properties.
24080         (article-make-date-line): Use message-make-date instead of
24081         current-time-string.
24082
24083         * message.el (message-fetch-field): Don't use set-text-properties.
24084         (message-make-date): Simplify.
24085
24086         * messagexmas.el (message-xmas-make-date): New function.
24087         (message-xmas-redefine): Defalias message-make-date to it.
24088
24089 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24090
24091         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24092         (rfc2047-encode-region): Treat text within parentheses as special;
24093         show the original text when error has occurred.
24094
24095         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24096         already-computed method to gnus-activate-group.
24097
24098         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24099         same select-methods identical Lisp objects.
24100
24101         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24102         object when modifying the info.
24103
24104 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24105
24106         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24107         gnus-opened-servers since it has never been opened with the new
24108         configuration yet.
24109
24110 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24111
24112         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24113         arg to nnheader-generate-fake-message-id.
24114
24115 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24116
24117         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24118         number and build a fake message ID localized to a group and
24119         article number (so it's repeatable from that point on).
24120         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24121         ID format.
24122
24123         * gnus-sum.el (gnus-get-newsgroup-headers):
24124         Call nnheader-generate-fake-message-id with the article number.
24125
24126 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24127
24128         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24129         end-of-buffer.
24130
24131 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24132
24133         * message.el (message-ignored-supersedes-headers): Add Approved.
24134
24135 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24138         goto-char.
24139         (rfc2047-encode): Fold the line before encoding.
24140
24141 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24142
24143         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24144         folding -- not all headers can be folded, and this should be done
24145         by the message composition mode.  Probably.  I think.
24146
24147 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24150         fast.
24151
24152         * gnus-ems.el (gnus-remove-image): Don't use
24153         message-text-with-property; remove only the image found first.
24154
24155         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24156         found first.
24157
24158 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24159
24160         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24161
24162 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * message.el (message-text-with-property): Make it fast and accept
24165         optional arguments.
24166         (message-strip-forbidden-properties): Use it.
24167         (message-fix-before-sending): Follow the m-t-w-p change.
24168
24169         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24170
24171 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * gnus-art.el (article-hide-headers): Don't change the buffer
24174         mistakenly when performing mml-preview even if
24175         gnus-single-article-buffer is nil.
24176
24177 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24178
24179         * message.el (message-expand-name-databases): New user option.
24180         (message-expand-name): Use it.
24181
24182 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24183
24184         * spam.el (spam-report-articles-resend)
24185         (spam-report-resend-register-routine): Allow ham reporting.
24186         (spam-report-resend-register-ham-routine): Add wrapper.
24187         (spam-registration-functions): Add ham resending functions.
24188         (spam-list-of-processors): Add ham resend processor.
24189
24190         * gnus.el (ham-resend-to): Add new group parameter.
24191         (spam-process): Add ham resend option.
24192
24193         * spam-report.el (spam-report-resend): Allow reporting ham.
24194         (spam-report-resend-ham): Add wrapper.
24195
24196 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24197
24198         * message.el (message-cite-articles-with-x-no-archive):
24199         New variable.
24200         (message-cite-original): Use it.
24201
24202 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24203
24204         * message.el (message-cite-original): Respect X-No-Archive.
24205
24206 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24207
24208         * gnus-art.el (article-hide-headers): Refer to the values for
24209         gnus-ignored-headers and gnus-visible-headers in the summary
24210         buffer since a user may have set them as group parameters.
24211
24212 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24213
24214         * assistant.el (assistant-node-name): Add convenience function.
24215         (assistant-render-text, assistant-render-node): Add error handling,
24216         plus handle multiple next nodes.
24217         (assistant-find-next-node): Comment out for now.
24218         (assistant-find-next-nodes): Add function, returns list of next
24219         nodes.
24220
24221 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24222
24223         * mail-source.el (mail-source-directory): Fix doc-string.
24224
24225 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24226
24227         * assistant.el (assistant-render-text, assistant-eval): Add :set
24228         widget type, which is different because it takes and returns a
24229         list.  Much hilarity ensues.
24230
24231 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24234
24235         * gnus-group.el (gnus-group-get-new-news-this-group):
24236         Add doc-string.
24237
24238         * gnus-start.el (gnus-activate-group): Add doc-string.
24239
24240 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24241
24242         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24243
24244 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24245
24246         * assistant.el (assistant-render-text): Try to add a :set
24247         widget, more to come.
24248
24249         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24250         strings.
24251         (spam-report-articles-resend)
24252         (spam-register-routine): Do registration iff any articles warrant
24253         it.
24254         (spam-summary-prepare-exit): Change log message for nil group
24255         destinations.
24256
24257 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24258
24259         * spam.el (spam-report-resend-register-routine):
24260         Allow spam-report-resend-to to be a group parameter or a global value.
24261
24262 2004-05-26  Simon Josefsson  <jas@extundo.com>
24263
24264         * starttls.el: Merge with my GNUTLS based starttls.el.
24265         (starttls-gnutls-program, starttls-use-gnutls)
24266         (starttls-extra-arguments, starttls-process-connection-type)
24267         (starttls-connect, starttls-failure, starttls-success):
24268         New variables.
24269         (starttls-program, starttls-extra-args): Doc fix.
24270         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24271         New functions.
24272         (starttls-negotiate, starttls-open-stream):
24273         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24274         function if it is set.
24275
24276 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24279         structured fields.
24280
24281 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24284
24285 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24286
24287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24288         Add variable.
24289         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24290         assigning the spam-mark to new messages.
24291
24292 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24293
24294         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24295
24296 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24299
24300         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24301         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24302         default.
24303
24304 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24305
24306         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24307         correct data.
24308
24309 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24310
24311         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24312         (spam-group-processor-p): Fix function.
24313         (spam-group-processor-multiple-p)
24314         (spam-group-spam-processor-report-gmane-p)
24315         (spam-group-spam-processor-report-resend-p)
24316         (spam-group-spam-processor-bogofilter-p)
24317         (spam-group-spam-processor-blacklist-p)
24318         (spam-group-spam-processor-ifile-p)
24319         (spam-group-ham-processor-ifile-p)
24320         (spam-group-spam-processor-spamoracle-p)
24321         (spam-group-spam-processor-crm114-p)
24322         (spam-group-ham-processor-bogofilter-p)
24323         (spam-group-spam-processor-stat-p)
24324         (spam-group-ham-processor-stat-p)
24325         (spam-group-ham-processor-whitelist-p)
24326         (spam-group-ham-processor-BBDB-p)
24327         (spam-group-ham-processor-spamoracle-p)
24328         (spam-group-ham-processor-copy-p): Remove functions with some
24329         prejudice against unneeded code.
24330         (spam-report-articles-resend)
24331         (spam-report-resend-register-routine): Allow the group/topic
24332         spam-resend-to value to override spam-report-resend-to.
24333         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24334         properly now.
24335
24336         * gnus.el (spam-resend-to): Add group/topic parameter.
24337         (spam-process): Move the OBSOLETE processors to the end of the
24338         choices.
24339
24340 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24341
24342         * spam-report.el (spam-report-resend-to, spam-report-resend):
24343         Start with resend-to set to nil, and then ask the user if necessary.
24344         (spam-report-resend): spam-report-resend takes a list of articles, not
24345         separate article numbers.
24346
24347 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24348
24349         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24350         addition to emacs-w3m.
24351
24352 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24353
24354         * assistant.el (assistant-authinfo-data): New function.
24355         (assistant-eval): Eval for entire assistant.
24356
24357         * netrc.el (netrc-services-file): New variable.
24358         (netrc-parse-services): New function.
24359         (netrc-find-service-name): New function.
24360         (netrc-find-service-number): New function.
24361         (netrc-port-equal): New function.
24362         (netrc-machine): Use it.
24363
24364         * nnimap.el (nnimap-open-connection): Use netrc.
24365
24366         * gnus-util.el (gnus-netrc-get): Remove aliases.
24367
24368         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24369
24370         * assistant.el (wid-edit): Fix compilation.
24371
24372         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24373
24374 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24375
24376         * gnus-util.el (gnus-set-file-modes): New function.  (small
24377         patch).
24378
24379 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24380
24381         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24382
24383         * assistant.el (assistant-render-node): Fix up rendering and
24384         read-only text.
24385         (assistant-render-node): Reset.
24386         (assistant-make-read-only): Not sticky.
24387
24388 2004-05-20  Danny Siu  <dsiu@adobe.com>
24389
24390         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24391         centered even when gnus-auto-center-summary is t.
24392
24393 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24394
24395         * dns.el (dns-get-txt-answer): New function.
24396         (dns-read-txt): Ditto.
24397         (query-dns): Use it.
24398
24399 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24400
24401         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24402         active for foreign groups even if the group level is higher than
24403         the specified value.
24404
24405 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24406
24407         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24408         non-active groups.
24409
24410         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24411
24412 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24413
24414         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24415
24416 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24417
24418         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24419         (spam-crm114-header, spam-crm114-spam-switch)
24420         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24421         (spam-crm114-positive-spam-header)
24422         (spam-crm114-database-directory, spam-list-of-processors)
24423         (spam-group-spam-processor-crm114-p)
24424         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24425         (spam-generic-score, spam-list-of-checks)
24426         (spam-list-of-statistical-checks, spam-registration-functions)
24427         (spam-check-crm114-headers, spam-crm114-score)
24428         (spam-check-crm114, spam-crm114-register-with-crm114)
24429         (spam-crm114-register-spam-routine)
24430         (spam-crm114-unregister-spam-routine)
24431         (spam-crm114-register-ham-routine)
24432         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24433
24434 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24435
24436         * gnus.el: Add spam-use-crm114.
24437
24438         * spam.el (spam-list-of-processors, spam-registration-functions):
24439         Add spam-use-resend.
24440         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24441         (spam-report-articles-gmane): Add doc fix.
24442         (spam-report-articles-resend, spam-report-resend-register-routine):
24443         Add wrappers around spam-report-resend-to.
24444
24445         * spam-report.el (spam-report-resend-to, spam-report-resend):
24446         Add support for resending spam.
24447         (spam-report-gmane): Fix line length >80.
24448
24449         * gnus.el (spam-process): Add spam-use-resend.
24450
24451 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24452
24453         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24454         number of processed spam messages.
24455         (spam-ham-copy-or-move-routine): Return the number of processed
24456         ham messages.
24457         (spam-summary-prepare-exit): Use the above values to decide
24458         whether status messages shouled be displayed.
24459
24460 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24461
24462         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24463         `rfc2047-encoding-function-alist' in order to avoid conflicting
24464         with the old version.
24465         (rfc2047-encode-region): Concatenate words containing non-ASCII
24466         characters in structured fields; don't encode space-delimited
24467         ASCII words even in unstructured fields; don't break words at
24468         char-category boundaries.
24469         (rfc2047-encode-1): New function.
24470         (rfc2047-encode): Use it; encode text so that it occupies the
24471         maximum width within 76-column; work correctly on Q encoding for
24472         iso-2022-* charsets.
24473         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24474         sure not to break a line just after the header name.
24475         (rfc2047-b-encode-region): Remove.
24476         (rfc2047-b-encode-string): New function.
24477         (rfc2047-q-encode-region): Remove.
24478         (rfc2047-q-encode-string): New function.
24479
24480         * mm-util.el (mm-replace-in-string): New function.
24481
24482 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24483
24484         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24485         Really get it right.
24486         (gnus-inews-make-draft): Really.
24487
24488 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24489
24490         * nnmh.el (nnmh-request-list-1): Don't check the link count
24491         before descending.  (small patch)
24492
24493 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24494
24495         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24496         stuff.
24497
24498         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24499         Match on real group name.
24500
24501         * gnus-art.el (gnus-signature-limit): Doc fix.
24502
24503         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24504
24505         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24506
24507 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24508
24509         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24510         isn't a string.
24511
24512 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24513
24514         * gnus-draft.el (gnus-draft-send):
24515         Bind rfc2047-encode-encoded-words.
24516
24517         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24518         (rfc2047-encodable-p): Say that =? needs encoding.
24519         (rfc2047-encode-encoded-words): New variable.
24520
24521         * gnus-group.el (gnus-group-select-group): Doc fix.
24522
24523         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24524
24525         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24526         to nil.
24527
24528         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24529
24530         * nnheader.el (nnheader-get-lines-and-char): New function.
24531
24532 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24533
24534         * gnus-msg.el (gnus-summary-followup-with-original):
24535         Document yanking of region when active.
24536
24537 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24538
24539         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24540         groups if the group level is higher than the specified value.
24541
24542 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24543
24544         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24545         (gnus-group-jump-to-group): Add prefix argument using
24546         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24547         non-active group.
24548
24549         * compface.el (uncompface): Be verbose when changing
24550         `uncompface-use-external'.
24551
24552         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24553         handle manual section.
24554
24555 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24556
24557         * gnus-art.el (gnus-button-alist): Revert previous change.
24558
24559 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24560
24561         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24562
24563 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24564
24565         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24566         whether backend can accept message.
24567
24568         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24569
24570 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24571
24572         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24573         Avoid creating directory when nntp-marks-is-evil is true.
24574         Reported by Reiner Steib.
24575
24576 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24577
24578         * gnus-picon.el (gnus-picon-insert-glyph):
24579         Add optional `nostring' argument.
24580
24581 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24582
24583         * gnus-picon.el (gnus-picon-style): New variable.
24584         (gnus-picon-transform-address): Support `gnus-picon-style'.
24585
24586 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24587
24588         * message.el (message-fill-field): Return point.
24589         (message-generate-headers): Go to end of field.
24590
24591         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24592         stuff for non-living groups.
24593
24594 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24595
24596         * gnus-art.el (gnus-article-followup-with-original)
24597         (gnus-article-reply-with-original): gnus-mark-active-p ->
24598         gnus-region-active-p.
24599
24600 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24601
24602         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24603         only when there is spam or ham to be processed.
24604
24605 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24606
24607         * mail-source.el (mail-source-delete-crash-box): Refactor.
24608         (mail-source-fetch): Use it.
24609         (mail-source-fetch-file): Ditto.
24610         (mail-source-fetch-directory): Run postscript in loop.
24611         (mail-source-fetch-pop): Delete.
24612         (mail-source-fetch-maildir): Ditto.
24613         (mail-source-fetch-imap): Ditto.
24614
24615         * imap.el (imap-authenticators): Comment out sasl.
24616
24617         * message.el (message-skip-to-next-address): New function.
24618         (message-fill-header-address): Refactor.
24619         (message-fill-address): Use it.
24620         (message-delete-address): Use it.
24621         (message-fill-header-general): Refactor.
24622         (message-fill-field-address): Rename.
24623         (message-narrow-to-field): Find the start of the header.
24624         (message-header-format-alist): Don't pre-fill.
24625         (message-fill-header): Remove.
24626         (message-insert-header): New function.
24627         (message-shorten-references): Use it.
24628
24629         * rfc2047.el (rfc2047-field-value): Strip props.
24630
24631         * mail-parse.el (mail-header-make-address): New alias.
24632
24633         * ietf-drums.el (ietf-drums-make-address): New function.
24634
24635         * imap.el: Add compiler directives.
24636
24637         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24638
24639         * gnus-art.el (article-decode-idna-rhs): Don't use
24640         message-idna-inside-rhs-p.
24641
24642 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24643
24644         * message.el (message-idna-inside-rhs-p): Remove.
24645         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24646
24647         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24648         false positives.
24649
24650 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24651
24652         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24653
24654 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24655
24656         * nneething.el (nneething-file-name): Don't create spurious
24657         files.
24658
24659         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24660         (gnus-inews-do-gcc): Remove sleep.
24661
24662         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24663         part under point.
24664
24665         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24666         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24667
24668 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24669
24670         * spam.el (spam-summary-prepare-exit): Fix (length).
24671
24672 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24673
24674         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24675         as expired without moving it" message when there are spam
24676         messages left.
24677
24678 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24679
24680         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24681         header is not nil.
24682
24683 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24684
24685         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24686         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24687         (nntp-marks-changed-p): New arg SERVER.
24688         (nntp-request-update-info): Adjust caller.
24689
24690 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24691
24692         * nntp.el (nntp-save-marks): Pass missing arg.
24693
24694 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24695
24696         * nntp.el: Support marks.
24697         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24698         (nntp-marks-modtime, nntp-marks-directory): New variables.
24699         (nntp-request-set-mark, nntp-request-update-info)
24700         (nntp-possibly-create-directory, nntp-marks-changed-p)
24701         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24702         New functions.
24703
24704 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24705
24706         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24707         (gnus-xmas-redefine): Rename.
24708
24709         * gnus-score.el (gnus-score-insert-help):
24710         Use gnus-select-lowest-window.
24711
24712         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24713         appt-select-lowest-window and rename to gnus-select-lowest-window.
24714
24715         * gnus.el: do.
24716
24717 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24718
24719         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24720         encodings of MIME-encoded words, in order to improve
24721         interoperability with several broken MUAs.
24722
24723 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24724
24725         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24726         tags, only when charsets are not specified in headers.
24727         (mm-inline-text-html-render-with-w3m): Ditto.
24728
24729         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24730         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24731
24732 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24733
24734         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24735         instead of MIME-decoded from fields when checking
24736         `gnus-article-address-banner-alist'.
24737
24738 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24739
24740         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24741         description rather than subject.
24742
24743 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24744
24745         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24746
24747 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24748
24749         * gnus.el (gnus-version-number): Bump.
24750
24751 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24752
24753         * gnus.el: No Gnus v0.2 is released.
24754
24755 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24756
24757         * gnus-agent.el (gnus-agent-read-agentview):
24758         Inline gnus-uncompress-range.
24759
24760 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24761
24762         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24763         `exec-installed-p'.
24764
24765 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24766
24767         * gnus.el (spam-process, spam-autodetect-methods):
24768         Add bsfilter and bsfilter-headers.
24769
24770         * spam.el (spam-bsfilter): New customize group.
24771         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24772         (spam-bsfilter-header, spam-bsfilter-probability-header)
24773         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24774         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24775         (spam-bsfilter-database-directory): New options.
24776         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24777         (spam-list-of-statistical-checks, spam-registration-functions):
24778         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24779         (spam-bsfilter-score): New command.
24780         (spam-check-bsfilter-headers, spam-check-bsfilter)
24781         (spam-bsfilter-register-with-bsfilter)
24782         (spam-bsfilter-register-spam-routine)
24783         (spam-bsfilter-unregister-spam-routine)
24784         (spam-bsfilter-register-ham-routine)
24785         (spam-bsfilter-unregister-ham-routine): New functions.
24786         (spam-generic-score): Support bsfilter; Accept an optional argument
24787         to recalcurate spam score even if scoring header has already been
24788         added.
24789         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24790         optional argument to recalcurate spam score even if scoring header
24791         has already been added.
24792
24793 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24794
24795         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24796         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24797         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24798         link is missing.
24799
24800 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24801
24802         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24803         (html2text-get-attr): Rewrite.
24804
24805         * message.el (message-setup-1): Remove redundant put-text-property
24806         on mail-header-separator.
24807
24808 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24809
24810         * gnus-registry.el (gnus-registry-cache-whitespace)
24811         (gnus-registry-action, gnus-registry-spool-action)
24812         (gnus-registry-split-fancy-with-parent): Change message levels
24813         from 5 to 3 or 7, as needed.
24814
24815         * spam.el (spam-summary-prepare-exit)
24816         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24817         (spam-split, spam-find-spam, spam-log-undo-registration)
24818         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24819         level from 5 to 6.
24820
24821 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24824         2004-03-04 change).
24825
24826 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24827
24828         * sieve-manage.el (sieve-manage-open):
24829         * nnweb.el (nnweb-insert-html):
24830         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24831         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24832         * nnspool.el (nnspool-request-group):
24833         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24834         * nnml.el (nnml-request-update-info):
24835         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24836         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24837         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24838         (nnimap-request-set-mark):
24839         * nnfolder.el (nnfolder-request-update-info):
24840         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24841         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24842         * gnus-uu.el (gnus-uu-find-articles-matching):
24843         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24844         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24845         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24846         * gnus-nocem.el (gnus-nocem-scan-groups):
24847         * gnus-int.el (gnus-start-news-server):
24848         * gnus-group.el (gnus-group-make-kiboze-group)
24849         (gnus-group-browse-foreign-server):
24850         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24851         Use mapc when appropriate.
24852
24853 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24854             Adam Sjøgren  <asjo@koldfront.dk>
24855             Wes Hardaker  <wes@hardakers.net>
24856             Michael Shields  <shields@msrl.com>
24857
24858         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24859         may need for spam sorting and scoring.
24860         (spam-user-format-function-S): Add user format function suitable for
24861         general use.
24862         (spam-article-sort-by-spam-status): Add sorting function for summary
24863         sorting.
24864         (spam-extra-header-to-number): Add function to get a score from a
24865         header.
24866         (spam-summary-score): Add function to get a numeric score from the
24867         headers.
24868         (spam-generic-score): Fix function doc, was in wrong place.
24869         (spam-initialize): Take symbols when it's run, and install the
24870         extra headers that spam-necessary-extra-headers thinks we need.
24871
24872 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24873
24874         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24875         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24876
24877 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24878
24879         * gnus-sum.el (gnus-set-global-variables)
24880         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24881         (gnus-article-get-xrefs, gnus-summary-best-group)
24882         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24883         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24884         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24885         Use with-current-buffer.
24886
24887 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24888
24889         * spam.el (spam-summary-prepare-exit): Simplify logic.
24890         (spam-fetch-article-header): Read the article header if it's not
24891         available.
24892         (spam-list-articles): Simplify logic.
24893         (spam-filelist-register-routine): Fix bug with unregister-list.
24894
24895         * gnus-registry.el: Fix comments at beginning.
24896
24897 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24898
24899         * message.el (message-cater-to-broken-inn): Remove.
24900         (message-shorten-references): Make sure the total folded length of
24901         References is shorter than 998 characters to cater to a bug in INN
24902         2.3.  Also, don't pretend that references aren't folded -- this
24903         hasn't worked for a while.
24904
24905 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24906
24907         * gnus-agent.el (gnus-agentize):
24908         gnus-agent-send-mail-real-function no longer set to current value
24909         of message-send-mail-function but rather a lambda that calls
24910         message-send-mail-function.  The change makes the agent real-time
24911         responsive to user changes to message-send-mail-function.
24912
24913 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24914
24915         * legacy-gnus-agent.el
24916         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24917         help from Florian Weimer <fw@deneb.enyo.de>
24918
24919 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * nnmail.el (nnmail-cache-insert): Revert last change.
24922
24923 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24924
24925         * nnmail.el (nnmail-cache-insert): Always check whether
24926         nnmail-cache-ignore-groups matches a group name.
24927
24928 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24929
24930         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24931         (spam-find-spam, spam-log-processing-to-registry)
24932         (spam-log-registered-p, spam-log-unregistration-needed-p)
24933         (spam-log-undo-registration): Use gnus-message instead of
24934         gnus-error, none of these errors are fatal.
24935
24936         * gnus-registry.el (gnus-registry-clean-empty-function)
24937         (gnus-registry-clean-empty): Remove only empty entries without
24938         extra data.
24939
24940 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * spam-stat.el (spam-stat-buffer-change-to-spam)
24943         (spam-stat-buffer-change-to-non-spam): Change (error) to
24944         (gnus-message 8) invocation.
24945
24946 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24947
24948         * nntp.el (nntp-via-netcat-command): New variable.
24949         (nntp-via-netcat-switches): New variable.
24950         (nntp-open-via-rlogin-and-netcat): New function.
24951         (nntp-open-connection-function): Doc fix.
24952         (nntp-telnet-command): Doc fix.
24953         (nntp-end-of-line): Doc fix.
24954         (nntp-via-rlogin-command): Doc fix.
24955         (nntp-via-user-name): Doc fix.
24956         (nntp-via-address): Doc fix.
24957
24958 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24961         error in Emacs 21.1.
24962
24963 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24964
24965         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24966
24967 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24968
24969         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24970         (gnus-agent-with-refreshed-group): New macro.
24971         (gnus-agent-rename-group): New function.
24972         (gnus-agent-delete-group): New function.
24973         (gnus-agent-save-group-info): Use gnus-command-method when
24974         `method' parameter is nil.  Don't write nil entries into the
24975         active file.
24976         (gnus-agent-get-group-info): New function.
24977         (gnus-agent-fetch-articles):
24978         Use gnus-agent-update-files-total-fetched-for to increment disk space
24979         used.
24980         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24981         Use gnus-agent-update-view-total-fetched-for to increment disk space
24982         used.
24983         (gnus-agent-get-local): Add optional parameters to avoid calling
24984         gnus-group-real-name and gnus-find-method-for-group.
24985         (gnus-agent-set-local): Delete stored entry if either min, or max,
24986         are nil.
24987         (gnus-agent-fetch-session): Reworded error/quit messages.
24988         On quit, use gnus-agent-regenerate-group to record existance of any
24989         articles fetched to disk before the quit occurred.
24990         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24991         gnus-agent-update-view-total-fetched-for, and
24992         gnus-agent-update-files-total-fetched-for to decrement disk space
24993         used.
24994         (gnus-agent-retrieve-headers):
24995         Use gnus-agent-update-view-total-fetched-for to increment disk space
24996         used.
24997         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24998         with gnus-agent-update-files-total-fetched-for to decrement disk
24999         space and fresh group buffer.
25000         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25001         (gnus-agent-need-update-total-fetched-for): New variable.
25002         (gnus-agent-update-files-total-fetched-for): New function.
25003         (gnus-agent-update-view-total-fetched-for): New function.
25004         (gnus-agent-total-fetched-for): New function.
25005
25006         * gnus-cache.el (gnus-cache-save-buffers):
25007         Use gnus-cache-update-overview-total-fetched-for to change disk space
25008         used by this group.
25009         (gnus-cache-possibly-enter-article):
25010         Use gnus-cache-update-file-total-fetched-for to increment disk space
25011         used by this group.
25012         (gnus-cache-possibly-remove-article):
25013         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25014         used by this group.
25015         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25016         (gnus-cache-rename-group): New function.
25017         (gnus-cache-delete-group): New function.
25018         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25019         (gnus-cache-need-update-total-fetched-for): New variable.
25020         (gnus-cache-with-refreshed-group): New macro.
25021         (gnus-cache-update-file-total-fetched-for): New function.
25022         (gnus-cache-update-overview-total-fetched-for): New function.
25023         (gnus-cache-rename-group-total-fetched-for): New function.
25024         (gnus-cache-delete-group-total-fetched-for): New function.
25025         (gnus-cache-total-fetched-for): New function.
25026
25027         * gnus-group.el: Require gnus-sum and autoload functions to
25028         resolve warnings when gnus-group.el compiled alone.
25029         (gnus-group-line-format): Documented new %F.
25030         (size of Fetched data) group line format; identifies disk space
25031         used by agent and cache.
25032         (gnus-group-line-format-alist): Defined new F format.
25033         (gnus-total-fetched-for): New function.
25034         (gnus-group-delete-group): No longer update
25035         gnus-cache-active-altered as gnus-request-delete-group now keeps
25036         the cache in sync.
25037         (gnus-group-list-active): Let the agent store a server's active
25038         list if currently plugged.
25039
25040         * gnus-int.el (gnus-request-delete-group):
25041         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25042         local disk in sync with the server.
25043         (gnus-request-rename-group):
25044         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25045         local disk in sync with the server.
25046
25047         * gnus-start.el (gnus-get-unread-articles):
25048         Cosmetic simplification to logic.
25049
25050         * gnus-util.el (gnus-rename-file): New function.
25051
25052 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25053
25054         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25055
25056 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25057
25058         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25059         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25060
25061 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25062
25063         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25064         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25065
25066 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25067
25068         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25069
25070 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25071
25072         * spam.el (spam-set-difference): Add function to replace
25073         gnus-set-difference in spam.el.
25074         (spam-summary-prepare-exit): Use spam-set-difference.
25075
25076 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25077
25078         * gnus-registry.el (gnus-registry-cache-file): Update to use
25079         gnus-dribble-directory OR gnus-home-directory OR ~.
25080         (gnus-registry-split-fancy-with-parent): Fix doc.
25081
25082 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25083
25084         * message.el (message-exchange-point-and-mark):
25085         Use message-mark-active-p.  Suggested by Jesper Harder
25086         <harder@ifa.au.dk>.
25087
25088 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25089
25090         * message.el (message-exchange-point-and-mark): Don't activate
25091         region if it was inactive.  Suggested by Hiroshi Fujishima
25092         <pooh@nature.tsukuba.ac.jp>.
25093
25094 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * gnus-art.el (article-display-face): Display Faces in the same
25097         order as X-Faces.
25098
25099 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25100
25101         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25102
25103 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25104
25105         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25106         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25107         (gnus-article-mime-hierarchy): Remove.
25108         (gnus-article-mime-hierarchy-next): Remove.
25109         (gnus-article-mode): Revert 2004-03-19 change.
25110         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25111         (gnus-insert-mime-button): Revert 2004-03-19 change.
25112         (gnus-mime-accumulate-hierarchy): Remove.
25113         (gnus-mime-enter-multipart): Remove.
25114         (gnus-mime-leave-multipart): Remove.
25115         (gnus-mime-display-part): Revert 2004-03-19 change.
25116         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25117
25118         * mml.el (mml-preview): Revert 2004-03-19 change.
25119
25120 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25121
25122         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25123
25124 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25125
25126         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25127         t while entering a file name using the mm-with-multibyte macro.
25128         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25129
25130         * mm-util.el (mm-with-multibyte): New macro.
25131
25132 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25133
25134         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25135         New user option.
25136         (gnus-mime-multipart-functions): Doc and customization fix.
25137         (gnus-article-mime-hierarchy): New variable.
25138         (gnus-article-mime-hierarchy-next): New variable.
25139         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25140         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25141         gnus-article-mime-hierarchy-next to nil.
25142         (gnus-insert-mime-button): Show hierarchy numbers.
25143         (gnus-mime-accumulate-hierarchy): New function.
25144         (gnus-mime-enter-multipart): New function.
25145         (gnus-mime-leave-multipart): New function.
25146         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25147         (gnus-mime-display-alternative): Show hierarchy numbers.
25148
25149         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25150         gnus-article-mime-hierarchy-next to nil.
25151
25152 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25153
25154         * dns.el: Don't require gnus-xmas.
25155
25156 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25157
25158         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25159         inline PGP.
25160         (mml-menu): Disable mml-quote-region if mark is inactive.
25161
25162 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25163
25164         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25165         when the group's active is not available.
25166
25167 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25168
25169         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25170         error.
25171
25172 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25173
25174         * imap.el (imap-store-password): New variable.
25175         (imap-interactive-login): Use it.
25176         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25177
25178 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25179
25180         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25181         window-start and hscroll to summary window.
25182
25183 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25184
25185         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25186         conversion message to newsrc-dribble when an actual conversion is
25187         performed.
25188
25189 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25190
25191         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25192
25193 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25194
25195         * mm-decode.el (mm-complicated-handles): New function reviving
25196         former definition of mm-multiple-handles.
25197
25198         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25199         (gnus-mime-delete-part): Use it.
25200
25201 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25202
25203         * gnus-agent.el (gnus-agent-read-local):
25204         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25205         avoid the implicit assumption that they will always be equal.
25206         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25207         coding-system-for-write, as the with-temp-file macro first prints
25208         to a buffer then saves the buffer.
25209
25210 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * gnus-art.el (gnus-article-edit-part): New function.
25213         (gnus-mime-save-part-and-strip): Use it; do query instead of
25214         signaling an error; don't use mm-multiple-handles.
25215         (gnus-mime-delete-part): Ditto.
25216
25217 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25218
25219         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25220         old file versions.
25221         (gnus-group-prepare-hook): Remove function that converted list
25222         form of gnus-agent-expire-days to group properties.
25223
25224         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25225         (gnus-request-accept-article): Re-indented.
25226
25227         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25228         converters to handle old agent file formats.  Add logic for a
25229         "backup before upgrading warning".
25230         (gnus-convert-mark-converter-prompt): Developers can mark
25231         functions as needing (default), or not needing,
25232         gnus-convert-old-newsrc's "backup before upgrading warning".
25233         (gnus-convert-converter-needs-prompt): Tests whether the user
25234         should be protected from potentially irreversable changes by the
25235         function.
25236
25237         * legacy-gnus-agent.el: New.  Provides converters that are only
25238         loaded when gnus-convert-old-newsrc needs to call them.
25239
25240 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25241
25242         * mail-source.el (mail-source-touch-pop): Doc fix.
25243
25244         * message.el (message-smtpmail-send-it): Doc fix.
25245
25246 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25247
25248         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25249
25250         * nnmail.el (nnmail-split-fancy): do.
25251
25252         * gnus-kill.el (gnus-kill, gnus-execute): do.
25253
25254 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25255
25256         * gnus-sum.el (gnus-widget-reversible-match)
25257         (gnus-widget-reversible-to-internal)
25258         (gnus-widget-reversible-to-external): New functions.
25259         (gnus-widget-reversible): New widget.
25260         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25261
25262 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25263
25264         * gnus-sum.el (gnus-thread-sort-functions)
25265         (gnus-article-sort-functions): Document `(not F)' items.
25266
25267 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25268
25269         * spam.el (spam-use-gmane-xref): Add new backend.
25270         (spam-gmane-xref-spam-group): Add variable to control the name of the
25271         Gmane spam group.
25272         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25273         (spam-regex-headers-spam, spam-regex-headers-ham)
25274         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25275         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25276         backends and checks.
25277         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25278
25279         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25280         an autodetect method.
25281
25282 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25283
25284         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25285         articles are being added to a group.
25286         (gnus-request-replace-article): Inform the agent that articles
25287         need to be uncached as the cached contents are no longer valid.
25288
25289 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25290
25291         * binhex.el: Don't autoload executable-find.
25292
25293         * canlock.el: Don't autoload mail-fetch-field.
25294
25295         * dgnushack.el: Autoload c-mode for XEmacs.
25296
25297         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25298
25299         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25300         rmail-dont-reply-to and rmail-output.
25301
25302         * gnus-score.el: Don't autoload ffap-string-at-point.
25303
25304         * gnus-setup.el: Don't autoload sc-cite-original.
25305
25306         * imap.el: Don't autoload base64-decode-string,
25307         base64-encode-string and md5.
25308
25309         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25310         and rmail-msg-restore-non-pruned-header.
25311
25312         * mm-decode.el: Don't autoload executable-find.
25313
25314         * mm-url.el: Don't autoload executable-find.
25315
25316         * mm-view.el: Don't autoload diff-mode.
25317
25318         * nndb.el: Don't autoload news-reply-mode, news-setup,
25319         cancel-timer and telnet.
25320
25321         * password.el: Don't autoload run-at-time for Emacs.
25322
25323         * sha1-el.el: Don't autoload executable-find.
25324
25325         * sieve-mode.el: Don't autoload c-mode.
25326
25327         * uudecode.el: Don't autoload executable-find.
25328
25329 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25330
25331         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25332         (gnus-agent-possibly-alter-active): Avoid null in numeric
25333         comparison.
25334         (gnus-agent-set-local): Refuse to save null in local object table.
25335         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25336         list of articles that will be marked as unread.
25337
25338 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25339
25340         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25341
25342 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25343
25344         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25345         language tags.
25346
25347 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25348
25349         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25350         Don't bind "obarray".
25351
25352         * gnus-sum.el (gnus-thread-sort-functions):
25353         Add `gnus-thread-sort-by-most-recent-number' and
25354         `gnus-thread-sort-by-most-recent-date'.
25355         Reported by Kai Grossjohann <kai@emptydomain.de>.
25356
25357 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25358
25359         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25360
25361 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25362
25363         * gnus-cus.el (gnus-agent-customize-category):
25364         Remove ignore-errors macro reference that required cl to be loaded at
25365         run-time.
25366
25367         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25368         single-interval range of the form (min . max).  Previously the
25369         range had to look like ((min . max)).  Likewise, return
25370         (min . max) rather than ((min . max)).
25371         (gnus-range-map): Use gnus-range-normalize to accept
25372         single-interval range.
25373
25374         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25375         the cache, but not the agent, now appear with their usual face.
25376
25377         * dgnushack.el (loaddir): New variable that is bound to the
25378         directory containing the dgnushack.el file. Use loaddir, rather
25379         than srcdir, to update load-path. Change lets dgnushack compile
25380         code in directories other than GNUS/lisp.
25381
25382 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25383
25384         * lpath.el: Don't bind w3m-safe-url-regexp.
25385
25386         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25387         w3m-safe-url-regexp variable buffer-local.
25388
25389         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25390
25391 2004-02-27  Simon Josefsson  <jas@extundo.com>
25392
25393         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25394         gnus-group-real-prefix.
25395         (gnus-summary-move-article): Use it, instead of
25396         gnus-group-real-prefix.
25397
25398 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25399
25400         * lpath.el: Bind w3m-safe-url-regexp.
25401
25402         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25403         w3m-safe-url-regexp variable buffer-local and set it as the value
25404         of mm-w3m-safe-url-regexp.
25405
25406         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25407
25408         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25409         parsing gnus-posting-styles when the message is not for replying.
25410
25411         * dgnushack.el: Autoload sgml-mode for XEmacs.
25412
25413         * nnrss.el (nnrss-opml-export):
25414         Use mm-set-buffer-file-coding-system instead of
25415         set-buffer-file-coding-system.
25416
25417 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25418
25419         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25420         of checkdoc.el).
25421         * nnrss.el: do.
25422         * gnus-mlspl.el: do.
25423         * gnus-ml.el: do.
25424         * gnus-srvr.el: do.
25425
25426         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25427
25428 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25429
25430         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25431         Corrections to custom-manual links.
25432
25433         * gnus-art.el (gnus-article): Ditto.
25434
25435         * mm-decode.el (mime-display, mime-security): Ditto.
25436
25437 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25438
25439         * flow-fill.el: Typo.
25440
25441 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25442
25443         * spam-wash.el: New file.
25444
25445 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25446
25447         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25448
25449 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25450
25451         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25452         to be run with new-articles as LIST1, not LIST2.
25453         (spam-registration-functions): Add spam-use-ham-copy as a nil
25454         registration backend.
25455
25456 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25457
25458         * spam-stat.el (spam-stat-washing-hook): New option.
25459         (spam-stat-buffer-words): Use it.
25460         (spam-stat-process-directory, spam-stat-test-directory):
25461         Use insert-file-contents-literally.
25462         (spam-stat-coding-system): New variable.
25463         (spam-stat-load, spam-stat-save): Use it.
25464
25465 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25466
25467         * spam-report.el (spam-report-plug-agent):
25468         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25469
25470 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25471
25472         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25473         Allow / in mailto URLs.
25474
25475 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25476
25477         * spam-report.el (spam-report-process-queue): Fix interactive use.
25478         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25479         (spam-report-unplug-agent): Doc fixes.
25480         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25481         (spam-report-agentize, spam-report-deagentize): Autoload.
25482
25483 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25484
25485         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25486
25487         * message.el (message-setup-fill-variables): Add mml tags to
25488         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25489         <ajk@iu.edu>.
25490         (message-mode): Don't modify paragraph-separate there.
25491
25492 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25493
25494         * compface.el (uncompface-use-external): Default to undecided.
25495         (uncompface-use-external-threshold): New variable.
25496         (uncompface-float-time): New macro.
25497         (uncompface): Determine whether to use the external decoder if
25498         uncompface-use-external is undecided.
25499
25500 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25501
25502         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25503         after images.
25504
25505         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25506
25507 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25508
25509         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25510
25511         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25512
25513         * gnus-sum.el (gnus-summary-limit-to-age)
25514         (gnus-summary-limit-children): do.
25515
25516         * gnus-int.el (gnus-request-scan): do.
25517
25518         * gnus-group.el (gnus-group-suspend): do.
25519
25520         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25521
25522         * gnus-cite.el (gnus-cite-parse-attributions): do.
25523
25524         * gnus-agent.el (gnus-summary-set-agent-mark)
25525         (gnus-agent-regenerate-group): do.
25526
25527         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25528
25529         * binhex.el (binhex-decode-region-internal): do.
25530
25531 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25532
25533         * gnus-fun.el (gnus-face-properties-alist): New user option.
25534         (gnus-display-x-face-in-from): Use it.
25535
25536         * gnus-art.el (article-display-face): Ditto.
25537
25538         * compface.el (uncompface-use-external): Default to nil.
25539
25540 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25541
25542         * nntp.el (nntp-erase-buffer): New function.
25543         (nntp-retrieve-data, nntp-send-command)
25544         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25545         (nntp-possibly-change-group): Use it.
25546
25547         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25548         Use with-current-buffer.
25549
25550 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25551
25552         * compface.el: Merge the ELisp-based uncompface program.
25553         (compface): New customization group.
25554         (uncompface-use-external): New user option.
25555         (uncompface): Call uncompface-internal if uncompface-use-external
25556         is nil.
25557         (uncompface-internal): New function.  Note that there are also
25558         some other functions and variables added for this function.
25559
25560 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25561
25562         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25563         if necessary.
25564
25565 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25566
25567         * spam-report.el (spam-report-unplug-agent)
25568         (spam-report-plug-agent, spam-report-deagentize)
25569         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25570         Add support for the Agent in spam-report: when unplugged, report to a
25571         file; when plugged, submit all the requests.
25572
25573         * spam.el (spam-register-routine): Fix message about
25574         registration.
25575
25576 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25577
25578         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25579         dependencies.
25580         (rfc2047-encode): Use it.
25581
25582         * gnus-art.el (gnus-button-marker-list): Move before first
25583         reference.
25584
25585         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25586         (imap-parse-body): Fix format string mismatch.
25587
25588         * gnus-score.el (gnus-summary-increase-score): do.
25589
25590         * nnrss.el (nnrss-close): New function.
25591
25592 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25593
25594         * nnrss.el (nnrss-make-filename): New function.
25595         (nnrss-request-delete-group, nnrss-read-server-data)
25596         (nnrss-save-server-data, nnrss-read-group-data)
25597         (nnrss-save-group-data): Use it.
25598         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25599         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25600         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25601
25602 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25603
25604         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25605
25606 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25607
25608         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25609         files.
25610
25611         * message.el (message-generate-headers-first): Don't quote nil
25612         and t in docstrings.
25613
25614         * imap.el (imap-id): do.
25615
25616         * gnus-agent.el (gnus-agent-consider-all-articles)
25617         (gnus-agent-queue-mail): do.
25618
25619 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25620
25621         * spam-report.el (spam-report-process-queue): New function.
25622         Process requests from `spam-report-requests-file'.
25623         (spam-report-process-queue): Doc fix.
25624
25625 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25626
25627         * spam.el (spam-register-routine)
25628         (spam-log-processing-to-registry, spam-log-registered-p)
25629         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25630         Change "check" to "spam-check" for semi-clarity.
25631
25632 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25633
25634         * pop3.el: Require nnheader.
25635
25636         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25637
25638         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25639
25640         * gnus-picon.el: Require cl.
25641
25642         * gnus-fun.el: Require gnus-ems and gnus-util.
25643
25644         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25645
25646         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25647
25648         * gnus-art.el (gnus-article-edit-mode): Define before first
25649         reference.
25650
25651 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25652
25653         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25654         (gnus-uu-post-encoded): Use point-at-bol.
25655
25656         * gnus-topic.el (gnus-group-active-topic-p): do.
25657
25658         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25659
25660         * gnus-group.el (gnus-group-kill-region): do.
25661
25662         * gnus-art.el (article-date-ut): do.
25663
25664         * message.el (message-fetch-field): Remove redundant
25665         case-fold-search binding.
25666         (message-narrow-to-field): Simplify.
25667
25668 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25669
25670         * spam.el (spam-directory): Derive from `gnus-directory'.
25671
25672         * spam-report.el (spam-report-url-to-file)
25673         (spam-report-requests-file): New function and variable for offline
25674         reporting.
25675         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25676         and user defined function.
25677         (spam-report-url-ping-mm-url): Remove doubled slash.
25678
25679 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25680
25681         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25682
25683 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25684
25685         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25686         Fix format string mismatch.
25687
25688         * sieve.el (sieve-deactivate-all): do.
25689
25690         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25691
25692         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25693
25694         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25695
25696         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25697
25698 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25699
25700         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25701         the list of checks.
25702
25703 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25704
25705         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25706         padding.
25707
25708 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25709
25710         * mm-view.el (mm-fill-flowed): New variable.
25711         (mm-inline-text): Use it.
25712
25713 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25714
25715         * spam.el (spam-spamassassin-register-ham-routine)
25716         (spam-spamassassin-register-spam-routine): Fix function names.
25717
25718 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25719
25720         * gnus.el (gnus-tmp-grouplens): Remove.
25721         (gnus-summary-line-format): Remove grouplens.
25722
25723         * gnus-group.el (gnus-group-line-format): Ditto.
25724
25725         * gnus-spec.el (gnus-format-specs): Ditto.
25726         (gnus-update-format-specifications): Flush the group format spec
25727         cache if there's the grouplens stuff.
25728         (gnus-parse-simple-format): Replace %l with the empty string.
25729
25730 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25731
25732         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25733         omission.
25734
25735 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25736
25737         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25738         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25739
25740 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25741
25742         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25743         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25744         New macros and functions.
25745         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25746         Handle > NLINK_MAX messages.
25747         * nnmaildir.el (nnmaildir-request-set-mark):
25748         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25749
25750 2004-01-25  Alex Schroeder  <alex@gnu.org>
25751
25752         * spam-stat.el (spam-stat-process-directory-age): New option.
25753         (spam-stat-process-directory): Use it.
25754
25755 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25756
25757         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25758         (spam-stat-save): Accept prefix argument.
25759
25760 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25761
25762         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25763         links" error.
25764
25765 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25766
25767         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25768         the rest of the and/or forms.
25769
25770 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25773         compatibility with old .newsrc.eld files.
25774
25775         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25776
25777         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25778
25779         * gnus-start.el (gnus-1): do.
25780
25781         * gnus-group.el (gnus-group-line-format-alist): do.
25782
25783         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25784
25785         * gnus-gl.el: Remove.
25786
25787 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25788
25789         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25790         marks consisting of a single range {for example, (3 . 5)} rather
25791         than a list of a single range { ((3 . 5)) }.
25792
25793 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25794
25795         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25796         Use with-current-buffer.
25797         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25798         avoid consing a string.
25799
25800         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25801         Remove obsolete entries for big5 and gb2312.
25802
25803 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25804
25805         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25806         uncompressed list.
25807
25808 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25809
25810         * spam-stat.el (spam-stat-strip-xref): New function.
25811         (spam-stat-process-directory): Use it.
25812
25813         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25814         here -- it's done in message-fetch-field.
25815
25816 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25817
25818         * gnus-agent.el (gnus-agent-queue-mail)
25819         (gnus-agent-prompt-send-queue): New variables.
25820         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25821         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25822         "nndraft:queue" along to gnus-draft-send.
25823         Use gnus-agent-prompt-send-queue.
25824         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25825         is "nndraft:queue".  Suggested by Gaute Strokkenes
25826         <gs234@srcf.ucam.org>
25827
25828         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25829         (agent-enable-undownloaded-faces): Add.
25830         (gnus-agent-cat-groups): Use eval-and-compile, not
25831         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25832         method of gnus-agent-cat-groups even when the buffer has been
25833         evaled.
25834         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25835         delete gnus-agent-save-active-1.
25836         (gnus-agent-save-groups): Delete.  Identical to
25837         gnus-agent-save-active.
25838         (gnus-agent-write-active): No longer adjust agent's copy of active
25839         file as agent's adjustments are now stored in their own
25840         file.  Remove optional parameter.
25841         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25842         servers.  Add use of min/max range limits from server's local
25843         file.
25844         (gnus-agent-save-alist): Remove unused optional argument.
25845         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25846         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25847         (gnus-agent-set-local): A per-server file that keeps min/max range
25848         limits for articles known to the agent.  Provides a fast mechanism
25849         for altering many active ranges.
25850         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25851         active file (local makes it unnecessary).
25852         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25853
25854         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25855         (agent-enable-undownloaded-faces): Add.
25856
25857         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25858         disable it when sending to "nndraft:queue".
25859         (gnus-group-send-queue): Add safety check to avoid sending queue
25860         when unplugged.
25861
25862         * gnus-group.el (gnus-group-catchup): Use new
25863         gnus-sequence-of-unread-articles, not
25864         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25865         numbers of articles.  Use gnus-range-map to avoid having to
25866         uncompress the unread list.
25867         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25868         Fix invalid ange-ftp reference.
25869
25870         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25871         (gnus-sorted-range-intersection): Intersection of two ranges
25872         without requiring that they first be uncompressed.
25873
25874         * gnus-start.el (gnus-activate-group): Unless blocked by the
25875         caller, possibly expand the active range to include both cached
25876         and agentized articles.
25877         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25878         multiple version-dependent converters.
25879         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25880         gnus-agent-save-active.
25881         (gnus-save-newsrc-file): Save dirty agent range limits.
25882
25883         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25884         gnus-agent-possibly-alter-active.
25885         (gnus-adjust-marked-articles): Faster handling of simple lists.
25886
25887 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25888
25889         * spam-stat.el (spam-stat-test-directory): New optional argument
25890         displays a list of files detected.  Suggested by Andrew Cohen
25891         <cohen@andy.bu.edu>.
25892         (spam-stat-buffer-words-with-scores): Don't narrow and change
25893         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25894
25895 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25896
25897         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25898         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25899         (spam-spamassassin-arguments)
25900         (spam-spamassassin-spam-flag-header)
25901         (spam-spamassassin-positive-spam-flag-header)
25902         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25903         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25904         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25905         (spam-list-of-processors, spam-list-of-checks)
25906         (spam-list-of-statistical-checks, spam-registration-functions)
25907         (spam-check-spamassassin-headers, spam-check-spamassassin)
25908         (spam-spamassassin-score)
25909         (spam-spamassassin-register-with-sa-learn)
25910         (spam-spamassassin-register-spam-routine)
25911         (spam-spamassassin-register-ham-routine)
25912         (spam-assassin-register-spam-routine)
25913         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25914         (spam-bogofilter-score): Fix to show article before scoring.
25915
25916 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25917
25918         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25919         default scoring function.
25920         (spam-generic-score): Call spam-spamassassin-score if
25921         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25922         spam-bogofilter-score otherwise.
25923
25924         * gnus.el (spam-process, spam-autodetect-methods):
25925         Add spamassassin and spamassassin-headers.
25926
25927 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25928
25929         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25930         Suppress unnecessary messages.
25931
25932 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25933
25934         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25935         make-hash-table.
25936
25937 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25938
25939         * canlock.el (base64-encode-string): Don't autoload it.
25940
25941 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25942
25943         * run-at-time.el: Remove useless (require 'itimer),
25944         eval-and-compile and (featurep 'xemacs).
25945
25946 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25947
25948         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25949         GROUP is a virtual group.
25950
25951 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25952
25953         * gnus.el: Autoload `message-y-or-n-p'.
25954
25955 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25956
25957         * pgg-parse.el: Remove unnecessary (require 'custom).
25958
25959         * pgg-def.el: do.
25960
25961         * nnmail.el: do.
25962
25963         * gnus-undo.el: do.
25964
25965         * gnus-picon.el: do.
25966
25967         * gnus-util.el: do.
25968
25969 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25970
25971         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25972
25973 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25974
25975         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25976         handle, as well as a list.
25977
25978         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25979         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25980         (mm-w3m-cid-retrieve): Simplify.
25981
25982 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25983
25984         * message.el (message-kill-to-signature): Allow prefix arg to
25985         specify number of lines to keep before signature.
25986
25987 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25988
25989         * message.el (message-kill-to-signature): Change docstring.
25990
25991 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25992
25993         * canlock.el: Always require sha1-el.
25994         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25995
25996         * message.el: Autoload sha1 only when compiling.
25997
25998         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25999         eudc-expand-inline for XEmacs.
26000
26001 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26002
26003         * message.el (message-canlock-generate): Require sha1-el.
26004
26005 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26006
26007         * message.el (message-expand-name): Silence the byte compiler.
26008
26009         * lpath.el: Add detect-coding-system.
26010
26011         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26012         cus-edit.
26013
26014 2004-01-13  Simon Josefsson  <jas@extundo.com>
26015
26016         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26017         Invoke gnus-score-mode.
26018         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26019
26020         * gnus-range.el (gnus-compress-sequence): Doc fix.
26021         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26022
26023 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26024
26025         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26026
26027 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26028
26029         * spam.el (spam-get-article-as-string): Update to use
26030         gnus-request-article-this-buffer, much simpler.
26031         (spam-get-article-as-buffer): Remove.
26032
26033 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26034
26035         * message.el (message-expand-name): Use EUDC if the user uses that.
26036
26037 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26038
26039         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26040         character for the encoding to avoid consing a string.
26041
26042         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26043         unnecessarily.
26044
26045         * mm-util.el (mm-replace-chars-in-string): Remove.
26046
26047         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26048         of mm-replace-chars-in-string.
26049
26050 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26051
26052         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26053
26054         * mm-util.el (mm-subst-char-in-string): Support inplace.
26055
26056         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26057         a new string in every iteration.  Use shy groups.
26058
26059 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26060
26061         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26062         * gnus-soup.el (gnus-soup-group-brew):
26063         * gnus-msg.el (gnus-put-message):
26064         * gnus-move.el (gnus-group-move-group-to-server):
26065         * gnus-kill.el (gnus-batch-score):
26066         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26067         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26068         (gnus-group-update-group, gnus-group-read-group)
26069         (gnus-group-make-group, gnus-group-make-help-group)
26070         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26071         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26072         (gnus-group-sort-by-unread, gnus-group-catchup)
26073         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26074         (gnus-group-yank-group, gnus-group-set-info)
26075         (gnus-group-list-groups):
26076         * gnus.el (gnus-generate-new-group-name):
26077         * gnus-delay.el (gnus-delay-send-queue):
26078         * nnvirtual.el (nnvirtual-catchup-group):
26079         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26080         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26081         (gnus-group-prepare-topics, gnus-topic-check-topology):
26082         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26083         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26084         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26085         (gnus-group-make-articles-read):
26086         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26087         (gnus-group-change-level, gnus-kill-newsgroup)
26088         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26089         (gnus-get-unread-articles, gnus-make-articles-unread)
26090         (gnus-make-ascending-articles-unread): Use accessor
26091         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26092         to get group information for improved readability.
26093
26094
26095 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26096
26097         * gnus-art.el (article-decode-mime-words, article-babel)
26098         (gnus-article-highlight-signature, gnus-article-add-buttons)
26099         (gnus-signature-toggle): Use gnus-with-article-buffer.
26100
26101         * gnus-art.el (gnus-article-highlight-headers)
26102         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26103
26104         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26105         (gnus-article-set-globals, gnus-request-article-this-buffer)
26106         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26107         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26108         (gnus-mime-display-alternative): Use with-current-buffer.
26109
26110 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26111
26112         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26113         also under 80 char limit, and call gnus-error if needed.
26114         (spam-fetch-article-header): Fix - it was a
26115         buffer-local variable (gnus-newsgroup-data).
26116         (spam-find-spam): Use spam-generate-fake-headers, forget about
26117         spam-insert-fake-headers.
26118         (spam-insert-fake-headers): Remove.
26119
26120 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26121
26122         * deuglify.el (gnus-article-outlook-unwrap-lines)
26123         (gnus-outlook-rearrange-article)
26124         (gnus-outlook-repair-attribution-outlook)
26125         (gnus-outlook-repair-attribution-block)
26126         (gnus-outlook-repair-attribution-other): Remove redundant
26127         save-excursion.
26128
26129 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26130
26131         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26132         (spam-fetch-field-subject-fast)
26133         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26134         (spam-fetch-article-header): Add functions to deal with Gnus
26135         internals for fast retrieval of article header data.
26136         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26137
26138 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26139
26140         * pop3.el (pop3-md5): Remove.
26141         (pop3-apop): Replace pop3-md5 with md5.
26142
26143         * mm-bodies.el: base64 is always built-in.
26144
26145         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26146         Use with-current-buffer.
26147
26148 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26149
26150         * canlock.el (canlock-insert-header): Remove excessive grouping in
26151         regexp.
26152
26153         * gnus-sum.el (gnus-summary-read-document): Ditto.
26154
26155         * gnus-uu.el (gnus-uu-part-number): Ditto.
26156
26157         * html2text.el (html2text-remove-tags): Ditto.
26158         (html2text-format-tags): Ditto.
26159         (html2text-format-single-elements): Ditto.
26160
26161         * mml.el (mml-parse-1): Ditto.
26162
26163 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26164
26165         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26166
26167         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26168
26169         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26170
26171         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26172
26173 2003-11-15  Simon Josefsson  <jas@extundo.com>
26174
26175         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26176         (pgg-gpg-lookup-key): Use regexp match instead of
26177         split-string (split-string is different between emacs 21.2 and
26178         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26179
26180 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26181
26182         * gnus-art.el (gnus-mime-view-all-parts)
26183         (gnus-article-part-wrapper, gnus-article-view-part):
26184         Use with-current-buffer.
26185
26186 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26187
26188         * spam.el (spam-disable-spam-split-during-ham-respool)
26189         (spam-spamoracle-database, spam-cache-lookups)
26190         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26191         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26192         (spam-group-ham-marks, spam-group-spam-marks)
26193         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26194         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26195         also add spam-use-blackholes to the statistical checks.
26196         (spam-fetch-field-fast): Add interface to fetching fields, may
26197         become a macro.
26198         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26199         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26200         (spam-insert-fake-headers): Fake an article when needed.
26201         (spam-find-spam): Fake article when possible.
26202         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26203         (spam-check-bogofilter-headers): Use message-fetch-field instead
26204         of nnmail-fetch-field.
26205
26206 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26207
26208         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26209
26210 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26211
26212         * spam.el (spam-split): Do not require spam-use-CHECK to be
26213         enabled if that check is passed to spam-split explicitly; also
26214         fix so 'spam doesn't get converted to spam-split-group when
26215         spam-split-symbolic-return is t.
26216         (spam-find-spam): Find registrations of the article and use those
26217         instead of re-running spam-split to find the spam/ham
26218         classification of the article.
26219         (spam-log-processing-to-registry, spam-log-registered-p)
26220         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26221         Use gnus-error instead of gnus-message.
26222         (spam-log-registration-type): Add function to determine the
26223         classification of a message based on registry entries; will
26224         return nil if both 'spam and 'ham are found.
26225         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26226         a reasonably fast local cache without the loading errors.
26227         (spam-cache-lookups): Set to t by default.
26228         (spam-find-spam): Don't try to guess spam-cache-lookups.
26229         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26230         spam-caches entry.
26231         (spam-filelist-build-cache, spam-filelist-check-cache):
26232         Fix caching of whitelist/blacklist entries.
26233         (spam-check-whitelist, spam-check-blacklist):
26234         Invoke spam-from-listed-p with a type, not a cache variable.
26235         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26236
26237 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26238
26239         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26240
26241         * nnmail.el (nnmail-split-fancy): do.
26242
26243         * mml.el (mml-parse): do.
26244
26245         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26246         (gnus-score-adaptive): do.
26247
26248 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26249
26250         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26251         (gnus-mime-button-map): Don't set keymap parent.
26252         (gnus-button-ctan-directory-regexp): Use shy grouping.
26253         (gnus-prev-page-map): Don't set keymap parent.
26254         (gnus-prev-page-map): Remove duplicated one.
26255         (gnus-next-page-map): Don't set keymap parent.
26256         (gnus-mime-security-button-map): Ditto.
26257
26258         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26259         version number.
26260
26261         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26262
26263 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26264
26265         * canlock.el (canlock-sha1-function): Remove.
26266         (canlock-sha1-function-for-verify): Remove.
26267         (canlock-openssl-program): Remove.
26268         (canlock-openssl-args): Remove.
26269         (canlock-ignore-errors): Remove.
26270         (canlock-sha1-with-openssl): Remove.
26271         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26272         (canlock-verify): Don't use canlock-ignore-errors.
26273
26274         * sha1-el.el (sha1-string-external): Make it can return a string
26275         in binary form.
26276         (sha1-region-external): Ditto.
26277         (sha1-string-internal): Ditto.
26278         (sha1-region-internal): Ditto.
26279         (sha1-region): Ditto.
26280         (sha1-string): Ditto.
26281         (sha1): Ditto.
26282
26283 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26284
26285         * spam.el (spam-report-articles-gmane): New command.
26286
26287 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26288
26289         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26290
26291         * run-at-time.el (run-at-time-saved): Remove.
26292         (run-at-time): Doc fix.
26293
26294 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26295
26296         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26297         (gnus-summary-limit-map): Add it.
26298         (gnus-summary-make-menu-bar): do.
26299
26300 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26301
26302         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26303         Make attempt at some caching support (done for BBDB only now).
26304         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26305         addresses to be checked.
26306         (spam-clear-cache-BBDB): Add function, to be invoked by
26307         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26308         (spam-check-BBDB): Check and use the caches, if
26309         spam-cache-lookups is on, remove superfluous (provide).
26310
26311 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26312
26313         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26314
26315 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26316
26317         * run-at-time.el (run-at-time-saved): Move to after the definition
26318         of `run-at-time'.
26319
26320         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26321
26322 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26323
26324         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26325         mm-w3m-local-map-property.
26326
26327         * mm-view.el (mm-w3m-mode-map): Remove.
26328         (mm-w3m-local-map-property): Remove.
26329         (mm-inline-text-html-render-with-w3m): Don't use
26330         mm-w3m-local-map-property.
26331
26332 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26333
26334         * run-at-time.el: New file.
26335
26336         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26337         under Emacs.
26338
26339         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26340         of gnus-set-text-properties.
26341
26342         * gnus-uu.el (gnus-uu-save-article): Ditto.
26343
26344         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26345
26346         * gnus-cite.el (gnus-cite-parse): Ditto.
26347
26348         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26349         of gnus-.
26350
26351         * gnus-xmas.el (run-at-time): Require run-at-time.
26352
26353         * gnus.el: Change calls to nnheader-run-at-time and
26354         password-run-at-time throughout to use run-at-time directly.
26355
26356         * password.el: Remove definition of run-at-time.
26357
26358         * nnheaderxm.el: Remove definition of run-at-time.
26359
26360 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26361
26362         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26363         in prompt.
26364
26365 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26366
26367         * messagexmas.el (message-xmas-redefine): Alias
26368         `message-make-caesar-translation-table' to
26369         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26370         version.
26371
26372         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26373         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26374         `gnus-xmas-set-text-properties'.
26375         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26376         `gnus-xmas-completing-read'.
26377         (gnus-xmas-completing-read): Removed.
26378         (gnus-xmas-open-network-stream): Removed.
26379
26380         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26381         XEmacs version.
26382
26383         * dns.el (dns-make-network-process): Use `open-network-stream'
26384         instead of `gnus-xmas-open-network-stream'.
26385
26386         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26387
26388         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26389
26390 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26391
26392         * gnus-art.el (gnus-mime-display-alternative)
26393         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26394         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26395         Don't use gnus-local-map-property.
26396
26397         * gnus-util.el (gnus-local-map-property): Remove.
26398
26399         * mm-view.el (mm-view-pkcs7-decrypt):
26400         Replace gnus-completing-read-maybe-default with completing-read.
26401
26402         * gnus-util.el (gnus-completing-read): do.
26403         (gnus-completing-read-maybe-default): Remove.
26404
26405 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26406
26407         * password.el: Only autoload `run-at-time' if not XEmacs.
26408         Only autoload the itimer functions if XEmacs.
26409
26410 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26411
26412         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26413         XEmacsen.
26414
26415         * dgnushack.el: Autoload executable-find for XEmacs.
26416
26417 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26418
26419         * gnus-art.el (gnus-read-string): Remove.
26420         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26421         read-string.
26422
26423 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26424
26425         * netrc.el: Autoload password-read.
26426         (netrc): Add configuration group.
26427         (netrc-encoding-method, netrc-openssl-path):
26428         Add variables for encoding and decoding of files with symmetric
26429         ciphers.
26430         (netrc-encode): Add assistant function to encode a file with
26431         netrc-encoding-method.
26432         (netrc-parse): Add interactive parameter, added optional
26433         decoding if netrc-encoding-method is non-nil but otherwise
26434         behavior is standard.
26435         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26436         Do s/encode/encrypt/ everywhere.
26437
26438         * spam.el: Remove executable-find autoload.
26439
26440 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26441
26442         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26443
26444         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26445
26446 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26447
26448         * gnus-art.el (gnus-treat-ansi-sequences)
26449         (article-treat-ansi-sequences): New variable and function.
26450         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26451
26452         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26453         Use it.
26454
26455 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26456
26457         * mm-util.el (mm-quote-arg): Remove.
26458
26459         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26460         shell-quote-argument.
26461
26462         * gnus-uu.el (gnus-uu-command): do.
26463
26464         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26465
26466         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26467         with make-char.
26468
26469         * mm-util.el (mm-make-char): Remove.
26470
26471         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26472         add-minor-mode.
26473
26474         * gnus-undo.el (gnus-undo-mode): do.
26475
26476         * gnus-topic.el (gnus-topic-mode): do.
26477
26478         * gnus-sum.el (gnus-dead-summary-mode): do.
26479
26480         * gnus-start.el (gnus-slave-mode): do.
26481
26482         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26483
26484         * gnus-ml.el (gnus-mailing-list-mode): do.
26485
26486         * gnus-gl.el (gnus-grouplens-mode): do.
26487
26488         * gnus-draft.el (gnus-draft-mode): do.
26489
26490         * gnus-dired.el (gnus-dired-mode): do.
26491
26492         * gnus-ems.el (gnus-add-minor-mode): Remove.
26493
26494         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26495         Replace gnus-char-width with char-width.
26496
26497         * gnus-ems.el (gnus-char-width): Remove.
26498
26499         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26500         Replace gnus-char-width with char-width.
26501
26502         * gnus-ems.el (gnus-char-width): Remove.
26503
26504         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26505         definition.
26506         Remove Emacs 20 hash table compatibility code.
26507
26508         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26509         20 compatibility code.
26510
26511         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26512
26513         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26514
26515         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26516         Replace with point-at-{eol,bol}.
26517
26518         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26519
26520         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26521
26522         * flow-fill.el (fill-flowed-point-at-bol)
26523         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26524
26525         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26526         Replace with point-at-{eol,bol} throughout all files.
26527
26528 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26529
26530         * ntlm.el (ntlm-string-as-unibyte): New macro.
26531         (ntlm-build-auth-response): Use it.
26532
26533         Remove Emacs 20 stuff:
26534         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26535         (butlast, mapc, remove): Remove the compiler macros.
26536         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26537         of delq and copy-sequence.
26538         * gnus-art.el (popup-menu): Remove the compiler macro.
26539         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26540         Emacs 20.
26541
26542 2004-01-05  Simon Josefsson  <jas@extundo.com>
26543
26544         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26545         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26546         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26547         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26548         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26549         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26550         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26551         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26552         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26553         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26554         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26555         string-xor into ntlm-string-xor.
26556         Suggested by Jesper Harder <harder@myrealbox.com>.
26557
26558         * ntlm.el: Don't include poem.
26559
26560         * md4.el (print-int32, print-string-hexa): Remove.
26561         Suggested by Jesper Harder <harder@myrealbox.com>.
26562
26563         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26564
26565         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26566         probably breaks emacs with DL patch, but do we care? Is anyone
26567         still using the DL stuff?)
26568
26569         * sieve-manage.el: Use the password package.
26570         (sieve-manage-read-passwd): Remove.
26571         (sieve-manage-interactive-login): Use password.  Re-add
26572         condition-case around loop.
26573
26574         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26575         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26576         Use the password package.
26577
26578 2003-02-19  Simon Josefsson  <jas@extundo.com>
26579
26580         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26581         token.
26582
26583 2002-08-07  Simon Josefsson  <jas@extundo.com>
26584
26585         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26586         (sieve-manage-authenticators):
26587         (sieve-manage-authenticator-alist): Add some SASL mechs.
26588         (sieve-sasl-auth): New function.
26589         (sieve-manage-cram-md5-auth):
26590         (sieve-manage-plain-auth): Rewrite using SASL library.
26591         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26592         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26593         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26594         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26595
26596 2004-01-05  Simon Josefsson  <jas@extundo.com>
26597
26598         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26599         New files.
26600
26601 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26602
26603         * gnus-group.el (gnus-no-groups-message): Update.
26604
26605         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26606
26607 2003-11-09  Simon Josefsson  <jas@extundo.com>
26608
26609         * imap.el: Support for ID IMAP extension (RFC 2971).
26610         (imap-local-variables): Add imap-id.
26611         (imap-id): New variable.
26612         (imap-id): New function.
26613         (imap-parse-response): Parse untagged ID response.
26614         * nnimap.el (nnimap-id): New variable.
26615         (nnimap-open-connection): Use it.
26616
26617 2003-12-28  Simon Josefsson  <jas@extundo.com>
26618
26619         * gnus-score.el (gnus-score-edit-all-score): New.
26620         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26621
26622 2004-01-04  Simon Josefsson  <jas@extundo.com>
26623
26624         * password.el: Add.
26625
26626 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26627
26628         * dns.el (dns-query-types): Fix typo.
26629         (dns-query-types): New function.
26630         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26631         PTR and SOA replies, see RFC 1035.
26632
26633 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26634
26635         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26636
26637         * Move to Changelog.2.
26638
26639 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26640
26641         * gnus.el (gnus-version-number): Bump version.
26642
26643 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26644
26645         * gnus.el: No Gnus v0.1 is released.
26646
26647 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26648
26649         * gnus.el: No Gnus v0.0 is released.
26650
26651 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26652
26653         * gnus.el (gnus-version-number): Bump.
26654         (gnus-version): No.
26655
26656 See ChangeLog.2 for earlier changes.
26657
26658   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26659
26660   This file is part of GNU Emacs.
26661
26662   GNU Emacs is free software: you can redistribute it and/or modify
26663   it under the terms of the GNU General Public License as published by
26664   the Free Software Foundation, either version 3 of the License, or
26665   (at your option) any later version.
26666
26667   GNU Emacs is distributed in the hope that it will be useful,
26668   but WITHOUT ANY WARRANTY; without even the implied warranty of
26669   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26670   GNU General Public License for more details.
26671
26672   You should have received a copy of the GNU General Public License
26673   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26674
26675 ;; Local Variables:
26676 ;; coding: utf-8
26677 ;; fill-column: 79
26678 ;; add-log-time-zone-rule: t
26679 ;; End: