Run message-send-hook when delaying articles
[gnus] / lisp / ChangeLog
1 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
4         we can get spell-checking etc.
5
6 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
9         a single one used for encoding the whole text in a header.
10
11 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
14         doesn't work properly on XEmacs.
15
16 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
19         before sending.
20
21         * dgnushack.el (dgnushack-compile): Add a temporary check for
22         gnus-icalendar.
23
24         * mm-decode.el (mm-command-output): New face.
25         (mm-display-external): Use it.
26
27 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
28
29         * nnmbox.el (nnmbox-request-article): Don't change point.
30
31 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
34         Include `handle' parameter.
35
36 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
37
38         * gnus-icalendar.el: New file.
39
40 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
43
44         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
45         dummy roots, too.
46
47 2013-08-01  David Edmondson  <dme@dme.org>
48
49         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
50         out on ttys.
51
52 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
55         not empty.
56
57         * nnrss.el (nnrss-discover-feed): Indent.
58
59 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
62
63 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
66         dirty to ensure nnimap data being saved.
67
68 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
69
70         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
71         menu entry.
72
73         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
74         the current thread's total score instead of the current article's
75         score.
76
77         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
78         (gnus-sort-threads-recursively): Delete defcustom.
79         (gnus-sort-threads-recursive): Adapt accordingly.
80
81 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
82
83         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
84         (gnus-sort-threads-recursive): Use it.
85         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
86         again.  Now that determines how to sort subthreads.
87
88 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
89
90         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
91         (gnus-sort-threads): Use it.
92
93 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
94
95         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
96         punctuation characters follow parentheses (bug#14950).
97
98 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus.el (gnus-continuum-version):
101         * gnus-msg.el (gnus-extended-version): Simplify.
102
103         * gnus.el (gnus-continuum-version-1): Remove.
104         * gnus-msg.el (gnus-bug): Revert.
105
106         Calculate gnus-version correctly on Cygwin.
107
108         * gnus.el (gnus-continuum-version): Do main calculations in integers.
109         (gnus-continuum-version-1): New function, return a string.
110
111         * gnus-msg.el (gnus-extended-version, gnus-bug):
112         Use gnus-continuum-version-1 instead of gnus-continuum-version.
113
114 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
115
116         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
117         (bug#13384).
118
119 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
122         that were only relevant in a development version a long time ago.
123
124 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
127         that the old Emacs 24s bundle.
128
129 2013-07-10  David Engster  <deng@randomsample.de>
130
131         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
132         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
133         fixes a bug in Emacs trunk where the 'unexist' marks were always
134         removed at startup because "Gnus v5.13" was considered smaller than "Ma
135         Gnus v0.03".
136
137 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
138
139         * gnus.el (gnus-summary-line-format): Reference
140         `gnus-user-date-format-alist' for the &user-date; format, not
141         `gnus-summary-user-date-format-alist'.
142
143 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
146         delete files (bug#13481).
147
148 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
149
150         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
151
152 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
155         display images.
156
157         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
158
159         * message.el (message-cancel-news): According to
160         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
161         preferred over "cmsg cancel" in the Subject.
162
163         * nnir.el (nnir-engines): Note that the group specs are regexps
164         (bug#13238).
165
166         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
167         gotten read-only text properties, ensure that those aren't heeded when
168         copying stuff over (bug#13434).
169
170         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
171         (bug#13762).
172
173 2013-07-05  David Kastrup  <dak@gnu.org>
174
175         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
176         authinfo file again (important for blank passwords).  This had been
177         broken with 2013-06-15 change.
178
179 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
182         Revert 2013-01-14 change.
183
184 2013-07-02  Daiki Ueno  <ueno@gnu.org>
185
186         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
187         of 'create-image' for XEmacs compatibility; check errors when decoding
188         image.  Reported by Uwe Brauer.
189
190 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
193         gnus-button-push revised at 2011-01-19.
194
195 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
198         now live in the lisp/net Emacs 24 repository.
199
200 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * eww.el (eww-update-header-line-format): Quote % characters.
203
204 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * eww.el (eww-process-text-input): Display passwords as asterisks.
207
208         * shr.el (shr-make-table-1): Protect against invalid column-spans.
209
210 2013-06-19  Tom Tromey  <tromey@redhat.com>
211
212         * eww.el (eww-top-url): Remove.
213         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
214         (eww-render): Set new variables.  Don't set eww-top-url.
215         (eww-handle-link): Handle "prev", "home", and "contents".
216         Downcase the rel text.
217         (eww-top-url): Choose best top URL.
218
219 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * eww.el: Rewrite to implement form elements "by hand" instead of
222         relying in widget.el.  Using widget.el leads to too many
223         user interface inconsistencies.
224         (eww-self-insert): Implement entering commands in text fields.
225         (eww-process-text-input): New function to make text input field editing
226         work.
227         (eww-submit): Rewrite to use the new-style form methods.
228         (eww-select-display): Display the correct selected item.
229         (eww-change-select): Implement changing the select value.
230         (eww-toggle-checkbox): Implement radio/checkboxes.
231         (eww-update-field): Fix compilation error.
232         (eww-tag-textarea): Implement <textarea>.
233
234         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
235         don't shadow mode-specific bindings.
236
237         * eww.el (eww-browse-url): Don't push stuff onto history if there's
238         nothing to push.
239
240         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
241
242 2013-06-19  Glenn Morris  <rgm@gnu.org>
243
244         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
245
246 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
247
248         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
249
250 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (shr-make-table-1): Implement <td rowspan>.
253         (shr-table-horizontal-line): Allow nil as a value, and change the
254         default.
255         (shr-insert-table-ruler): Respect the nil value.
256
257 2013-06-18  Tom Tromey  <tromey@barimba>
258
259         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
260         New defvars.
261         (eww-open-file): New defun.
262         (eww-render): Initialize new variables.
263         (eww-display-html): Handle "link" and "a".
264         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
265         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
266         (eww-back-url): Rename from eww-previous-url.
267         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
268         defuns.
269
270 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * shr.el (shr-tag-table): Insert the images after the table, so that
273         they're not covered by the table colourisation, which often looked
274         awkward.
275         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
276         <dd>.
277         (shr-make-table-1): Implement <td colspan=> support.
278         (shr-insert-document): Use one less than window width if `shr-width' is
279         nil, since otherwise things may get one character too wide.
280
281 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * eww.el (eww-detect-charset): Improve regexp; move backward.
284
285 2013-06-18  Glenn Morris  <rgm@gnu.org>
286
287         * mm-decode.el (widget-convert-button): Autoload.
288
289         * sieve-manage.el (mm-enable-multibyte): Autoload.
290
291         * shr.el (libxml-parse-html-region): Declare.
292         (shr-render-buffer): Explicit error if no libxml2 support.
293
294 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
295
296         * auth-source.el (auth-source-current-line): New function.
297         (auth-source-netrc-parse-entries): When a data token is "machine",
298         assume we're in the wrong place and abort parsing the current line.
299
300 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
303         (eww-convert-widgets): Don't bug out if the first widget starts at the
304         beginning of the buffer.
305         (eww-convert-widgets): Fix last patch.
306         (eww-tag-input): Support <input type=image>.
307
308         * shr.el (shr-insert-table): Respect border-collapse: collapse.
309         (shr-tag-base): Protect against base specs that are degenerate.
310         (shr-ensure-paragraph): Don't delete empty lines that have text
311         properties, because these may be input fields.
312
313         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
314         we can navigate to them.
315
316         * shr.el (shr-colorize-region): Put the colours over the entire region.
317         (shr-inhibit-decoration): New variable.
318         (shr-add-font): Use it to inhibit text property decorations while doing
319         preliminary table renderings.  This speeds up typical Wikipedia page
320         renderings by 15%.
321         (shr-tag-span): Don't respect the <title>, because that overwrites the
322         help-echo from links inside the spans.
323         (shr-next-link): Use `help-echo' for navigation, so that we can
324         navigate to form elements, too.
325
326         * eww.el (eww-button): New face.
327         (eww-convert-widgets): Use it to make submit buttons more button-like.
328
329         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
330         that Gnus commands work.
331
332         * shr.el (shr-render-td): Support horizontal alignment.
333
334         * eww.el (eww-put-color): Removed.
335         (eww-colorize-region): Use `add-face-text-property'.
336
337         * shr.el (shr-add-font): Append face data, so that we get the correct
338         precedence: The innermost value (which is applied first) wins.
339         (shr-make-overlay): Obsolete function.
340
341         * mm-decode.el (mm-convert-shr-links): New function to convert
342         new-style shr URL links into widgets.
343         (mm-shr): Use it.
344
345         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
346         widget commands, since we're no longer using widgets for links.
347
348         * shr.el (shr-next-link): New command.
349         (shr-previous-link): New command.
350         (shr-urlify): Don't use `widget-convert', because that's slow.
351         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
352         because collecting the overlays and reapplying them when generating
353         tables is slow.
354         (shr-insert-table): Ditto.
355
356 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
357
358         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
359         * shr.el (browse-url): Require `url'.
360         * eww.el (url): Require format-spec.
361
362 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * eww.el (eww-display-html): Default to using the entire window width.
365         (eww-browse-url): Don't add a User-Agent header (twice), because that
366         makes Bing refuse connection.
367
368         * shr.el (shr-make-table): Cache the table rendering at the table
369         level, and not the <td> level.  This is a bit faster.
370
371         * eww.el (eww-render): Go to the correct ID when given URLs ending with
372         #id.
373
374         * shr.el (shr-tag-li): Don't require a new paragraph, since other
375         browsers don't.
376         (shr-expand-url): Respect #anchor links.
377         (shr-parse-base): Chop off the anchor before using.
378         (shr-descend): Respect display: none.
379         (shr-descend): Allow marking elements that have certain IDs.
380
381         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
382
383         * shr.el (shr-expand-url): Don't bug out on zero-length links.
384
385         * eww.el (eww-tag-textarea): Support <textarea>.
386
387 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
388
389         * shr.el (shr-dom-to-xml): Fixed function call.
390
391         * eww.el (eww): New group.
392         (eww-header-line-format): New custom variable.
393         (eww-current-title): New variable.
394         (eww-display-html): Update header and handle title tag.
395         (eww-update-header-line-format): New function.
396         (eww-tag-title): New function.
397
398         * shr.el (shr-dom-to-xml): New function.
399         (shr-tag-svg): Add support for the SVG tag.
400         (shr-bullet): New custom variable.
401         (shr-tag-li): Support custom bullet in unordered lists.
402
403 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * shr.el (shr-expand-url): Respect // URLs.
406
407         * eww.el (eww-tag-body): Override the shr body rendering so that we can
408         put a background colour onto the entire buffer.
409         (eww-render): When being redirected, use the redirect URL as the new
410         base URL.
411
412         * shr.el (shr-parse-base): Fix parsing error.
413
414         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
415
416         * shr.el (shr-parse-base): New function.
417         (shr-expand-url): Use it to expand relative URLs reliably.
418
419 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * auth-source.el (auth-source-search-collection): Fix docstring.
422         (auth-source-netrc-parse): Refactor and improve netrc parser to support
423         single-quoted strings and multiline entries.
424         (auth-source-netrc-parse-next-interesting)
425         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
426         functions to support parser.
427
428 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * eww.el (eww-submit): Get submit button logic right when hitting RET
431         on non-submit buttons.
432
433         * shr.el: Remove shr-preliminary-table-render, since that can't really
434         be used for anything in practice.
435
436 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
437
438         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
439         (sieve-manage-quit).
440
441 2013-06-14  Glenn Morris  <rgm@gnu.org>
442
443         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
444
445 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
446
447         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
448         control the maximum size of photo ID image.
449         (mml2015-epg-key-image-to-string): Respect it.
450
451 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
454         instead of the final one so that we can more easily distinguish them.
455
456         * eww.el (eww-submit): Compute the submission URL correctly.
457
458 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
459
460         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
461         Use plist-get rather than CL's getf.
462         (sieve-manage-parse-capability): Avoid CL's remove-if.
463
464 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
465
466         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
467         (sieve-manage-quit).
468
469 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * shr.el (shr-expand-url): Expansion should chop off the bits after the
472         last slash.
473
474         * eww.el (eww-tag-select): Use the first value as the default value.
475
476 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
477
478         * eww.el (eww): Prepend urls with http:// if scheme is missing.
479         (eww-mode): Use `define-derived-mode'.
480         (eww-parse-headers): Parse headers from beginning of buffer so that
481         file:// links work.
482
483 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
486
487 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
490         to handle them at all.
491
492 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
495         work, too.
496         (eww-tag-select): Implement <select>.
497
498 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
499
500         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
501         stream managing functions by using open-protocol-stream to do most of
502         the work.  Has the nice benefit of enabling STARTTLS.
503         Wait for capabilities after STARTTLS: following RFC5804, the server
504         sends new capabilities after successfully establishing a TLS connection
505         with the client. The client should update the cached list of
506         capabilities, but we just ignore the answer for now.
507         (sieve-manage-network-p, sieve-manage-network-open)
508         (sieve-manage-starttls-p, sieve-manage-starttls-open)
509         (sieve-manage-forward, sieve-manage-streams)
510         (sieve-manage-stream-alist): Remove unneeded functions neither in the
511         API, nor called by any other function.
512         Enable Multibyte for SieveManage buffers: The parser won't properly
513         handle umlauts and line endings unless multibyte is turned on in the
514         process buffer.
515
516 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * eww.el (eww-tag-input): Support password fields.
519         (eww-submit): Support POST.
520
521 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * eww.el (eww-tag-form): Protect against degenerate forms.
524
525         * shr.el (shr-expand-url): Expand URLs that start with a slash
526         correctly.
527
528         * eww.el (eww-submit): Get submit button logic right.
529
530         * shr.el (shr-final-table-render): New variable to signal when we're
531         doing the final table rendering so that we can collect more data at
532         that point.
533
534         * eww.el (eww-submit): Make form submission work.
535         (eww-tag-input): Implement submit buttons.
536         (eww-click-radio): Implement radio and checkboxes.
537         (eww-submit): Handle hidden elements.
538
539         * shr.el (shr-descend): Allow other packages to override (or provide)
540         rendering of elements.
541         (shr-expand-url): Strip query strings from URLs before expanding them.
542
543         * eww.el: Don't require cl-lib.
544         (eww-tag-form): Start form support.
545
546         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
547
548         * eww.el: Start writing a new, tiny web browser.
549         (eww-previous-url): New command.
550         (eww-quit): New command.
551
552 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
553
554         * sieve.el: Put point at beginning of buffer when viewing a script.
555         (sieve-open-server): Respect the PORT parameter.  Show the correct port
556         number in sieve-buffer's header.  Fixed code to also work with a string
557         as port specifier. Properly close the connection on pressing 'q'.  Make
558         sieve-manage-quit close the connection and process buffer.  Also, remove
559         duplicate keybinding for 'q'.
560
561 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
562
563         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
564         make it easier to read.
565         (mm-pkcs7-enveloped-magic): Ditto.
566
567 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
568
569         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
570         before `image-type-available-p' to avoid loading the image libraries
571         needlessly.
572
573 2013-06-05  David Engster  <deng@randomsample.de>
574
575         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
576         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
577         to see whether the group was synced before.
578
579 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
582         when opening the connection.
583         Suggested by João Távora <joaotavora@gmail.com> in
584         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
585
586 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
589         assume Date header begins with "Date", that may be customized into
590         something like "X-Sent" using gnus-article-time-format.
591         (article-transform-date): Allow multi-line Date header.
592
593 2013-06-02  David Engster  <deng@randomsample.de>
594
595         * registry.el (initialize-instance, registry-lookup)
596         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
597         (registry-lookup-secondary-value, registry-search, registry-delete)
598         (registry-insert, registry-reindex, registry-size, registry-prune): Do
599         not wrap methods in `eval-and-compile'.  This breaks due to latest
600         changes in EIEIO (introduction of eieio-core.el).
601
602 2013-05-30  Glenn Morris  <rgm@gnu.org>
603
604         * nnmail.el (nnmail-fancy-expiry-target):
605         Also bind mail-dont-reply-to-names.
606
607         * spam-stat.el (spam-stat-save):
608         No need to tweak font-lock in temp buffers.
609
610         * shr.el (shr-put-image): Silence compiler.
611
612 2013-05-29  Glenn Morris  <rgm@gnu.org>
613
614         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
615
616         * gnus-group.el (gnus-sequence-of-unread-articles)
617         (gnus-summary-add-mark, gnus-mark-article-as-read)
618         (gnus-group-make-articles-read): Declare.
619
620         * gnus-sum.el (gnus-parameter-list-identifier)
621         (gnus-article-stop-animations, gnus-stop-downloads)
622         (gnus-article-only-boring-p, article-goto-body)
623         (gnus-flush-original-article-buffer, article-narrow-to-head)
624         (gnus-article-hidden-text-p, gnus-delete-wash-type)
625         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
626
627         * gnus.el: No need to eval-and-compile autoloads.
628
629         * gravatar.el (help-function-arglist): Autoload.
630
631         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
632
633         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
634
635         * spam.el: No need to load spam-report when compiling.
636         No need to eval-and-compile autoloads.
637         (spam-report-resend-to): Declare.
638         (spam-report-resend-register-routine): Require 'spam-report.
639
640 2013-05-24  Julien Danjou  <julien@danjou.info>
641
642         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
643         setup.
644
645 2013-05-23  Glenn Morris  <rgm@gnu.org>
646
647         * gnus-util.el (rmail-swap-buffers-maybe)
648         (rmail-maybe-set-message-counters, rmail-count-new-messages)
649         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
650         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
651
652         * mm-decode.el: No need to load term when compiling.
653         (term-mode, term-char-mode): Declare.
654
655         * mm-util.el: No need to load jka-compr when compiling.
656         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
657
658         * nnmaildir.el: Require is automatically eval-and-compile.
659         (nnmail): Require at run-time too.
660
661         * registry.el (registry-size): Move definition before use.
662
663 2013-05-22  Daiki Ueno  <ueno@gnu.org>
664
665         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
666         signed data to conform the standard.  (Bug#14232)
667
668 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
669
670         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
671         double angle quotation mark.
672
673 2013-05-20  Glenn Morris  <rgm@gnu.org>
674
675         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
676
677 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
678
679         * message.el (message-insert-formatted-citation-line): handle finding
680         first/lastname when more than 2 names appear.
681
682 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
683
684         * shr.el (shr-tag-span): New function.
685
686 2013-05-18  Glenn Morris  <rgm@gnu.org>
687
688         * message.el (message-mode): Use message-mode-abbrev-table,
689         with text-mode-abbrev-table as parent.  (Bug#14413)
690
691 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * message.el (message-expand-group): Decode group names.
694
695 2013-05-16  Julien Danjou  <julien@danjou.info>
696
697         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
698         app-icon.
699
700 2013-05-15  Glenn Morris  <rgm@gnu.org>
701
702         * shr-color.el (shr-color-visible-luminance-min)
703         (shr-color-visible-distance-min): Use shr-color group.
704
705 2013-05-11  Glenn Morris  <rgm@gnu.org>
706
707         * gnus-vm.el: Make it loadable without VM.
708         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
709         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
710
711 2013-05-09  Glenn Morris  <rgm@gnu.org>
712
713         * mml1991.el: Make it loadable.  (Bug#13456)
714
715         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
716         * gnus-async.el (gnus-async-post-fetch-function):
717         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
718         * gnus-html.el (gnus-html-image-cache-ttl):
719         * gnus-notifications.el (gnus-notifications-timeout):
720         * gnus-picon.el (gnus-picon-properties):
721         * gnus-util.el (gnus-completion-styles):
722         * gnus.el (gnus-other-frame-resume-function):
723         * message.el (message-user-organization-file)
724         (message-cite-reply-position):
725         * nnir.el (nnir-summary-line-format)
726         (nnir-retrieve-headers-override-function):
727         * shr-color.el (shr-color-visible-luminance-min):
728         * shr.el (shr-blocked-images):
729         * spam-report.el (spam-report-resend-to):
730         * spam.el (spam-summary-exit-behavior): Fix custom types.
731
732         * gnus-salt.el (gnus-selected-tree-face): Fix default.
733
734 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
737         because of let-binding help-xref-following.  (Bug#14356)
738
739 2013-05-06  Glenn Morris  <rgm@gnu.org>
740
741         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
742
743 2013-05-04  Andrew Cohen  <cohen@bu.edu>
744
745         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
746         entering into the registry.
747
748 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
749
750         * gnus.el: Ma Gnus v0.7 is released.
751
752 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
755         (Bug#14304)
756
757 2013-04-27  Glenn Morris  <rgm@gnu.org>
758
759         * gnus.el (gnus-list-debbugs):
760         Use require rather than autoload.  (Bug#14262)
761
762 2013-04-27  Julien Danjou  <julien@danjou.info>
763
764         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
765         port to "sieve" now that it has an official IANA port assigned.
766
767 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
770         Don't set the MAILHOST environment variable permanently (Bug#14271).
771
772 2013-04-26  Glenn Morris  <rgm@gnu.org>
773
774         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
775
776 2013-04-25  Andrew Cohen  <cohen@bu.edu>
777
778         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
779         string values of 'gcc-self. Thanks to Saroj Thirumalai.
780
781 2013-04-24  Andrew Cohen  <cohen@bu.edu>
782
783         * nnir.el (nnir-close-group): Make sure we are in the right group.
784
785         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
786         dependency table from all newly retrieved headers.
787
788 2013-04-16  David Edmondson  <dme@dme.org>
789
790         Support <img src="data:...">.
791
792         * shr.el (shr-image-from-data): New function.
793         (shr-tag-img): Use it.
794
795 2013-04-14  Andrew Cohen  <cohen@bu.edu>
796
797         * nnir.el (nnir-request-set-mark): Make sure we are in the right
798         group.
799
800 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
803         corresponding to any existing group (Bug#14166).
804
805 2013-04-10  Andrew Cohen  <cohen@bu.edu>
806
807         * nnir.el (number-sequence): No longer used.
808         (nnir-request-set-mark): New function.
809         (nnir-request-update-info): Improve marks updating.
810         (nnir-request-scan): Don't duplicate marks updating.
811         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
812         Use 'assq rather than 'assoc.  Quote anonymous function.
813         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
814         Use 'gnus-group-prefixed-p.
815         (gnus-summary-create-nnir-group): Make sure server for method is open.
816
817 2013-04-04  Andrew Cohen  <cohen@bu.edu>
818
819         * nnir.el (gnus-nnir-group-p): New function.
820         (nnir-possibly-change-group): Use it.
821
822         * gnus-msg.el (gnus-setup-message): Use it.
823
824 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * mml.el (mml-minibuffer-read-description): Use `default' insted of
827         `initial-input' for the argument name.
828         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
829
830 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
831
832         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
833         (used by MH-E).
834
835 2013-04-01  Andrew Cohen  <cohen@bu.edu>
836
837         * nnir.el (nnir-request-update-mark): Improve mark updating in original
838         group.
839
840         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
841         fix compilation.
842
843 2013-03-31  Andrew Cohen  <cohen@bu.edu>
844
845         * nnir.el (nnir-method-default-engines): And another typo.
846
847 2013-03-30  Andrew Cohen  <cohen@bu.edu>
848
849         * nnir.el (nnir-method-default-engines): Fix typo.
850
851 2013-03-29  Andrew Cohen  <cohen@bu.edu>
852
853         * nnir.el: Define 'number-sequence for xemacs.
854         (gnus-summary-create-nnir-group): New function to create an nnir group
855         from an nnir summary buffer based on the current query.
856         (nnir-request-create-group): Update to allow nnir group creation based
857         on the current query.
858
859 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * nndraft.el (nndraft-request-expire-articles):
862         Make expiry target always `delete'.
863
864 2013-03-27  Andrew Cohen  <cohen@bu.edu>
865
866         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
867         buffer use the posting-style and gcc of the original article group.
868         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
869
870         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
871         after other deffoos.
872
873 2013-03-25  Andrew Cohen  <cohen@bu.edu>
874
875         * nnir.el: Major rewrite.  Cleaner separation between searches and group
876         management.  Marks are now shown in nnir summary buffers.  Rudimentary
877         support for real (i.e. not ephemeral) nnir groups.
878         (gnus-summary-make-nnir-group): New function for initiating searches
879         from a summary buffer.
880
881 2013-03-18  Sam Steingold  <sds@gnu.org>
882
883         * message.el (message-bury): Minor cleanup.
884
885 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
886
887         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
888
889 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * nndir.el (nndir-request-list): Remove 2nd argument passed to
892         nnml-request-list.  (Bug#13873)
893         (nndir-request-newsgroups): Remove, unused.
894
895         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
896
897 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
898
899         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
900         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
901         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
902
903 2013-03-03  Ted Phelps  <phelps@gnusto.com>
904
905         * shr.el: Make all the overlays set the `evaporate' property so that
906         they're removed properly.
907
908 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
909
910         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
911         shell-quote-argument.
912
913 2013-02-22  David Engster  <deng@randomsample.de>
914
915         * gnus-registry.el (gnus-registry-save): Provide class name when
916         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
917         `condition-case' to stay compatible with older EIEIO versions which
918         only accept one argument.
919
920 2013-02-17  Daiki Ueno  <ueno@gnu.org>
921
922         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
923         (epg-user-id-validity): Autoload.
924         (mml2015-epg-check-user-id): New function.
925         (mml2015-epg-check-sub-key): New function split from
926         mml2015-epg-find-usable-key.
927         (mml2015-epg-find-usable-key): Accept context, name, usage, and
928         optional name-is-key-id, to handle the case when user-id is unusable.
929         Reported by Łukasz Stelmach <stlman@poczta.fm>.
930
931 2013-02-17  Glenn Morris  <rgm@gnu.org>
932
933         * shr.el (shr-put-image): Use image-multi-frame-p if available.
934
935 2013-02-16  Glenn Morris  <rgm@gnu.org>
936
937         * shr.el (shr-put-image): Only animate images that specify a delay.
938         This is consistent with the old image-animated-p behavior.
939
940 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
943         for XEmacs.
944
945 2013-02-13  Juri Linkov  <juri@jurta.org>
946
947         * gnus-art.el (gnus-article-mode-map):
948         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
949         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
950
951 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
952
953         * auth-source.el (auth-source-format-prompt): Don't get confused by
954         any "\" in replacement text.  (Bug#13637)
955
956 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
957
958         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
959         (gnus-backend-trace): Honour gnus-backend-trace.
960
961         * mml.el (mml-insert-part): Insert closing tag.
962
963         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
964
965 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
968         able to find the article, which can happen in debbugs groups,
969         apparently.
970
971 2013-01-16  Glenn Morris  <rgm@gnu.org>
972
973         * smiley.el (smiley-style): Make the file loadable in batch mode.
974
975 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
976
977         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
978         imap process running.
979
980 2013-01-14  Julien Danjou  <julien@danjou.info>
981
982         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
983         Compare addresses against addresses, not against the full From field.
984
985 2013-01-13  Richard Stallman  <rms@gnu.org>
986
987         * message.el (message-forward-make-body-mime): New args BEG, END
988         specify what part of FORWARD-BUFFER to use.  Do the work directly
989         instead of calling `mml-insert-buffer'.
990
991 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
992
993         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
994         cross-reference(s).
995
996         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
997         cross-reference(s).
998
999 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1000
1001         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1002         and point-max-marker.
1003         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1004
1005 2013-01-11  Julien Danjou  <julien@danjou.info>
1006
1007         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1008         max are almost equal. Also return the correct value for V which is
1009         already between 0 and 1.
1010
1011 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1012
1013         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1014         to mml2015-encrypt-to-self.
1015         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1016
1017 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1018
1019         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1020         mml-smime-epg-find-usable-secret-key.
1021
1022 2013-01-08  Glenn Morris  <rgm@gnu.org>
1023
1024         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1025
1026 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1027
1028         * mml-smime.el: Support signing by sender.
1029         Requested by Uwe Brauer.
1030         (mml-smime-sign-with-sender): New user option analogous
1031         to mml2015-sign-with-sender.
1032         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1033         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1034         mml2015.el.
1035
1036 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1039         isn't running, because Gnus will probably not know how to handle the
1040         Gcc header (bug#11941).
1041
1042         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1043         articles.
1044
1045 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1048         (nnfolder-generate-active-file): Make this function work with recursive
1049         folder names.
1050
1051 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nntp.el (nntp-open-connection): Use HELP as the capability command
1054         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1055         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1056
1057 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1058
1059         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1060         place holder since this gives `Invalid face reference: nil' messages.
1061         Use the `default' face instead.  It has the same effect here, even
1062         though it is not no-op.
1063
1064         * gnus-util.el
1065         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1066
1067 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1070         non-string posting styles (bug#13285).
1071
1072 2012-12-27  Glenn Morris  <rgm@gnu.org>
1073
1074         * plstore.el (plstore-passphrase-callback-function):
1075         Use plstore-get-file.
1076
1077 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1078
1079         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1080         stderr.
1081
1082 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1085
1086         * gnus-compat.el (set-buffer-multibyte): Remove.
1087
1088 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1089
1090         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1091         temporary file to get PGP key image.  Pass no-show-photos when
1092         extracting image to avoid having it pop up twice.
1093
1094 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1097         eligible for treatment.
1098
1099         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1100         lines.  This makes summary commands with hidden threads work more
1101         reliably.
1102
1103         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1104         button to mark the hidden citations (bug#9395).
1105
1106 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1107
1108         * mml2015.el (mml2015-epg-signature-to-string): New function.
1109         (mml2015-epg-verify-result-to-string): New function.
1110         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1111         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1112         instead of epg-verify-result-to-string.
1113         (epg-signature-key-id, epg-signature-to-string): Autoload.
1114         (epg-verify-result-to-string): Remove autoload.
1115
1116 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1117
1118         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1119         ID image from GPG public key.
1120         (mml2015-epg-key-image-to-string): New function.
1121
1122 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1123
1124         * plstore.el (plstore-passphrase-callback-function): Fix error when
1125         error when plstore-cache-passphrase-for-symmetric-encryption is set
1126         (bug#13264).
1127
1128 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1131         buffer to the article buffer here, because that clobbers multiple
1132         article buffers.
1133
1134         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1135         buffer always points to the right summary buffer.
1136
1137 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1138
1139         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1140         the password (bug#12097).
1141
1142 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1145         (bug#13263).
1146
1147         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1148         buffer exists before using it (bug#12475).
1149
1150         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1151         offline groups (bug#11937).
1152
1153         * message.el (message-yank-original): When using customize to set the
1154         value of `message-cite-style', the variable it set to a symbol that's
1155         the name of the variable, which must then be dereferenced (bug#12616).
1156
1157 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1158
1159         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1160         the `face' property with a list whose car is the face specified in the
1161         format string and whose cdr is (nil).
1162         * lisp/gnus-util.el
1163         (gnus-put-text-property-excluding-characters-with-faces):
1164         Change accordingly.
1165         (gnus-get-text-property-excluding-characters-with-faces): New function.
1166         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1167         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1168         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1169
1170 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1173         login methods.
1174         (nnimap-login): Respect the `nnimap-authenticator' variable.
1175
1176         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1177         mark state when moving articles.  Otherwise unticked articles will get
1178         their ticks back after moving.
1179
1180 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1183
1184         * message.el (message-ignored-news-headers): Always remove
1185         X-Message-SMTP-Method to avoid information leakage if the user
1186         mistakenly inserts the header into news messages.
1187
1188         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1189
1190         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1191         right than four characters, this command would move point to
1192         `point-max'.  Don't do that.
1193
1194         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1195         to nil to allow re-selecting groups that gain articles.
1196         (gnus-bug-group-download-format-alist): Update the URL.
1197
1198 2012-12-23  Andreas Schwab  <schwab@suse.de>
1199
1200         * shr.el (shr-tag-em): Render em as italic, not bold.
1201
1202 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1205         for reuse.
1206         (gnus-open-server): Use it to add more tracing.
1207         (gnus-finish-retrieve-group-infos): Add backend tracing.
1208         (gnus-backend-trace): Also note the elapsed seconds.
1209
1210 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1211
1212         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1213         Set epa-file-encrypt-to from variable to avoid querying.
1214
1215 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1216
1217         * sieve-mode.el (sieve-font-lock-keywords):
1218         Keywords should be word delimited.  (Bug#13173)
1219
1220 2012-12-13  Andreas Schwab  <schwab@suse.de>
1221
1222         * tls.el (tls-program): Update customize type.
1223
1224 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1227         instead of <pre> to align message header.
1228
1229 2012-12-12  Sam Steingold  <sds@gnu.org>
1230
1231         * gnus.el (gnus-other-frame-resume-function): Add user option.
1232         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1233
1234 2012-12-06  Sam Steingold  <sds@gnu.org>
1235
1236         * gnus-start.el (gnus-before-resume-hook): Add.
1237         (gnus-1): Run it when Gnus is alive.
1238
1239 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1242         * gnus-art.el (article-unsplit-urls)
1243         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1244         * gnus-registry.el (gnus-registry-get-article-marks)
1245         * message.el (message-goto-body): Use it.
1246         (message-called-interactively-p): Remove.
1247
1248         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1249         (spam-stat-score-buffer): Use it.
1250
1251         * spam.el: Silence the warnings against BBDB functions when compiling.
1252
1253         * gnus-score.el (gnus-score-decode-text-parts):
1254         Use append+mapcar instead of the cl function mapcan.
1255
1256 2012-12-05  Sam Steingold  <sds@gnu.org>
1257
1258         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1259         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1260         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1261
1262 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gmm-utils.el (gmm-called-interactively-p): Revert.
1265         This seems to cause Emacs to get stuck!
1266         * gnus-art.el (article-unsplit-urls)
1267         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1268         * gnus-registry.el (gnus-registry-get-article-marks)
1269         * message.el (message-goto-body)
1270         (message-called-interactively-p): Revert.
1271
1272         * gmm-utils.el (gmm-called-interactively-p): New function.
1273         * gnus-art.el (article-unsplit-urls)
1274         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1275         * gnus-registry.el (gnus-registry-get-article-marks)
1276         * message.el (message-goto-body): Use it.
1277         (message-called-interactively-p): Remove.
1278
1279         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1280         * gnus-sync.el (gnus-sync-lesync-call)
1281         * message.el (message-read-from-minibuffer): Use it.
1282
1283 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gmm-utils.el (gmm-flet): Remove.
1286         * gnus-sync.el (gnus-sync-lesync-call)
1287         * message.el (message-read-from-minibuffer): Don't use it.
1288
1289 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1292
1293 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1296
1297         * gnus-sync.el (gnus-sync-lesync-call)
1298         * message.el (message-read-from-minibuffer): Use gmm-flet.
1299
1300         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1301
1302         * gnus-util.el (gnus-macroexpand-all): Remove.
1303
1304 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1305
1306         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1307         to TAB, not [tab].
1308         (gnus-summary-article-map): Likewise.
1309
1310         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1311         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1312
1313 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1314
1315         * time-date.el: Commentary fix.
1316
1317 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1318
1319         * color.el: Don't require cl.
1320         (color-complement): `caddr' -> `nth 2'.
1321
1322         * time-date.el (time-to-seconds): De-obsolete.
1323
1324 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * message.el (message-get-reply-headers):
1327         Make sure the reply goes to the author if it is a wide reply.
1328
1329 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1330
1331         * gnus-score.el (gnus-score-body):
1332         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1333         scoring by body.
1334
1335 2012-11-16  Glenn Morris  <rgm@gnu.org>
1336
1337         * gnus-diary.el (nndiary-request-create-group-functions)
1338         (nndiary-request-update-info-functions)
1339         (gnus-subscribe-newsgroup-functions)
1340         (nndiary-request-accept-article-functions):
1341         Use new names for hooks rather than obsolete aliases.
1342
1343 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1346
1347 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1350         in meta tag with the one the part specifies in its header.
1351
1352 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1353
1354         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1355         by default.
1356
1357 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1360         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1361
1362 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1365         and a runtime function for it, of which the XEmacs version takes only
1366         two arguments.
1367
1368 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1369
1370         * nndiary.el (nndiary-request-create-group-functions)
1371         (nndiary-request-update-info-functions)
1372         (nndiary-request-accept-article-functions):
1373         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1374         "-hooks" suffix.
1375
1376 2012-10-19  Julien Danjou  <julien@danjou.info>
1377
1378         * gnus-art.el: Require gnus-util because it uses
1379         `gnus-timer--function'.
1380
1381 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1382
1383         * starttls.el (starttls-extra-arguments): Doc fix.
1384
1385 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1388         it.
1389
1390 2012-10-06  Glenn Morris  <rgm@gnu.org>
1391
1392         * gnus-notifications.el (gnus-notifications):
1393         Add missing group :version tag.
1394         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1395         (gnus-gcc-post-body-encode-hook):
1396         * gnus-sync.el (gnus-sync-lesync-name)
1397         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1398
1399 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1400
1401         * color.el (color-hsl-to-rgb): Fix incorrect results for
1402         small and large hue values.  (Bug#12559)
1403
1404 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         New UIDL implementation.
1407
1408         * mail-source.el (mail-sources, mail-source-keyword-map):
1409         Add :leave as a pop3 keyword.
1410         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1411
1412         * pop3.el (pop3-leave-mail-on-server): Allow number.
1413         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1414         (pop3-movemail): Add UIDL support.
1415         (pop3-send-streaming-command): Take a list of mail numbers instead of
1416         the number of mails.
1417         (pop3-write-to-file): Add X-UIDL header.
1418         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1419         (pop3-uidl-add-xheader): New functions.
1420
1421         * message.el (message-ignored-resent-headers):
1422         Add X-Content-Length and X-UIDL headers.
1423
1424 2012-10-05  Glenn Morris  <rgm@gnu.org>
1425
1426         * color.el (color-name-to-rgb, color-rgb-to-hex)
1427         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1428         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1429         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1430         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1431
1432 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1435         a user about whether to delete temp files if once a user answered as n.
1436
1437 2012-09-25  Chong Yidong  <cyd@gnu.org>
1438
1439         * password-cache.el (password-read-and-add): Use a declare form to mark
1440         this function obsolete.
1441
1442 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * lpath.el: Bind mail-encode-mml for old Emacsen.
1445
1446 2012-09-17  Richard Stallman  <rms@gnu.org>
1447
1448         * message.el (message-in-body-p): Don't set mark or modify buffer.
1449
1450         * mml.el (mml-attach-file): Doc fix.
1451         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1452         Set mail-encode-mml when in Mail mode.
1453         Simplify code to set HEAD and move back to HEAD.
1454         (mml-insert-multipart, mml-insert-part):
1455         Set mail-encode-mml when in Mail mode.
1456
1457 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-util.el (gnus-timer--function): New function.
1460
1461         * gnus-art.el (gnus-article-stop-animations): Use it.
1462
1463 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1464
1465         Fix glitches caused by addition of psec to timers.
1466         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1467         rather than raw access to timer vector.
1468
1469 2012-09-11  Julien Danjou  <julien@danjou.info>
1470
1471         * gnus-notifications.el (gnus-notifications): Check for nil values in
1472         ignored addresses check.
1473
1474 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1475
1476         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1477
1478 2012-09-07  Chong Yidong  <cyd@gnu.org>
1479
1480         * gnus-util.el
1481         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1482
1483         * gnus-salt.el (gnus-tree-highlight-node):
1484         * gnus-sum.el (gnus-summary-highlight-line):
1485         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1486
1487 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1490
1491 2012-09-06  Juri Linkov  <juri@jurta.org>
1492
1493         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1494         scheme for buffer names to be more consistent with other group and
1495         article buffer names in Gnus.
1496
1497 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-util.el
1500         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1501
1502         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1503         Jenkner.
1504
1505         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1506
1507         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1508
1509         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1510
1511 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1514         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1515
1516         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1517         string-prefix-p in Emacs >=23.2.
1518
1519         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1520         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1521         instead of string-match-p.
1522         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1523
1524 2012-09-06  Kenichi Handa  <handa@gnu.org>
1525
1526         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1527         lowercase a..f.
1528
1529 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1530
1531         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1532
1533 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1534
1535         * nnimap.el (nnimap-request-move-article): Decode the group name when
1536         doing internal moves to avoid charset issues.
1537
1538         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1539         TIME is set.
1540
1541 2012-09-05  Juri Linkov  <juri@jurta.org>
1542
1543         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1544         than one group at a time (bug#11961).
1545
1546 2012-09-05  Julien Danjou  <julien@danjou.info>
1547
1548         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1549         this hide the real reason with a message giving absolutely no hint.
1550
1551 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1552
1553         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1554         to the backend (bug#11804).
1555
1556         * message.el (message-insert-newsgroups): Don't insert newsgroup
1557         duplicates (bug#12275).
1558
1559 2012-09-05  John Wiegley  <johnw@newartisans.com>
1560
1561         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1562         sieve rules.
1563
1564 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1565
1566         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1567         function.
1568
1569         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1570
1571         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1572
1573 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1574
1575         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1576         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1577         This should make nnmaildir more usable with offlineimap.
1578
1579 2012-09-05  Julien Danjou  <julien@danjou.info>
1580
1581         * nnimap.el (nnimap-request-list): Revert change that made listing
1582         synchronous.
1583         (nnimap-get-responses): Restore.
1584
1585 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1586
1587         * dgnushack.el: XEmacs 21.5 compilation fix.
1588
1589         * gnus-notifications.el (gnus-notifications-notify): Use it.
1590
1591         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1592         warnings on XEmacs.
1593
1594 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1595
1596         Better seeds for (random).
1597         * gnus-sync.el (gnus-sync-lesync-setup):
1598         * message.el (message-canlock-generate, message-unique-id):
1599         Change (random t) to (random), now that the latter is more random.
1600
1601 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1602
1603         * nnimap.el (nnimap-change-group): Document result value
1604
1605         * auth-source.el (auth-sources): Fix macos keychain access.
1606
1607         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1608         allow the backend `request-head' function to determine the group
1609         name on its own.
1610         (gnus-request-expire-articles): Filter out negative article numbers
1611         during expiry (Bug#11980).
1612
1613         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1614         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1615
1616         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1617         you've found the article when you haven't.
1618
1619         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1620         that nnimap-change-group can return t.
1621
1622 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1623
1624         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1625
1626 2012-08-30  Julien Danjou  <julien@danjou.info>
1627
1628         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1629         `gnus-notifications-timeout'.
1630         (gnus-notifications-timeout): Add.
1631         (gnus-notifications-action): New function.
1632         (gnus-notifications-notify): Add :action using
1633         `gnus-notifications-action'.
1634         (gnus-notifications-id-to-msg): New variable.
1635         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1636         notifications id to messages.
1637
1638 2012-08-30  Kenichi Handa  <handa@gnu.org>
1639
1640         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1641         once.
1642
1643 2012-08-29  Julien Danjou  <julien@danjou.info>
1644
1645         * gnus-notifications.el: New file.
1646         (gnus-notifications-notify): New function.
1647         (gnus-notifications): Use `gnus-notifications-notify'.
1648
1649 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1652         transfer encoding first; bind gnus-newsgroup-charset to the charset
1653         that the article specifies (Bug#12209).
1654
1655 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1658         (gnus-group-customize-done): Encode values posting-style holds.
1659
1660         * gnus-msg.el (gnus-summary-resend-message)
1661         (gnus-configure-posting-styles): Decode values posting-style group
1662         parameter holds.
1663
1664 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1667         `name' and `address' in Resent-From header.
1668
1669 2012-08-14  Chong Yidong  <cyd@gnu.org>
1670
1671         * gnus-art.el (article-display-face): Handle failure in
1672         gnus-create-image (Bug#11802).
1673
1674 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1675
1676         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1677         Use defsetf.
1678
1679 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1680
1681         * auth-source.el (auth-source-plstore-search)
1682         (auth-source-secrets-search): Ignore :require and :type in search spec.
1683
1684 2012-08-06  Julien Danjou  <julien@danjou.info>
1685
1686         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1687         `nnimap-request-move-article'.
1688
1689         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1690         Remove autoload, already handled by gnus.el.
1691
1692         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1693
1694         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1695         supported by nnimap actually. Reverts previous change.
1696
1697         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1698         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1699         to-buffer argument that is already supported.
1700
1701 2012-08-05  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1704         Add autoload.
1705
1706 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus.el (gnus-valid-select-methods): Fix custom type.
1709
1710 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * auth-source.el (auth-sources, auth-source-backend-parse)
1713         (auth-source-macos-keychain-search)
1714         (auth-source-macos-keychain-search-items)
1715         (auth-source-macos-keychain-result-append)
1716         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1717         auth-source.el through the /usr/bin/security utility.
1718         (auth-sources): Fix syntax error.
1719         (auth-source-macos-keychain-result-append): Fix variable name.
1720         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1721
1722 2012-07-27  Julien Danjou  <julien@danjou.info>
1723
1724         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1725         Emacs < 24.1
1726
1727 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * message.el (message-kill-address): Don't kill last newline.
1730         (message-skip-to-next-address): Don't move to the next header.
1731         (message-fill-field-address): Work properly.
1732
1733 2012-07-25  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1736
1737 2012-07-24  Julien Danjou  <julien@danjou.info>
1738
1739         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1740
1741         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1742         (nntp-async-timer-handler): Remove, unused.
1743
1744         * nnimap.el (nnimap-get-responses): Remove, unused.
1745
1746         * nnheader.el (mail-header-set-extra): Remove, unused.
1747
1748         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1749         unused.
1750
1751         * mm-view.el (mm-view-sound-file): Remove, unused.
1752
1753         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1754         (mm-url-encode-multipart-form-data): Remove, unused.
1755
1756         * message.el (message-remove-signature, message-make-host-name)
1757         (message-fill-address): Remove, unused.
1758
1759         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1760         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1761         unused.
1762
1763         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1764         (gnus-xmas-call-region): Remove, unused.
1765
1766         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1767
1768         * gnus-util.el (gnus-extract-address-component-name)
1769         (gnus-extract-address-component-email, gnus-sortable-date)
1770         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1771         (gnus-process-live-p): Remove, unused.
1772
1773         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1774
1775         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1776         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1777         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1778         function.
1779
1780         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1781
1782         * gnus-score.el (gnus-summary-score-crossposting)
1783         (gnus-score-regexp-bad-p): Remove, unused.
1784
1785         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1786
1787         * gnus-range.el (gnus-sublist-p): Remove, unused.
1788
1789         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1790         unused.
1791
1792         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1793
1794         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1795         (gnus-request-associate-buffer): Remove, unused.
1796
1797         * gnus-group.el (gnus-group-set-method-info)
1798         (gnus-group-set-params-info): Remove, unused.
1799
1800         * gnus-fun.el (gnus-shell-command-to-string)
1801         (gnus-shell-command-on-region): Remove, unused.
1802
1803         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1804
1805         * gnus-art.el (gnus-article-text-type-exists-p)
1806         (article-translate-characters, gnus-article-hide-text-of-type)
1807         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1808         Remove, unused.
1809
1810 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1811
1812         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1813
1814 2012-07-21  Julien Danjou  <julien@danjou.info>
1815
1816         * message.el (message-dont-reply-to-names): Replace deprecated
1817         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1818         (message-get-reply-headers): Ditto.
1819
1820 2012-07-18  Julien Danjou  <julien@danjou.info>
1821
1822         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1823         `sieve-upload-and-kill'.
1824
1825         * sieve.el (sieve-bury-buffer): Remove function.
1826         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1827         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1828
1829 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1830
1831         * shr.el (shr-expand-url): Handle URL starting with `//'.
1832
1833 2012-07-13  Chong Yidong  <cyd@gnu.org>
1834
1835         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1836         instead of calling toggle-read-only with a (bogus) argument.
1837
1838 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1839
1840         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1841         of initial input when reading the author to restrict the summary to.
1842
1843 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * mm-decode.el (mm-shr):
1846         Allow overriding charset by mm-charset-override-alist.
1847
1848 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-art.el (gnus-article-view-part):
1851         Toggle subparts of multipart/alternative part.
1852
1853 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1854
1855         * shr.el (shr-render-buffer): New command.
1856         (shr-visit-file): Use it.
1857
1858 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1861         Set no-byte-compile and no-update-autoloads.
1862
1863 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1866
1867 2012-06-25  Julien Danjou  <julien@danjou.info>
1868
1869         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1870         `nnimap-request-move-articles-find-limit' since we do not use it only
1871         for move operations.
1872         (nnimap-request-accept-article): Use
1873         `nnimap-request-articles-find-limit' to limit search by message-id.
1874
1875 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1876
1877         Support higher-resolution time stamps (Bug#9000).
1878
1879         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1880         VARLIST.  It's optional, for backward compatibility.
1881         (encode-time-value): New optional arg PICO.  New type 3.
1882         (time-to-seconds) [!float-time]: Support the new picoseconds
1883         component if it's used.
1884         (seconds-to-time, time-subtract, time-add):
1885         Support ps-resolution time stamps as well.
1886
1887 2012-06-19  Julien Danjou  <julien@danjou.info>
1888
1889         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1890
1891         * nnimap.el (nnimap-log-buffer): Check that
1892         `window-point-insertion-type' is boundp, since it's not available in
1893         XEmacs.
1894
1895 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1896
1897         * nnimap.el (nnimap-log-buffer): Add this, setting
1898         `window-point-insertion-type' in the buffer to t.
1899         (nnimap-log-command): Use nnimap-log-buffer.
1900
1901 2012-06-19  Julien Danjou  <julien@danjou.info>
1902
1903         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1904         argument to be able to limit the search.
1905         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1906         (nnimap-request-move-articles-find-limit): Add this to limit the search
1907         by Message-Id after a message move.
1908         (nnimap): Add defgroup.
1909
1910 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1911
1912         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1913
1914 2012-06-15  Julien Danjou  <julien@danjou.info>
1915
1916         * nnimap.el (nnimap-find-article-by-message-id): Use
1917         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1918         (nnimap-possibly-change-group): Add read-only argument.
1919         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1920         issuing EXAMINE manually.
1921         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1922         with read-only argument.
1923         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1924         cannot possibly change because we need to be sure that it's either
1925         read-write or read-only.
1926
1927 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1930         being bound to a lambda form.
1931
1932 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1933
1934         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1935         articles when fetch-old is non-nil (bug#11370).
1936
1937 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1938
1939         * gnus-picon.el (gnus-picon-properties): New defcustom.
1940         (gnus-picon-create-glyph): Use it.
1941
1942 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-group.el (gnus-group-get-new-news): Respect
1945         `gnus-group-use-permanent-levels', as documented (bug#11638).
1946
1947 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1948
1949         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1950         groups (bug#11641).
1951
1952 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1953
1954         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1955         is an integer to avoid later problems.
1956
1957 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1960         locales.
1961
1962         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1963         on a handle.
1964
1965         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1966         address as the default.
1967         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1968
1969         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1970         makes no sense to query the user about internal files.
1971
1972         * gnus-spec.el: Remove all the byte-compilation stuff, since
1973         benchmarking shows that it doesn't help when entering large summary
1974         buffers.
1975
1976         * gnus-xmas.el (gnus-xmas-define): Remove.
1977
1978         * gnus-util.el (gnus-byte-code): Remove.
1979
1980         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1981         grouplens stuff.
1982
1983 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1986         (bug#11514).
1987
1988 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1989
1990         * message.el (message-buffers): Return all buffers derived from Message
1991         to make `gnus-dired-attach' work with mu4e.
1992
1993 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1994
1995         * nntp.el: Stop the `letf' madness.
1996         (nntp--report-1): New var.
1997         (nntp-report): Merge nntp-report-1 into it.
1998         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1999         the nntp-report function.
2000
2001         * auth-source.el: Fix comment-style to follow the convention.
2002
2003 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2004
2005         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2006         (mm-dissect-singlepart): Don't guess the MIME type of
2007         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2008         set.
2009         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2010         toplevel MIME type is multipart/encrypted.
2011
2012 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2015         a string so that Gcc works (bug#11514).
2016
2017 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2018
2019         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2020         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2021
2022 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2023
2024         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2025         jumping to *Server* from a dedicated *Group* window.
2026         (gnus-configure-frame): CSE.
2027
2028         * gnus-registry.el: Minor style cleanup.
2029         (gnus-registry--set/remove-mark): New function, extracted from
2030         gnus-registry-install-shortcuts.
2031         (gnus-registry-install-shortcuts): Use it.
2032
2033 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * nnspool.el (news-path): Use eval-and-compile.
2036
2037 2012-05-24  Glenn Morris  <rgm@gnu.org>
2038
2039         * nnspool.el (news-directory, news-path, news-inews-program):
2040         Move here from paths.el.  Don't see a need for these to be autoloaded.
2041
2042         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2043         Merge in doc from paths.el version.  Don't see any need for this to be
2044         autoloaded, or for the warning about users not setting it.
2045
2046 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2047
2048         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2049         format.  In particular, add an optional argument and a docstring.
2050
2051         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2052
2053         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2054         current before calling `gnus-groups-to-gnus-format'.
2055         Note that this was already the case for `gnus-active-to-gnus-format'.
2056
2057 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2058
2059         Fix minor Y10k bug.
2060         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2061
2062 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2063
2064         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2065         message once it's actually open.
2066
2067 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2068
2069         * gnus.el: Ma Gnus v0.5 is released.
2070
2071 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2072
2073         * auth-source.el (auth-source--aput-1, auth-source--aput)
2074         (auth-source--aget): New functions and macros.
2075         Use them instead of aput/aget.
2076
2077 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2078
2079         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2080
2081 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2082
2083         * plstore.el (plstore-called-interactively-p): New compat macro copied
2084         from message.el.
2085         (plstore-mode): Use it.
2086
2087 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2088
2089         * plstore.el: Revive the editing feature.
2090         (plstore-mode): New mode to edit plstore file.
2091         (plstore-mode-toggle-display, plstore-mode-original)
2092         (plstore-mode-decoded): New command.
2093         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2094         (plstore--insert-buffer, plstore--make): New function.
2095         (plstore-open, plstore-save): Simplify by using them.
2096
2097 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2100
2101 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2102
2103         * tls.el (open-tls-stream): Remove unused binding.
2104
2105 2012-04-16  Glenn Morris  <rgm@gnu.org>
2106
2107         * nndraft.el (nndraft-request-list): Fix declaration.
2108
2109 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * mm-decode.el (mm-dissect-buffer): Doc fix.
2112
2113         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2114         don't have a current group.
2115
2116         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2117         buffer if it doesn't exist.
2118
2119         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2120         given, mark the group as ephemeral with the current window conf.
2121
2122         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2123         buffer exists, which it doesn't if we haven't started Gnus.
2124         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2125
2126 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2129         type is.
2130
2131         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2132         `unexists' entries.
2133         (gnus-clean-old-newsrc): Fix last checkin.
2134
2135         * nnimap.el (nnimap-update-info): None of the articles below the active
2136         low-water mark exist.
2137
2138         * dgnushack.el: Get rid of XEmacs compilation warning.
2139
2140         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2141         would have gotten if we posted to the group, and use that to compare
2142         against the message we want to cancel (bug#10808).
2143
2144         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2145         on XEmacs.
2146
2147 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2148
2149         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2150         `scroll-margin'.
2151
2152 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2153
2154         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2155         citation prefix within a block of cited text should be considered part
2156         of that block *only* if it is a blank line.
2157
2158 2012-04-09  Chong Yidong  <cyd@gnu.org>
2159
2160         * binhex.el, hashcash.el, uudecode.el:
2161         Remove * characters from the front of variable docstrings.
2162
2163 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2166         before kinsoku-bol characters nor within kinsoku-eol characters.
2167
2168 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2171         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2172         (gnus-sync-read): Use mapc instead of mapcar.
2173
2174         * mm-archive.el: Require mm-decode for some macros.
2175         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2176         the byte compiler.
2177         (mm-archive-decoders): New function that returns the value of
2178         the mm-archive-decoders variable.
2179
2180         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2181         instead.
2182         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2183
2184         * nnimap.el (gnus-refer-thread-use-nnir):
2185         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2186
2187 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2190
2191 2012-03-12  Peter Münster  <pmrb@free.fr>
2192
2193         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2194         (gnus-demon-cancel): Ditto.
2195         (gnus-demon-run-callback): When function cannot be called due to low
2196         idleness, call it when idleness reaches the expected value, instead of
2197         waiting another timer period.
2198         (gnus-demon-init): Add `time' to arguments of call-back.
2199
2200 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2203
2204         * gnus.el: Register gnus-registry functions.
2205
2206         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2207         indent.
2208
2209         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2210         enabled before warping.
2211
2212 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2213
2214         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2215         registry about each article retrieved.
2216
2217         * gnus-int.el (gnus-select-group-with-message-id): New function.
2218         (gnus-try-warping-via-registry): Ditto.
2219         (gnus-warp-to-article): Fall back on the registry.
2220
2221 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2222
2223         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2224         inboxes.
2225
2226 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2229
2230 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2233         gnus-gcc-self-resent-messages may be a group parameter.
2234         (gnus-summary-resend-message): Don't encode encoded words in header
2235         when Gcc'ing resent message.
2236
2237 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * shr.el (shr-insert): Treat non-breaking space just like normal
2240         space.  This seems to produce more pleasing results.
2241         (shr-insert): Only insert a blank line if we're starting from an image.
2242         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2243         (shr-ensure-paragraph): Consider lines with white space to be blank.
2244
2245 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2246
2247         * Makefile.in: Respect DESTDIR.
2248
2249 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2250
2251         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2252         and gnus-gcc-post-body-encode-hook.
2253
2254 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2257         messages that don't exist.
2258
2259         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2260
2261 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2264         Remove.
2265
2266         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2267
2268         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2269
2270 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2273         have a group name.
2274
2275         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2276         a multibyte buffer (bug#7410).
2277         (article-wash-html): Parse the original article buffer to get the
2278         unencoded data (bug#7410).
2279
2280         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2281         .newsrc.el files.
2282
2283 2012-04-05  Bastien Guerry  <bzg@altern.org>
2284
2285         * color.el (color-lighten-name): Fix typo.
2286
2287 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2290         "#" to avoid having them interpreted as comments.
2291
2292 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * shr.el (shr-insert): Update the text state properly to avoid
2295         inserting spurious paragraph starts.
2296
2297 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * shr.el (shr-table-widths): Divide the extra width more fairly over
2300         the TDs (bug#10973).
2301         (shr-render-td): Don't delete too much padding.
2302         (shr-natural-width): Compute the natural width more correctly.
2303         (shr-insert): Allow the natural width to be computed for tables again.
2304         (shr-tag-table-1): Rework how the natural widths are computed by
2305         rendering the table a third time.
2306         (shr-natural-width): Removed.
2307         (shr-buffer-width): New function.
2308         (shr-expand-newlines): Use it.
2309
2310         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2311         using a `gnus-use-full-window' setup (bug#11013).
2312
2313 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2316         24.1 release.
2317
2318 2012-03-10  David Edmondson  <dme@dme.org>
2319
2320         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2321         'Forwarded Message' header and the start of the message.
2322
2323 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2324
2325         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2326         isn't running (bug#10897).
2327
2328 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2331         This is inconsistent with all the other stream functions, which leave
2332         the setting up to the higher levels (if so wanted) (bug#10931).
2333
2334 2012-02-28  Glenn Morris  <rgm@gnu.org>
2335
2336         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2337         mm-decode.el: Standardize possessive apostrophe usage.
2338
2339 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2342
2343 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2344
2345         * parse-time.el (parse-time-string): Allow extractor to return nil.
2346
2347 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2350
2351 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2354
2355 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2356
2357         * mm-decode.el (mm-shr): Remove "soft hyphens".
2358
2359         * nnimap.el (nnimap-request-list): Return the group names encoded as
2360         utf8.  Otherwise non-European group names don't work.
2361         (nnimap-request-newgroups): Ditto.
2362
2363         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2364         the default in `read-string' (bug#10757).
2365
2366         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2367         topics (bug#10843).
2368
2369         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2370         buffer.  Suggested by Herbert Valerio Riedel.
2371         (nnimap-request-move-article): Delete the message from the correct IMAP
2372         server.
2373
2374 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2375
2376         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2377         Reported by Peter Münster.
2378
2379 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2380
2381         * shr.el (shr-image-fetched): Make sure we really kill the right
2382         buffer.
2383
2384 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2385
2386         * gnus-start.el (gnus-1): Avoid duplicate entries.
2387
2388 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2389
2390         * imap.el: Remove.
2391
2392         * nntp.el (nntp-coding-system-for-read): Remove.
2393         (nntp-coding-system-for-write): Ditto.
2394         (nntp-open-connection): Just use `binary' directly.
2395
2396         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2397         Gnus 0.3.
2398
2399 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2402         application/octet-stream parts really is.
2403
2404         * gnus-sum.el (gnus-propagate-marks): Remove.
2405
2406 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2407
2408         * shr.el (shr-rescale-image): Undo previous change; see
2409         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2410
2411 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2412
2413         * gnus.el: Ma Gnus v0.3 is released.
2414
2415 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-sum.el (gnus-summary-local-variables): Make
2418         `gnus-newsgroup-unexist' into a local variable.
2419
2420 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * registry.el (registry-usage-test, registry-persistence-test): Move to
2423         tests/gnustest-registry.el.
2424         (registry-make-testable-db, registry-match-test)
2425         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2426
2427         * gnus-registry.el (gnus-registry-misc-test)
2428         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2429
2430         * tests/gnustest-registry.el: New file with the registry and
2431         gnus-registry ERT tests.
2432
2433 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-msg.el (gnus-summary-resend-message): Make
2436         gnus-summary-resend-message-insert-gcc be last item in
2437         message-header-setup-hook.
2438
2439 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2442         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2443         Remove.
2444         (nnfolder-open-server): Don't use marks.
2445         (nnfolder-request-delete-group): Ditto.
2446         (nnfolder-request-rename-group): Ditto.
2447         (nnfolder-request-set-mark, nnfolder-request-marks)
2448         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2449         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2450
2451         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2452         (nnml-marks-modtime): Remove.
2453         (nnml-request-delete-group): Don't use marks.
2454         (nnml-request-rename-group): Ditto.
2455         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2456         (nnml-save-marks, nnml-open-marks): Remove.
2457
2458         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2459         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2460         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2461         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2462         (nntp-server-to-method-cache): Remove.
2463
2464         * shr.el (shr-rescale-image): Fix wrong merge.
2465
2466 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2467
2468         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2469         too-wide lines.
2470
2471 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnimap.el (nnimap-record-commands): New variable.
2474         (nnimap-log-command): Use it.
2475         (nnimap-make-process-buffer): Add a space to the process buffer.
2476         (nnimap-transform-headers): Don't bug out on header lines containing
2477         stuff that look like IMAP length encodings.
2478
2479         * shr.el (shr-rescale-image): Allow viewing large images.
2480
2481 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2482
2483         * nnml.el (nnml-request-compact-group): Delete the marks file after
2484         compaction (bug#10800).
2485
2486         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2487         group exit.
2488
2489         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2490         QRESYNC/FETCH output.
2491
2492 2012-02-11  Glenn Morris  <rgm@gnu.org>
2493
2494         * sieve-manage.el (sieve-manage-default-stream):
2495         * shr.el (shr):
2496         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2497         (nnir-retrieve-headers-override-function)
2498         (nnir-imap-default-search-key, nnir-notmuch-program)
2499         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2500         (nnir-method-default-engines):
2501         * message.el (message-cite-reply-position):
2502         * gssapi.el (gssapi-program):
2503         * gravatar.el (gravatar):
2504         * gnus-sum.el (gnus-refer-thread-use-nnir):
2505         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2506         (gnus-registry-max-pruned-entries):
2507         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2508         * gnus-int.el (gnus-after-set-mark-hook)
2509         (gnus-before-update-mark-hook):
2510         * gnus-async.el (gnus-async-post-fetch-function):
2511         * auth-source.el (auth-source-cache-expiry):
2512         Add missing :version tags to new defcustoms and defgroups.
2513
2514 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2517         `gnus-newsgroup-unexist'.
2518
2519         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2520         marks.
2521         (gnus-article-special-mark-lists): Put the `unexist' in the special
2522         marks list instead.
2523
2524         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2525         articles in the list of articles to be selected.
2526
2527         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2528         articles.
2529         (nnimap-update-info): Keep track of unexisting articles.
2530         (nnimap-update-qresync-info): Ditto.
2531
2532 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2533
2534         * message.el (message-default-send-mail-function): Made into own
2535         function for reuse by emacsbug.el.
2536
2537 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2538
2539         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2540         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2541
2542 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2543
2544         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2545         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2546
2547         * gnus-compat.el: Define `timer-set-function'.
2548
2549         * mm-decode.el (mm-display-external): Output the text from the command
2550         in the buffer after the command finished.  This makes text-based
2551         commands behave better.
2552
2553 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2556
2557 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2560         23.1.
2561
2562 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2565
2566 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * message.el (smtpmail-smtp-user): Silence compiler warning.
2569
2570 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2571
2572         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2573         SMTP user name.
2574
2575 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-sum.el (gnus-summary-show-thread):
2578         next-single-char-property-change may return nil in XEmacs.
2579         (gnus-summary-article-map): Fix typo.
2580
2581 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2584         running.
2585
2586         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2587
2588         * gnus.el (gnus-server-extend-method): Don't add an -address component
2589         if the method already has one (bug#9676).
2590
2591 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2594         of an initial-input for consistency (bug#10757).
2595
2596         * dgnushack.el: Fix XEmacs compilation warning.
2597
2598         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2599
2600         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2601
2602 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2603
2604         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2605         lines that are narrower than the window width.  Otherwise background
2606         "blocks" will look less readable.
2607
2608 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2609
2610         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2611         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2612         have newlines within the strings, and where the UID comes after the
2613         BODYSTRUCTURE element (bug#10537).
2614
2615         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2616         (bug#10732).
2617
2618         * shr.el (shr-insert-document): Add doc string.
2619         (shr-visit-file): Ditto.
2620         (shr-remove-trailing-whitespace): New function.
2621         (shr-insert-document): Use it to clean up trailing whitespace as the
2622         final step (bug#10714).
2623
2624 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2627         buffer if `gnus-kill-summary-on-exit' is nil.
2628
2629 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2632         when just reading a single group from "without" Gnus.
2633
2634 2012-02-06  Chong Yidong  <cyd@gnu.org>
2635
2636         * gnus-sum.el (gnus-summary-show-thread):
2637         next-single-char-property-change never returns nil (Bug#8657).
2638
2639 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2640
2641         * message.el (message-multi-smtp-send-mail): New function.
2642         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2643         header to implement multi-SMTP functionality.
2644
2645         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2646         (gnus-agentize): Don't set it.
2647         (gnus-agent-send-mail): Don't use it.
2648
2649         * gnus-sum.el (gnus-summary-widget-backward): New function and
2650         keystroke.
2651
2652         * gnus-compat.el: More the compat functions more compatible.
2653
2654         * shr.el (shr-put-image): Remove underlines from sliced images.
2655         (shr-zoom-image): Compute the region to be replaced more correctly.
2656
2657 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2660         (gnus-summary-resend-message-insert-gcc): New function.
2661         (gnus-summary-resend-message): Modify message-header-setup-hook and
2662         message-sent-hook to make it work for Gcc.
2663         (gnus-inews-do-gcc): Update the number of unread articles of groups
2664         that messages are Gcc'd to.
2665
2666         * message.el (message-resend): Run message-sent-hook to do Gcc.
2667
2668 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * lpath.el: Fix an XEmacs compilation warning.
2671
2672         * gnus-compat.el: Require `help-fns' to fix compilation error.
2673
2674         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2675         a higher level to silence compilation.
2676
2677         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2678         parameter to allow controlling the scaling.
2679
2680         * shr.el (shr-zoom-image): New command and keystroke.
2681         (shr-put-image): Take a `size' flag to say how to scale the image.
2682
2683         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2684         deletion unless already defined.
2685
2686         * gnus.el (gnus-compat): Require it.
2687
2688         * gnus-compat.el: New file.
2689
2690         * gnus-start.el (gnus-clean-old-newsrc): New function.
2691         (gnus-read-newsrc-file): Use it.
2692
2693         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2694         Use recursive deletion.
2695         (mm-dissect-archive): Add support for zip files.
2696
2697         * gnus-util.el (gnus-recursive-directory-files): New function.
2698
2699         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2700         (mm-archive-decoders): Add tgz support.
2701
2702         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2703         Otherwise inserting text into the Gnus buffer can look odd.
2704
2705         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2706
2707         * mm-archive.el (mm-archive-decoders): Add support for tar.
2708
2709         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2710
2711         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2712
2713 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2714
2715         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2716
2717         * mm-archive.el: New file.
2718
2719         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2720
2721         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2722
2723         * message.el (message-goto-*): Make all the `message-goto-*' commands
2724         push the mark before moving point.  This makes it easier to go back to
2725         where you came from after editing whatever you jumped to.
2726
2727 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2728
2729         * gnus.el: Ma Gnus v0.1 is released.
2730
2731 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2734         without reconnecting.
2735         (nnimap-possibly-change-group): Ditto.
2736         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2737         connection has died before being called.
2738
2739 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2742         an initial sync unless we're really doing one.
2743
2744         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2745         address parameter if one already exists (bug#9676).
2746
2747         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2748         not the prefix, as documented (bug#10689).
2749
2750 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2753         the "server".
2754
2755         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2756         the real error message with the useless "previously known to be down".
2757         Which isn't even correct.
2758
2759         * nntp.el (nntp-open-connection): Report the error message if the nntp
2760         server can't be reached.
2761
2762         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2763         groups we do a total scan for.
2764         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2765         doing that.
2766
2767 2012-01-31  Jim Meyering  <jim@meyering.net>
2768
2769         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2770         Correct a comment (insert "not") and hide nominally-doubled "to".
2771
2772 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus.el (gnus-version): Change name to "Ma Gnus".
2775
2776 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2777
2778         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2779         section in the manual.
2780
2781 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2782
2783         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2784         words.
2785         (rfc2047-encode-string): Ditto.
2786         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2787         understand folded filename="..." parameters, for instance.
2788
2789         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2790         the message for greater debuggability.
2791
2792 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2793
2794         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2795         instead of setting it locally, since the latter doesn't seem to have
2796         any effect (most of the time).
2797
2798 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2799
2800         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2801         function call.
2802
2803 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2804
2805         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2806         seconds, and make the repeat clause with HH:MM specs work as
2807         documented.
2808
2809 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2810
2811         * proto-stream.el (proto-stream-capability-open): Fall back on
2812         :end-of-command if :end-of-capability doesn't exist.
2813
2814 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2817         bound globally in old Emacsen and XEmacsen.
2818
2819 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2822         so that previous errors don't prohibit getting new news.
2823
2824         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2825
2826         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2827
2828 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2829
2830         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2831         buffer, not of the string which is its name.
2832
2833 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2834
2835         * proto-stream.el (proto-stream-capability-open): Wait for
2836         :end-of-capability, not :end-of-command.
2837
2838         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2839         non-server-marks groups.
2840         (gnus-group-make-articles-read): Ditto.
2841
2842         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2843         methods (bug#9676).
2844
2845         * gnus.el (gnus-method-ephemeral-p): New function.
2846
2847 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2850         left-to-right.
2851
2852 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2855         warning.
2856
2857 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2860         macroexpand the nnir things, since they haven't been defined yet, and
2861         nnir requires gnus-sum.
2862
2863 2012-01-24  Julien Danjou  <julien@danjou.info>
2864
2865         * color.el (color-rgb-to-hsl): Fix value computing.
2866         (color-hue-to-rgb): New function.
2867         (color-hsl-to-rgb): New function.
2868         (color-clamp, color-saturate-hsl, color-saturate-name)
2869         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2870         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2871
2872 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2875
2876 2012-01-19  Julien Danjou  <julien@danjou.info>
2877
2878         * color.el (color-name-to-rgb): Use the white color to find the max
2879         color component value and return correctly computed values.
2880         (color-name-to-rgb): Add missing float conversion for max value.
2881
2882 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2883
2884         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2885         logical server name in addition to the actual machine address.
2886
2887         * auth-source.el (auth-source-user-and-password): Add convenience
2888         wrapper to search by just host and optionally user.
2889
2890 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2893         after rendering.
2894
2895 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2896
2897         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2898         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2899         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2900
2901 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2904         (bug#9693).
2905         (gnus-summary-setup-buffer): Document return value (bug#9697).
2906
2907         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2908         since ido doesn't work on symbols (bug#9632).
2909
2910         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2911         when getting a single value as when getting all the values.  This means
2912         that atoms like `gcc-self' work cumulatively, like variable settings,
2913         instead of getting the value from the last matching clause.
2914         (gnus-group-find-parameter): Protect against the group buffer not
2915         existing (bug#9585).
2916
2917 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-start.el (gnus-activate-group): Document more parameters
2920         (bug#9694).
2921
2922         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2923         (bug#9692).
2924
2925         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2926         article was fetched, so that it can be expired later (bug#9958).
2927         (gnus-agent-summary-fetch-series): Add doc string.
2928         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2929         (bug#9517).
2930
2931         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2932         retrieval is happening.
2933
2934         * gnus.el (gnus-parameters): Doc fix.
2935
2936 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2937
2938         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2939         show the thread after expansion.
2940
2941 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-art.el (article-narrow-to-head): If the head is completely
2944         empty, narrow to the empty region (bug#9764).
2945
2946         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2947         read, and then mark them as unread only when the unread mark is used.
2948         This makes `C-- T k' actually work, even though it's confusing.
2949
2950         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2951         alive before we try to find its window.
2952
2953 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2954
2955         * mm-decode.el (mm-display-external): Use a longer timeout for the
2956         deletion to allow slow programs to display the file.
2957
2958 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2961         prompt to be less confusing.
2962
2963         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2964         argument to `message-reply'.  This broke `special-display-*' frame
2965         pop-uping (bug#10238).
2966
2967 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2970         systems, since these allegedly don't work there.
2971
2972 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2973
2974         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2975         live buffer.
2976
2977 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * nnir.el (nnir-retrieve-headers): Protect against the article not
2980         existing on the server (bug#10335).
2981
2982 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2983
2984         * gnus-agent.el (gnus-agent-load-local): Recompute
2985         gnus-agent-article-local on changing method.
2986
2987 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus.el (gnus-parameters): Note precedence.
2990
2991 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2992
2993         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2994         in the group buffer.
2995
2996 2012-01-04  Julien Danjou  <julien@danjou.info>
2997
2998         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2999         change.
3000
3001 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3004         too.
3005
3006         * nntp.el (nntp-retrieve-group-data-early): Use it.
3007
3008 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * nntp.el (nntp-retrieval-in-progress): New variable.
3011         (nntp-make-process-buffer): Make it buffer-local.
3012
3013         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3014         2010.
3015         (gnus-demon-init): Use it to compute the time if time is on the form
3016         "04:23".
3017
3018         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3019
3020         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3021         status in the correct buffer.
3022
3023 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3024
3025         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3026         when opening topics (bug#10407).
3027
3028 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * gnus-cus.el (gnus-score-customize):
3031         * gnus-sum.el (gnus-sort-gathered-threads):
3032         * message.el (message-shorten-references):
3033         * nnmairix.el (nnmairix-request-group):
3034         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3035
3036 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3037
3038         * gnus-agent.el (gnus-agent-regenerate-group):
3039         * gnus-int.el (gnus-retrieve-group-data-early):
3040         * mm-util.el (mm-codepage-ibm-list):
3041         * nndiary.el (Commentary, nndiary-get-new-mail):
3042         * nnir.el (nnir):
3043         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3044
3045 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * mm-view.el (mm-display-inline-fontify): Add comment.
3048
3049 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3050
3051         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3052         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3053
3054 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3055
3056         * gnus-art.el (gnus-split-methods):
3057         * gnus-msg.el (gnus-configure-posting-styles):
3058         * gnus-spec.el (gnus-parse-simple-format):
3059         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3060         * message.el (message-do-actions): Spelling fix.
3061
3062 2011-12-15  Juri Linkov  <juri@jurta.org>
3063
3064         * mm-decode.el (mm-inline-media-tests): Add missing
3065         `mm-handle-media-subtype'.
3066
3067 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3068
3069         * gnus-group.el (gnus-group-tool-bar):
3070         * gnus-sum.el (gnus-summary-tool-bar):
3071         * message.el (message-tool-bar):
3072         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3073
3074 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         * plstore.el (plstore--insert-buffer): Spelling fix.
3077
3078 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3079
3080         * message.el (message-valid-fqdn-regexp): Update with newly approved
3081         top-level domain names ".tel" and ".asia".
3082
3083 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3086         unconditionally.
3087
3088 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3091         pop-to-buffer-same-window for old Emacsen.
3092
3093 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3094
3095         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3096
3097 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3098
3099         * netrc.el (netrc-credentials): Spelling fix.
3100
3101 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3102
3103         * gnus-fun.el (gnus-fun-ppm-change-string):
3104         * gnus-msg.el (gnus-inews-do-gcc):
3105         * gnus-sum.el (gnus-summary-find-for-reselect):
3106         * gnus.el (gnus-summary-cancelled):
3107         * message.el (message-cancel-hook, message-send-news):
3108         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3109         * nnir.el (nnir-run-hyrex):
3110         * nntp.el (nntp-with-open-group-function):
3111         * pgg.el (pgg-pending-timers): Spelling fix.
3112
3113 2011-12-04  Chong Yidong  <cyd@gnu.org>
3114
3115         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3116         change (Bug#10200).
3117
3118 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * compface.el (uncompface):
3121         * gnus-art.el (gnus-article-x-face-command): Update the header format
3122         of icon data for the most recent icontopbm program.
3123
3124 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * gnus-msg.el (gnus-inews-do-gcc):
3127         * message.el (message-send-mail):
3128         * mml.el (mml-generate-mime): Share the value of the buffer-local
3129         `message-options' variable between a draft buffer and temprary working
3130         buffers.
3131
3132 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3133
3134         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3135
3136 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3139         for Cygwin.
3140
3141 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3142
3143         * gnus-group.el (gnus-group-prepare-flat):
3144         * mm-bodies.el (mm-encode-body):
3145         * mml.el (mml-preview):
3146         * nnml.el (nnml-request-compact-group):
3147         * pop3.el (pop3-stream-type): Spelling fix.
3148
3149 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3150
3151         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3152
3153 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3154
3155         * color.el (color-rgb-to-hsl):
3156         * gmm-utils.el (gmm-tool-bar-style):
3157         * gnus-group.el (gnus-group-prepare-flat):
3158         * gnus-topic.el (gnus-topic-prepare-topic):
3159         * mm-decode.el (mm-discouraged-alternatives):
3160         * rfc2047.el (rfc2047-encode-1):
3161         * starttls.el: Spelling fix.
3162
3163 2011-11-24  Glenn Morris  <rgm@gnu.org>
3164
3165         * binhex.el (binhex-begin-line): Give it basic doc-string.
3166
3167         * starttls.el, tls.el: Fix case of "GnuTLS".
3168
3169 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3170
3171         * gnus-group.el (gnus-group-highlight): Fix typo.
3172
3173 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3174
3175         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3176         value of `delete-file', that returns nil for a local file but returns t
3177         for a remote file using ssh.
3178
3179 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3182
3183 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3186         avoid later breakage.
3187
3188 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3191         article buffers' name.
3192
3193 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3196         by Paul Eggert's spellfixes two days ago.
3197
3198 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3201         doesn't have it.
3202
3203         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3204         buffer-local instead of binding them to avoid warnings.  Also demote
3205         errors (bug#10063).
3206         (font-lock-mode-hook): Shut up byte compiler.
3207
3208 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3209
3210         * mm-util.el (mm-charset-after):
3211         * nnir.el (nnir-run-hyrex):
3212         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3213         (ntlm-get-password-hashes, ntlm-md4hash):
3214         * smime.el: Fix typo.
3215
3216 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3217
3218         * gnus-agent.el (gnus-agent-expire-group-1):
3219         * nndiary.el (nndiary-last-occurence):
3220         * nnimap.el (nnimap-request-set-mark):
3221         * nnmairix.el (nnmairix-only-use-registry):
3222         * gnus-group.el (gnus-group-prepare-flat):
3223         * gnus-sum.el (gnus-decode-encoded-word-methods):
3224         * message.el (message-wash-subject):
3225         * nntp.el (nntp-retrieve-headers-with-xover):
3226         * smime.el (smime-certificate-directory): Spelling fix.
3227
3228 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3229
3230         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3231
3232         * color.el:
3233         * gnus-agent.el (gnus-agent-possibly-alter-active):
3234         * gnus-dired.el (gnus-dired-print):
3235         * mail-parse.el:
3236         * nnmairix.el (nnmairix-request-group):
3237         * shr.el (shr-image-displayer):
3238         * sieve-manage.el:
3239         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3240
3241 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3242
3243         * gnus-sum.el (gnus-auto-select-subject):
3244         * spam-report.el (spam-report-resend): Spelling fix.
3245
3246 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3249         * gnus-art.el (gnus-default-article-saver):
3250         * gnus-srvr.el (gnus-server-copy-server):
3251         * gnus.el (gnus-sloppily-equal-method-parameters):
3252         * html2text.el (html2text-format-tag-list):
3253         * message.el (message-narrow-to-head):
3254         * nndiary.el:
3255         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3256         * sieve.el: Spelling fix.
3257
3258 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3259
3260         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3261         * gnus-sum.el (gnus-summary-make-menu-bar):
3262         * gnus-uu.el (gnus-uu-decode-postscript)
3263         (gnus-uu-decode-postscript-and-save):
3264         * mailcap.el (mailcap-print-command):
3265         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3266         Fix typos.
3267
3268 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3269
3270         * gnus-art.el (gnus-article-part-wrapper):
3271         * html2text.el (html2text-fix-paragraphs):
3272         * mm-decode.el (mm-image-fit-p):
3273         * rfc2047.el (rfc2047-encode-message-header):
3274         * shr-color.el (shr-color-visible-distance-min)
3275         (shr-color-relative-to-absolute, set-minimum-interval)
3276         (shr-color-visible): Fix typos.
3277
3278 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3279
3280         * gmm-utils.el (gmm-tool-bar-item):
3281         * gnus-art.el (gnus-treat-body-boundary):
3282         * gnus-diary.el (gnus-user-format-function-d):
3283         * gnus-start.el (gnus-get-unread-articles):
3284         * pgg-gpg.el (pgg-gpg-update-agent):
3285         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3286
3287 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3288
3289         * gnus-topic.el (gnus-group-prepare-topics):
3290         * gnus-uu.el (gnus-extract-view):
3291         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3292
3293 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3294
3295         * spam.el: Move BBDB autoloads.
3296         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3297         BBDB 2 and 3.
3298         (spam-check-BBDB): Use it.
3299         (spam-enter-ham-BBDB): Use it.
3300
3301 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3302
3303         * smime.el (smime-draw-buffer): Spelling fix.
3304
3305 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3306
3307         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3308         for scanning exactly one level.
3309         * gnus-start.el (gnus-get-unread-articles): Ditto.
3310
3311 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3314         slightly clearer.
3315
3316 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * gnus-sync.el: More commentary about setup.
3319
3320 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * message.el (message-send-and-exit): Document `arg'.
3323
3324 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3327
3328 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3331
3332         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3333         we don't use `bound-and-true-p'.
3334
3335 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * gnus-util.el (gnus-bound-and-true-p): Remove.
3338         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3339         * nnir.el: Use it.
3340         * nnmairix.el: Use it.
3341
3342 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-sync.el: Improve docs about CouchDB admins.
3345
3346         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3347         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3348         for reasons unknown.
3349         * nnir.el: Use it.
3350         * nnmairix.el: Use it.
3351
3352         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3353         * nnir.el: Ditto.
3354         * nnmairix.el: Ditto.
3355
3356         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3357
3358 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3359
3360         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3361         not needed.  Provide xmlplistread list function to produce XML plist
3362         output for non-Gnus LeSync clients.
3363
3364 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3365
3366         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3367
3368         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3369         and save against it.  Group subscriptions, read marks, other marks,
3370         subscription levels, topic names, and topic offsets (the group's
3371         position within the topic) are saved.  This is an experimental backend
3372         and may change significantly.  Load json.el from the gnus-fallback-lib
3373         if it's not available otherwise.
3374         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3375
3376 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3377
3378         * message.el (message-completion-function): Make sure
3379         message-tab-body-function is not attempted if one of
3380         message-completion-alist fails to find a completion (bug#9158).
3381
3382 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3383
3384         * mml.el (mml-quote-region): Quote <#secure> tag.
3385         (mml-generate-mime-1): Unquote <#secure> tag.
3386
3387 2011-10-20  Chong Yidong  <cyd@gnu.org>
3388
3389         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3390         calling a minor mode from Lisp with nil arg enables it, so we have to
3391         make the wording a bit ambiguous here).
3392
3393 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3396         * nnir.el (nnir-mode): Use it.
3397         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3398         Use it.
3399
3400         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3401         * nnmairix.el (gnus-registry-enabled): Ditto.
3402
3403 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3404
3405         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3406         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3407         only while we need to find out if it should be t or nil.
3408         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3409         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3410         the registry is installed.  Set it to nil when it's unloaded.
3411         (gnus-registry-install-p): Provide user guidance for the initial value
3412         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3413         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3414         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3415         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3416         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3417         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3418         `gnus-registry-install'.
3419
3420 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3421
3422         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3423         previous change.
3424         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3425         primary key is marked as disabled.
3426
3427 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3428
3429         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3430         primary key is marked as disabled.
3431
3432 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3433
3434         * html2text.el (html2text-clean-anchor): Check for quotes around
3435         `href' value.
3436
3437 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3440         searching.  Drop `bbdb-cache'.
3441
3442 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * message.el (message-signed-or-encrypted-p): Exclude header when
3445         checking if there is signed or encrypted body in text/plain message.
3446
3447 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3448
3449         * html2text.el (html2text-get-attr): Correctly handle attribute values
3450         containing "=".
3451
3452 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3453
3454         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3455         handle bindings.
3456
3457 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-win.el (gnus-configure-windows): Protect against reading
3460         ephemeral groups outside of Gnus.
3461
3462 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * shr.el (shr-tag-img): Don't get images displayed in tables.
3465
3466 2011-10-03  Glenn Morris  <rgm@gnu.org>
3467
3468         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3469         the "maintainer" version of debbugs.gnu.org reports.
3470
3471 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3474         make asynchronous adjacent image insertion work better.
3475
3476 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3477
3478         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3479         documentation.
3480
3481 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3484         `gnus-asynchronous' isn't shadowed.
3485
3486 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3489
3490         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3491         (nnimap-insert-partial-structure): The charset parameter isn't
3492         case-sensitive.
3493
3494         * nnheader.el (nnheader-message-maybe): New function.
3495
3496         * shr.el (shr-tag-table): Render totally broken tables better.
3497
3498         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3499         computing the boundary.
3500
3501 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * pop3.el (pop3-number-of-responses): Remove.
3504         (pop3-wait-for-messages): Rewrite to take linear time instead of
3505         exponential time.
3506
3507 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3510         re-fetch images.
3511
3512         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3513         re-fetch images when hitting `g' in Gnus.
3514
3515 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3518         (mml-compute-boundary): Don't check collision if it is non-nil.
3519         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3520         before checking collision.
3521
3522 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * message.el (message-indent-citation): Really make sure there's a
3525         newline at the end.
3526
3527         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3528         Fix suggested by John Wiegley.
3529
3530         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3531
3532         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3533
3534         * message.el (message-default-send-rename-function): Break out into its
3535         own function.
3536
3537         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3538         doesn't work under XEmacs.
3539
3540         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3541         of "imaps" to word around Windows problems.
3542         (nnimap-open-connection-1): Use it.
3543
3544         * message.el (message-indent-citation): Revert last change which made
3545         `F' not work.
3546
3547 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3548
3549         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3550         terminal as well.
3551
3552 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3555         because it displays images using overlays that aren't easy to copy to
3556         the article buffer.
3557
3558 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3559
3560         * message.el (message-indent-citation): Fix empty line removal at the
3561         end of the citation.
3562
3563 2011-09-20  Julien Danjou  <julien@danjou.info>
3564
3565         * auth-source.el (auth-source-netrc-create): Use default value for
3566         password if specified.  Evaluate default.
3567         (auth-source-plstore-create): Ditto.
3568         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3569         value evaluation.
3570         (auth-source-netrc-create): Typo fix.
3571         (auth-source-plstore-create): Ditto.
3572
3573         * password-cache.el (password-cache-remove): Remove entries even if the
3574         value is nil, so that password with a nil value (negative caching) is
3575         possible to invalidate.
3576
3577         * auth-source.el (auth-source-format-cache-entry): New function.
3578
3579 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3582
3583 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3586
3587 2011-09-19  Julien Danjou  <julien@danjou.info>
3588
3589         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3590         which work with things that are not ASCII.
3591
3592 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3595
3596 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3599         message level.
3600
3601 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3604
3605 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3608
3609 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3612         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3613
3614 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3615
3616         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3617         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3618         articles.
3619
3620 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3621
3622         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3623         (message-mail-other-window, message-mail-other-frame)
3624         (message-news-other-window, message-news-other-frame):
3625         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3626         instead of setting buffer display varibles.
3627
3628 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3631
3632         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3633
3634 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3637         duplicates" to a higher level.
3638
3639         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3640         most egregious messages.
3641
3642 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3645
3646 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3647
3648         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3649         up the file (bug#9351).
3650
3651 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3654         it does with all other backends, but decode the names immediately after
3655         getting them.
3656
3657         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3658         decoding nnimap groups.
3659
3660         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3661         newsrc file.  It doesn't seem like an important optimization any more.
3662
3663 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3664
3665         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3666         overflows.
3667
3668 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3671         (gnus-interactive-exit): Extend to `quiet'.
3672
3673         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3674
3675         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3676         string.
3677
3678         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3679         renaming function arguments from `this'.
3680
3681         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3682
3683         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3684         has been renamed.
3685         (gnus-lrm-string-p): Include RLM and PDF, too.
3686
3687         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3688         (bug#9225).
3689
3690 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3691
3692         Add autoload cookies for functions used by sendmail.el.
3693         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3694
3695         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3696
3697 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-art.el (article-date-ut): Work properly even when there are
3700         things like Date header in the body; work for forwarded parts.
3701
3702 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3703
3704         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3705         original-article-buffer.
3706
3707 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3708
3709         * nnir.el (nnir-compose-result): Fix matching of server type.
3710         (nnir-run-swish++): Ditto.
3711         (nnir-run-namazu): Ditto.
3712         (nnir-run-notmuch): Ditto.
3713
3714 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3717         (bug#9405).
3718
3719         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3720         (bug#9421).
3721
3722         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3723         (bug#9425).
3724
3725         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3726         thing (bug#9426).
3727
3728 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3731         the error message.
3732
3733 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3734
3735         * message.el (message-setup-1): Return t (Bug#9392).
3736
3737 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3738
3739         * gnus-sum.el: When adding article headers to a summary buffer also
3740         update gnus-newsgroup-articles (bug#9386).
3741
3742 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * auth-source.el: Autoload help-mode.
3745
3746 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3749         names.
3750
3751 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3752
3753         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3754         mm-replace-in-string for compatibility issues.
3755         * mml2015.el (mml2015-epg-verify): Ditto.
3756
3757 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3760
3761         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3762
3763 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3766         continue on and do the clean-up phase (bug#9188).
3767
3768         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3769         just ignore groups that can't be opened instead of erroring out
3770         (bug#9225).
3771
3772         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3773         nil since some many people are fuddy-duddies.
3774
3775         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3776         images.
3777
3778         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3779         instead.
3780
3781         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3782
3783         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3784
3785         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3786         processing.
3787
3788         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3789         buffer to avoid warnings.
3790
3791 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3792
3793         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3794         specified to reduce precision.
3795
3796 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3799         bodystructures (bug#9314).
3800
3801 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3804         Make button keymap non-sticky after buttons.
3805
3806 2011-08-18  David Engster  <dengste@eml.cc>
3807
3808         * nnmairix.el (nnmairix-request-set-mark)
3809         (nnmairix-goto-original-article): Remove adding of article to registry,
3810         since `gnus-registry-add-group' isn't available anymore.
3811         (nnmairix-determine-original-group-from-registry):
3812         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3813         available anymore.
3814
3815 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3816
3817         * starttls.el (starttls-any-program-available): Define as obsolete
3818         function.
3819
3820 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3823         versions which Gnus use when appropriate.
3824
3825         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3826         a pretty destructive command.
3827
3828         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3829
3830 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * message.el (message-fix-before-sending): Make a different warning
3833         about NUL characters (bug#9270).
3834
3835         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3836         from custom (bug#9260).
3837
3838         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3839         things work in Emacs 22 and XEmacs, too.
3840
3841         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3842         default From.
3843
3844         * gnus-spec.el (gnus-lrm-string-p): New macro.
3845         (gnus-lrm-string): New constant.
3846         (gnus-summary-line-format-spec): LRM-ify the from.
3847         (gnus-tilde-max-form): LRM-ify string chopping.
3848
3849         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3850
3851         * message.el (message-is-yours-p): Allow disabling canlock checking
3852         (bug#9295).
3853         (message-shoot-gnksa-feet): Add `canlock-verify'.
3854         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3855         message directory isn't writable (bug#9304).
3856
3857         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3858         non-world-readable.
3859
3860 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3863         articles.
3864
3865 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3866
3867         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3868         copy-list.
3869
3870 2011-08-12  Sam Steingold  <sds@gnu.org>
3871
3872         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3873         in the reverse order to avoid modifying the cache with `nreverse'.
3874         (gnus-all-score-files): Do not modify the value returned by
3875         `gnus-score-find-alist' because it lives in a cache variable.
3876         (gnus-current-home-score-file): No need to `nreverse' the return value
3877         of `gnus-score-find-alist', it is already in the correct order.
3878
3879 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3880
3881         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3882         type MESSAGE and subtype RFC822 is slightly different from those of
3883         type TEXT.
3884
3885 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3886
3887         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3888         This allows article-referral to work from an nnir group.
3889
3890 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3891
3892         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3893
3894 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3895
3896         * mml1991.el (mml1991-epg-find-usable-key)
3897         (mml1991-epg-find-usable-secret-key): New function.
3898         (mml1991-epg-sign): Check if signing key is usable.
3899         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3900
3901 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3902
3903         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3904         server-variables only.  This should fix a bug introduced with commit
3905         e1889675b7f4adf057833c5513c9374134c4e053.
3906         (nnir-run-query): 'nnir-search-engine should not be set from the global
3907         environment.
3908
3909 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3910
3911         * nnir.el (nnir-search-thread): Position point on referring article
3912         line.
3913         (nnir-warp-to-article): Clean up summary buffers.
3914
3915         * nnimap.el (nnimap-request-thread): Whitespace fix.
3916
3917 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3918
3919         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3920
3921 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * starttls.el (starttls-available-p): Rename from
3924         `starttls-any-program-available' and changed return convention.
3925
3926 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3929         `unix-sync' unless it's defined.
3930
3931 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3932
3933         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3934         `aref' for XEmacs compatibiltiy.
3935
3936 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3939
3940 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3941
3942         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3943         closures, quote the form properly (bug#9194).
3944
3945 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3948         (gnus-summary-insert-new-articles): Protect against servers that are
3949         down.
3950
3951 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3952
3953         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3954         in mm handle if none is specified.
3955
3956 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3957
3958         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3959
3960 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3961
3962         * nnir.el (nnir-search-thread): New function to make an nnir group
3963         based on a thread query.
3964
3965         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3966         of nnir in thread referral.
3967         (gnus-summary-refer-thread): Use it.
3968
3969         * nnimap.el (nnimap-request-thread): Use it.
3970
3971 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * shr.el (shr-tag-comment): Ignore HTML comments.
3974
3975 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3976
3977         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3978         argument.
3979         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3980         Use `nnir-address' to handle server info rather than passing an arg.
3981
3982         * nnimap.el (nnimap-make-thread-query): New utility function to format
3983         an imap thread search query.
3984         (nnimap-request-thread): Use it.
3985
3986         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3987         right select-method if we are not going back to the group buffer.
3988
3989 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3992         enter invalid buffer configurations into the quit form (bug#9107).
3993         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3994         unplugged/plugged.
3995
3996         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3997         keep track of which ones are unread (bug#9061).
3998
3999         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4000         (bug#9055).
4001
4002         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4003         (bug#9041).
4004
4005         * gnus-html.el (mm-util): Require (bug#9073).
4006
4007         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4008         (gnus-summary-refer-thread): Use it to remove duplicates in the
4009         un-threaded view (bug#9053).
4010         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4011
4012 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4013
4014         * nnir.el (nnir-read-server-parm): Use default value from global
4015         variable.  Without this the default search engine parameters aren't
4016         used at all.
4017
4018 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * message.el (message-unique-id): Don't use the undocumented return
4021         value from (random t) (bug#9118).
4022
4023 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * message.el (message-auto-save-directory): If the ~/Mail directory
4026         doesn't exist, use ~ as the auto-save directory (bug#4432).
4027
4028         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4029         hasn't already been started.
4030
4031 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4034
4035         * message.el (message-reply): Work around mysterious bug where
4036         `message-mode' seems to overwrite the locally bound `subject' variable.
4037
4038 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4039
4040         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4041         correct group.
4042
4043         * gnus-int.el (gnus-request-thread): Add group argument.
4044
4045         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4046
4047 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4050
4051         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4052         renamed to `debbugs-gnu-*'.
4053
4054 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4055
4056         * plstore.el: Revert the editing feature since it is not urgent.
4057         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4058         (plstore-mode-decoded): Remove.
4059
4060 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4063         isn't very interesting any more, and it leaks potentially secret data.
4064         (gnus-debug): Remove.
4065
4066         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4067         use of :custom-show.
4068
4069 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4070
4071         * plstore.el: Add documentation.
4072         (plstore-mode): New mode to edit plstore file.
4073         (plstore-mode-toggle-display, plstore-mode-original)
4074         (plstore-mode-decoded): New command.
4075         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4076         (plstore--insert-buffer, plstore--make): New function.
4077         (plstore-open, plstore-save): Simplify by using them.
4078
4079 2011-07-06  Glenn Morris  <rgm@gnu.org>
4080
4081         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4082
4083 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4086         no longer is much used.
4087         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4088         Articles".
4089
4090 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4091
4092         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4093         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4094         `notmuch' backend.
4095
4096 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * mm-decode.el (mm-text-html-renderer): Doc fix.
4099
4100         * gnus-msg.el (gnus-bug): Fix the MML tag.
4101
4102         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4103
4104 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4105
4106         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4107         secondary methods if started with `gnus-no-server'.
4108
4109 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4110
4111         * message.el (message-return-action): Fix typo in docstring.
4112
4113 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4116         bug reports at once.
4117
4118         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4119
4120 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * nndraft.el: Require gnus-group.
4123         (nndraft-request-list): Declare.
4124
4125         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4126         no unread article unless it matches gnus-permanently-visible-groups.
4127
4128         * nndraft.el (nndraft-update-unread-articles): New function.
4129         (nndraft-request-associate-buffer): Use it to update the number of
4130         unread articles for the nndraft groups in the group buffer when saving
4131         or killing a draft message.
4132
4133 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4136         systems to binary before writing and reading the mbox files.
4137
4138         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4139         instead of trying to list them all (bug#8978).
4140
4141 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4142
4143         * pop3.el (pop3-open-server): Use :end-of-capability.
4144
4145 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4148         the id is always a number.
4149
4150         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4151
4152         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4153         debbugs mode, if possible.
4154
4155 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * auth-source.el (auth-source-token-passphrase-callback-function):
4158         Reindent.
4159         (epg-context-operation): Remove unnecessary autoload.
4160
4161 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus.el (gnus-list-debbugs): New command.
4164
4165         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4166         mboxstat instead of the maintbox, since the stat seems to be fuller.
4167
4168         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4169         summary buffers.
4170
4171         * message.el (message-get-reply-headers): Delete all duplicates,
4172         instead of the first.
4173         (message-get-reply-headers): Ensure that we have progress while
4174         deleting duplicates.
4175
4176         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4177         gnus-posting-style value from the summary buffer to make it easier to
4178         make that a per-buffer conf.
4179
4180 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4181
4182         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4183         found by setting `shortcut' in 'query.
4184         (nnir-request-article): Use `shortcut' setting when requesting article
4185         by Message-ID.
4186
4187 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4188
4189         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4190         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4191         Bring the pseudo-headers back too.
4192
4193 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4194
4195         * auth-source.el (auth-source-token-passphrase-callback-function):
4196         Simplify and remove EPA dependency.
4197
4198 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4199
4200         * nnir.el (nnir-request-article): Fix error message text.
4201
4202 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4203
4204         * auth-source.el (plstore-delete): Autoload.
4205         (auth-source-plstore-search): Support delete operation.
4206         * plstore.el (plstore-delete): New function.
4207
4208 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4211         mark actually existing articles as unread rather than the ones that
4212         active asserts.
4213
4214 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4215
4216         * nntp.el (nntp-record-command):
4217         * gnus-util.el (gnus-message-with-timestamp-1):
4218         Use format-time-string rather than decoding time stamps by hand.
4219         This is simpler and insulates the code from potential changes to
4220         current-time format.
4221
4222 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4225
4226 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4227
4228         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4229         (plstore-save): Support public key encryption.
4230         (plstore--init-from-buffer): New function.
4231         (plstore-open): Use it; fix error when opening a non-existent file.
4232         (plstore-revert): Use plstore--init-from-buffer.
4233
4234 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4235
4236         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4237
4238 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4241         for old Emacsen.
4242
4243 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4244
4245         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4246         is not fully working.
4247
4248 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * dgnushack.el: Autoload sha1 on XEmacs.
4251
4252         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4253         quit window configuration.
4254
4255         * auth-source.el (epg-context-set-passphrase-callback):
4256         Remove duplicate autoload.
4257
4258 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4259
4260         * nnir.el (nnir-request-article): Allow requesting articles by
4261         Message-ID with nnimap.
4262
4263         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4264         current server.
4265
4266 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4267
4268         * auth-source.el: Autoload EPA/EPG functions.
4269         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4270         changed when EPA/EPG is not available.
4271         (auth-source-backend): Rename "arg" member to "data".
4272         (auth-source-backend-parse, auth-source-plstore-search)
4273         (auth-source-plstore-create): Use it.
4274
4275 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4276
4277         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4278         `gnus-refer-article-methods'.
4279
4280 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * auth-source.el: Require EPA and EPG.
4283         (auth-source-passphrase-alist): New variable.
4284         (auth-source-passphrase-callback-function)
4285         (auth-source-token-passphrase-callback-function): Callbacks for the
4286         netrc field encryption (GPG tokens).
4287         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4288         Symmetric encryption and decryption of the netrc GPG tokens.
4289         (auth-source-netrc-normalize): Use them, simplifying the closure.
4290
4291 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4294         is available.
4295
4296 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4299         non-nil, and `nnimap-split-methods' is nil, use the former.
4300
4301 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4302
4303         * plstore.el (plstore-revert): New function.
4304         (plstore-open): Use it; hide the buffer from user.
4305
4306 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4307
4308         * auth-source.el (auth-source-backend): New member "arg".
4309         (auth-source-backend-parse): Handle new backend 'plstore.
4310         * plstore.el: New file.
4311
4312 2011-06-30  Glenn Morris  <rgm@gnu.org>
4313
4314         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4315
4316 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4319         expiring articles to.
4320
4321         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4322         variations as ASCII (bug#5458).
4323
4324 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4327
4328 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * message.el (message-point-in-header-p): Tweak the function to default
4331         to saying that we're not in the headers if there is no separator at
4332         all.  This makes it possible to use the Message version of `M-q' in
4333         buffers with no headers (bug#7987).
4334         (message-point-in-header-p): Fix last checkin to work with an empty
4335         mail-header-separator, too.
4336
4337         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4338         again, save the choice via customize.
4339
4340 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4343
4344         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4345         ended the connection, bail out before waiting infinitely on a new
4346         connection.
4347
4348 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4351         reports.
4352
4353         * gnus.el (gnus-bug-package): Use "gnus."
4354         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4355
4356 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * dgnushack.el: Make the timer warning go away on XEmacs.
4359
4360         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4361         animations going on at article exit time.
4362
4363         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4364         since removing it breaks people upgrading.
4365
4366         * shr.el (shr-put-image): Use the new interface for animating images.
4367         (shr-put-image): Animate for 60 seconds.
4368
4369         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4370         avoid compiler warnings.
4371
4372         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4373         error with `find-file-hooks' on Emacs 22.
4374         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4375         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4376         on all architectures.
4377
4378         * spam.el (spam-stat): Require in a normal fashion without binding
4379         `spam-stat-install-hooks' to avoid compilation warnings.
4380
4381         * spam-stat.el (spam-stat-install-hooks): Remove.
4382         (spam-stat-install-hooks): Don't run automatically.
4383
4384 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4385
4386         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4387         and keystroke.
4388
4389 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * auth-source.el (auth-source-netrc-cache): Move forward.
4392
4393 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * proto-stream.el (proto-stream-open-starttls): Use
4396         `gnutls-available-p' to see whether we have built-in support.
4397
4398         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4399         we already know.
4400         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4401         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4402
4403 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4406         %S format, since that looks odd.
4407         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4408         file, especially when saving.
4409
4410 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4411
4412         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4413         article found.
4414
4415 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4418         `auth-source-save-secrets' with a more sensitive alist that can be
4419         configured per file.  Experimental, so defaults to 'never.
4420         (auth-source-netrc-create): Use it.  Still experimental code.
4421         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4422         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4423
4424 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * auth-source.el (auth-source-save-secrets): New variable to control if
4427         secret tokens should be saved encrypted.
4428         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4429         to `auth-source-netrc-normalize'.
4430         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4431         on the EPA variables being defined.
4432         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4433         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4434         the lexical-let closure.
4435         (auth-source-netrc-create): Create "gpg:" tokens according to
4436         `auth-source-save-secrets'.
4437
4438 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-group.el (gnus-group-update-group): Add new argument
4441         `info-unchanged' that stops updating dribble buffer.
4442
4443         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4444         deletes lines matching to it in dribble buffer.
4445
4446         * gnus-agent.el (gnus-agent-fetch-group-1):
4447         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4448         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4449         * gnus-start.el (gnus-group-change-level):
4450         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4451
4452         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4453         if newsgroup info is not changed.
4454
4455         * gnus-group.el (gnus-group-get-new-news-this-group):
4456         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4457         Don't update dribble buffer.
4458
4459 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4462         remove entries with groups we ignore.
4463
4464 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4467         the underline comes at the bottom.
4468
4469 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4472         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4473         (gnus-registry-article-marks-to-names): Rename from
4474         `gnus-registry-user-format-function-M2'.
4475
4476 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4479         ephemeral group.
4480
4481 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * shr.el (shr-browse-image): Copy the URL if called interactively.
4484
4485 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4488         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4489         done, then unselected articles may be marked as read.
4490
4491         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4492         since not doing this seems to lead to a race condition in pop3-logon.
4493
4494         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4495         so that the call chain it correct when we call "upwards".
4496
4497         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4498         in read-only groups.
4499
4500         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4501
4502         * message.el (message-cite-reply-position): Doc string fix.
4503
4504         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4505         avoid regexp overflow.
4506         (nnimap-transform-split-mail): Ditto.
4507
4508         * pop3.el (pop3-retr): Error out if the server closes the connection.
4509
4510 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4511
4512         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4513         mm-with-unibyte-current-buffer.  The buffer should not contain any
4514         multibyte chars anyway at this stage.
4515
4516 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4519         at the end of lines.
4520
4521 2011-05-29  Julien Danjou  <julien@danjou.info>
4522
4523         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4524
4525 2011-05-27  Glenn Morris  <rgm@gnu.org>
4526
4527         * gnus-group.el (gnus-bug-group-download-format-alist):
4528         Use the "maintainer" version of debian reports as well.
4529
4530 2011-05-26  Glenn Morris  <rgm@gnu.org>
4531
4532         * gnus-group.el (gnus-bug-group-download-format-alist):
4533         Use the "maintainer" version of debbugs.gnu.org reports.
4534
4535 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4538
4539 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4540
4541         * gnus-cus.el (gnus-agent-customize-category):
4542         * gnus-delay.el (gnus-delay-send-queue):
4543         * gnus.el (gnus-other-frame):
4544         Don't quote lambda expressions with `quote'.
4545
4546 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4549         the thread moves us backwards and so we loop forever.
4550
4551 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4554         whitespace in base64 data lines.
4555
4556 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-registry.el (gnus-registry-user-format-function-M):
4559         Use `mapconcat'.
4560         (gnus-registry-user-format-function-M2): Use to see the full text of
4561         the marks.  Make "," the mark text separator.
4562
4563         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4564         authentication with auth-source.
4565
4566 2011-05-17  Glenn Morris  <rgm@gnu.org>
4567
4568         * gnus-group.el (gnus-import-other-newsrc-file):
4569         Use insert-file-contents.
4570
4571 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4574         1000 iterations.
4575
4576 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * nntp.el (nntp-open-connection): Check if process-type is available.
4579
4580 2011-05-16  Julien Danjou  <julien@danjou.info>
4581
4582         * shr.el (shr-tag-del): Add support for del tag.
4583
4584 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-html.el (gnus-html-put-image): Register a displayer.
4587
4588         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4589
4590 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * registry.el (prune-factor): New initialization parameter defaulting
4593         to 0.1.
4594         (registry-prune-hard): Use it.
4595
4596         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4597         0.1 expicitly.
4598
4599 2011-05-13  Glenn Morris  <rgm@gnu.org>
4600
4601         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4602         is bound, since this function requires sendmail.
4603
4604 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4605
4606         * registry.el (registry-usage-test): Disable pruning test.
4607
4608 2011-05-11  David Engster  <dengste@eml.cc>
4609
4610         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4611         Bind set-network-process-option for XEmacs.
4612
4613 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * registry.el (registry-prune-hard-candidates)
4616         (registry-prune-soft-candidates): Helper methods for registry pruning.
4617         (registry-prune): Use them.  Make the sort function optional.
4618
4619 2011-05-10  Jim Meyering  <meyering@redhat.com>
4620
4621         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4622
4623 2011-05-10  Julien Danjou  <julien@danjou.info>
4624
4625         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4626         symbol and not a list.
4627
4628 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-mode): Move binding of
4631         shr-put-image-function here from gnus-article-prepare-display.
4632
4633         * shr.el (shr-put-image-function): New variable.
4634         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4635         (shr-put-image): Return scaled image.
4636
4637         * gnus-art.el (gnus-shr-put-image): New function.
4638         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4639
4640         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4641         original ones, as deletable.
4642
4643 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4644
4645         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4646
4647 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * registry.el (registry-full): Add convenience method.  Fix logic.
4650         (registry-insert): Use it.  Fix logic here too.
4651
4652         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4653         `registry-prune' if `registry-full' returns t.
4654         (gnus-registry-handle-action)
4655         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4656         (gnus-registry-usage-test): Use it.
4657
4658 2011-05-07  Julien Danjou  <julien@danjou.info>
4659
4660         * shr.el (shr-link): Make shr-link inherit from link by default.
4661
4662 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4665
4666 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4669         error out because the face is not a list.
4670
4671 2011-05-05  Glenn Morris  <rgm@gnu.org>
4672
4673         * proto-stream.el (gnutls-negotiate): Fix declarations.
4674
4675         * gnus-start.el (gnus-propagate-marks): Declare.
4676
4677 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * registry.el (registry-reindex): Fix percentage message.
4680
4681         * proto-stream.el (network-stream-open-starttls): Adjust to call
4682         `gnutls-negotiate' with :process and :hostname arguments.
4683
4684 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         * shr.el: Add shr-link face for links.
4687         (shr-urlify): Use it.
4688
4689         * registry.el (registry-insert): Make error message more helpful.
4690
4691 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * gnus-html.el (gnus-html-schedule-image-fetching):
4694         Use url-queue-retrieve, if it exists.
4695
4696         * shr.el (shr-tag-img): Ditto.
4697
4698         * gnus.el: Autoload more gnus-agent functions.
4699
4700         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4701         agent if we haven't already (bug#8502).
4702
4703         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4704         into the Agent, too.
4705
4706         * gnus-agent.el (gnus-agent-store-article): New function.
4707
4708         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4709         and moved from that file for reuse.
4710
4711         * pop3.el (pop3-open-server): Error messages are "-ERR".
4712
4713 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4716         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4717
4718 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4719
4720         * gnus.el: No Gnus v0.17 is released.
4721
4722 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4723
4724         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4725         buffer has moved to a different frame.
4726
4727 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4730         to get the conversion from unibyte to multibyte buffers to work on
4731         Emacs 22.
4732
4733         * nntp.el (nntp-request-article): Slight clean-up.
4734
4735 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * shr.el (shr-strike-through): New face.
4738         (shr-tag-s): Use it to provide <s> support.
4739         (shr-tag-s): Remove duplicate definition.
4740
4741 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4742
4743         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4744         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4745
4746 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4749         `gnutls-negotiate'.
4750         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4751
4752 2011-04-23  Glenn Morris  <rgm@gnu.org>
4753
4754         * gnus-sum.el (gnus-extra-headers): Bump :version.
4755
4756 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * shr.el (shr-tag-sup): New function.
4759         (shr-tag-sub): Ditto.
4760
4761 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4764         for the case where `gnus-registry-ignored-groups' is a list of lists,
4765         and don't call `gnus-parameter-registry-ignore' otherwise.
4766
4767 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * nnimap.el (nnimap-user): New backend variable.
4770         (nnimap-open-connection-1): Use it.
4771         (nnimap-credentials): Accept user parameter so it's explicit what user
4772         name is desired.
4773
4774         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4775         default.
4776
4777         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4778         not gnus-registry.el.
4779
4780         * gnus-registry.el: Mention in comments how to modify
4781         `gnus-extra-headers' for proper recipient tracking and that it may
4782         already have To and Cc recently, which it does as of this commit.
4783         (gnus-registry-ignored-groups): Remove defcustom.
4784         Explain why in comments.
4785         (gnus-registry-action): Fix data-header reference to use the extra
4786         headers.  Explain in package commentary how to add To and Cc headers to
4787         the gnus-extra-headers.
4788         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4789         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4790         parameter list or a string list in `gnus-registry-ignored-groups'.
4791         Fix logic error.
4792
4793 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * shr.el (shr-expand-url): Protect against null urls.
4796
4797 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * shr.el (shr-base): New binding.
4800         (shr-tag-base): Keep track of <base>.
4801         (shr-expand-url): New function used throughout.
4802
4803 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus-registry.el
4806         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4807         (gnus-registry-ignored-groups): New variable.
4808         (gnus-registry-ignore-group-p): Use it.
4809         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4810         set the destination group to nil (same as delete) if it's ignored.
4811
4812 2011-04-20  David Engster  <dengste@eml.cc>
4813
4814         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4815
4816         * Makefile.in (test-nntp): New rule.
4817         (check): Add it.
4818         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4819
4820 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-registry.el (gnus-registry-action)
4823         (gnus-registry-fetch-header-fast):
4824         Don't use mail-header that looks an internal function of mailheader.el.
4825
4826 2011-04-19  Glenn Morris  <rgm@gnu.org>
4827
4828         * time-date.el (time-to-days): Remove unused local variables.
4829
4830 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-registry.el: Eliminate cl functions.
4833         (gnus-registry-sort-addresses): New function that replaces mapcan.
4834         (gnus-registry-action, gnus-registry-spool-action)
4835         (gnus-registry-split-fancy-with-parent)
4836         (gnus-registry-fetch-recipients-fast): Use it.
4837         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4838
4839         * registry.el (initialize-instance, registry-lookup)
4840         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4841         (registry-lookup-secondary-value, registry-search, registry-delete)
4842         (registry-insert, registry-reindex, registry-size, registry-prune):
4843         Use eval-and-compile.
4844
4845 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * registry.el (registry-reindex): New method to recreate the secondary
4848         registry indices.
4849
4850         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4851         tracked field changes.
4852         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4853         (gnus-registry-action, gnus-registry-spool-action)
4854         (gnus-registry-handle-action)
4855         (gnus-registry--split-fancy-with-parent-internal)
4856         (gnus-registry-split-fancy-with-parent)
4857         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4858         move, and delete actions, and for fancy splitting with parent.
4859         (gnus-registry-extract-addresses)
4860         (gnus-registry-fetch-recipients-fast)
4861         (gnus-registry-fetch-header-fast): Convenience functions.
4862         (gnus-registry-misc-test): ERT test of
4863         `gnus-registry-extract-addresses'.
4864
4865 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4868         Track by subject first, then sender.
4869
4870 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4873
4874         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4875         Lisp.
4876
4877         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4878         (gnus-draft-send): Use it to avoid popping
4879         up frames from gnus-group-send-queue.
4880
4881 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * gnus-registry.el: Updated gnus-registry docs.
4884
4885 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4888         Fix logic bug.
4889         (gnus-registry-post-process-groups): Fix logging of no results and
4890         quote sender and subject.
4891
4892 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893
4894         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4895         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4896         gnutls-cli are too slow to be done opportunistically.
4897
4898         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4899         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4900         we had no early-data returned.
4901         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4902         two async commands to the same server at the same time.
4903
4904 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4905
4906         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4907
4908 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4911         "warning" level.
4912
4913         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4914         (mm-url-insert-file-contents): Don't set the package names.
4915
4916 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * gnus-registry.el (gnus-registry-action): Remove properties and
4919         simplify subject in `gnus-registry-handle-action'.
4920         (gnus-registry-spool-action): Get subject and sender from message if
4921         they are not passed in.
4922         (gnus-registry-handle-action): Remove properties and simplify subject
4923         consistently.
4924
4925 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4926
4927         * registry.el: Require CL before using defmacro*.
4928
4929 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-art.el (article-treat-date): Assume that
4932         gnus-article-date-headers may be a group parameter.
4933
4934 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4937
4938         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4939         interactively so the newsrc file can contain foreign groups too.
4940         Useful for debugging but not much for users.
4941
4942 2011-04-07  David Engster  <dengste@eml.cc>
4943
4944         * registry.el (registry-usage-test): Only do
4945         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4946         lexical binding.
4947
4948 2011-04-07  David Engster  <dengste@eml.cc>
4949
4950         * Makefile.in (check, test-registry): New rules for test-suite.
4951
4952 2011-04-06  David Engster  <dengste@eml.cc>
4953
4954         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4955         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4956
4957 2011-04-06  David Engster  <dengste@eml.cc>
4958
4959         * registry.el (initialize-instance): Change :after to :AFTER to be
4960         compatible with old EIEIO version in XEmacs.
4961
4962 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * gnus-registry.el (gnus-registry-post-process-groups)
4965         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4966         and provide better messaging.
4967
4968 2011-04-06  David Engster  <dengste@eml.cc>
4969
4970         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4971         errors.
4972
4973         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4974         dgnushack-compile with error-on-warn enabled, and to signal an error if
4975         clean compilation failed.
4976         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4977         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4978
4979 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4980
4981         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4982         unconditionally anyway, discarding errors.
4983         (gnus-registry-delete-entries): New convenience function.
4984         (gnus-registry-import-eld): Import from old .eld registry.
4985
4986         * registry.el: Don't use ERT if it's not available.  Load it
4987         unconditionally anyway, discarding errors.
4988
4989         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4990         version from the Claudio Bley GnuTLS patch (extra optional parameters
4991         and host name).
4992
4993 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4996         fixup the parameters that can be customized by the user between
4997         save/read cycles.
4998         (gnus-registry-read): Use it.
4999         (gnus-registry-make-db): Use it.
5000         (gnus-registry-spool-action, gnus-registry-handle-action):
5001         Fix messaging.
5002         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5003         Map references to actual group names with sender and subject tracking.
5004         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5005         (gnus-registry-usage-test): Add subject lookup test.
5006
5007         * registry.el (registry-db, initialize-instance): Set up constructor
5008         instead of :initform arguments for the sake of older Emacsen.
5009         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5010         pre-lexbind merge bug.
5011         (registry-usage-test): Use it.
5012         (initialize-instance, registry-db): Move the non-function initforms
5013         back to the class definition.
5014
5015 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * registry.el: New library to manage gnus-registry-style data.
5018
5019         * gnus-registry.el: Use it (major rewrite).
5020
5021         * nnregistry.el: Use it.
5022
5023         * spam.el: Use it.
5024
5025 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5028         marks on non-selected articles.
5029
5030 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5031
5032         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5033         parameter to open-protocol-stream.
5034
5035 2011-04-01  Julien Danjou  <julien@danjou.info>
5036
5037         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5038         fundamental-mode.
5039
5040 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5043         servers.
5044
5045 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5048         made marks not propagate, again.
5049
5050 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5051
5052         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5053         Make this the default type.
5054         (proto-stream-open-plain): Rename from proto-stream-open-default.
5055         (open-protocol-stream, proto-stream-open-starttls)
5056         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5057         with `plain'.
5058
5059         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5060         value.
5061
5062         * nntp.el (nntp-open-connection-function): Document the fact that some
5063         values are not functions but are instead handled specially.
5064         Recognize nntp-open-plain-stream value.
5065         (nntp-open-connection): Recognize that value.
5066
5067 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5070         where it seems to be needed.
5071
5072 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5075         stuff.
5076
5077         * gnus-score.el (gnus-score-string): Fix calling convention of
5078         `gnus-simplify-buffer-fuzzy' after last patches.
5079
5080         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5081         server for articles we didn't get any headers for.  This is a sanity
5082         check.
5083
5084 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5085
5086         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5087         new CAPABILITY, use it.
5088
5089 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5092         downloading anything.
5093
5094         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5095
5096 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5097
5098         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5099         colors.
5100         (gnus-splash-svg-color-symbols): New function.
5101
5102 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5105         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5106         (gnus-simplify-subject-fuzzy): Use the local
5107         gnus-simplify-subject-fuzzy-regex instead of the global one.
5108         This makes using this variable in group parameters work.
5109
5110 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * gnus-registry.el (gnus-registry-unfollowed-groups):
5113         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5114         archive:sent-YYYY-MM-DD groups).
5115         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5116         tracking if there are more than `gnus-registry-max-track-groups'
5117         matches.
5118
5119 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5120
5121         * message.el (message--yank-original-internal): New function to do the
5122         insertion cleanly inside eval in `message-yank-original'.
5123         (message-yank-original): Use it.
5124
5125 2011-03-29  Julien Danjou  <julien@danjou.info>
5126
5127         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5128         local variables disabled rather than `normal-mode'.
5129
5130 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5131
5132         * imap.el (imap-shell-open, imap-process-connection-type):
5133         Use imap-process-connection-type for 'shell' streams as well as
5134         Kerberos, SSL, other subprocesses.
5135
5136 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5137
5138         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5139         with open-network-stream.
5140         (proto-stream-always-use-starttls): Option removed.
5141         (open-protocol-stream): Return a process object by default.  Provide a
5142         new parameter :return-list specifying a list-type return value, which
5143         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5144         :type `network' to `try-starttls', and `network-only' to `default'.
5145         Make `default' the default, for compatibility with open-network-stream.
5146         Handle the no-parameter case exactly as open-network-stream, with no
5147         additional stream processing.  Search plists using plist-get.
5148         Explicitly add :end-of-commend parameter if it is missing.
5149         (proto-stream-open-default): Rename from
5150         proto-stream-open-network-only.  Return 'default as the type.
5151         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5152         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5153         failed.  Always return a list with a (possibly dead) process as the
5154         first element, for compatibility with open-network-stream.
5155         (proto-stream-open-tls): Use plist-get.  Always return a list.
5156         (proto-stream-open-shell): Return `default' as connection type.
5157         (proto-stream-capability-open): Use plist-get.
5158         (proto-stream-eoc): Function deleted.
5159
5160         * nnimap.el (nnimap-stream, nnimap-open-connection)
5161         (nnimap-open-connection-1): Handle renaming of :type parameter for
5162         open-protocol-stream.
5163         (nnimap-open-connection-1): Pass a :return-list parameter
5164         open-protocol-stream to obtain a list return value.  Parse this list
5165         using plist-get.
5166
5167         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5168         for open-protocol-stream.  Accept open-protocol-stream return value
5169         that is a subprocess object instead of a list.  Handle the case of a
5170         dead returned process.
5171
5172 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5175
5176         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5177
5178 2011-03-21  Julien Danjou  <julien@danjou.info>
5179
5180         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5181         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5182         query.
5183         (mm-inline-text): Render normal text with fontification whenever
5184         possible.
5185
5186         * gnus-sum.el (gnus-summary-save-parts-1):
5187         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5188         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5189         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5190         Use `mm-handle-filename'.
5191
5192         * mm-util.el (mm-handle-filename): New function, return the filename of
5193         an handle.
5194
5195 2011-03-18  Julien Danjou  <julien@danjou.info>
5196
5197         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5198         (gnus-buffer-live-p): Check that buffer is not nil.
5199
5200 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5201
5202         * gnus.el: No Gnus v0.15 is released.
5203
5204 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5207         avoid warning on XEmacs.
5208
5209         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5210         on XEmacs.
5211
5212         * gnus-art.el: Require mouse, which the build bot seems to say is
5213         needed.
5214
5215         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5216
5217         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5218         XEmacs, since it doesn't have url-retrieve-synchronously.
5219
5220         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5221         since assoc-string doesn't exist in XEmacs.
5222
5223 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5224
5225         * gnus-group.el (gnus-group-list-ticked): New function.
5226         (gnus-group-make-menu-bar): Provide a menu entry for it.
5227         (gnus-group-list-map): Provide a binding for it.
5228
5229 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * shr.el (shr-visit-file): New command.
5232
5233         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5234
5235 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5236
5237         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5238         servers.
5239
5240 2011-03-16  Julien Danjou  <julien@danjou.info>
5241
5242         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5243         inline.
5244
5245         * gnus-art.el (article-hide-list-identifiers):
5246         Use gnus-group-get-list-identifiers.
5247
5248         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5249         (gnus-summary-remove-list-identifiers):
5250         Use gnus-group-get-list-identifiers to get regexp.
5251         (gnus-select-newsgroup, gnus-summary-insert-subject)
5252         (gnus-summary-insert-articles):
5253         Call gnus-summary-remove-list-identifiers unconditionally.
5254
5255 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5258         we're selecting a group with unread articles.
5259
5260         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5261
5262         * gssapi.el: New file separated out from imap.el to provide a general
5263         Kerberos 5 connection facility for Emacs.
5264
5265         * message.el (message-elide-ellipsis): Document the format spec
5266         ellipsis.
5267
5268 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * message.el (message-elide-region): Allow the ellipsis to say how many
5271         lines were removed.
5272
5273 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5276         window configurations containing buffers that are now dead.
5277
5278         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5279         parsing to avoid integer overflows.
5280         (nnimap-parse-flags): Simplify the last change.
5281         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5282         too large for 32-bit Emacsen.
5283
5284 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * auth-source.el (auth-source-netrc-create):
5287         * message.el (message-yank-original): Fix use of `case'.
5288
5289 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5290
5291         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5292         XEmacs, which was one character too wide.
5293
5294 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5295
5296         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5297         default number of articles to display.
5298         (gnus-articles-to-read): Use pretty names for prompt.
5299
5300 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * gnus-int.el (gnus-open-server): Ditto.
5303
5304         * gnus-start.el (gnus-activate-group): Give a backtrace if
5305         debug-on-quit is set and the user hits `C-g'.
5306         (gnus-read-active-file): Ditto.
5307
5308         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5309
5310 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * message.el (message-yank-original): Use cond instead of CL case.
5313
5314 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * auth-source.el (auth-source-netrc-create): Use usual format for the
5317         default in prompts.
5318
5319 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * lpath.el: Fbind read-char-choice for XEmacs.
5322
5323 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * auth-source.el (auth-source-netrc-create): Show the default in the
5326         prompt when prompting for token creation.
5327
5328 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * auth-source.el (auth-source-format-prompt): Always convert the value
5331         to a string to avoid evaluating non-string arguments.
5332         (auth-source-netrc-create): Offer default properly, not as initial
5333         content in `read-string'.
5334         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5335         of line to determine if we've been run before.  If so, don't run again,
5336         but print a trivial message to indicate the cache was hit instead.
5337
5338 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5341         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5342         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5343         Gnus.
5344
5345 2011-03-11  Julien Danjou  <julien@danjou.info>
5346
5347         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5348         modified file".
5349
5350 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * auth-source.el (auth-source-read-char-choice): New function to read a
5353         character choice using `dropdown-list', `read-char-choice', or
5354         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5355         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5356         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5357         (auth-source-netrc-saver): Use it.
5358         (auth-source-pick-first-password): New convenience function.
5359
5360 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5363         parameter in the credentials.
5364         (nnimap-open-connection-1): Use it after a successful login.
5365         (nnimap-credentials): Add IMAP-specific user and password prompt.
5366
5367         * auth-source.el (auth-source-search): Add :require parameter, taking a
5368         list.  Document it and the :save-function return token.  Pass :require
5369         down.  Change the CREATED message from a warning to a debug statement.
5370         (auth-source-search-backends): Pass :require down.
5371         (auth-source-netrc-search): Pass :require down.
5372         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5373         Change save prompt to indicate all modifications saved here are
5374         deletions.
5375         (auth-source-netrc-create): Take user login name as default in user
5376         prompt.  Move all the save functionality to a lexically bound function
5377         under the :save-function token in the returned list.  Set up clearer
5378         default prompts for user, host, port, and secret.
5379         (auth-source-netrc-saver): New function, intended to be wrapped for
5380         :save-function.
5381
5382 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5385         lines to be spaces instead.
5386
5387 2011-03-07  Julien Danjou  <julien@danjou.info>
5388
5389         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5390         (sieve-sasl-auth): Check that auth-source-search did return something,
5391         or just return an empty string.
5392
5393 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5394
5395         * gnus.el (gnus-interactive): Use read-directory-name.
5396
5397         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5398         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5399         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5400         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5401         Likewise.
5402
5403         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5404
5405 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5408         onto the list of killed groups, too.  This makes killed nnimap groups,
5409         for instance, more reliably not reappear.
5410
5411         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5412         the parent.
5413
5414         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5415
5416         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5417         really have server-side marks.
5418
5419         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5420         since most backends do not usefully have server-side marks.
5421         (gnus-update-read-articles): Propagate marks to all backends that
5422         really have server-side marks.
5423
5424 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5425
5426         * message.el (message-cite-reply-position, message-cite-style):
5427         New variables.
5428         (message-yank-original): Use the new citation styles.
5429
5430 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5431
5432         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5433         buffer-local issue); don't mark it buffer-local when running under
5434         XEmacs.
5435
5436 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5437
5438         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5439         numbers too big to be `read'.
5440
5441 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * password-cache.el (password-in-cache-p): Add autoload.
5444
5445         * message.el (message-options): Make buffer-local two ways to attempt
5446         to fix a XEmacs bug.
5447
5448 2011-03-02  Julien Danjou  <julien@danjou.info>
5449
5450         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5451
5452 2011-03-01  Julien Danjou  <julien@danjou.info>
5453
5454         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5455         group.
5456         (article-hide-list-identifiers): Use list-identifier group parameter.
5457
5458 2011-02-28  Julien Danjou  <julien@danjou.info>
5459
5460         * sieve.el (sieve-buffer-script-name): New local variable to store
5461         sieve script name.
5462         (sieve-edit-script): Store sieve script name.
5463         (sieve-upload): Use sieve script name when uploading.
5464         (sieve-upload): Use substitute-command-keys.
5465         (sieve-edit-script): Use substitute-command-keys.
5466         (sieve-refresh-scriptlist): Use substitute-command-keys.
5467         (sieve-manage-mode-map): Define keymap properly.
5468         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5469         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5470         Remove commented code about cvs.
5471         (sieve-manage-quit): New function.
5472         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5473
5474 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5477
5478 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * auth-source.el (auth-source-search): Cache empty result sets.
5481
5482         * password-cache.el (password-in-cache-p): Convenience function to
5483         check if a key is in the cache, even if the value is nil.
5484
5485         * auth-source.el (auth-source-save-behavior): New variable to replace
5486         `auth-source-never-create'.
5487         (auth-source-netrc-create): Use it.
5488         (auth-source-never-save): Remove.
5489
5490 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5491
5492         * nnimap.el (nnimap-stream): Doc fix.
5493         (nnimap-open-connection-1): Reverse the order of the ports to that the
5494         prompted-for port is first.
5495
5496         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5497         retrieval by the no-group selection.
5498
5499         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5500         numerical parameters.
5501
5502 2011-02-25  Julien Danjou  <julien@danjou.info>
5503
5504         * gnus-gravatar.el: Use gnus-with-article-buffer.
5505
5506         * gnus-art.el (gnus-with-article-buffer): Check that the
5507         gnus-article-buffer is alive.
5508
5509 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * auth-source.el (auth-source-creation-prompts): New variable to manage
5512         creation-time prompts.
5513         (auth-source-search): Document it.
5514         (auth-source-format-prompt): Add utility function.
5515         (auth-source-netrc-create): Don't default the user name to
5516         user-login-name.  Use `auth-source-creation-prompts' and some default
5517         prompts for user, host, port, and password (the default generic prompt
5518         remains ugly).
5519         (auth-source-never-save): Add customizable option to never save info.
5520         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5521         mode excursion.
5522
5523 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5526         argument that XEmacs doesn't support.
5527
5528         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5529         compiled for Emacsen having no `libxml-parse-html-region' support.
5530
5531         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5532
5533         * lpath.el: Bind buffer-save-without-query for XEmacs.
5534
5535 2011-02-23  Julien Danjou  <julien@danjou.info>
5536
5537         * gnus-art.el (article-make-date-line): Ignore errors if time is
5538         invalid and not convertible.
5539         (article-make-date-line): Only add lapsed time if time is not nil.
5540
5541 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5544         `read-char-choice' for backwards compatibility.
5545         (auth-source-netrc-element-or-first): New function to DTRT for
5546         parameter extraction.
5547         (auth-source-netrc-create): Use it and fix multiple parameter print
5548         bug.  Use the default passed from above (given-default) or the
5549         built-in (user-login-name for :user).
5550
5551 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-start.el (gnus-dribble-read-file):
5554         Set buffer-save-without-query, since we always want to save the dribble
5555         file, probably.
5556
5557         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5558         nnimap.
5559
5560         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5561         -summary- since it's a user-visible variable.
5562
5563         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5564         first time you use the new Gnus.
5565
5566 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * auth-source.el: Don't load netrc.el.
5569         (auth-sources): Search ~/.netrc as well by default.
5570         (auth-source-debug): Add 'trivia option for extra output.
5571         (auth-source-do-trivia): Use it.
5572         (auth-source-search): Simplify logic to use
5573         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5574         appropriate.  Don't keep a running count at this level.  Layer :create
5575         and :delete options appropriately on the first and second passes.
5576         Don't track the backend with the search results.
5577         (auth-source-search-backends): New function to search a list of
5578         backends for a processed spec.
5579         (auth-source-netrc-parse): Cache all netrc files, making
5580         auth-source-netrc-cache an alist keyed by the file name and using the
5581         file mtime as the caching criterion.  Keep the obfuscated data secret
5582         with a lexical bind.
5583         (auth-source-netrc-search): Don't calculate the length of the results
5584         unnecessarily.
5585         (auth-source-search-backends): Fix bug.
5586         (auth-source-netrc-create): Rework prompts.
5587
5588 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5589
5590         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5591         Lower case names of search constraints.
5592         (nnir-run-query): Cache and reuse search constraints for all imap
5593         servers.
5594
5595 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5598         after exit.
5599         (gnus-setup-message): Define missing variable from last checkin.
5600
5601         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5602         value, show the raw article.
5603
5604 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5605
5606         * gnus.el: No Gnus v0.13 is released.
5607
5608 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5609
5610         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5611         auth-source now accepts numbers.
5612
5613         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5614         spec, too.
5615         (auth-source-ensure-strings): New function.
5616
5617         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5618         (gnus-article-setup-buffer): Always restart the date timer so that user
5619         changes to the frequency is respected.
5620
5621         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5622         port numbers, so make sure it gets that if nnimap-server-port is
5623         explicit.
5624
5625 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5626
5627         * nnimap.el (nnimap-inbox): Doc fix.
5628
5629 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5630
5631         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5632         Autoload.  Add optional arg FRAME, and pass it to color-values.
5633         (color-complement): Caller changed.  Doc fix.
5634         (color-gradient): Rewrite for better clarity and efficiency.
5635
5636 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5637
5638         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5639         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5640         color-lab-to-srgb.
5641
5642 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5643
5644         * color.el: First part of merge from hexrgb.el.
5645         (color-rgb-to-hex): Rename from color-rgb->hex.
5646         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5647         saturation to zero if the value is too small.
5648         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5649         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5650         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5651         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5652         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5653         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5654         (color-cie-de2000): Doc fix.
5655
5656 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5657
5658         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5659         given method as in the group name if we're using an extended method.
5660         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5661         command, if we're using that, instead of waiting for the beginning.
5662
5663         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5664         we're sure to get unique server names, and we don't output two async
5665         commands in the same buffer.  This fixes an NNTP hang for some users.
5666
5667 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5668
5669         * gnus.el: No Gnus v0.11 is released.
5670
5671 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5672
5673         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5674         summary buffer before reading going to the next buffer.  This avoids
5675         putting the point in the group buffer if you `C-g' the command.
5676
5677         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5678         cache (for now) to make ~/.authinfo.gpg files usable.
5679
5680         * nnfolder.el (copyright-update): Define for the compiler.
5681
5682         * auth-source.el (auth-source-search): Fix unbound variable.
5683
5684 2011-02-19  Glenn Morris  <rgm@gnu.org>
5685
5686         * gnus.el (gnus-meta): Doc fix.
5687
5688 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5689
5690         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5691         in case it's not yet loaded.
5692
5693 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5694
5695         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5696         line we're waiting for.
5697
5698 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5699
5700         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5701         face with line-width greater than zero will cause RET in gnus summary
5702         buffer to scroll down article page-wise because auto vscroll happens,
5703         it should be temporally disabled when doing a scroll-up.
5704
5705 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5706
5707         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5708         outputs from the server.
5709
5710 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5711
5712         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5713         later so that bbdb can hook in easier.
5714
5715 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5716
5717         * auth-source.el (auth-source-search): Don't try to create credentials
5718         if the caller doesn't want that.
5719         (auth-source-search): If we don't find a match, don't bug out on
5720         non-bound variables.
5721         (auth-source-search): Only ask a single backend to create the
5722         credentials.
5723
5724         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5725         logging.
5726         (nnimap-credentials): Protect against auth-source-search returning nil.
5727         (nnimap-request-list): Protect against not being able to open the
5728         server.
5729
5730 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5731
5732         * auth-source.el (auth-source-search): Do a two-phase search, one with
5733         no :create to get the responses from all backends.
5734
5735         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5736         when getting credentials.
5737
5738         * gnus-util.el (gnus-delete-duplicates): New function.
5739
5740 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5743         a creation default, pass the whole port list down.  It will be
5744         completed.
5745
5746         * auth-source.el (auth-source-search): Updated docs to talk about
5747         multiple creation choices.
5748         (auth-source-netrc-create): Accept a list as a value (from the search
5749         parameters) and do completion on that list.  Keep a separate netrc line
5750         with the password obscured for showing the user.
5751
5752         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5753         first choice to `auth-source-search' so it will be used for entry
5754         creation instead of the server's Gnus-specific name.
5755         (nnimap-credentials): Rely on the auth-source library to select which
5756         port is actually wanted in the new netrc entry, so don't override
5757         `auth-source-creation-defaults'.
5758
5759         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5760         :protocol and accept a missing user, host, or port as a wildcard match.
5761         (auth-source-debug): Default to off.
5762
5763         (auth-source-netrc-search, auth-source-netrc-create)
5764         (auth-source-secrets-search, auth-source-secrets-create)
5765         (auth-source-user-or-password, auth-source-backend, auth-sources)
5766         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5767         instead of :protocol.
5768
5769         * nnimap.el (nnimap-credentials): Pass a port default to
5770         `auth-source-search' in case an entry needs to be created.
5771         (nnimap-open-connection-1): Use :port instead of :protocol.
5772
5773 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * auth-source.el: Bind load-path when loading EIEIO from
5776         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5777         21.4 doesn't support, to `require'.
5778         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5779         delete-dups that is not available in XEmacs 21.4.
5780
5781 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5782
5783         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5784         as EIEIO must also be loaded when auth-source.el is being
5785         byte-compiled.
5786
5787 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5790
5791         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5792
5793         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5794
5795         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5796
5797         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5798
5799         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5800
5801         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5802
5803         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5804         necessary.
5805
5806 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5809         nil means that nnimap doesn't get updated.
5810
5811 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5814         result when the user doesn't want to write to the file.
5815         (auth-source-netrc-search): Expect a synthetic result and proceed
5816         accordingly.
5817         (auth-source-cache-expiry): New variable to override
5818         `password-cache-expiry'.
5819         (auth-source-remember): Use it.
5820
5821         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5822         parameter.  Create entry if necessary by using :create t.
5823         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5824
5825 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * auth-source.el (auth-source-debug): Enable by default and don't
5828         mention the obsolete `auth-source-hide-passwords'.
5829         (auth-source-do-warn): New function to debug unconditionally.
5830         (auth-source-do-debug): Use it.
5831         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5832         and for Secrets API entries when the secrets.el library is not
5833         available.
5834
5835 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5838         (gnus-summary-exit): Kill the correct article buffer on exit from a
5839         `C-d' group.
5840
5841         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5842         gnus-propagate-marks.
5843
5844         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5845         before killing the buffers so that a non-full window conf gets handled
5846         correctly.
5847         (gnus-summary-exit): Ditto.
5848         (gnus-summary-read-group-1): Ditto.
5849
5850         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5851         async code again so that we can debug it properly.
5852
5853         * message.el (message-reply): Take an optional switch-buffer parameter
5854         so that Gnus window confs are respected better.
5855
5856 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5859         `plist-get' to accept non-list parameters (XEmacs issue).
5860         Fix docstring.
5861         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5862         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5863         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5864         Login collection is "Login" and not "login".
5865
5866 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5869         multiple headers.
5870
5871         * nnimap.el (nnimap-inhibit-logging): New variable.
5872         (nnimap-log-command): Don't log login commands.
5873
5874         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5875         to have more parameters.
5876
5877         * nnimap.el (nnimap-send-command): Mark the command time for each
5878         command, so that we don't get NOOPs stepping on our toes.
5879
5880         * gnus-art.el (article-date-ut): Get the date from the Date header on
5881         `t'.
5882
5883 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * auth-source.el (auth-source-search): Use copy-sequence instead of
5886         the cl.el copy-list.
5887
5888 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * imap.el: Bring it back (revert
5891         84d800cd31de3064f0ed39617d725709a2f8f42f).
5892
5893 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5894
5895         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5896         Improve prompt.
5897
5898 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5899
5900         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5901         washing status from the default format.  It isn't very informative.
5902
5903 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5904
5905         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5906         Fix Gcc processing on imap.
5907
5908 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * imap.el: Remove file.  All the functionality is in nnimap.el.
5911
5912 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * message.el (message-bury): Don't pop up a new window when selected
5915         window is dedicated.
5916
5917 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5918
5919         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5920
5921 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * sieve-manage.el: Autoload `auth-source-search'.
5924         (sieve-sasl-auth): Use it.
5925
5926 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5927
5928         * nnimap.el: Autoload `auth-source-forget+'.
5929         (nnimap-open-connection-1): Use it if the connection fails.
5930
5931         * auth-source.el: Require `password-cache'.
5932         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5933         obsolete.
5934         (auth-source-magic): Marker for `password-cache' keys.
5935         (auth-source-do-cache): Update docstring.
5936         (auth-source-search): Use and check cache.
5937         (auth-source-forget-all-cached, auth-source-remember)
5938         (auth-source-recall, auth-source-forget, auth-source-forget+)
5939         (auth-source-specmatchp): Caching support functions.
5940         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5941         Remove and obsolete.
5942         (auth-source-user-or-password): Remove caching to further discourage
5943         using it.  Always hide passwords.
5944
5945         * password-cache.el (password-cache-remove): Accept secrets that are
5946         not strings.
5947
5948 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5949
5950         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5951         code for now, since it doesn't work for all users.
5952
5953 2011-02-09  Julien Danjou  <julien@danjou.info>
5954
5955         * message.el (message-options): Make message-options really buffer
5956         local.
5957
5958 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5959
5960         * mail-source.el: Autoload `auth-source-search'.
5961         (mail-source-keyword-map): Note order matters.
5962         (mail-source-set-1): Get all the mail-source source values and
5963         defaults and search auth-source on those if needed.  This can all
5964         probably be simplified.
5965
5966         * nnimap.el: Autoload `auth-source-search'.
5967         (nnimap-credentials): Use it.
5968         (nnimap-open-connection-1): Ask for the virtual server and physical
5969         address in one shot.
5970
5971         * nntp.el: Autoload `auth-source-search'.
5972         (nntp-send-authinfo): Use it.  Note TODO.
5973
5974 2011-02-08  Julien Danjou  <julien@danjou.info>
5975
5976         * shr.el (shr-tag-body): Add support for text attribute in body
5977         markups.
5978
5979         * message.el (message-options): Make message-options a local variable.
5980
5981 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * auth-source.el (auth-source-secrets-search)
5984         (auth-source-user-or-password): Use `append' instead of `nconc'.
5985         (auth-source-user-or-password): Build return list better and protect
5986         against nil :secret.
5987
5988 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5989
5990         * nnimap.el (nnimap-update-info): Refactor slightly.
5991         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5992         (nnimap-update-info): Clean up slightly.
5993         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5994         characters.
5995         (nnimap-process-quirk): Rename function to avoid collision.
5996         (nnimap-update-info): Fix macrology bug-out.
5997         (nnimap-update-info): Simplify split history test.
5998
5999 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6000
6001         * auth-source.el (top): Require 'eieio unconditionally.
6002         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6003         (auth-source-secrets-search): Limit search when `max' is greater than
6004         number of results.
6005
6006 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6007
6008         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6009         part not returning any data.
6010
6011         * proto-stream.el (open-protocol-stream): Document the return value.
6012
6013 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * auth-source.el (auth-source-secrets-search): Add examples.
6016
6017 2011-02-06  Julien Danjou  <julien@danjou.info>
6018
6019         * message.el (message-setup-1): Handle message-generate-headers-first
6020         set to t.
6021
6022 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6023
6024         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6025         API with a string "secrets:collection-name" and with 'default.
6026         (auth-source-backend-parse): Parse "secrets:collection-name" and
6027         'default.  Recurse on parses instead of repeating code.  Use the
6028         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6029         message when ignoring a source.
6030         (auth-source-search): List ignored search keys at the top level.
6031         (auth-source-netrc-create): Use `case' instead of `cond'.
6032         (auth-source-secrets-search): Created with TODOs.
6033         (auth-source-secrets-create): Created with TODOs.
6034         (auth-source-retrieve, auth-source-create, auth-source-delete)
6035         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6036         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6037         (auth-source-user-or-password-sftp)
6038         (auth-source-user-or-password-smtp): Remove.
6039         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6040         around `auth-source-search'.  Not tested thoroughly.
6041
6042 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * auth-source.el: Bring in assoc and eioeio libraries.
6045         (secrets-enabled): New variable to track the status of the Secrets API.
6046         (auth-source-backend): New EIOEIO class to represent a backend.
6047         (auth-source-creation-defaults): New variable to set prompt defaults
6048         during token creation (see the `auth-source-search' docstring for
6049         details).
6050         (auth-sources): Simplify to allow a simple string as a netrc backend
6051         spec.
6052         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6053         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6054         (auth-source-search): Main auth-source API entry point.
6055         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6056         (auth-source-search-collection): Helper function for searching.
6057         (auth-source-netrc-parse, auth-source-netrc-normalize)
6058         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6059         Supports search, create, and delete.
6060         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6061         backend stubs.
6062         (auth-source-user-or-password): Call `auth-source-search' but it's not
6063         ready yet.
6064
6065 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6066
6067         * message.el (message-setup-1): Remove the read-only stuff, since it
6068         doesn't work under XEmacs, for some reason.
6069
6070         * gnus-sum.el (gnus-user-date): Rename back from
6071         gnus-summary-user-date since user code refers to it.
6072
6073         * shr.el (shr-render-td): Store the actual background color used.
6074
6075         * message.el (message-setup-1): Don't bind the constant
6076         -forbidden-properties.
6077         (message-setup-1): Revert previous change, since it needs to bind the
6078         props to insert them.
6079         (message-resend): Allow removing the read-only separator line.
6080
6081 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6082
6083         * nnimap.el (nnimap-request-accept-article): Give an error message if
6084         the APPEND wasn't successful.
6085
6086 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6087
6088         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6089         that have no groups.
6090
6091 2011-02-03  Julien Danjou  <julien@danjou.info>
6092
6093         * gnus-draft.el: Remove progn around gnus-draft-setup.
6094
6095 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-start.el (gnus-read-active-for-groups): This function is never
6098         called with a nil `infos', so clean that up.
6099         (gnus-get-unread-articles): Request active files from primary/secondary
6100         methods that have no groups (yet).
6101
6102 2011-02-03  Julien Danjou  <julien@danjou.info>
6103
6104         * message.el (message-setup-1): Always generate References first.
6105         (message-mail): Return the return value of message-setup, not always t.
6106         (message-setup-1): Insert mail-header-separator with read-only and
6107         intangible properties set.
6108
6109         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6110         user-date in docstring.
6111
6112         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6113
6114         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6115         docstring.
6116
6117         * gnus.el (gnus-user-date-format-alist): Change default value.
6118         Use defcustom, with type and group. Move from gnus-util.el.
6119         Rename to gnus-summary-user-date-format-alist.
6120
6121 2011-02-03  Glenn Morris  <rgm@gnu.org>
6122
6123         * nnimap.el (gnus-fetch-headers): Declare.
6124
6125         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6126
6127 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6128
6129         * message.el (message-forward-make-body-digest-plain)
6130         (message-followup, message-reply): Clean up things noted by Stefan.
6131
6132         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6133         gnus-article-update-date-headers is nil.
6134         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6135         it didn't really work with defcustom.
6136         (article-update-date-lapsed): Make sure the window start doesn't move,
6137         either.
6138
6139 2011-02-01  Julien Danjou  <julien@danjou.info>
6140
6141         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6142         format.
6143
6144         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6145         standard in Emacs nowadays.
6146
6147         * color.el (color-gradient): Add a color-gradient function.
6148
6149 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * message.el (message-expand-name): Don't trust the return value of
6152         bbdb-complete-name.
6153         (message-check-news-header-syntax): Remove unused var `start'.
6154         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6155         (message-inhibit-body-encoding): Move to before first use.
6156         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6157         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6158         (Organization, Message-ID, Date, mh-previous-window-config):
6159         Defvar the vars using dynamic scoping.
6160
6161 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6162
6163         * shr.el (shr-render-td): Only do colors at the final rendering.
6164         Should be slightly faster.
6165         (shr-insert-table): Fix up TD background colors when doing the
6166         vertical padding.
6167
6168         * gnus-art.el (article-date-ut): Protect against articles with no Date
6169         header.
6170         (article-update-date-lapsed): Don't use current-column to find the
6171         horizontal position.  It's fragile in the presence of \003 characters.
6172
6173         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6174
6175 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6176
6177         * gnus-art.el (article-transform-date): Rewrite to still work when
6178         there are several rfc2822 parts.
6179         (article-transform-date): Fix infinite recursion.
6180         (article-date-ut): Replace infinitely many Date headers with a single
6181         one when called interactively.
6182
6183         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6184         secure manner.
6185
6186         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6187         move around by not using save-window-excursion.  It seems to work...
6188
6189 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-art.el (article-make-date-line): Work for user-defined format.
6192
6193 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6194
6195         * nntp.el (nntp-retrieve-group-data-early)
6196         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6197         fetching functions.
6198
6199         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6200         thoroughly for all backends that have no known groups.  This should
6201         allow new nnml methods to retrieve mail.
6202
6203         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6204         that Gnus doesn't know exists again.
6205
6206         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6207         (gnus-treat-date-ut): Ditto.
6208         (gnus-article-update-date-header): Rename.
6209         (gnus-treat-date-local): Remove.
6210         (gnus-treat-date-english): Remove.
6211         (gnus-treat-date-lapsed): Remove.
6212         (gnus-treat-date-combined-lapsed): Remove.
6213         (gnus-treat-date-original): Remove.
6214         (gnus-treat-date-iso8601): Remove.
6215         (gnus-treat-date-user-defined): Remove.
6216         (gnus-article-date-headers): New variable to control all the date
6217         header options.
6218         (article-date-ut): Rewrite to allow using the new way to format date
6219         headers(s).
6220
6221 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6222
6223         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6224         method.
6225         (nnmail-article-group): A better test for fanciness.
6226
6227         * nnimap.el (nnimap-request-head): Protect against not finding the
6228         article by Message-ID.
6229
6230 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6233         keep point at the "same place".
6234
6235 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6236
6237         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6238         data if the group is inactive.
6239
6240 2011-01-28  Julien Danjou  <julien@danjou.info>
6241
6242         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6243         (gnus-all-windows-visible-p): Remove old compatibility code.
6244         (gnus-window-top-edge): Add docstring.
6245
6246         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6247
6248 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6251         older request-update-info.
6252
6253         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6254
6255 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6256
6257         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6258         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6259
6260 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6263         groups.  This makes the nndraft:queue group pop up if it's not already
6264         there.
6265
6266         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6267         messages" logic, which was reversed.
6268
6269         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6270         the "same place" even if point is on the line being replaced.
6271         (article-update-date-lapsed): Allow updating both the combined lapsed
6272         and the lapsed headers.
6273         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6274         (article-make-date-line): Limit the number of segments dynamically to
6275         avoid too-long lines.
6276
6277 2011-01-27  Julien Danjou  <julien@danjou.info>
6278
6279         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6280         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6281
6282 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6285         Use plist-get instead of the cl function getf.
6286
6287 2011-01-27  Glenn Morris  <rgm@gnu.org>
6288
6289         * gnus-util.el (float-time): Get rid of compiler warning, again.
6290
6291 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6292
6293         * shr.el (shr-put-color): Special-case background colors: Do put them
6294         at the blank parts at the front of the lines.
6295
6296         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6297         exit hook to nix out all data on readedness on group exit.
6298
6299         * gnus-util.el (float-time): If float-time is bound, always use it on
6300         all Emacsen.  It's unclear why the subrp check was there.
6301         (time-date): Require to make some autoload issues on XEmacs go away.
6302
6303         * shr.el (shr-put-color): Don't do the box padding in tables, since
6304         they're already padded.
6305
6306 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-art.el (gnus-article-next-page): When the last line of the
6309         article is displayed, scroll down once more instead of going to the
6310         next article at once.
6311         (article-lapsed-string): Refactor out and allow specifying how many
6312         segments you want.
6313         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6314         (gnus-article-update-lapsed-header): New variable.
6315
6316         * shr.el: Revert change that made headings use different-sized faces.
6317         The Emacs display engine isn't advanced enough that, for instance,
6318         tables can comfortably use differently-sized faces.
6319
6320 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6321
6322         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6323         used.
6324         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6325         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6326         we're using an encrypted connection.
6327
6328         * proto-stream.el: Alter the interface functions to also return the
6329         actual stream type used: network or tls.
6330
6331 2011-01-25  Julien Danjou  <julien@danjou.info>
6332
6333         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6334         (mm-display-javascript-inline): New function.
6335
6336         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6337         viewing function.
6338
6339 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * shr.el (shr-expand-newlines): Fix variable name.
6342
6343 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6344
6345         * shr.el (shr-expand-newlines): Make nested boxes work.
6346
6347 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6348
6349         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6350         backgrounds.
6351         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6352         in a more sensible manner.
6353
6354 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6357         if EPG is loaded.
6358
6359 2011-01-24  Julien Danjou  <julien@danjou.info>
6360
6361         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6362         tags.
6363
6364 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6365
6366         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6367         commands.
6368
6369         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6370         in the article buffer.
6371         (gnus-gravatar-insert): Use blank space from the current buffer to
6372         avoid breaking text properties.  This makes X-Sent updating work again.
6373
6374         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6375
6376 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6379         fix the bug in url-http.el instead.
6380
6381         * shr.el (shr-image-fetched): Ditto.
6382
6383         * shr.el (shr-image-fetched): Avoid having point move in the article
6384         buffer.
6385
6386         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6387         buffer after being called.  It's apparently being killed by url.el, and
6388         killing it made point move to end-of-buffer in a random buffer.
6389
6390         * shr.el (shr-image-fetched): Ditto.
6391
6392 2011-01-23  Julien Danjou  <julien@danjou.info>
6393
6394         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6395
6396         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6397         text/x-org.
6398
6399 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6402         (i.e., nnimap) returning nil as the article number.
6403
6404 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6405
6406         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6407         "DelSp" parameter in RFC3676.
6408
6409 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6410
6411         * message.el (message-check-recipients): Display the encoded version of
6412         the bogus address if they differ.
6413
6414         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6415         after sending.
6416
6417         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6418
6419         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6420
6421         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6422         group buffer after sending the queue.
6423
6424         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6425
6426 2011-01-22  Julien Danjou  <julien@danjou.info>
6427
6428         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6429
6430 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6431
6432         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6433         nested related parts.
6434
6435         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6436         unexpired articles.  This fixes the regression that led expiry marks to
6437         disappear from nnfolder groups.
6438
6439 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6440
6441         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6442         Don't confuse the "ret" of "retrograde" with RET.
6443
6444 2011-01-21  Julien Danjou  <julien@danjou.info>
6445
6446         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6447         than mm-insert-inline.
6448
6449 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6452         Widen article buffer.
6453
6454 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6455
6456         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6457         the temp buffer.
6458         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6459
6460 2011-01-20  Julien Danjou  <julien@danjou.info>
6461
6462         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6463
6464         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6465         than mm-insert-inline to insert inline part: this respect
6466         mm-inline-media-tests displayers.
6467
6468         * mm-view.el (mm-display-shell-script-inline): New function.
6469
6470         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6471
6472         * mm-uu.el (mm-uu-type-alist): Add org block.
6473         (mm-uu-org-src-code-block-extract): New function.
6474
6475         * mm-view.el (mm-display-org-inline): New function.
6476
6477         * mm-decode.el (mm-automatic-display): Add text/org.
6478
6479         * mailcap.el (mailcap-mime-extensions): Add .org.
6480
6481 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6484         gnus-article-add-buttons.
6485
6486 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6487
6488         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6489         From header with a date and "nobody" as the sender.
6490
6491 2011-01-19  Julien Danjou  <julien@danjou.info>
6492
6493         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6494         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6495         if you have the same regexp several times.
6496         (gnus-button-push): Fix matching when regexp is symbol.
6497
6498 2011-01-15  Glenn Morris  <rgm@gnu.org>
6499
6500         * message.el (message-mail): A compose-mail function should
6501         accept headers as strings.
6502
6503 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6504
6505         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6506         Add :vert-only tags.
6507         (message-mail): New arg RETURN-ACTION.
6508         (message-return-action): New var.
6509         (message-bury): Use it.
6510         (message-mode): Make it buffer-local.
6511         (message-send-and-exit): Always call message-bury.
6512
6513         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6514         message-mail.
6515
6516 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * nnimap.el (nnimap-convert-partial-article): Protect against
6519         zero-length body parts.
6520
6521         * mm-decode.el (mm-preferred-alternative-precedence):
6522         Discourage showing empty parts.
6523
6524         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6525         and stuff if the backend didn't return the article number.  This fixes
6526         an Exchange-related nnimap bug.
6527
6528         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6529         group window, because it does the wrong thing when a separate frame
6530         displays the group buffer.
6531
6532         * proto-stream.el (open-protocol-stream): Protect against the low-level
6533         transport functions returning nil.
6534
6535 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6536
6537         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6538         (mml2015-epg-find-usable-secret-key): New function.
6539         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6540         mml2015-epg-find-usable-key (Bug#7797).
6541         (mml2015-epg-encrypt): Ditto.
6542
6543 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * dgnushack.el (rot13-string): Fix the way to get the argument.
6546
6547 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6550
6551 2011-01-03  Glenn Morris  <rgm@gnu.org>
6552
6553         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6554
6555         * sieve.el (sieve-open-server): Give a more explicit error if
6556         sieve-manage-open returns nil.  (Bug#7720)
6557
6558 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6559
6560         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6561
6562 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6565         This avoids sending passwords in plain text over non-encrypted
6566         channels.
6567
6568         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6569
6570         * nnimap.el (nnimap-login): Refactored out into own function, and
6571         implement CRAM-MD5.
6572         (nnimap-wait-for-line): Refactored out.
6573
6574         * mm-view.el (mml-smime): Require.
6575
6576 2010-12-20  David Engster  <deng@eml.cc>
6577
6578         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6579         use EPG to decrypt S/MIME messages instead of openssl.
6580
6581 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6584
6585         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6586         status is the group clearly is unreachable.
6587
6588         * auth-source.el (auth-source-create): Add the optional second
6589         parameter to `local-variable-p' to be compatible with XEmacs.
6590
6591 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6592
6593         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6594         work when using a compressed nnml folder.
6595
6596 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6599         backends after sanitising on entry, because this never makes sense:
6600         If the articles have gone missing, then the data no longer exists on
6601         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6602         overwrite anything anyway.
6603
6604         * shr.el (shr-insert-document): Bind shr-width dynamically to
6605         window-width if it's nil.
6606
6607 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6608
6609         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6610         with the meaning of using the full emacs window width for rendering.
6611
6612 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6613
6614         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6615         case when sender is not given.
6616
6617 2010-12-23  Julien Danjou  <julien@danjou.info>
6618
6619         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6620         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6621         the addresses, otherwise we might misplaced the gravatar.
6622
6623 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6624
6625         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6626         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6627         obsolete in Emacs.
6628
6629 2010-12-20  Julien Danjou  <julien@danjou.info>
6630
6631         * gnus-util.el (gnus-rescale-image): Revert last change.
6632
6633 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6634
6635         * binhex.el: Improve commentary (Bug#7482).
6636
6637 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * gnus-group.el (gnus-group-delete-articles): New command.
6640
6641 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6642
6643         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6644
6645 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6648         here, since it's up to the backends to do CRLF removal if their
6649         protocol has it.
6650
6651         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6652
6653 2010-12-17  Julien Danjou  <julien@danjou.info>
6654
6655         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6656         they are from file.  Can also scale up.
6657
6658 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6659
6660         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6661         Restore gnus-use-agent.
6662         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6663
6664         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6665
6666 2010-12-17  Julien Danjou  <julien@danjou.info>
6667
6668         * gravatar.el (gravatar-retrieve-synchronously): New function.
6669         (gravatar-get-data): Make more robust.
6670
6671 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6674
6675 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6678         to really consider the last line.
6679
6680 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6681
6682         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6683         list of recipient keys, or use symmetric encryption if not a list.
6684         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6685         EPA override, replacing the call to `netrc-store-data'.
6686
6687 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6688
6689         * gnus-srvr.el: Avoid passing nil regexp argument to
6690         delete-matching-lines.
6691
6692 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6695         fetching stops when Gnus exits.
6696
6697         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6698         function.
6699         (nnfolder-request-expire-articles): Save all the buffers after doing
6700         expiry.
6701
6702         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6703         the last article", since that led to serious performance regressions
6704         when expiring nnml groups.
6705
6706 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6707
6708         * nnir.el: Improve customizations.
6709
6710 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6713
6714         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6715         group has been killed.
6716         (gnus-group-yank-group): Ditto.
6717
6718         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6719
6720         * nnimap.el (nnimap-request-update-group-status): New function.
6721
6722         * gnus-int.el (gnus-request-update-group-status): New interface
6723         function.
6724
6725         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6726         copying read-ness to the backends.
6727
6728         * nnimap.el (nnimap-quirk): New function.
6729         (nnimap-retrieve-group-data-early): Use it.
6730         (nnimap-quirks): New alist.
6731
6732 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6735         don't delete it within indentation.
6736
6737 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6740         previous line.
6741
6742 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6745         QRESYNC command by deleting a superfluous space which broke Cyrus
6746         servers.  This change will break other servers that are buggy the other
6747         way around.
6748
6749 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * spam.el: Reindent and fix long lines.
6752         (spam-copy-or-move-routine): Exclude invalid move destinations.
6753
6754 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6755
6756         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6757         installed the registry.
6758
6759 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6762
6763 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6764
6765         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6766         groupname doesn't contain "gmane".
6767
6768 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6771         and netrc-bound-and-true-p bindings.
6772         (netrc-parse): Cache the netrc contents.
6773
6774         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6775         (gnus-1): Don't create the nndrafts group twice.
6776         (gnus-setup-news): There's no need to read the active file here, since
6777         that's done again later on a per-backend basis.
6778         (gnus-start-draft-setup): Make sure that the new group is started out
6779         empty.
6780
6781         * gnus-agent.el (gnus-agentize): Don't create the queue group
6782         automatically on startup.  It'll be created later, if needed.
6783
6784         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6785         of automatically subscribed groups.
6786         (gnus-auto-subscribed-categories): New variable.
6787         (gnus-matches-options-n): Use it.
6788         (gnus-default-subscribed-newsgroups): Remove unused variable.
6789         (gnus-start-draft-setup): Message a bit less.
6790
6791 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6792
6793         * nnir.el (nnir-run-imap): Return article list in order of increasing
6794         UID.
6795
6796 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6797
6798         * gnus-sum.el (gnus-summary-enter-digest-group):
6799         Mention gnus-auto-select-on-ephemeral-exit.
6800
6801         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6802         convention of the network-only option.
6803
6804 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6805
6806         * proto-stream.el (proto-stream-open-network-only): New function to
6807         have a way to specify non-STARTTLS upgrade connections.
6808
6809 2010-12-10  Julien Danjou  <julien@danjou.info>
6810
6811         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6812         email address is nil.
6813
6814         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6815
6816 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6817
6818         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6819         deletion.
6820         (nnir-run-imap): Only need to parse list once.
6821
6822 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * shr.el (shr-tag-script): Ignore <script>.
6825         (shr-tag-label): Add <label> support.
6826
6827 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6830
6831         * shr.el (shr-image-displayer): Work for images lined side by side.
6832
6833 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6834
6835         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6836         parameter, since XEmacs doesn't accept t as a parameter.
6837
6838 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6839
6840         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6841         ids.
6842         (nnir-run-gmane): Simplify groupspec formatting.
6843         (nnir-request-expire-articles): New function.
6844
6845 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6848         overflow, possibly.
6849
6850         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6851         (shr-render-td): Handle td style="" better.
6852         (shr-tag-table): Use the color from the style sheet.
6853         (shr-render-td): Make sure we copy over all the overlays, too.
6854
6855 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6856
6857         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6858         (nnir-request-article): Improve article retrieval.
6859
6860 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * mm-util.el (mm-extra-numeric-entities): New variable.
6863
6864         * mm-url.el (mm-url-decode-entities):
6865         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6866
6867         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6868
6869 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * message.el: Use completion-at-point.
6872         (message-completion-function): New fun, extracted from message-tab.
6873         (message-mode): Use it for completion-at-point-functions.
6874         (message-tab): Use it and completion-at-point.
6875
6876 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6879         character if a non-breakable character follows.
6880
6881 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6884         any stream.
6885
6886         * shr.el (shr-tag-font): Colorize the region.
6887         (shr-tag-body): Ditto.
6888         (shr-tag-font): Actually let the styles be inherited instead of
6889         overwriting them.
6890         (shr-tag-font): Get the background color right.
6891         (shr-tag-style): Ignore all <style> tags for the moment.
6892
6893         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6894         a Message-ID to avoid having nnimap depend on gnus-sum.
6895
6896         * shr.el (shr-descend): Only colorize something if we have a node that
6897         sets colors.
6898
6899 2010-12-06  Julien Danjou  <julien@danjou.info>
6900
6901         * shr.el (shr-render-td): Render td content with shr-descend, so style
6902         will be applied to <td> too.
6903         (shr-colorize-region): Colorize region even if we only have a background.
6904         (shr-tag-body): Fix color and background color inheritance.
6905         Do not recolorize after shr-generic.
6906         (shr-tag-font): Let shr-generic colorize via inheritance.
6907
6908 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6911
6912 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6913
6914         * nnir.el (nnir-request-move-article): Remove obsolete code.
6915
6916 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6919
6920 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * gnus-sum.el (gnus-summary-respool-article): The completion function
6923         expects a list instead of an alist.
6924
6925         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6926         string as the parameter.
6927
6928         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6929
6930         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6931         styles.
6932         (shr-colorize-region): New function.
6933         (shr-insert-background-overlay): Remove.
6934         (shr-render-td): Background setting should be taken care of on a higher
6935         level.
6936         (shr-tag-body): Use post-hoc colorizations.
6937         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6938         (shr-put-color-1): Don't overwrite old colors.
6939         (shr-colorize-region): When the background color isn't explicit, use
6940         a fixed background.
6941
6942         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6943         nnmail variables.
6944
6945 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6946
6947         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6948         unless necessary.
6949
6950 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6951
6952         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6953         server.
6954
6955 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6958         so that TAB works.
6959
6960         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6961         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6962
6963         * shr.el (shr-urlify): Show the URL before the title to avoid
6964         misleading URLs.
6965
6966 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6967
6968         * shr.el (shr-urlify): Display the title in <a> tags.
6969
6970 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6971
6972         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6973
6974 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6975
6976         * nnir.el: Rearrange code to allow macros to be autoloaded by
6977         gnus-sum.el.
6978         (nnir-retrieve-headers-override-function): Make this variable
6979         customizable.
6980         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6981
6982         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6983         from nnir.el.
6984
6985 2010-12-03  Julien Danjou  <julien@danjou.info>
6986
6987         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6988
6989 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6992         allow optional argument `environment'.
6993
6994 2010-12-03  Glenn Morris  <rgm@gnu.org>
6995
6996         * mm-extern.el (message-goto-body): Update declaration.
6997
6998 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-util.el (gnus-macroexpand-all): New function.
7001
7002         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7003         instead of macroexpand-all that is unavailable in XEmacs.
7004
7005 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7006
7007         * nnir.el (nnir-summary-line-format): New variable.
7008         (nnir-mode): Use it.
7009         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7010         (nnir-article-ids): Reimplement as defsubst.
7011         (nnir-retrieve-headers): Don't mangle the subject header.
7012         (nnir-run-imap): Use 100 as RSV score.
7013         (nnir-run-find-grep): Fix for full server searching.
7014         (nnir-run-gmane): Better restriction to gmane groups.
7015
7016         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7017         summary buffers.
7018
7019 2010-12-02  Julien Danjou  <julien@danjou.info>
7020
7021         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7022
7023         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7024
7025         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7026         support.
7027
7028 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7029
7030         * nnir.el: Update to handle the registry better.
7031         (autoload): Silence byte-compiler.
7032         (nnir-open-server): Add a hook for nnir groups.
7033         (nnir-request-move-article): Don't mangle the header.  Better to use
7034         formatting variables (which will be added in the future).
7035         (nnir-registry-action): Update the registry using the original article
7036         group name.
7037         (nnir-mode): Install nnir-specific hooks for updating the registry.
7038
7039         * gnus-sum.el
7040         (gnus-article-original-subject,gnus-newsgroup-original-name):
7041         Remove obsolete variables.
7042         (gnus-summary-move-article): Remove use of obsolete variables.
7043         (gnus-summary-local-variables): Make move and delete hooks local to
7044         summary buffers.
7045
7046 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * rtree.el: New file.
7049
7050 2010-12-01  Julien Danjou  <julien@danjou.info>
7051
7052         * message.el (message-user-organization): Do not use
7053         gnus-local-organization.
7054
7055         * gnus.el: Remove gnus-local-organization.
7056
7057         * gnus-msg.el: Remove nastygram thing.
7058
7059 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7062         funcall.
7063
7064 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7067         names.
7068
7069         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7070         characters.
7071
7072         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7073         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7074         Suggested by Štěpán Němec <stepnem@gmail.com>.
7075         (gnus-gravatar-transform-address): Use mail-extract-address-components
7076         that supports non-ASCII names rather than mail-header-parse-addresses.
7077
7078 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * proto-stream.el (open-protocol-stream): All starttls connections are
7081         handled by the network handler.
7082
7083 2010-11-30  Julien Danjou  <julien@danjou.info>
7084
7085         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7086         (nnimap-open-connection-1): Fix PREAUTH.
7087
7088         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7089
7090 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7093         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7094         (shr-insert): Use them.
7095         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7096
7097 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7098
7099         * nnir.el (nnir-request-move-article): Bail out if original group
7100         doesn't support article moves.
7101         (nnir-get-active): Improve active list retrieval.
7102
7103 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7106
7107 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7108
7109         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7110         seem to accept strings-with-numbers as port numbers.
7111
7112 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7113
7114         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7115         change the registry.
7116
7117 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7120         delete-dups that is not available in XEmacs 21.4.
7121
7122         * mm-util.el (mm-delete-duplicates): Add comment.
7123
7124 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7125
7126         * nnir.el (nnir-ignored-newsgroups): New variable.
7127         (nnir-get-active): Use it.
7128
7129 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * proto-stream.el (proto-stream-open-network): Add some comments.
7132
7133         * nntp.el (nntp-open-connection): Provide a :success condition.
7134
7135         * nnimap.el (nnimap-open-connection-1): Ditto.
7136
7137         * proto-stream.el (proto-stream-open-network): See what the response to
7138         the STARTTLS command is.
7139
7140         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7141         backwards compatibility).
7142         (nnimap-open-connection-1): Really respect nnimap-server-port.
7143
7144         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7145         TLS upgrades we don't really care about the identity of the peer.
7146         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7147         that what we've checked for.
7148         (proto-stream-always-use-starttls): Only default to t if
7149         open-gnutls-stream exists.
7150         (proto-stream-open-network): If STARTTLS failed, then just open a
7151         normal connection.
7152         (proto-stream-open-network): Wait until the greeting before doing
7153         STARTTLS.
7154
7155         * nntp.el (nntp-open-connection): Report what the connection error is.
7156
7157         * proto-stream.el (open-protocol-stream): Rename from
7158         open-proto-stream.
7159
7160 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * nnimap.el (nnimap-stream): Change default to `undecided'.
7163         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7164         first, and then network.
7165         (nnimap-open-connection-1): Respect nnimap-server-port.
7166         (nnimap-open-connection): Be more backwards-compatible.
7167
7168         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7169         (proto-stream-open-starttls): De-duplicate the starttls code.
7170         (proto-stream-open-starttls): Folded back into the main function.
7171         (proto-stream-open-network): Fix typo in the gnutls path.
7172         (proto-stream-command): Refactor out.
7173
7174         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7175
7176         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7177         starttls.el STARTTLS.
7178
7179         * color.el (color-lab->srgb): Fix function call name.
7180
7181         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7182         if we're using tls.el.
7183         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7184         built in, then don't try to establish a STARTTLS connection.
7185
7186         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7187         servers.
7188
7189         * proto-stream.el (open-proto-stream): Use network, not stream.
7190         (open-proto-stream): Add a way to specify what the end of a command is.
7191
7192         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7193         connections types.
7194         (nntp-open-network-stream): Remove.
7195         (nntp-open-ssl-stream): Remove.
7196         (nntp-open-tls-stream): Remove.
7197         (nntp-ssl-program): Remove.
7198
7199         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7200
7201 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7202
7203         * nnir.el: Fix typos.
7204         (nnir-retrieve-headers-override-function): Rename variable to reflect
7205         new semantics.
7206         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7207         macros.
7208         (nnir-request-article, nnir-request-move-article): Use them.
7209         (nnir-categorize): New function.
7210         (nnir-run-query): Use it.
7211         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7212         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7213         sorted.
7214         (nnir-group-full-name): Use gnus-group-full-name instead.
7215         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7216         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7217
7218 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7221
7222         * proto-stream.el: New library to provide protocol-specific
7223         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7224         protocols.
7225         (open-proto-stream): Complete the documentation.
7226         (proto-stream-open-network): Fix some typos.
7227
7228         * nnimap.el (nnimap-open-connection): Use it.
7229
7230 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7231
7232         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7233         negotiation.
7234
7235 2010-11-26  Julien Danjou  <julien@danjou.info>
7236
7237         * color.el: Rename various rgb functions to srgb.
7238
7239 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7242         names.
7243
7244 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * shr.el (shr-insert): Revert last change.
7247         (shr-find-fill-point): Never leave point being at bol;
7248         relax the kinsoku limitation when rendering tables.
7249
7250 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7253         results from -accept-article.
7254
7255         * shr-color.el: Require cl when compiling.
7256
7257         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7258         checkin.
7259
7260         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7261
7262         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7263
7264         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7265         'add and 'delete to set backend marks.
7266
7267         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7268
7269         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7270
7271         * nntp.el (nntp-request-set-mark): Use it.
7272
7273         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7274
7275         * nnml.el (nnml-request-set-mark): Ditto.
7276
7277         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7278         introduces regressions in article selection.
7279         (nnimap-find-uid-response): New function.
7280         (nnimap-request-accept-article): Use the UID returned, if any.
7281         (nnimap-request-move-article): Use the UID returned, if any.
7282         (nnimap-get-groups): Reimplement to work with folded lines.
7283         (nnimap-find-uid-response): The UID is the last element in the list.
7284         (nnimap-request-set-mark): Extend syntax with 'set.
7285
7286         * nnml.el (nnml-request-set-mark): Ditto.
7287
7288         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7289
7290         * nntp.el (nntp-request-set-mark): Ditto.
7291
7292 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * message.el (message-called-interactively-p): A temporary macro.
7295         (message-goto-body): Use it temporarily.
7296
7297 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7300         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7301         (nnimap-last-response-string): Fix last unfolding fix.
7302
7303 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * shr.el (shr-insert): Fix the way to fold lines.
7306
7307 2010-11-25  Julien Danjou  <julien@danjou.info>
7308
7309         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7310
7311         * color.el: Rename from color-lab.el
7312         (color-rgb->hex): Add.
7313         (color-complement): Add.
7314         (color-complement-hex): Add.
7315
7316         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7317
7318 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * shr-color.el (shr-color-visible): Don't bug out if the color names
7321         don't exist.
7322
7323 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7326         assuming that article displaying or another mml-preview may be
7327         interrupted for an error or for the like.
7328
7329         * shr.el (shr-get-background): Fix argument name.
7330
7331 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7334
7335         * gnus-sum.el (gnus-summary-include-articles): New function.
7336
7337         * message.el (message-goto-body): called-interactively-p needs a
7338         parameter, so use `any'.
7339
7340         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7341         clear marks before moving, since they're synced from the Gnus side
7342         first.
7343
7344         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7345         (gnus-summary-move-article): Copy over all marks before moving, so that
7346         IMAP doesn't think a new article has arrived.
7347
7348 2010-11-24  Julien Danjou  <julien@danjou.info>
7349
7350         * shr.el (shr-insert-background-overlay): Fix typo.
7351         (shr-render-td): Copy the background before rendering.
7352
7353         * shr-color.el (shr-color-visible): Fix docstring.
7354
7355         * shr.el (shr-tag-table): Add bgcolor support.
7356         (shr-render-td): Add bgcolor support.
7357         (shr-get-background): Add.
7358         (shr-insert-foreground-overlay): Use shr-get-background.
7359
7360         * message.el (message-goto-body): Use called-interactively-p.
7361         (message-in-body-p): message-goto-body returns point.
7362
7363 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7366         Fixes something or other in Emacs 23, and is backwards compatible.
7367
7368         * message.el (message-goto-body): Remove the <#secure special-casing,
7369         which is too special.
7370
7371         * shr.el (shr-parse-style): Drop !important from styles.
7372
7373 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7374
7375         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7376         this function to return incorrect results when calling it with an
7377         explicit article argument different from
7378         (gnus-summary-article-number).
7379
7380 2010-11-24  Julien Danjou  <julien@danjou.info>
7381
7382         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7383         (shr-tag-body): Add background support.
7384         (shr-descend): Add background support.
7385         (shr-tag-title): Add.
7386
7387         * shr-color.el (shr-color-visible): Really return original background
7388         if fixed.
7389
7390 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * shr.el (shr-color-check): Protect against non-existent color names.
7393
7394 2010-11-24  Julien Danjou  <julien@danjou.info>
7395
7396         * color-lab.el: Require 'cl when compiling.
7397
7398         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7399
7400         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7401         matched part.
7402
7403         * color-lab.el: Fix all expt calls to use float type.
7404
7405 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7408         expression to shr-color-check as is.
7409
7410         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7411
7412         * color-lab.el: Add coding cookie.
7413         (float-pi): Use eval-and-compile.
7414
7415         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7416         compiled for Emacsen having no `libxml-parse-html-region' support.
7417
7418 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * shr.el (shr-insert-color-overlay): Split stuff like
7421         "#444444 !important" to find the real color.
7422         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7423         parse <font color="red"> entries.
7424
7425 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7426
7427         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7428         point when parsing headers.
7429
7430         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7431         is positioned properly when parsing headers.
7432
7433 2010-11-23  Julien Danjou  <julien@danjou.info>
7434
7435         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7436
7437         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7438
7439         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7440
7441         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7442         Use shr-color-hue-to-rgb.
7443         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7444
7445 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * shr.el (shr-color->hexadecimal): Autoload.
7448         (shr-descend): Add color to all tags.
7449
7450 2010-11-22  Julien Danjou  <julien@danjou.info>
7451
7452         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7453         shr-color->hexadecimal.
7454
7455         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7456         RGB() or HSL() color representation.
7457
7458         * shr.el (shr-tag-font): Add.
7459         (shr-tag-color-check): New function to get better colors.
7460         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7461         tag-span.
7462
7463         * shr-color.el: New file.
7464
7465         * color-lab.el: New file.
7466
7467         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7468
7469 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7470
7471         * nnir.el: Fix typo in comments.
7472         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7473         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7474
7475 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7478
7479         * nnimap.el (nnimap-get-capabilities): Refactor out.
7480         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7481
7482 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7483
7484         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7485         appearing when `mm-uu-hide-markers' is nil.
7486
7487 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * nnimap.el (nnimap-unselect-group): Make into its own function.
7490         (nnimap-request-rename-group): Unselect group before renaming.
7491         This had gotten lost somewhere.
7492         (nnimap-request-accept-article): Keep track of examined groups, and
7493         unselect the group before APPENDing to read-only groups.
7494         (nnimap-request-move-article): Clear flags before moving so that they
7495         can be re-set later.
7496
7497 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7500         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7501
7502 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-mime-display-single):
7505         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7506         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7507         parameter.
7508
7509 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7512         (shr-table-vertical-line): New variable.
7513         (shr-insert-table): Use it.
7514
7515 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-html.el (gnus-html-wash-images): Don't display images if
7518         gnus-inhibit-images is non-nil; register displayer for cid images.
7519         (gnus-html-display-image): Work for cid image.
7520         (gnus-html-insert-image): Allow arguments.
7521         (gnus-html-put-image): Inhibit read-only.
7522         (gnus-html-prefetch-images): Don't prefetch images if
7523         gnus-inhibit-images is non-nil.
7524
7525 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * shr.el (shr-put-image): Break lines when inserting big pictures.
7528
7529 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7530
7531         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7532         sender, thanks Katsumi Yamaoka.
7533
7534 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7535
7536         * nnir.el (nnir-run-imap): Reverse the article list for each group
7537         rather than the whole list.
7538
7539 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * shr.el (shr-image-displayer): Protect function against non-existent
7542         image source.
7543
7544         * gnus-art.el (gnus-inhibit-images): New user option.
7545         (gnus-mime-display-single): Don't display image if it is non-nil.
7546
7547         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7548         gnus-inhibit-images.
7549
7550         * shr.el (shr-image-displayer): New function.
7551         (shr-tag-img): Use it.
7552
7553 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7554
7555         * mml2015.el (mml2015-epg-sign): Use From header.
7556
7557 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7560
7561         * gnus-util.el (gnus-find-text-property-region): Return markers.
7562
7563         * shr.el (shr-tag-img): Put a displayer in the text property.
7564
7565         * gnus-util.el (gnus-find-text-property-region): New utility function.
7566
7567         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7568         (gnus-html-show-images): Remove.
7569
7570         * gnus-art.el (gnus-article-show-images): New, more general function.
7571
7572         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7573         image url text properties.
7574
7575         * shr.el: Ditto.
7576
7577         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7578         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7579
7580 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7583         work for two or more articles.
7584
7585 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7588         divide an image that's in an html article to two or more when washing
7589         non-ASCII characters in alt text of it.
7590
7591 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7594         smime-decrypt-region using function argument.
7595         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7596
7597         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7598
7599         * smime.el (smime-decrypt-region): Catch it.
7600
7601 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7602
7603         * smime.el (smime-mode-map): Move initialization into declaration.
7604         (gnus-run-mode-hooks): Don't autoload.
7605         (smime-mode): Use define-derived-mode.
7606
7607 2010-11-11  Glenn Morris  <rgm@gnu.org>
7608
7609         * smime.el (from): Restrict declaration to XEmacs.
7610
7611         * nnir.el (gnus-group-topic-name): Autoload.
7612
7613 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * shr.el (shr-insert): Don't break long line if it is because of
7616         kinsoku-bol characters in the line end.
7617
7618 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7619
7620         * nnir.el (nnir-request-move-article): Fix to provide original group
7621         and subject.
7622         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7623         been retrieved.
7624
7625         * gnus-sum.el (gnus-summary-move-article): Use original group and
7626         subject for virtual articles such as those in an nnir summary buffer.
7627
7628 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7631         least 21.5).
7632
7633         * smime.el (from): Declare it again for XEmacs.
7634
7635 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * message.el (message-resend): Don't disable encoding unless it's
7638         already encoded.
7639
7640         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7641         low-numbered articles.
7642
7643 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * rfc2047.el (rfc2047-syntax-table): Simplify.
7646
7647         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7648
7649         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7650         set-char-table-range for XEmacs.
7651
7652 2010-11-10  Glenn Morris  <rgm@gnu.org>
7653
7654         * time-date.el (time-to-seconds): Always an alias on Emacs,
7655         never a real function.
7656         (with-no-warnings): Remove compat stub, now unused.
7657         (time-less-p): Doc fix.
7658         (time-to-number-of-days): Simplify.
7659
7660         * smime.el (from): Remove unused declaration.
7661
7662         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7663         (gnus-float-time): On Emacs, always an alias.
7664
7665         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7666         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7667
7668 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * dgnushack.el: Don't use ignore-errors in the top level form since it
7671         is unavailable in XEmacs even if cl is loaded.
7672
7673         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7674
7675 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * shr.el (browse-url-mailto): Autoload.
7678
7679         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7680
7681         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7682         regexp doesn't need quoting.
7683
7684 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7685
7686         * message.el (message-subject-trailing-was-ask-regexp)
7687         (message-subject-trailing-was-regexp): Match was: in addition to was.
7688
7689 2010-11-09  Glenn Morris  <rgm@gnu.org>
7690
7691         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7692         (nnbabyl-check-mbox): Use point-at-bol.
7693
7694 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7697
7698         * message.el (message-mailto): New function.
7699         (message-mailto): Should accept other parameters.
7700         (message-mailto): Remove since it duplicates browse-url-mailto
7701         functionality.
7702
7703 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7706         methods.
7707         (gnus-read-active-file): Ditto.
7708
7709         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7710         ": " from the prompt.
7711         (gnus-group-make-group): Ditto.
7712
7713 2010-11-07  Glenn Morris  <rgm@gnu.org>
7714
7715         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7716         (gnus-bookmark-kill-line): Use point-at-eol.
7717
7718 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7721         asterisks in From header.
7722
7723 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7726         string to avoid making the From headers syntactically invalid.
7727
7728         * message.el (message-send-mail): Don't insert courtesy messages if the
7729         message already has List-Post and List-ID messages.
7730
7731 2010-11-06  Glenn Morris  <rgm@gnu.org>
7732
7733         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7734         `condition', `type', `length' a prefix.
7735         (gnus-treat-predicate): Update for above name changes.
7736
7737 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7738
7739         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7740         binding.  Handled by `gnus-summary-refer-thread' instead.
7741         (nnir-warp-to-article): New backend function.
7742
7743         * nnimap.el (nnimap-request-thread): Force dependency updating.
7744
7745         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7746         (gnus-summary-refer-thread): Rework to improve thread-referral.
7747
7748         * gnus-int.el (gnus-warp-to-article): New function.
7749
7750         * gnus-sum.el (gnus-summary-article-map): Bind it.
7751
7752 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7753
7754         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7755         gnus-summary-refer-thread.
7756
7757         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7758         headers.
7759         (gnus-summary-limit-include-thread): Prevent articles in thread from
7760         being cut in gnus-cut-threads.
7761         (gnus-summary-refer-thread): Limit retrieved headers to those in
7762         thread.
7763
7764 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * message.el (message-send-mail): Use the value of
7767         message-courtesy-message from the message buffer.
7768
7769         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7770
7771         * shr.el (shr-browse-url): Implement mailto: URLs.
7772
7773         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7774         "raw".
7775
7776         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7777         if it's already selected.
7778
7779         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7780
7781 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7784         to measure the length and truncate alt text.
7785
7786 2010-11-03  Glenn Morris  <rgm@gnu.org>
7787
7788         * nndiary.el (nndiary-generate-nov-databases-1)
7789         (nndiary-generate-active-info): Rename dynamic variable `files' to
7790         something less generic.
7791
7792 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7793
7794         * nnir.el (nnir-request-move-article): Call the underlying backend to
7795         move articles from nnir.
7796
7797 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7800
7801 2010-11-02  Julien Danjou  <julien@danjou.info>
7802
7803         * nnir.el: Remove wais support.
7804
7805 2010-11-02  Glenn Morris  <rgm@gnu.org>
7806
7807         * gnus-html.el: Reorder requirements to quieten compiler.
7808
7809 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7812         properly for XEmacs as well.
7813         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7814         (gnus-article-natural-long-line-p): Use window-width rather than
7815         frame-width.
7816
7817 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7818
7819         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7820         (nnir-read-parms): Don't modify query.
7821         (nnir-run-query): Add ability to search topic on current line.
7822         (nnir-get-active): Clean up.
7823
7824 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7827         degenerate articles.
7828
7829         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7830         (gnus-print-buffer): Just print the buffer as is, without any copying
7831         to a buffer and then re-highlighting.
7832
7833         * nnimap.el (nnimap-request-group): Store the new updated info.
7834         (nnimap-request-group): Select the group when we don't know whether it
7835         exists or not.
7836
7837         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7838         groups.
7839
7840         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7841         groups.
7842
7843         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7844         groups.
7845
7846         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7847         long-lines case by only filling the long lines.
7848
7849         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7850         (bug #7311).
7851
7852 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * shr.el: No need to declare `declare-function' since shr.el is for
7855         only Emacsen that provide `libxml-parse-html-region'.
7856
7857         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7858         effective only in a file it is referred to.
7859
7860 2010-11-01  Glenn Morris  <rgm@gnu.org>
7861
7862         * mm-util.el (gnus-completing-read): Autoload.
7863         (mm-read-coding-system): Simplify Emacs definition.
7864
7865         * nnmail.el (gnus-activate-group):
7866         * nnimap.el (gnutls-negotiate):
7867         * nntp.el (netrc-parse): Fix declarations.
7868
7869 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7872         string-match-p in Emacs >=23.
7873
7874         * gnus-msg.el (gnus-configure-posting-styles):
7875         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7876
7877 2010-11-01  Glenn Morris  <rgm@gnu.org>
7878
7879         * nnir.el (declare-function): Add compat stub.
7880         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7881         (nnir-run-gmane): Require 'mm-url.
7882
7883         * mm-util.el (mm-string-to-multibyte): Simplify.
7884
7885         * shr.el (declare-function): Add compat stub.
7886         (url-cache-create-filename): Declare.
7887         (mm-disable-multibyte, widget-convert-button): Autoload.
7888
7889         * smime.el (ldap-search): Declare.
7890         (smime-cert-by-ldap-1): Require ldap on Emacs.
7891
7892         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7893         (nnimap-keepalive): Use gnus-float-time.
7894
7895         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7896         (mail-source-delete-crash-box): Use gnus-float-time.
7897
7898         * gnus-dired.el (gnus-completing-read): Autoload.
7899
7900         * mm-view.el (gnus-rescale-image): Autoload.
7901
7902         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7903
7904         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7905
7906         * sieve-manage.el: Require 'cl when compiling.
7907
7908         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7909         (gnus-iswitchb-completing-read): Require iswitchb.
7910         (gnus-select-frame-set-input-focus): Silence compiler.
7911
7912 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * message.el (message-subject-trailing-was-query): Change default to t,
7915         since I think that's what most people want.
7916
7917         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7918         appending for easier debugging.
7919         (nnimap-wait-for-connection): Take a regexp.
7920         (nnimap-request-accept-article): Wait for the continuation line before
7921         sending anything unless we're streaming.
7922
7923         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7924         leave the header washing to take place.
7925
7926 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7927
7928         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7929         regular expression match and replace in posting styles.
7930
7931 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7932
7933         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7934         an entire server.
7935         (nnir-get-active): New function.
7936         (nnir-run-imap): Use it.
7937         (nnir-run-gmane): Who knew, gmane search returns an article score!
7938
7939         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7940         server on the current line with nnir.
7941
7942 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7945         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7946         left edge.
7947         (gnus-article-foldable-buffer): Skip past the prefix when determining
7948         raggedness.
7949
7950         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7951         the raw article, and change `C-u g' to show the article without doing
7952         treatments.
7953
7954         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7955         on to `gnus-treat-article'.
7956         (gnus-inhibit-article-treatments): New variable.
7957
7958         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7959
7960         * gnus-art.el (gnus-treatment-function-alist): Have
7961         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7962         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7963         sections.
7964
7965         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7966         parameter.
7967         (gnus-article-fill-cited-long-lines): New function.
7968         (gnus-article-fill-cited-article): Allow filling only long sections.
7969
7970         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7971         and non-punctuation (like after the apostrophe in "'We").
7972
7973         * gnus-sum.el (gnus-summary-select-article): Make sure
7974         gnus-original-article-buffer is alive.
7975
7976         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7977         reflect the order they're in in the digest.
7978
7979         * gnus.el (gnus-group-startup-message): Move point to the start of the
7980         buffer.
7981
7982         * nnimap.el (nnimap-capability): New function.
7983         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7984         is set.
7985
7986 2010-10-31  David Engster  <dengste@eml.cc>
7987
7988         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7989         conform with changes to gnus-completing-read.
7990
7991 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7994
7995 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7996
7997         * nnir.el: Move defvar, defcustom around to keep file organized
7998         and keep byte-compiler quiet.
7999         (nnir-read-parms): Accept search-engine as arg.
8000         (nnir-run-query): Pass search-engine as arg.
8001         (nnir-search-engine): Remove.
8002
8003 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * shr.el (shr-generic): The text nodes should be text, not :text.
8006
8007         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8008         later in the file.
8009
8010 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8011
8012         * nnir.el: General clean up.  Allow searching with multiple engines.
8013         Allow separate extra-parameters for each engine.
8014         Batch queries when possible.
8015         (nnir-imap-default-search-key,nnir-method-default-engines):
8016         Add customize interface.
8017         (nnir-run-gmane): New engine.
8018         (nnir-engines): Use it.  Qualify all prompts with engine name.
8019         (nnir-search-engine): Remove global variable.
8020         (nnir-run-hyrex): Restore for now.
8021         (nnir-extra-parms,nnir-search-history): New variables.
8022         (gnus-group-make-nnir-group): Use them.
8023         (nnir-group-server): Remove in favor of gnus-group-server.
8024         (nnir-request-group): Avoid searching twice.
8025         (nnir-sort-groups-by-server): New function.
8026
8027 2010-10-30  Julien Danjou  <julien@danjou.info>
8028
8029         * gnus-group.el: Remove gnus-group-fetch-control.
8030
8031         * gnus-start.el (gnus-find-new-newsgroups):
8032         Remove gnus-check-first-time-used.
8033
8034         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8035
8036 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8037
8038         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8039         set on groups that don't have \* permanentflags.
8040
8041 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8044         control the background color.
8045         (shr-tag-img): Ignore very small web bug type images.
8046         (shr-put-image): Add help-echo alt texts to the images.
8047         (shr-tag-video): Show the video poster image.
8048
8049 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * shr.el (shr-table-depth): New variable.
8052         (shr-tag-table-1): Only insert the images after the top-level table.
8053
8054         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8055
8056         * gnus-util.el (gnus-list-memq-of-list): New function.
8057
8058         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8059         selected.
8060         (nnimap-unsplittable-articles): New slot.
8061         (nnimap-new-articles): Use it.
8062
8063 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8064
8065         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8066         move to the previous line on `M-g'.
8067
8068 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8071         *-request-group, which seems unnecessary.
8072
8073         * nnimap.el (nnimap-quote-specials): Function copied over from
8074         imap.el.
8075         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8076         they support that.  Suggested by Tom Regner.
8077
8078 2010-10-29  Julien Danjou  <julien@danjou.info>
8079
8080         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8081         defalias.
8082         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8083
8084         * gnus.el: Remove `gnus-nntp-service' variable.
8085         (gnus-secondary-servers): Make obsolete.
8086         (gnus-nntp-server): Make obsolete.
8087
8088         * gnus-start.el (gnus-1): Remove x-splash calls.
8089
8090         * gnus-ems.el (gnus-x-splash): Remove.
8091
8092         * gnus.el (gnus-group-startup-message): Simplify/update code.
8093
8094         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8095         definition.
8096
8097         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8098         capability before doing anything.
8099         (gnus-group-insert-group-line): Remove useless
8100         gnus-group-remove-excess-properties.
8101
8102 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8105
8106 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8109         config after reselecting.
8110
8111 2010-10-28  Julien Danjou  <julien@danjou.info>
8112
8113         * shr.el (shr-put-image): Use point even if only inserting text.
8114         (shr-put-image): Save excursion when inserting alt text on non-graphic
8115         display, so the behavior is the same when we are on a graphic display.
8116
8117         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8118
8119 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8122         (gnus-mime-copy-part): Check coding system, not charset.
8123         (gnus-mime-view-part-externally): Never remove part.
8124         (gnus-mime-view-part-internally): Don't remove part here.
8125         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8126         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8127         multipart/alternative.
8128
8129         * mm-decode.el (mm-display-part): Take optional arg `force'.
8130
8131 2010-10-26  Julien Danjou  <julien@danjou.info>
8132
8133         * gnus-group.el (gnus-group-default-list-level): Add this function to
8134         compute the default list level.
8135         (gnus-group-default-list-level): Add possibility to use a function.
8136
8137 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8140
8141         * gnus-group.el (gnus-group-completing-read)
8142         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8143         gnus-replace-in-string.
8144
8145 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * shr.el (shr-tag-div): Add.
8148
8149         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8150
8151 2010-10-25  Julien Danjou  <julien@danjou.info>
8152
8153         * gnus-util.el: Remove `gnus-with-local-quit'.
8154
8155         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8156
8157 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8160         the original article buffer.
8161
8162 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * nnimap.el (nnimap-request-head): New function.
8165         (nnimap-request-move-article): Try to be slightly faster by not
8166         requesting the entire message when moving.
8167         (nnimap-transform-headers): Don't bug out on bodiless articles.
8168         (nnimap-send-command): Have no outstanding messages if the IMAP server
8169         doesn't support streaming.
8170         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8171
8172 2010-10-24  Julien Danjou  <julien@danjou.info>
8173
8174         * message.el (message-default-headers): Fix type.
8175
8176 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8179         prefetching images.
8180
8181         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8182         backend for unknown groups.  This is mainly useful for nnimap groups.
8183
8184         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8185         group isn't covered by the agent.
8186
8187 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8188
8189         * nnir.el (nnir-method-default-engines): New variable.
8190         (nnir-run-query): Use it.
8191         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8192         (gnus-summary-nnir-goto-thread): Change group if needed.
8193
8194         * gnus-group.el (gnus-group-group-map): Add key binding for
8195         gnus-group-make-nnir-group.
8196
8197 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * shr.el (shr-tag-object): Add.
8200
8201         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8202         original article buffer live.
8203         (gnus-summary-select-article-buffer):
8204         Mention gnus-widen-article-buffer.
8205
8206 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * shr.el (shr-tag-strong): Add.
8209
8210 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211
8212         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8213         group names.  They mess up the group buffer badly.
8214
8215         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8216
8217         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8218         instead of the summary one.
8219
8220 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * mml.el (mml-preview): Work properly when editing article.
8223
8224         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8225         gnus-have-read-active-file if it's already been in.
8226
8227 2010-10-22  Tom Tromey  <tromey@redhat.com>
8228
8229         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8230         gnus-group-completing-read.
8231
8232 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * message.el (message-mode-map): Don't bind M-; to comment region, to
8235         allow the global comment-dwim to work.
8236
8237 2010-10-21  Julien Danjou  <julien@danjou.info>
8238
8239         * message.el (message-setup-1): Allow message-default-headers to be a
8240         function.
8241
8242 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * shr.el (shr-tag-table): Simplify.
8245
8246 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8249         to avoid trying to snarf invalid stuff.
8250
8251         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8252
8253         * gnus.el (gnus-message-archive-group): Quote value.
8254         (gnus-message-archive-group): Mark as changed.
8255
8256         * shr.el (shr-add-font): Don't put the font properties on the newline
8257         or the indentation.
8258
8259         * message.el (message-fix-before-sending): Change options when sending
8260         non-printable characters.
8261
8262         * gnus.el (gnus-message-archive-method): Change the default to
8263         monthly outgoing groups.
8264
8265         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8266         that have gotten new numbers.
8267
8268         * nnimap.el (nnimap-request-replace-article): New function.
8269
8270 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8273         (nnrss-request-article): Don't use special html washing code.
8274
8275 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * shr.el (shr-tag-table): Remove useless nconc.
8278
8279 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * gnus-art.el (article-wash-html): Simplify and remove the charset
8282         stuff.  Use the normal html rendering code instead of the special html
8283         washing code.
8284
8285         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8286         `gnus-w3m' symbols.
8287         (mm-text-html-washer-alist): Remove.
8288
8289         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8290         (mm-inline-media-tests): Remove use.
8291         (mm-text-html-renderer): Change default to the `shr' symbol.
8292
8293         * mm-view.el (mm-inline-text-html): Remove use.
8294
8295         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8296         `gnus-blocked-images' to be a function.
8297         (gnus-article-wash-function): Remove.
8298
8299 2010-10-20  Julien Danjou  <julien@danjou.info>
8300
8301         * spam.el (spam-list-of-processors): Mark as obsolete.
8302
8303         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8304         (nnimap-insert-partial-structure): Fix boundary detection.
8305
8306 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8307
8308         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8309         run file-truename on remote files.  This can be expensive and even
8310         prevent one from editing drafts if some unrelated buffer has a stale
8311         connection.
8312
8313 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8316         kinsoku-eol regardless of shr-kinsoku-shorten.
8317         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8318         (shr-tag-table): Support caption, thead, and tfoot.
8319
8320 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8323         lines.
8324         (shr-save-contents): New command and keystroke.
8325
8326         * nndoc.el (nndoc-type-alist): Add git support.
8327         (nndoc-git-type-p): New function.
8328         (nndoc-transform-git-article): Ditto.
8329         (nndoc-transform-git-headers): Ditto.
8330         (nndoc-transform-git-headers): Generate Subject headers.
8331
8332         * shr.el (shr-parse-style): New function.
8333         (shr-tag-span): Ditto.
8334
8335         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8336         to `G G' to avoid collisions.
8337
8338 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * shr.el: Load kinsoku if necessary.
8341         (shr-kinsoku-shorten): New internal variable.
8342         (shr-find-fill-point): Make kinsoku shorten text line if
8343         shr-kinsoku-shorten is bound to non-nil.
8344         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8345         shr-indentation too when testing if table is wider than frame width.
8346         (shr-insert-table): Use `string-width' instead of `length' to measure
8347         text width.
8348         (shr-insert-table-ruler): Make sure indentation is done at bol.
8349
8350 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8351
8352         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8353         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8354         undecoded network data.
8355
8356 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8359         name in the mode line spec so that the mode line menu works
8360         (bug #2431).
8361
8362         * message.el (message-get-reply-headers): If we're fed `to-address',
8363         then always use that.
8364
8365         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8366         aren't so wide as to need to switch off the edit menu.
8367
8368         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8369         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8370
8371         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8372         `M-g'.
8373         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8374         the permanent marks.
8375
8376 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8377
8378         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8379         Splitting according to references/in-reply-to obeys the ignore-groups
8380         variable, while splitting by sender and subject do not.
8381
8382 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8385         alist, so that we can look for non-Unicode chars.
8386         (article-translate-strings): Allow both character and string maps.
8387
8388 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * shr.el (shr-insert): Don't insert space behind a wide character
8391         categorized as kinsoku-bol, or between characters both categorized as
8392         nospace.
8393
8394 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8395
8396         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8397         headers to gnus-newsgroup-headers.
8398
8399 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * shr.el (shr-tag-img): Don't align images -- since we're not
8402         rescaling, this often leads to ugly displays.
8403
8404 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8405
8406         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8407         duplicates.
8408
8409 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8410
8411         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8412         call.
8413
8414 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * gnus.el: Autoload gnus-html-show-images.
8417
8418         * nnimap.el: Use nnheader-message throughout.
8419
8420         * shr.el (shr-tag-img): Ignore images with no data.
8421
8422 2010-10-15  Julien Danjou  <julien@danjou.info>
8423
8424         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8425         a possibility to disable format=flow encoding when using hard newlines.
8426
8427 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * shr.el (shr-insert): Remove space inserted before or after a
8430         breakable character or at the beginning or the end of a line.
8431         (shr-find-fill-point): Do kinsoku; find the second best point or give
8432         it up if there's no breakable point.
8433
8434 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * nnimap.el (nnimap-open-connection): Message when opening connection
8437         for debugging purposes.
8438
8439         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8440         on every setup buffer call to allow this to change from article to
8441         article.
8442
8443         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8444         buffers where we have a wide table.
8445
8446 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8447
8448         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8449         uses *-request-thread.
8450
8451 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8454         incantation, which is no longer valid.
8455
8456 2010-10-14  Julien Danjou  <julien@danjou.info>
8457
8458         * shr.el: Fix defcustom type (char -> character).
8459
8460 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8463         programs.
8464
8465 2010-10-14  Julien Danjou  <julien@danjou.info>
8466
8467         * shr.el (shr-tag-a): Use url-link as widget type.
8468
8469         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8470         `gnus-group-get-icon'.
8471
8472 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8475         This should make server editing work better.
8476
8477         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8478
8479         * tls.el (tls-program): Remove spurious %s from openssl.
8480
8481         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8482         (nnimap-parse-flags): Fix regexp.
8483
8484         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8485         probably work for CJVK text, too.
8486
8487         * nnimap.el (nnimap-extend-tls-programs): Remove.
8488         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8489
8490         * tls.el (tls-starttls-switches): Remove starttls hack.
8491         (open-tls-stream): Ditto.
8492         (tls-find-starttls-argument): Ditto.
8493
8494 2010-10-13  Julien Danjou  <julien@danjou.info>
8495
8496         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8497         responses.
8498
8499 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8502
8503         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8504         anything in Emacs.
8505
8506         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8507
8508 2010-10-13  Julien Danjou  <julien@danjou.info>
8509
8510         * shr.el (shr-width): Make shr-width a defcustom with default to
8511         fill-column.
8512         (shr-tag-img): Use shr-width rather than fill-column.
8513
8514 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * dgnushack.el (byte-optimize-apply):
8517         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8518
8519         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8520         position when (X-)Faces exist.
8521         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8522         avatars when called interactively.
8523
8524 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8527         gnus-article-x-face-too-ugly is bound.
8528
8529 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8532
8533         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8534         mailbox that doesn't exist.
8535
8536 2010-10-12  Julien Danjou  <julien@danjou.info>
8537
8538         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8539         (shr-get-image-data): Encode URL properly when fetching from cache.
8540         (shr-tag-img): Use aligned-to spaces to align correctly images.
8541
8542         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8543         before inserting the Gravatar.
8544
8545         * shr.el (shr-tag-img): Add align attribute support for <img>.
8546
8547 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-gravatar.el (gnus-art): Require.
8550
8551         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8552         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8553         Remove long obsoleted functions.
8554
8555 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8558
8559         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8560
8561         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8562         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8563         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8564         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8565         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8566         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8567         * sieve-manage.el, smime.el, spam.el:
8568         Fix comment for declare-function.
8569
8570 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8571
8572         * nnimap.el (nnimap-request-rename-group): Select group read-only
8573         before renaming it.
8574
8575         * shr.el (shr-insert): Fix up the white space only regexp.
8576
8577         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8578         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8579
8580         * shr.el (shr-current-column): New function.
8581         (shr-find-fill-point): New function.
8582
8583 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8584
8585         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8586         numbers.
8587
8588 2010-10-11  Julien Danjou  <julien@danjou.info>
8589
8590         * shr.el (shr-hr-line): Add.
8591         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8592         display hr lines.
8593         (shr-max-columns): Do not change state to nil if we just inserting
8594         spaces.
8595
8596 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8599         select the last group.
8600
8601 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8602
8603         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8604
8605 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8606
8607         * dig.el (dig-mode-map): Declare and define in one step.
8608
8609 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8612         for Gnus.
8613         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8614         (nnimap-update-qresync-info): Mark \Seen articles as read.
8615
8616         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8617         non-variable, too.
8618
8619         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8620         available.
8621         (nnimap-update-info): Rely more on the current active than the param
8622         active to avoid marking articles as read too much.
8623
8624         * auth-source.el (auth-source-create): Use (user-login-name) for the
8625         user name default.
8626
8627         * nnimap.el (nnimap-update-info): If the server doesn't return any
8628         useful info, just use the previous info.
8629         (nnimap-update-info): Prefer old info over start-article.
8630         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8631
8632 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8633
8634         * nnir.el (autoload): Clean up autoloads.
8635         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8636         Use key rather than value.
8637         (nnir-imap-search-other): New variable.
8638         (nnir-read-parm): Use it.
8639         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8640         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8641
8642 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8643
8644         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8645         the process, too.
8646
8647 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * spam.el (gnus-summary-mode-map): Bind to "$".
8650         Suggested by Russ Allbery.
8651
8652         * shr.el: Rework the way things are indented by <li> slightly.
8653
8654         * gnus.el (gnus-group-set-parameter): Fix typo.
8655
8656         * nnimap.el: Start implementing QRESYNC support.
8657
8658 2010-10-09  Julien Danjou  <julien@danjou.info>
8659
8660         * nnir.el (nnir-engines): Fix too many arguments.
8661
8662 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8665         group is the "last", so that the backends like nnfolder actually save
8666         their folders.
8667
8668         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8669         try to use that for the tls stream.
8670         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8671         UIDVALIDITY and find out which groups are read-only and not.
8672         (nnimap-get-flags): Use the same marks parsing code as the rest of
8673         nnimap.
8674
8675 2010-10-09  Julien Danjou  <julien@danjou.info>
8676
8677         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8678
8679         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8680         retrieving gravatars.
8681
8682         * shr.el (shr-table-corner): Add.
8683         (shr-table-line): Add.
8684         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8685
8686 2010-10-08  Julien Danjou  <julien@danjou.info>
8687
8688         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8689
8690 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8693
8694         * gnus-sum.el (gnus-mark-article-as-unread)
8695         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8696         (gnus-summary-set-bookmark): Use it.
8697
8698         * gnus-msg.el (gnus-setup-message): Use it.
8699
8700         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8701
8702         * gnus.el (gnus-group-remove-parameter): Use it.
8703
8704         * gnus-group.el (gnus-group-make-web-group): Use it.
8705
8706         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8707
8708         * nnregistry.el: Update docs to mention manual.
8709
8710         * gnus-registry.el: Update docs to mention nnregistry.el.
8711         (gnus-registry-initialize): Don't install nnregistry refer method
8712         automatically.
8713         (gnus-registry-install-nnregistry): Remove it.
8714
8715 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * shr.el (shr-insert): Don't insert double spaces.
8718
8719 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-gravatar.el (gnus-treat-from-gravatar)
8722         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8723         called interactively.
8724
8725         * gnus-art.el (gnus-mime-view-part-externally)
8726         (gnus-mime-view-part-internally): Make predicate function passed to
8727         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8728         of a mime type.
8729
8730         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8731
8732 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * shr.el (require): Require cl when compiling.
8735         (shr-tag-hr): New function.
8736
8737         * nnimap.el (nnimap-update-info): Remove double setting of high.
8738         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8739         This makes nnimap work properly on Courier again.
8740
8741         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8742         the variable for backwards compatibility.
8743
8744         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8745         the file name before using to avoid setting mm-default-directory to
8746         nil.
8747
8748         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8749         bidning gnus-agent variables.
8750
8751         * shr.el (shr-render-td): Use a cache for the table rendering function
8752         to avoid getting an exponential rendering behavior in nested tables.
8753         (shr-insert): Rework the line-breaking algorithm.
8754         (shr-insert): Don't leave trailing spaces.
8755         (shr-insert-table): Also insert empty TDs.
8756         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8757
8758 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8759
8760         * gnus-sum.el (gnus-number): Rename from `number'.
8761         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8762         (gnus-summary-limit-children): Update uses correspondingly.
8763
8764 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8767         (gnus-gravatar-transform-address): Don't show avatars of people of
8768         which mail addresses match gnus-gravatar-too-ugly.
8769
8770 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * shr.el (shr-table-widths): Expand TD elements to fill available
8773         space.
8774
8775 2010-10-07  Julien Danjou  <julien@danjou.info>
8776
8777         * nnimap.el (nnimap-request-rename-group): Add this method.
8778
8779 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8782         name from XEmacs' function-arglist.
8783
8784         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8785         gravatar under XEmacs.
8786
8787 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * auth-source.el: Update docs with TODO items.
8790
8791         * gnus-sync.el: Update docs to explain state and plans.
8792
8793         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8794         Hooks for mark updates.
8795         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8796
8797         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8798         hooks with arguments, which is needed for mark update hooks.
8799
8800 2010-10-06  Julien Danjou  <julien@danjou.info>
8801
8802         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8803         was matched.
8804
8805         * sieve-manage.el: Update example in `Commentary'.
8806
8807         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8808
8809         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8810         not 2000.
8811         (sieve-manage-authenticate): Re-add function.
8812
8813 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * shr.el (shr-insert): Get 'space transition right.
8816         (shr-render-td): Only delete space at the end of the TD.
8817
8818         * nnimap.el (nnimap-open-connection): Prepare to support
8819         open-gnutls-stream.
8820
8821         * shr.el: Rearrange function order to be more logical.
8822
8823 2010-10-06  Julien Danjou  <julien@danjou.info>
8824
8825         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8826         (nnrss-discover-feed): Remove 404 URL in docstring.
8827
8828         * nnir.el: Fix Swish-E URL.
8829         Fix Namazu URL.
8830
8831         * message.el (message-change-subject): Remove 404 URL in a comment.
8832
8833 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8836         called interactively.
8837
8838         * gnus-util.el (gnus-remove-if): Allow hash table.
8839         (gnus-remove-if-not): New function.
8840
8841         * gnus-art.el (gnus-mime-view-part-as-type):
8842         * gnus-score.el (gnus-summary-score-effect):
8843         * gnus-sum.el (gnus-read-move-group-name):
8844         Replace remove-if-not with gnus-remove-if-not.
8845
8846         * gnus-group.el (gnus-group-completing-read):
8847         Regard collection as a hash table if it is not a list.
8848
8849 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8852
8853         * shr.el: Document the table-rendering algorithm.
8854
8855 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8858         for Emacsen having no `libxml-parse-html-region' support.
8859
8860 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8863         invalid URLs.
8864
8865         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8866         line-broken.
8867         (shr-tag-img): Ignore image fetching errors.
8868         (shr-overlays-in-region): Compute overlay positions correctly.
8869
8870         * mm-decode.el (mm-shr): Require shr.
8871
8872         * gnus-art.el (gnus-blocked-images): Move variable here.
8873
8874         * shr.el (shr-insert-table): Bind free variable.
8875
8876         * mm-decode.el (mm-shr): Bind shr-content-function.
8877
8878         * shr.el (shr-content-function): New variable.
8879
8880         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8881         added for symmetry.
8882
8883         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8884
8885         * gnus-group.el (gnus-group-make-group): Doc fix.
8886
8887         * nnimap.el (nnimap-request-newgroups): Return success.
8888
8889         * shr.el (shr-find-elements): New function.
8890         (shr-tag-table): Put all the images after the table.
8891         (shr-tag-table): Really inhibit images inside the table.
8892         (shr-collect-overlays): Copy over overlays from the TD elements to the
8893         main document.
8894
8895         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8896         gnus-blocked-images.
8897
8898 2010-10-05  Julien Danjou  <julien@danjou.info>
8899
8900         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8901
8902         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8903         (gnus-html-maximum-image-size): Add this function.
8904         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8905
8906         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8907         server-value of the capability is nil.
8908
8909 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * shr.el (shr-tag-em): Add <EM> tag.
8912
8913 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8914
8915         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8916         customizable.
8917
8918         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8919         handing broken links to browse-url.
8920
8921 2010-10-05  Julien Danjou  <julien@danjou.info>
8922
8923         * gnus-util.el (gnus-emacs-completing-read)
8924         (gnus-iswitchb-completing-read): Use autoload rather than require.
8925
8926 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8929         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8930         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8931         iswitchb-temp-buflist for XEmacs.
8932
8933         * gnus-util.el (gnus-completing-read-function): Exclude
8934         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8935         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8936         XEmacs.
8937
8938         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8939         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8940
8941         * gnus-html.el: Don't require help-fns under XEmacs.
8942         (gnus-html-schedule-image-fetching): Work for XEmacs.
8943
8944         * mm-decode.el (mm-shr): Decode contents by charset.
8945
8946 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8949         unknown.
8950
8951         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8952         (shr-get-image-data): Ensure against the cache file missing.
8953
8954         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8955         for data.
8956
8957         * spam-report.el (spam-report-url-ping-plain): Don't query about
8958         killing the process.
8959
8960         * shr.el (shr-render-td): Protect against too-wide text.
8961
8962 2010-10-04  Julien Danjou  <julien@danjou.info>
8963
8964         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8965         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8966
8967         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8968         retrieved.
8969
8970 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * shr.el (browse-url): Require.
8973         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8974         lines.
8975         (shr-show-alt-text, shr-browse-image): New commands.
8976         (shr-browse-url, shr-copy-url): New commands.
8977
8978         * gnus-sum.el (gnus-widen-article-window): New variable.
8979         (gnus-summary-select-article-buffer): Use it.
8980
8981         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8982         without @ signs.
8983
8984 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8985
8986         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8987
8988 2010-10-04  Julien Danjou  <julien@danjou.info>
8989
8990         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8991         for XEmacs.
8992
8993 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8996
8997         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8998         (nnimap-close-server): Implement.
8999
9000         * dgnushack.el (iswitchb): Require to shut up the compiler.
9001
9002         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9003         (shr-insert): Tweak line breaking.
9004         (shr-insert): Handle <pre> better.
9005         (shr-tag-li): Get <li> indentation right.
9006         (shr-tag-li): Get <li> indentation even righter.
9007         (shr-tag-blockquote): Ensure paragraph start.
9008         (shr-make-table): Tweak table generation.
9009         (shr-make-table): Fix typo.
9010
9011         * shr.el: Implement table rendering.
9012
9013 2010-10-04  Julien Danjou  <julien@danjou.info>
9014
9015         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9016
9017 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * shr.el (shr-insert): Use string anchors instead of line anchors.
9020
9021 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * shr.el: Add headings.
9024         (shr-ensure-paragraph): Actually work.
9025         (shr-tag-li): Make <ul> prettier.
9026         (shr-insert): Get white space at the beginning/end of elements right.
9027         (shr-tag-p): Collapse subsequent <p>s.
9028         (shr-ensure-paragraph): Don't insert double line feeds after blank
9029         lines.
9030         (shr-insert): \t is also space.
9031         (shr-tag-s): Fix "s" tag name function.
9032         (shr-tag-s): Fix face prop name.
9033
9034 2010-10-03  Julien Danjou  <julien@danjou.info>
9035
9036         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9037
9038         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9039         gnus-window-inside-pixel-edges.
9040
9041         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9042         gnus-ems.
9043
9044         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9045
9046         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9047         function.
9048
9049         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9050         resize choice.
9051
9052 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9053
9054         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9055         beginning of the buffer.
9056
9057         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9058         article buffer again.
9059
9060         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9061
9062         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9063         when it's at the start of the buffer.
9064
9065         * shr.el (shr-tag-blockquote): Convert name.
9066         (shr-rescale-image): Use the right image-size variant.
9067
9068         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9069         buffer isn't shown, then select the current article first instead of
9070         bugging out.
9071         (gnus-summary-select-article-buffer): Show both the article and summary
9072         buffers again.
9073
9074         * shr.el (shr-fontize-cont): Protect against regions with no text.
9075         Rename tag functions to shr-tag-* for enhanced security.
9076         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9077
9078 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9079
9080         * shr.el (shr-insert):
9081         * pop3.el (pop3-movemail):
9082         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9083         loaded.
9084
9085 2010-10-03  Glenn Morris  <rgm@gnu.org>
9086
9087         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9088
9089         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9090
9091         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9092
9093         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9094
9095         * gnus-util.el (gnus-make-local-hook): Simplify.
9096
9097 2010-10-02  Julien Danjou  <julien@danjou.info>
9098
9099         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9100         (gnus-ido-completing-read): New function.
9101         (gnus-emacs-completing-read): New function.
9102         (gnus-completing-read): Use gnus-completing-read-function.
9103         Add gnus-completing-read-function.
9104
9105 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * shr.el (shr-insert-document): Autoload.
9108         (shr-img): Be silent.
9109         (shr-insert): Add a newline after every picture before text.
9110         (shr-add-font): Use overlays for combining faces.
9111         (shr-insert): Pass upwards the text start point.
9112
9113         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9114         possible.
9115         (mm-shr): New function.
9116
9117 2010-10-02  Julien Danjou  <julien@danjou.info>
9118
9119         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9120         should go backward.
9121
9122 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9123
9124         * shr.el (shr): Fix typo in provide call.
9125
9126 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * shr.el: New file.
9129
9130         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9131
9132         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9133         completing read.
9134
9135 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9138         we're being queried about.  Suggested by Dan Jacobson.
9139
9140         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9141         Suggested by Jason Eisner.
9142
9143         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9144         table, too.  Suggested by Stefan Wiens.
9145         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9146         the table unnecessary.  Suggested by Stefan Wiens.
9147
9148         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9149         longer needed, and probably doesn't work either, as pointed out by
9150         Stefan Wiens.
9151         (gnus-summary-exit): Remove call to the clearing function.
9152         (gnus-summary-exit-no-update): Ditto.
9153
9154         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9155         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9156         Reported by Stefan Monnier.
9157         (gnus-summary-save-in-rmail): Ditto.
9158
9159         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9160         article buffer, instead of both the article buffer and the summary
9161         buffer.  Sort of suggested by Dan Jacobson.
9162
9163         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9164
9165         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9166         Suggested by Dan Jacobson.
9167
9168         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9169         documentation clearer.
9170
9171         * message.el (message-shorten-references): Comment on the number "21".
9172         Suggested by Stefan Monnier.
9173
9174         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9175         Suggested by Dan Jacobson.
9176
9177         * gnus.el (gnus-large-newsgroup):
9178         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9179
9180         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9181         externalize attachments.  Bug reported by Steve Wen.
9182
9183         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9184         really message anything to the user.
9185
9186         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9187         directly.
9188
9189         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9190         messages in empty groups.
9191
9192 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9193
9194         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9195         non-UIDNEXT group.
9196
9197 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9200         not the value from the collection.
9201
9202         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9203         values.  This sometimes happens on some groups that have no info.
9204         (nnimap-request-newgroups): New function.
9205
9206 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9207
9208         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9209         check into `gnus-registry-initialize'.
9210         (gnus-registry-initialize): Ditto.
9211         Fix and extend header docs.
9212
9213 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9216         regexp backtrace overflows.
9217
9218         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9219         for starttls that tls.el implements; i.e. openssl.
9220
9221         * tls.el (tls-starttls-switches): Give up on using starttls with
9222         gnutls-cli.
9223         (tls-program): Add --insecure to be consistent with the defaults from
9224         openssl s_client.  Now all three commands are insecure.
9225
9226 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * lpath.el: Bind completion-styles-alist for XEmacs.
9229
9230         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9231         (gravatar-create-image): New function that's an alias to
9232         gnus-xmas-create-image, gnus-create-image, or create-image.
9233         (gravatar-data->image): Use it.
9234
9235 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9236
9237         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9238         install the nnregistry refer method.
9239         (gnus-registry-install-hooks): Use it.
9240         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9241         unfollowed groups.
9242
9243 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9244
9245         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9246         expanding threads.
9247
9248 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * nnir.el: Use the server names without suffixes (bug #7009).
9251
9252         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9253         unencrypted to STARTTLS, if possible.
9254
9255 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9256
9257         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9258         headers before superseding.
9259
9260 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * nnrss.el (nnrss-use-local): Add documentation.
9263
9264         * nnimap.el (nnimap-extend-tls-programs): New function.
9265         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9266         (nnimap-wait-for-connection): Accept the greeting from the stupid
9267         output from openssl s_client -starttls, too.
9268
9269         * tls.el (tls-starttls-switches): New variable.
9270         (tls-find-starttls-argument): Use it.
9271         (open-tls-stream): Ditto.
9272
9273         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9274         (netrc-machine): Ditto.
9275
9276         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9277         article number.
9278         (nnimap-split-fancy): New variable.
9279         (nnimap-split-incoming-mail): Use it.
9280
9281         * nntp.el (nntp-server-list-active-group): Document.
9282
9283         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9284         SELECT to get the message-id.
9285
9286         * mail-source.el (mail-sources): Remove webmail support.
9287         (defvar): Ditto.
9288         (mail-source-fetcher-alist): Ditto.
9289         (mail-source-fetch-webmail): Remove.
9290
9291         * webmail.el: Remove -- doesn't seem relevant any more.
9292
9293         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9294
9295         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9296         the \r.
9297
9298 2010-09-30  Julien Danjou  <julien@danjou.info>
9299
9300         * gnus-agent.el (gnus-agent-add-group): Fix call to
9301         gnus-completing-read.
9302
9303 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * nndoc.el (nndoc-retrieve-groups): New function.
9306
9307         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9308         `default', use nnmail-split-methods.
9309         (nnimap-request-article): Downcase the NILs so that they are nil.
9310
9311         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9312         symbol.
9313
9314         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9315         code, since if the user has requested network, that's what they ought
9316         to get.
9317         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9318         (nnimap-split-rule): Mark as obsolete.
9319
9320         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9321         New variable.
9322
9323         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9324         correct slot, too.
9325
9326 2010-09-29  Julien Danjou  <julien@danjou.info>
9327
9328         * gnus.el (gnus-local-domain): Declare variable obsolete.
9329
9330         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9331         Fix history computing.
9332         (gnus-ido-completing-read): Require ido.
9333
9334 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9337         build Gnus.
9338
9339         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9340         when interpreting the structures.
9341         (nnimap-request-accept-article): Add \r\n to the lines to make this
9342         work with Cyrus.
9343
9344         * nndraft.el (nndraft-request-expire-articles): Use the group name
9345         instead if "nndraft".  Fix found by Nils Ackermann.
9346
9347 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9348
9349         * nnregistry.el: Add.
9350
9351 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9352
9353         * nnmail.el (group, group-art-list, group-art):
9354         Remove unneeded directives.
9355
9356 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9359         (mm-mime-charset):
9360         * rfc2047.el (rfc2047-syntax-table):
9361         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9362
9363         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9364         rather than `insert-file-contents' and `eval-region'.
9365
9366         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9367         construction.
9368
9369         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9370
9371         * time-date.el: No need to require cl for Emacs 21.
9372
9373 2010-09-29  Julien Danjou  <julien@danjou.info>
9374
9375         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9376         replacement of `gnus-gravatar-relief' to mimic
9377         `gnus-faces-properties-alist'.
9378         Add :version property.
9379
9380 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * mail-source.el (mail-source-report-new-mail):
9383         * message.el (message-default-mail-headers):
9384         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9385
9386         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9387
9388 2010-09-28  Julien Danjou  <julien@danjou.info>
9389
9390         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9391         mail-address contains the same string as real-name.
9392
9393         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9394         non-blank in header, otherwise it'll get stripped.
9395
9396         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9397         real-name, and then for mail address rather than doing : or , search.
9398
9399 2010-09-27  Julien Danjou  <julien@danjou.info>
9400
9401         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9402         right completing-read function.
9403         (gnus-use-ido): New variable
9404         (gnus-completing-read-with-default): Remove.
9405         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9406         (gnus-agent-add-group):
9407         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9408         * mm-view.el (mm-view-pkcs7-decrypt):
9409         * mm-util.el (mm-codepage-setup):
9410         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9411         * mml-smime.el (mml-smime-openssl-sign-query):
9412         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9413         (mml-insert-multipart):
9414         * gnus-msg.el (gnus-summary-yank-message):
9415         * gnus-int.el (gnus-start-news-server):
9416         * mm-decode.el (mm-interactively-view-part):
9417         * gnus-dired.el (gnus-dired-attach):
9418         * gnus.el (gnus-read-method):
9419         * gnus-bookmark.el (gnus-bookmark-jump):
9420         * gnus-art.el (gnus-mime-view-part-as-type)
9421         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9422         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9423         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9424         * nnmairix.el (nnmairix-create-server-and-default-group)
9425         (nnmairix-update-groups, nnmairix-get-server)
9426         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9427         (nnmairix-get-group-from-file-path):
9428         * nnrss.el (nnrss-find-rss-via-syndic8):
9429         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9430         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9431         (gnus-group-browse-foreign-server):
9432         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9433         (gnus-summary-execute-command, gnus-summary-respool-article)
9434         (gnus-read-move-group-name):
9435         * gnus-score.el (gnus-summary-increase-score)
9436         (gnus-summary-score-effect):
9437         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9438
9439 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9442         x-focus-frame.
9443
9444         * nnimap.el (auth-source-forget-user-or-password)
9445         (auth-source-user-or-password): Autoload.
9446
9447         * message.el (message-from-style, message-interactive)
9448         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9449         (message-yank-prefix, message-indentation-spaces, message-signature)
9450         (message-signature-file): Add comment.
9451
9452 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9455         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9456         new articles.
9457
9458         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9459         parts.
9460         (nnimap-request-article): Work with the t setting, too.
9461
9462         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9463         that you don't get flashes of other buffers.
9464         (gnus-summary-show-complete-article): Intern before setting.
9465
9466 2010-09-27  David Engster  <dengste@eml.cc>
9467
9468         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9469         well as HEADERS.
9470         (nnmairix-retrieve-headers): Provide new argument for the above.
9471
9472 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * gnus-sum.el (gnus-summary-move-article): Don't alter
9475         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9476         group.
9477
9478         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9479
9480         * message.el (message-cite-prefix-regexp): Revert my last edit.
9481
9482         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9483         variable instead of the Gnus variable.
9484
9485         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9486
9487         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9488
9489         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9490         since some servers don't like it.
9491         (nnimap-open-connection): Forget credentials if the server says the
9492         password was wrong.
9493         (nnimap-parse-line): Protect against invalid data.
9494
9495         * gnus-sum.el (gnus-summary-move-article): Add comment.
9496         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9497         nothing alters it while scanning for new messages.
9498
9499         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9500         which may or may not help.
9501         (nnimap-open-connection): If we're doing a stream connection, and then
9502         discover we're on a STARTTLS-capable server, then open a STARTTLS
9503         connection instead.
9504
9505 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * nnimap.el (utf7): Require.
9508
9509         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9510         prefix.
9511
9512 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9513
9514         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9515
9516 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * nnimap.el (nnimap-request-accept-article): Message the error on
9519         error.
9520
9521 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9524
9525 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * nndoc.el (nndoc-request-list): Return success always.
9528
9529         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9530         `fetch-old' -- we only want to fetch the articles we've requested.
9531         The rest are in the agent, probably.
9532         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9533         disappeared server" to something low.  It's not important.
9534
9535         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9536         arrived before the FETCH data.
9537
9538         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9539         target here, because we don't know the Gnus name of the group.
9540
9541         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9542         for the correct group.
9543
9544         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9545
9546         * gnus.el (gnus): Give a final warning after startup.
9547
9548         * gnus-util.el (gnus-action-message-log): New variable.
9549         (gnus-message): Use it.
9550         (gnus-final-warning): New function.
9551
9552         * nnimap.el (nnimap-open-connection): Record the greeting.
9553         (nnimap): Add greeting.
9554
9555 2010-09-26  Julien Danjou  <julien@danjou.info>
9556
9557         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9558         arguments.
9559         (gnus-html-wash-images): Fix spec computing to include start/end.
9560
9561         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9562
9563 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9566         deletion.
9567         (nnimap-retrieve-headers): Don't select the group, because that's
9568         already done by nnimap-possibly-change-group.
9569
9570         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9571         (gnus-picon-transform-address): Use it.
9572
9573         * mail-source.el (mail-source-value): Revert previous patch.
9574
9575         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9576         on failure.
9577         (nnimap-open-connection): Look up both virtual and physical server name
9578         credentials.
9579
9580         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9581
9582 2009-02-07  Dave Love  <fx@gnu.org>
9583
9584         * tls.el (open-tls-stream): Don't query killing process.
9585
9586 2009-02-08  Dave Love  <fx@gnu.org>
9587
9588         * gnus-win.el (gnus-window-to-buffer-helper)
9589         (gnus-all-windows-visible-p): Function needn't be a symbol.
9590
9591         * mail-source.el (mail-source-value): Function needn't be a symbol.
9592
9593 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * message.el (message-cite-prefix-regexp): Remove } from the cite
9596         prefix.
9597
9598         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9599         highlight again, so that the highlight is correct.
9600
9601         * gnus-picon.el (gnus-picon): Remove again.
9602         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9603
9604         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9605         doing the header highlightling, so that the background color of the
9606         picon is correct.
9607
9608         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9609         (gnus-picon): Ditto.
9610         (gnus-picon): Reinstate.  The background color for picons is white.
9611         (gnus-picon-insert-glyph): Make the background white.
9612
9613         * nnml.el (nnml-open-nov): Don't return dead buffers.
9614
9615         * auth-source.el (auth-source-create): Query the user for whether to
9616         store the credentials.
9617
9618         * netrc.el (netrc-store-data): New function.
9619
9620         * auth-source.el (auth-source-user-or-password): Use the existing auth
9621         sources, if any, for creation.
9622
9623         * gnus.el (gnus-group-fast-parameter): Return the last matching
9624         parameter instead of the first matching parameter.
9625
9626 2010-09-26  Julien Danjou  <julien@danjou.info>
9627
9628         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9629
9630 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * mml2015.el (mml2015-use): Remove gpg support.
9633
9634         * mml1991.el (mml1991-function-alist): Remove gpg function.
9635         (mml1991-gpg-sign): Remove.
9636
9637 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9638
9639         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9640         (gnus-browse-unsubscribe-current-group): Document it.
9641         (gnus-browse-unsubscribe-group): Use it.
9642
9643 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9646         address to the To list for easier response.
9647
9648         * gnus.el (gnus-play-startup-jingle): Remove.
9649         (gnus-splash): Don't play jingle.
9650         (gnus): Silence gnus-load message.
9651
9652         * gnus-art.el (gnus-treat-play-sounds): Remove.
9653
9654         * gnus.el (gnus-play-jingle): Remove audio support.
9655
9656         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9657
9658         * earcon.el: Remove -- no users.
9659
9660         * gnus-audio.el: Remove -- no users of this package.
9661
9662         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9663
9664         * gnus-start.el (gnus-setup-news): Remove nocem support.
9665
9666         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9667
9668         * gnus.el (gnus-use-nocem): Remove.
9669
9670         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9671         Remove.
9672
9673         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9674         uses NoCeM any more.
9675
9676         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9677         (gnus-button-ctan-handler): Ditto.
9678         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9679         (gnus-button-ctan-directory-regexp): Ditto.
9680         (gnus-button-handle-ctan): Ditto.
9681         (gnus-button-tex-level): Ditto.
9682         (gnus-button-alist): Remove CTAN stuff.
9683
9684 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9687         nnimap-streaming test.
9688
9689         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9690         servers twice.
9691
9692         * nnimap.el (nnimap-open-connection): Add more error reporting when
9693         nnimap fails early.
9694
9695         * nnheader.el (nnheader-get-report-string): New function.
9696         (nnheader-get-report): Use it.
9697
9698         * gnus-int.el (gnus-check-server): Say what the error was when opening
9699         failed.
9700
9701         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9702         using streaming.
9703
9704 2010-09-25  Julien Danjou  <julien@danjou.info>
9705
9706         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9707         gnus-window-inside-pixel-edges.
9708
9709 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9712
9713         * mm-decode.el (mm-save-part): Allow saving to other directories the
9714         normal Emacs way.
9715
9716         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9717         Suggested by Jay Berkenbilt.
9718
9719         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9720         there isn't a single byte.
9721
9722         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9723         just do it.  It doesn't really seem to matter what the user responds
9724         here, I think, so it's just a confusing question.
9725
9726         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9727         non-streaming case.
9728
9729         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9730         (gnus-article-encrypt-body): Use it.
9731
9732         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9733         keystroke.
9734
9735         * nnimap.el (nnimap-find-wanted-parts-1):
9736         Use gnus-fetch-partial-articles.
9737
9738         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9739
9740         * nnimap.el (nnimap-insert-partial-structure): New function.
9741         (nnimap-get-partial-article): New function.
9742         (nnimap-request-article): Use it.
9743         (nnimap-wait-for-response): Return whether the wait was successful.
9744         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9745         retrieval wasn't successful.
9746         (nnimap-retrieve-group-data-early): Allow throttling servers.
9747         (nnimap-streaming): New variable.
9748         (nnimap-fetch-partial-articles): Remove.
9749
9750         * mm-decode.el (mm-with-part): Protect against killed buffers.
9751
9752         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9753         for prettier summary display.
9754
9755 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9756
9757         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9758
9759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9762         apparently third-party libraries depend on it.
9763
9764         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9765         before starting negotiation.
9766
9767         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9768         privacy reasons.
9769         (gnus-treat-mail-gravatar): Ditto.
9770
9771         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9772         buffer when inserting images.  Inserting text into the headers, for
9773         instance, can make them invalid.
9774
9775 2010-09-25  Julien Danjou  <julien@danjou.info>
9776
9777         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9778         variables.
9779
9780         * nnheader.el: Remove useless variables news-reply-yank-from and
9781         news-reply-yank-message-id.
9782
9783         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9784         variables.
9785
9786         * mml1991.el: Remove useless mml1991-verbose.
9787
9788         * gnus.el: Remove useless variable gnus-use-generic-from.
9789         Remove obsolete variable gnus-topic-indentation.
9790
9791         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9792
9793         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9794
9795         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9796
9797         * gnus-group.el: Remove useless gnus-group-icon-cache.
9798         Remove useless gnus-ephemeral-group-server.
9799
9800         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9801
9802         * mml2015.el: Remove useless mml2015-verbose.
9803
9804         * mml-smime.el: Remove useless mml-smime-verbose.
9805
9806         * gnus.el: Remove useless gnus-local-domain.
9807
9808         * gnus-gravatar.el (gnus-gravatar-transform-address):
9809         Use gnus-gravatar-size.
9810
9811         * gnus-art.el: Remove useless gnus-treat-translate.
9812
9813 2010-09-24  Julien Danjou  <julien@danjou.info>
9814
9815         * gnus-sum.el: Add support for Gravatars.
9816
9817         * gnus-art.el: Add support for Gravatars.
9818
9819         * gnus-gravatar.el: Add this file.
9820
9821         * gravatar.el: Add this file.
9822
9823 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9826
9827         * gnus-group.el (gnus-group-fetch-faq): Remove.
9828
9829         * gnus.el (gnus-group-faq-directory): Remove.
9830
9831         * gnus-group.el (gnus-group-fetch-charter): Remove.
9832
9833         * gnus.el (gnus-group-charter-alist): Remove.
9834
9835         * gnus-group.el (gnus-group-archive-directory): Remove.
9836         (gnus-group-recent-archive-directory): Ditto.
9837         (gnus-group-make-archive-group): Remove.
9838
9839         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9840
9841         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9842         use the same article number for all the cached articles.
9843
9844         * nnimap.el (nnimap-command): Register the last command time so
9845         that we can use it for idling NOOPs.
9846         (nnimap-open-connection): Start the keeplive timer.
9847         (nnimap-make-process-buffer): Store all the process buffers.
9848         (nnimap-keepalive): New function.
9849
9850         * starttls.el (starttls-open-stream): Add autoload cookie.
9851
9852 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9853
9854         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9855         handling.
9856
9857 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9860         its data structures.
9861
9862         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9863         instead of the cl.el copy-list.
9864         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9865         equalp.
9866
9867 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9870         and tool-bar-local-item-from-menu.
9871
9872         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9873         mode-line-highlight face for Emacs.
9874
9875         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9876         loading gnus-sum.elc; fix comment for canlock-verify.
9877         (gnus-article-jump-to-part): Use read-number.
9878         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9879         Remove Emacs pre-21 compatible code for help-echo.
9880         (gnus-article-next-page-1): No need to adjust the number of lines.
9881         (gnus-article-describe-bindings): Always use help-buffer.
9882
9883         * gnus-audio.el (gnus-audio-inline-sound):
9884         * gnus-cus.el (gnus-custom-mode):
9885         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9886
9887         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9888
9889         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9890         compatible code.
9891
9892 2010-09-24  Glenn Morris  <rgm@gnu.org>
9893
9894         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9895         visiting the fcc file in rmail-mode.
9896
9897         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9898
9899 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * nnir.el: Silence the byte compiler.
9902
9903         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9904         alias to browse-url-url-encode-chars if any.
9905         (gnus-html-encode-url): Use it.
9906
9907 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-start.el (gnus-use-backend-marks): New variable.
9910         (gnus-get-unread-articles-in-group): Use it.
9911
9912         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9913         makeover.
9914
9915 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9916
9917         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9918
9919 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9922         Remove.
9923         (gnus-setup-news-hook):
9924         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9925
9926         * gnus-int.el (gnus-request-update-info): Protect against backends not
9927         having the function.
9928
9929         * nnimap.el (nnimap-stream): Mention starttls.
9930         (nnimap-open-connection): Add starttls support.
9931
9932 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9933
9934         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9935
9936 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9939         BODYSTRUCTUREs.
9940         (nnimap-transform-headers): Unfold quoted {42} headers.
9941
9942         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9943         the info.
9944         (gnus-get-unread-articles): Only call updatep on backends that support
9945         it.
9946
9947         * nnweb.el (nnweb-request-update-info): NOOP.
9948
9949         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9950
9951         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9952         since it only deals with marks.
9953
9954         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9955         gnus-request-marks, and make a new gnus-request-update-info.
9956
9957         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9958         the active instead of the high number, which is usually too low.
9959
9960 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9963         * encrypt.el: Remove.
9964
9965 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9968         server in symbolic form.
9969
9970         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9971
9972 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9975         (nnimap-update-info): Fix up code slightly.
9976
9977         * gnus-int.el (gnus-open-server): Add tracing for performance
9978         debugging.
9979
9980         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9981         (gnus-group-insert-group-line): Pass the real group name so that it
9982         gets the right data.
9983
9984         * gnus-start.el (gnus-get-unread-articles): Don't have
9985         `gnus-get-unread-articles-in-group' update info, since that can be
9986         really slow and doesn't seem to be needed?
9987
9988 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9989
9990         * time-date.el (date-to-time): Try using parse-time-string first before
9991         using the slower timezone-make-date-arpa-standard.
9992
9993 2010-09-22  Julien Danjou  <julien@danjou.info>
9994
9995         * gnus-group.el (gnus-group-insert-group-line):
9996         Call gnus-group-highlight-line.
9997         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9998         default hook list.
9999         (gnus-group-update-eval-form): Add new function.
10000         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10001         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10002
10003 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10006         immediate, then expire all articles.
10007         (nnimap-update-info): Fix off-by-one errors.
10008         (nnimap-flags-to-marks): Would return no marks lists for group with no
10009         flags.  Instead return the other data.
10010
10011 2010-09-22  Julien Danjou  <julien@danjou.info>
10012
10013         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10014         Only return an icon.
10015         (gnus-group-insert-group-line): Compute icon to return.
10016
10017         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10018         (gnus-html-image-fetched): Only cache if
10019         gnus-html-image-automatic-caching is set.
10020         (gnus-html-image-fetched): Check for errors.
10021
10022 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10025         once per method on `g'.  This ensures that backends like nnfolder don't
10026         open all their folders.
10027
10028         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10029         (nnimap-request-list): Nix out group in the correct buffer.
10030         (nnimap-parse-flags): Implement by using `read' instead of
10031         hand-parsing.
10032         (nnimap-flags-to-marks): Pass on permanent-flags.
10033         (nnimap-make-process-buffer): Record the server name.
10034         (nnimap-parse-flags): Fix typo.
10035         (nnimap-request-scan): Run split on the server in general, not just a
10036         single group.
10037
10038         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10039         parameter, and propagate this downwards.
10040
10041         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10042         since EXAMINE changes it on the server.
10043
10044         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10045         this command might take a while.
10046
10047 2010-09-22  Julien Danjou  <julien@danjou.info>
10048
10049         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10050         harmful if you have 2 images side-by-side, they can't be properly
10051         update on text deletion.  Using text-property is safer here.
10052         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10053         data.
10054
10055 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * nnimap.el (nnimap-expunge-inbox): Remove.
10058         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10059         (nnimap-expunge): Flip default to t.
10060
10061         * gnus.el (gnus-method-to-server): Don't push things to the cache
10062         unless it's unique.
10063         (gnus-server-to-method): Ditto.
10064
10065 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10066
10067         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10068
10069 2010-09-22  Julien Danjou  <julien@danjou.info>
10070
10071         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10072         get the start of data.
10073         (gnus-html-encode-url): Add this function to encode special chars in
10074         URL.
10075         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10076         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10077
10078         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10079         default.
10080         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10081
10082         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10083         images alt-text.
10084         (gnus-html-put-image): Put alt-text as help-echo.
10085
10086 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10089         * mm-util.el (mm-decompress-buffer):
10090         * nnir.el (nnir-run-find-grep):
10091         * pop3.el (pop3-list): Use 3rd arg of split-string.
10092
10093         * time-date.el (format-seconds): Comment fix.
10094
10095         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10096         and byte-optimize-form-code-walker.
10097         (dgnushack-make-auto-load): Don't advise make-autoload.
10098
10099         * lpath.el: Remove Emacs 21 stuff.
10100
10101 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10104         outside the active range.  Suggested by Dan Christensen.
10105
10106         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10107         slightly later to avoid double-getting it.
10108
10109         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10110         previous patch.
10111
10112         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10113
10114 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10115
10116         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10117
10118 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-int.el (gnus-open-server): Give a better error message in the
10121         "go offline" case.
10122
10123         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10124         marks for nnimap, which is seldom the right thing to do.
10125
10126         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10127         (gnus-same-method-different-name): New function.
10128
10129         * nnimap.el (parse-time): Require.
10130
10131         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10132         method in the presence of many similar methods.
10133
10134         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10135
10136         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10137         nnml-inhibit-expiry.
10138
10139         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10140         find out whether methods are equal.
10141
10142         * nnimap.el (nnimap-find-expired-articles): New function.
10143         (nnimap-process-expiry-targets): New function.
10144         (nnimap-request-move-article): Request the article before looking at
10145         what the Message-ID is.  Fix found by Andrew Cohen.
10146         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10147
10148         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10149         for oldness in addition to being a predicate.
10150
10151         * nnimap.el (nnimap-request-group): When we have zero articles, return
10152         the right data to Gnus.
10153         (nnimap-request-expire-articles): Only delete articles immediately if
10154         the target is 'delete.
10155
10156         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10157         method, this would bug out.
10158
10159         * gnus-group.el (gnus-group-expunge-group): Rename from
10160         gnus-group-nnimap-expunge, and implemented as a normal interface
10161         function.
10162
10163         * gnus-int.el (gnus-request-expunge-group): New function.
10164
10165         * nnimap.el (nnimap-request-create-group): Implement.
10166         (nnimap-request-expunge-group): New function.
10167
10168 2010-09-21  Julien Danjou  <julien@danjou.info>
10169
10170         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10171         (gnus-html-cache-expired): Add new function.
10172         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10173         wethever we should display image for fetch it.
10174         Compute alt-text earlier to pass it to the fetching function too.
10175         (gnus-html-schedule-image-fetching): Change function argument to only
10176         get one image at a time, not a list.
10177         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10178         cache.
10179         (gnus-html-get-image-data): New function to retrieve image data from
10180         cache.
10181         (gnus-html-put-image): Change buffer argument to use image data rather
10182         than file, and place image above region rather than inserting a new
10183         one.  Do not take alt-text as argument, since it's useless now: we place
10184         the image above alt-text.
10185         (gnus-html-prune-cache): Remove.
10186         (gnus-html-show-images): Start to fetch image when we find one, do not
10187         push into a temporary list.
10188         (gnus-html-prefetch-images): Only fetch image if they have expired.
10189         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10190         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10191
10192 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10195
10196 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10199         spec inser "*" if the group isn't active instead of 0.
10200
10201         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10202         opening the server.
10203         (nnimap-request-delete-group): Implement group deletion.
10204         (nnimap-transform-headers): Return the size of the entire message in
10205         the Bytes header, not just the size of the first part.
10206         (nnimap-request-move-article): When moving an article from nnimap,
10207         request the article first so the accepting form has an article to
10208         accept.  Reported by Dan Christensen.
10209         (nnimap-command): Make sure that the error message doesn't error out.
10210
10211 2010-09-20  David Edmondson  <dme@dme.org>
10212
10213         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10214         we haven't requested anything.
10215
10216 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10219         "".  Fix found by Andrew Cohen.
10220
10221         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10222         instead of -encode-string.
10223
10224 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10227
10228         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10229         by mm-subst-char-in-string.
10230
10231 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10234         waiting for the connection string.
10235
10236         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10237         arriving.
10238
10239         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10240         bogus characters.  This allows selecting certain Gmail groups.
10241
10242         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10243         (nnimap-fetch-partial-articles): New variable.
10244         (nnimap-open-connection): When looking for credentials, also use the
10245         nnimap-server-port.
10246         (nnimap-request-article): Return the group/article number, so that Gnus
10247         `^' works as expected.
10248         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10249
10250         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10251         comments.
10252         (gnus-methods-sloppily-equal): New function.
10253         (gnus): When using the development version of Gnus, load the gnus-load
10254         file.
10255
10256         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10257         `gnus-open-server' on each method before trying to scan them etc.
10258         This ensures that all the backend parameters are set correctly.
10259
10260         * nnimap.el (nnimap-authenticator): New variable.
10261         (nnimap-open-connection): Allow anonymous login.
10262         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10263         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10264
10265         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10266         patch, found by Knut Anders Hatlen.
10267
10268 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10269
10270         * gnus-agent.el (gnus-agent-batch-confirmation)
10271         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10272         to gnus-message.
10273         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10274         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10275         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10276         * gnus-int.el (gnus-open-server): Likewise.
10277         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10278         (gnus-score-check-syntax): Likewise.
10279         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10280         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10281         Likewise.
10282         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10283
10284 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10287         calling conventions so that prefetch doesn't bug out.
10288
10289 2010-09-19  Julien Danjou  <julien@danjou.info>
10290
10291         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10292         rather than `subst-char-in-region' in order to be able to replace ASCII
10293         char by UTF-8 ones.
10294
10295         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10296         than curl.
10297         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10298         the right URL and ALT text on images.
10299         (gnus-html-wash-tags): Fix tag case.
10300         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10301         (gnus-article-html): Add -o display_ins_del=2 option.
10302         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10303
10304 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10307         the extra mail headers, which sometimes seem to happen for unknown
10308         reasons.
10309
10310         * mail-parse.el (mail-header-encode-parameter): Define as
10311         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10312         (or most, perhaps?) mail readers don't understand the latter, but do
10313         understand the former.
10314
10315         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10316         to nil, so that no methods are automatically agentized.  I think this
10317         is probably what most users want.
10318
10319         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10320         from url-retrieve, for instance about invalid URLs.
10321
10322         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10323         groups that have no articles.
10324         (nnimap-request-article): Check that we really got an article when we
10325         requested one.
10326
10327         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10328         doesn't exist.
10329
10330         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10331         nntp buffer so the agent can save it.
10332         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10333         that CRLF doesn't get translated to \n.
10334         (nnimap-open-connection): Don't make 'shell commands only send \n.
10335
10336 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10337
10338         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10339         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10340         Update var name.
10341         (nnml-generate-nov-file): Use dolist.
10342         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10343         Use with-current-buffer.
10344
10345 2010-09-18  Julien Danjou  <julien@danjou.info>
10346
10347         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10348         parallel.
10349
10350 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10353         the range update right.
10354         (nnimap-request-group): Don't make `M-g' bug out on group with no
10355         marks.
10356         (nnoo): Require, so that other packages can require nnimap.
10357         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10358         command we're looking for.  This helps when the server sends more
10359         responses after we've gotten everything we expected.
10360         (nnimap): Add a `newlinep' field to keep track of end-of-line
10361         conventions.
10362         Don't send CRLF to things that don't want it.
10363         (nnimap-request-accept-article): Ditto.
10364
10365 2010-09-18  Julien Danjou  <julien@danjou.info>
10366
10367         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10368         than curl to retrieve images.
10369
10370 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10373         the marks.
10374         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10375         (nnimap-wait-for-connection): New function.
10376         (nnimap-open-connection): If we have PREAUTH, don't query for login
10377         credentials.
10378         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10379         when doing a partial update.
10380
10381 2010-09-18  Julien Danjou  <julien@danjou.info>
10382
10383         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10384         tags.
10385
10386 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * nnimap.el (nnimap-credentials): New function.
10389         (nnimap-open-connection): Use the new function to look for credentials
10390         also on the numeric equivalents of "imap" and "imaps".
10391
10392         * gnus-start.el (gnus-activate-group): Send the info to
10393         gnus-request-group.
10394
10395         * nnimap.el (nnimap-request-group): Have the "check" version of the
10396         function parse flags and update the info, so that a `M-g' get a total
10397         resync of all flags from the group.
10398
10399         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10400         to allow backends to alter the info on group selection.  Also alter all
10401         the backend -request-group functions to take the parameter.
10402
10403         * nnimap.el (nnimap-store-info): New function.
10404         (nnimap-update-info): Store the info for later usage.
10405         (nnimap-request-group): Use the stored info for the dont-check case, so
10406         that we don't retrieve all marks when we enter a group.
10407
10408         * nnimap.el: Use deffoo instead of defun for interface functions.
10409
10410         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10411         update the group info.  This makes the nndraft groups, for instance, go
10412         back to their old behavior.
10413
10414         * gnus-sum.el (gnus-select-newsgroup): Indent.
10415
10416         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10417         in.
10418         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10419         nothing.
10420
10421         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10422         from methods that are denied.
10423
10424         * gnus-int.el (gnus-method-denied-p): New function.
10425
10426         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10427         store the password instead of netrc.
10428         (nnimap-open-connection): Don't error out when we can't make a
10429         connections.
10430
10431         * auth-source.el (auth-source-create): In the password prompt, say what
10432         we're querying for.  Also prompt for user name if that hasn't been
10433         given.
10434
10435         * nnimap.el (nnimap-with-process-buffer): Remove.
10436
10437 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10440         method when we're reading from the agent.
10441
10442         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10443
10444         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10445         that's probably most useful for users.
10446
10447         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10448         "failed" all the time.
10449
10450         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10451         ...)) with (with-current-buffer ... ).
10452
10453         * nntp.el (nntp-open-server): Return whether the open was successful or
10454         not.
10455
10456         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10457         select an unread unseen article first.
10458
10459         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10460         /etc/services, supply some sensible port defaults.
10461
10462         * dgnushack.el: Define netrc-credentials.
10463
10464 2010-09-17  Julien Danjou  <julien@danjou.info>
10465
10466         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10467
10468 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10469
10470         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10471         doesn't have any parameters.
10472
10473 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10476         only upcased checks.
10477
10478         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10479
10480         * nnimap.el (nnimap-open-shell-stream): New function.
10481         (nnimap-open-connection): Use it.
10482         (nnimap-transform-headers): Get the number of lines in each message.
10483         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10484         number of lines.
10485         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10486         problem.
10487
10488         * utf7.el (utf7-encode): Autoload.
10489
10490         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10491         to allow the mail splitting to not return a default group.  This is
10492         useful for nnimap, which will leave unmatched mail in the inbox.
10493
10494         * nnimap.el: Rewritten.
10495
10496         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10497         nnimap usage.
10498
10499         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10500         if the move is internal, so that nnimap can do fast internal moves.
10501
10502         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10503         data.
10504         (gnus-read-active-for-groups): Support finishing the early retrieval of
10505         data.
10506
10507         * gnus-range.el (gnus-range-nconcat): New function.
10508
10509         * gnus-int.el (gnus-finish-retrieve-group-infos)
10510         (gnus-retrieve-group-data-early): New functions.
10511
10512 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10513
10514         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10515         (nnrss-retrieve-groups):
10516         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10517         (pop3-quit): Use with-current-buffer.
10518
10519 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10522         instead of nnheader-accept-process-output.
10523
10524         * dgnushack.el (dgnushack-compile): Add comment.
10525
10526         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10527
10528         * gnus-html.el (gnus-html-schedule-image-fetching)
10529         (gnus-html-prefetch-images): Replace process-kill-without-query by
10530         gnus-set-process-query-on-exit-flag.
10531
10532 2010-09-16  Romain Francoise  <romain@orebokech.com>
10533
10534         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10535
10536 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10539         parameter to unintern is mandatory-ish in Emacs 24.
10540
10541         * gnus-html.el (gnus-html-schedule-image-fetching)
10542         (gnus-html-prefetch-images): Check for curl before using it.
10543
10544         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10545         depend on curl, which isn't essential.
10546
10547         * imap.el: Revert back to version
10548         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10549         seem problematic.
10550
10551 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10552
10553         * gnus-registry.el (gnus-registry-install-shortcuts):
10554         Explicitly pass `obarray' to `unintern' to avoid a warning.
10555
10556 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10559         change.
10560
10561         * nnrss.el (nnrss-request-list): Remove this function and related
10562         functions, including the moreover stuff.
10563
10564 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * nnrss.el (nnrss-retrieve-groups): New function.
10567
10568 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10569
10570         * .dir-locals.el: Add no-byte-compile cookie.
10571
10572 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * time-date.el (format-seconds): Comment fix.
10575
10576         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10577         for back end that doesn't support request-scan.
10578
10579 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10582         then do request scans from the backends.
10583
10584         * netrc.el (netrc-credentials): New conveniency function.
10585
10586         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10587         avoid running a hook per line, since this takes a lot of time,
10588         profiling shows.
10589         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10590         directly if gnus-visual-p is true.
10591
10592 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10595         groups; replace mapcar with dolist which is a bit faster; pass groups
10596         info to gnus-read-active-file-1.
10597         (gnus-read-active-file-1): Scan only specified groups if the new
10598         optional arg `infos' is given.
10599
10600 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10603
10604         * pop3.el (pop3-movemail): Remove.
10605         (pop3-streaming-movemail): Rename to pop3-movemail.
10606
10607         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10608         don't restrict end-tag searches to the end of the line.
10609
10610 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10613         articles of every unchecked group to t, which means unknown since the
10614         server has never been opened.
10615
10616 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus-html.el (gnus-html-show-alt-text): New command.
10619         (gnus-html-browse-image): Ditto.
10620         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10621         to browse the image directly.
10622         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10623         better.
10624
10625         * gnus-async.el (gnus-async-article-callback):
10626         Call `gnus-html-prefetch-images' unconditionally.
10627
10628         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10629         before feeding URLs to curl.
10630
10631 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10634         internal images as deletable by `W D D'.
10635
10636         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10637         (gnus-async-article-callback): Fix typo.
10638
10639 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10642         current line to work around bugs in the output from w3m.
10643
10644         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10645         for groups that want that.
10646
10647         * nntp.el (nntp-wait-for-string): Supply a timeout for
10648         accept-process-output to ensure progress.
10649
10650         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10651         level to get unread articles from, then use that for foreign groups,
10652         too.
10653
10654         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10655         confuses the rest of the function.
10656
10657         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10658         for the methods that support -retrieve-groups, too.
10659
10660         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10661
10662 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10665         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10666
10667         * pop3.el: Require cl when compiling.
10668         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10669
10670 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10673         that aren't going to be activated.
10674         (gnus-get-unread-articles): Fix up the last commit.
10675
10676         * gnus-html.el (gnus-article-html): Allow calling without specifying
10677         the handle.  In that case, dissect the buffer first.
10678
10679         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10680
10681         * nnimap.el (nnimap-open-connection): Revert the change that would look
10682         into authinfo for imaps instead of imap.
10683
10684         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10685         say that you don't want to call gnus-request-group with don-check, but
10686         do check the reponse.  This is for virtual groups only.
10687         (gnus-get-unread-articles): Count the archive groups as secondary, so
10688         that they're activated the same way as before.
10689
10690         * imap.el (imap-message-map): Removed optional buffer parameter, since
10691         no callers use it.
10692         (imap-message-get): Ditto.
10693         (imap-message-put): Ditto.
10694         (imap-mailbox-map): Ditto.
10695         (imap-mailbox-put): Ditto.
10696         (imap-mailbox-get): Ditto.
10697         (imap-mailbox-get): Revert last change for this function.
10698
10699         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10700         case-insensitively.
10701         (nnimap-debug): Remove.
10702
10703         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10704         callers to use `imap-fetch' instead.  According to the comments, this
10705         should be safe, since all other IMAP clients use the 1:* syntax.
10706         (imap-enable-exchange-bug-workaround): Remove.
10707         (imap-debug): Remove -- doesn't seem very useful.
10708
10709         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10710         mail from a file, and the file doesn't exist.
10711
10712         * imap.el (imap-log): New convenience function used throughout instead
10713         of repeating the same code all over the place.
10714
10715         * pop3.el (pop3-streaming-movemail): Return t for success.
10716
10717         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10718         .authinfo if we're using ssl connection.
10719
10720         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10721         already have if we're in a main Gnus `g' run.
10722
10723         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10724
10725 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10728
10729         * nnmh.el (nnmh-request-list-1): Bind `file'.
10730
10731         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10732         alias to set-process-query-on-exit-flag or process-kill-without-query.
10733         (pop3-open-server): Use it.
10734
10735 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10738         box to the Incoming file.  Fixes mistake in previous checkin.
10739
10740         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10741         request loop (for debugging purposes) removed.
10742
10743         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10744         culprit is more visible.
10745         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10746         (nnml-add-incremental-nov): New functions to do "incremental" nov
10747         updates, where we just append to the end of the existing nov files
10748         without reading/writing them in full.
10749
10750         * mail-source.el (mail-source-delete-crash-box): Really only check the
10751         incoming files once in a while.
10752
10753         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10754
10755         * mail-source.el (mail-source-delete-crash-box): Only check the
10756         incoming files for deletion once per day to save a lot of file
10757         accesses.
10758
10759         * pop3.el (pop3-logon): Fix up unbound variable typo.
10760
10761         * mail-source.el (pop3-streaming-movemail): Autoload.
10762
10763         * pop3.el (pop3-streaming-movemail):
10764         Respect pop3-leave-mail-on-server.
10765
10766         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10767         retrieval.
10768
10769         * pop3.el (pop3-process-filter): Remove unused function.
10770         (pop3-streaming-movemail, pop3-send-streaming-command)
10771         (pop3-wait-for-messages, pop3-write-to-file)
10772         (pop3-number-of-responses): New functions for streaming pop3
10773         retrieval.
10774
10775         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10776         come from no known methods.
10777         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10778         list.
10779
10780         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10781         message sizes.
10782         (pop3-movemail): Use erase-buffer instead of looping and deleting
10783         regions, which seems rather odd.
10784
10785         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10786         file once per `g' run.
10787
10788         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10789         directories.  This makes the draft queue directory work.
10790
10791         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10792         data from the backends, so that we only request the list of groups from
10793         each method once.  This should speed things up considerably.
10794
10795         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10796         detect that it's not implemented.
10797
10798         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10799         we actually do recurse down into the tree, but don't stat all leaf
10800         nodes.
10801
10802         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10803         then say so instead of bugging out.
10804
10805         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10806         files exist before trying to read them.
10807
10808         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10809         around <pre_int>.
10810
10811         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10812
10813         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10814
10815 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * mm-util.el (mm-image-load-path): Just return the image directories,
10818         not all directories in the path in addition to the image directories.
10819         (mm-image-load-path): Maintain a cache of the image directories so that
10820         the `g' command in Gnus doesn't have to stat dozens of directories each
10821         time.
10822
10823         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10824         (gnus-html-wash-tags): Add a new `i' command to insert images.
10825         (gnus-html-insert-image): New command and keystroke.
10826         (gnus-html-redisplay-with-images): New command and keystroke.
10827         (gnus-html-show-images): Rename command.
10828         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10829         spacers.
10830         (gnus-html-wash-tags): Decode entities at the end, so that entities
10831         inside the tags don't mess up the rest of the "parsing".
10832
10833         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10834         so that nnimap methods aren't agentized by default.  There's apparently
10835         many problems related to agent/imap behavior.
10836
10837         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10838
10839         * gnus-html.el: Doc fix.
10840
10841 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10844         specifier-spec-list for Emacs 21.
10845
10846         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10847         glyph-width and glyph-height instead of display-graphic-p and
10848         image-size; make avoidance of displaying small images work for XEmacs.
10849
10850         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10851         for XEmacs.
10852
10853         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10854         of symbol that holds plist data.
10855         (gnus-process-plist): Remove plist of process after getting it.
10856
10857 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * message.el (message-generate-hashcash): Change default to
10860         'opportunistic if hashcash is installed.
10861
10862         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10863         (gnus-html-put-image): Only call image-size once, since it's somewhat
10864         time-consuming on remote X servers.
10865
10866 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10869         type on data, not a file name.
10870
10871         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10872         window-pixel-edges for Emacs 21.
10873
10874         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10875         decoded contents.
10876         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10877
10878 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10881         group line format, since it isn't very interesting.
10882
10883         * gnus-agent.el (gnus-agent-short-article),
10884         (gnus-agent-long-article): Increase values for these two variables,
10885         since most people are likely to have more network connection and
10886         storage than before.
10887
10888         * gnus.el (gnus-refer-article-method): Change default to 'current.
10889         When referring an article, the common behavior is to refer it from the
10890         current select method, not the native select method.  The chances of
10891         the native select method having the message in question is rather slim
10892         these days.
10893
10894         * gnus-sum.el (gnus-auto-select-subject): Change default to
10895         `unseen-or-unread'.  I think it's likely that most people want to
10896         select an unseen article over a previously seen, but unread one.
10897
10898         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10899         means that in the article buffer none of the minor mode elements will
10900         be shown, usually, and this is not desirable in most cases.
10901
10902         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10903         that commands like `d' (and the like) go to the next line in the
10904         buffer, instead of the next unread article.  I think this is the
10905         behavior that is most natural for most users.
10906         (gnus-single-article-buffer): Change default to nil, so that people can
10907         have as many article buffers open as they have summary buffer.  I think
10908         this is the most natural way for the groups to behave.
10909
10910         * message.el (message-generate-new-buffers): Change default to
10911         `unsent', so that all new message buffers start their names with the
10912         string "*unsent", and it's easier to find the buffers if you move from
10913         them.
10914
10915 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10918         small.  They're probably tracking images.
10919         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10920         (gnus-html-rescale-image): Yet another try at getting the image sizing
10921         right.
10922
10923         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10924         nntp-marks-file-name is nil.
10925
10926 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * gnus-html.el (gnus-html-wash-tags)
10929         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10930         Better logging.
10931
10932 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933
10934         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10935
10936         * gnus-html.el (gnus-html-wash-tags): Check the value of
10937         gnus-blocked-images in the summary buffer.
10938
10939 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10940
10941         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10942
10943 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10946         like "a", it seems like.
10947         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10948         since it needs to be picked from the correct buffer.
10949
10950         * nnwfm.el: Remove.
10951
10952         * nnlistserv.el: Remove.
10953
10954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10957         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10958
10959 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * nnkiboze.el: Remove.
10962
10963         * nndb.el: Remove.
10964
10965         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10966         alt text.
10967         (gnus-html-rescale-image): Try to get the rescaling logic right for
10968         images that are just wide and not tall.
10969
10970         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10971         overshadow variable bindings.
10972
10973 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10974
10975         * gnus-html.el (gnus-html-wash-tags)
10976         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10977         Add extra logging.
10978
10979 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10982         (gnus-max-image-proportion): New variable.
10983         (gnus-html-rescale-image): New function.
10984         (gnus-html-put-image): Rescale images.
10985
10986 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10987
10988         Fix up some byte-compiler warnings.
10989         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10990         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10991         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10992         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10993         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10994         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10995         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10996
10997 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-html.el (gnus-article-html): Decode contents by charset.
11000
11001 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11004         (gnus-html-frame-width, gnus-blocked-images):
11005         * message.el (message-prune-recipient-rules): Add custom version.
11006         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11007
11008         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11009         functions.
11010
11011         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11012         gnus-process-get.
11013
11014 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11015
11016         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11017         instead of lsub directly.
11018
11019 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * nnwarchive.el: Remove.
11022
11023         * gnus-soup.el: Remove.
11024
11025         * nnsoup.el: Remove.
11026
11027         * nnultimate.el: Remove.
11028
11029         * gnus-html.el (gnus-blocked-images): New variable.
11030
11031         * message.el (message-prune-recipients): New function.
11032         (message-prune-recipient-rules): New variable.
11033
11034         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11035         guess whether a long line is natural text or not.
11036
11037         * gnus-html.el (gnus-html-schedule-image-fetching):
11038         Use gnus-process-plist and friends for compatibility.
11039
11040 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11041
11042         * gnus-html.el: Require packages that define macros used in this file.
11043         (gnus-article-mouse-face): Declare to silence byte-compiler.
11044         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11045         process-get.
11046         (gnus-html-put-image): Use plist-get to avoid getf.
11047         (gnus-html-prefetch-images): Use with-current-buffer.
11048
11049 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-ems.el: Provide compatibility functions for
11052         gnus-set-process-plist.
11053
11054         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11055         header-line-format for XEmacs 21.4.
11056
11057         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11058         * gnus.el (gnus-valid-select-methods):
11059         * message.el (message-send-mail-partially-limit):
11060         * mm-decode.el (mm-text-html-renderer):
11061         * mml.el (mml-insert-mime-headers-always):
11062         * smiley.el (smiley-regexp-alist): Bump custom version.
11063
11064 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * gnus-html.el: Require mm-url.
11067         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11068         with the url to `url'.
11069         (gnus-html-wash-tags): Support cid: URLs/images.
11070
11071 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11074         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11075         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11076
11077         * gnus-move.el: Remove file, since it doesn't really work.
11078
11079         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11080         UTF-8.  This seems to fix problems with some German web feeds.
11081
11082         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11083         at the top so that the proper colors are applied.
11084
11085         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11086         don't have dots in their names.
11087
11088         * gnus-art.el (gnus-article-view-part): Doc fix.
11089
11090         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11091         XEmacs-compatible.
11092         (gnus-html-put-image): Don't do images on non-graphic displays.
11093
11094         * nnslashdot.el: Remove this unused backend.
11095
11096         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11097         actions.
11098         (gnus-undo-register-1): Revert last change.
11099
11100         * gnus-group.el (gnus-group-completing-read): Protect against not
11101         having completion-styles bound.
11102
11103         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11104         make broken recipients happier.
11105
11106         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11107
11108         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11109         point parameter.
11110
11111         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11112
11113         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11114         completion-styles for group selection.
11115
11116 2009-02-04  Andreas Schwab  <schwab@suse.de>
11117
11118         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11119         headers and regexp-quote the match if necessary.
11120
11121 2009-03-24  Miles Bader  <miles@gnu.org>
11122
11123         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11124         the blinking smiley.
11125
11126 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11127
11128         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11129         blink smiley.
11130
11131 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11134         where the dribbel file lives exists.
11135
11136         * message.el (message-send-mail-partially-limit): Change the default to
11137         nil, since most people don't want this.
11138
11139         * mm-url.el (mm-url-decode-entities): Also decode entities like
11140         &#x3212.
11141
11142 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11143
11144         * gnus-sum.el (gnus-summary-idna-message):
11145         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11146         Hyperlink urls in docstrings with URL `...'.
11147
11148 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11149
11150         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11151         functions.
11152
11153 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11156         say what the mouseover text should be.
11157
11158         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11159         version of the mm-w3m-safe-url-regexp variable to only download images
11160         in the groups where we want that to happen.
11161
11162         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11163
11164         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11165         easier debugging.
11166         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11167         big pictures in the article buffer.
11168
11169         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11170         gnus-article-html.
11171         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11172         w3m.
11173
11174         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11175
11176 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11179         which doesn't exist.
11180
11181         * message.el (message-inhibit-ecomplete): New variable to allow some
11182         function to inhibit ecomplete address storage.
11183         (message-resend): Disable ecomplete message storage when resending
11184         messages.
11185
11186         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11187
11188 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11191         Save excursion while copying, moving, and deleting articles in order to
11192         prevent the cursor from jumping to unforeseen place.
11193
11194 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * lpath.el: No need to bind bookmark-current-buffer,
11197         bookmark-yank-point and bookmark-make-record-function.
11198
11199 2010-08-17  Glenn Morris  <rgm@gnu.org>
11200
11201         * gnus-sync.el: Require gnus components whose functions are used.
11202
11203         * gnus-art.el (bookmark-make-record-function):
11204         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11205         Declare for compiler.
11206
11207         * mm-url.el (mml-compute-boundary): Autoload.
11208
11209 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11212
11213 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         Typo fix "hoo4a" -> "hook".
11216
11217         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11218
11219 2010-08-14  Glenn Morris  <rgm@gnu.org>
11220
11221         * gnus-sync.el (gnus-sync): Fix defgroup version.
11222
11223 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11224
11225         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11226
11227         * gnus-sync.el: Fix docs.
11228         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11229         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11230
11231 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         Optimizations for gnus-sync.el.
11234
11235         * gnus-sync.el: Add docs about gnus-sync-backend
11236         possibilities.
11237         (gnus-sync-save): Remove unnecessary message.
11238         (gnus-sync-read): Optimize and show what groups were skipped.
11239
11240 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11241
11242         Minor bug fixes for gnus-sync.el.
11243
11244         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11245         Don't read the sync on get-new-news.
11246
11247         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11248         quiet.
11249
11250         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11251         (fix typo).
11252
11253 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11254
11255         Make saving and restoring of hidden threads work with overlays.
11256         Patch applied by Ted Zlatanov.
11257
11258         * gnus-sum.el (gnus-hidden-threads-configuration)
11259         (gnus-restore-hidden-threads-configuration): Update to deal with text
11260         properties, rather than searching for a magic character.
11261
11262 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         New gnus-sync.el library for synchronization of marks.
11265
11266         * gnus-sync.el: New library for synchronization of marks.
11267
11268         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11269         renamed from `gnus-registry-grep-in-list'.
11270
11271         * gnus-registry.el (gnus-registry-follow-group-p):
11272         Use `gnus-grep-in-list'.
11273
11274         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11275
11276 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11279         determining charset of text fails.
11280
11281 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * nnmail.el (nnmail-get-new-mail-1): Revert.
11284
11285         * nnml.el (nnml-active-number): Make sure names of newly created groups
11286         in nnml-group-alist are encoded.
11287
11288 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11291         containing non-ASCII characters in active file for nnml back end.
11292
11293 2010-07-24  David Engster  <dengste@eml.cc>
11294
11295         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11296         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11297
11298 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11299
11300         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11301         tag (Bug#6654).
11302
11303 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11306         the article buffer, not the summary buffer.
11307
11308 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11311         Emacs 23 as well.
11312
11313 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11316         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11317
11318 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11319
11320         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11321         Patch applied by Karl Fogel.
11322
11323         * gnus-sum.el (gnus-summary-bookmark-make-record):
11324         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11325
11326 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11327
11328         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11329         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11330         C-w still not working correctly from Article buffers; Thierry's
11331         patch to fix that will be applied after this.
11332
11333         * gnus-art.el (bookmark-make-record-function): New local variable.
11334
11335         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11336         article buffer.
11337         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11338
11339 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11340
11341         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11342         on changes in bookmark.el.
11343
11344 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11347         `no-log' instead of message not to log prompt string.
11348
11349 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11350
11351         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11352         the *other* type of HTML form submission.
11353
11354 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11355
11356         * auth-source.el (auth-source-pick): If choice does not contain a
11357         questioned keyword, set the check to t.
11358
11359 2010-06-12  Romain Francoise  <romain@orebokech.com>
11360
11361         * gnus-util.el (gnus-date-get-time): Move up before first use.
11362
11363 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11366         (gnus-article-edit-part): Bind it to make last part that is substituted
11367         or deleted visible.
11368         (gnus-mime-display-single): Buttonize part of which id equals to
11369         gnus-mime-buttonized-part-id.
11370
11371 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11372
11373         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11374         (gnus-dd-mmm): Use gnus-date-get-time.
11375         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11376         simplify logic.
11377         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11378         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11379
11380 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11381
11382         * auth-source.el (top): Autoload `secrets-list-collections',
11383         `secrets-create-item', `secrets-delete-item'.
11384         (auth-sources): Fix tag string.
11385         (auth-get-source, auth-source-retrieve, auth-source-create)
11386         (auth-source-delete): New defuns.
11387         (auth-source-pick): Rewrite in order to avoid 2 passes.
11388         (auth-source-forget-user-or-password): New parameter USERNAME.
11389         (auth-source-user-or-password): New parameters CREATE-MISSING and
11390         DELETE-EXISTING.  Retrieve password interactively, if needed.
11391
11392 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11393
11394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11395         deleting unused directories when gnus-expert-user is t.
11396
11397 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11400         for each temp file when gnus-article-browse-delete-temp is ask.
11401
11402 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11405         Replace Lisp calls to delete-backward-char by calls to delete-char.
11406
11407 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11408
11409         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11410
11411 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11412
11413         * password-cache.el (password-cache-remove): Fix docstring.
11414
11415 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11418         article unless decoding article to be saved.
11419
11420 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11423         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11424         generated within the mm-with-unibyte-current-buffer macro.
11425
11426 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11429         to nil when we're in a mml-preview buffer and no group is selected.
11430
11431 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11432
11433         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11434         when catching the `C-g'.  Reported by "Leo".
11435
11436 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * message.el (message-forward-make-body-plain)
11439         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11440         multibyte-string-p.
11441
11442         * lpath.el: Revert.
11443
11444 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * message.el (message-forward-make-body-mml): Assume original message
11447         is multibyte string; error on unibyte.
11448         (message-forward-make-body-plain): Ditto; don't add excessive newline
11449         in body end.
11450
11451         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11452
11453 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11454
11455         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11456         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11457
11458 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * mm-extern.el (mm-extern-url): Don't use
11461         mm-with-unibyte-current-buffer.
11462         (mm-extern-cache-contents): Use with-current-buffer instead of
11463         save-excursion + set-buffer.
11464
11465 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mm-util.el (mm-emacs-mule): Remove.
11468
11469 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11470
11471         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11472         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11473         change.
11474
11475 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11478         bind the default value of enable-multibyte-characters to nil.
11479
11480 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * message.el (message-forward-make-body-plain)
11483         (message-forward-make-body-mml):
11484         Don't use mm-with-unibyte-current-buffer.
11485
11486 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11487
11488         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11489
11490 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11491
11492         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11493         (Bug#5592).
11494
11495 2010-05-07  Julien Danjou  <julien@danjou.info>
11496
11497         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11498         it to mm-pipe-part.
11499
11500         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11501         it is given.
11502
11503 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * binhex.el (binhex-decode-region-internal):
11506         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11507         (dns-query):
11508         * nnweb.el (nnweb-gmane-search):
11509         * pgg-parse.el (pgg-parse-armor):
11510         * pgg.el (pgg-verify-region):
11511         * sha1.el (sha1-string-external):
11512         * uudecode.el (uudecode-decode-region-internal):
11513         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11514         XEmacs.
11515
11516         * gnus-art.el (gnus-article-browse-html-parts):
11517         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11518         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11519         make-temp-file.
11520
11521         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11522         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11523         compiling.
11524
11525         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11526         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11527         XEmacs when compiling.
11528
11529         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11530         gnus-pick-mode-off-hook for XEmacs when compiling.
11531         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11532         gnus-binary-mode-off-hook for XEmacs when compiling.
11533
11534         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11535         Return nil if char-charset is not available.
11536
11537         * imap.el (imap-disable-multibyte)
11538         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11539         macros.
11540
11541         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11542         instead of encode-coding-string.
11543
11544         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11545         'xemacs) instead of mm-emacs-mule to switch function definitions.
11546         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11547
11548         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11549         bind temporary-file-directory for XEmacs;
11550         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11551         timer-set-function for XEmacs 21.4 and SXEmacs;
11552         bind timer-list for XEmacs 21.4 and SXEmacs;
11553         fbind char-charset and find-charset-region for non-Mule XEmacs;
11554         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11555         encode-coding-region and encode-coding-string for XEmacs having no
11556         file-coding feature.
11557
11558 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11559
11560         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11561
11562 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11565         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11566
11567 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11568
11569         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11570         alias `jka-compr-delete-temp-file' no longer exists.
11571
11572 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11573
11574         Use define-minor-mode in Gnus where applicable.
11575         * mml.el (mml-mode): Use define-minor-mode.
11576         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11577         (gnus-undo-mode): Use define-minor-mode.
11578         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11579         (gnus-dead-summary-mode): Use define-minor-mode.
11580         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11581         Initialize in declaration.
11582         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11583         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11584         (gnus-mailing-list-mode): Use define-minor-mode.
11585         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11586         (gnus-draft-mode): Use define-minor-mode.
11587         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11588         (gnus-dired-mode): Use define-minor-mode.
11589
11590 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11591
11592         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11593         handles on recursive mml-to-mime translation and check them for
11594         boundary delimiter collisions.  Reported by Greg Troxel.
11595
11596 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11599
11600 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11601
11602         * mm-util.el (mm-find-buffer-file-coding-system):
11603         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11604
11605 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11606
11607         * message.el (message-generate-headers): Record insertion of optional
11608         headers as well.  Otherwise the check to prevent repeated insertion of
11609         optional headers is a no-op.
11610
11611 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11612
11613         * smime.el: Don't mention CVS.
11614
11615         * nnrss.el (nnrss-fetch): Don't mention CVS.
11616
11617         * nnir.el: Don't mention CVS.
11618
11619 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11620
11621         * gnus-sum.el (gnus-summary-bookmark-make-record):
11622         Add `location' field.
11623
11624 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * lpath.el: Fbind bookmark-default-handler,
11627         bookmark-get-bookmark-record, bookmark-make-record-default,
11628         bookmark-prop-get for Emacs <23 and XEmacs.
11629
11630 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11631
11632         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11633         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11634         Use with-current-buffer to silence the byte-compiler.
11635         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11636         bother to require `gnus'.
11637         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11638
11639 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11640
11641         * gnus-sum.el (gnus-summary-bookmark-make-record)
11642         (gnus-summary-bookmark-jump): New functions.
11643         (gnus-summary-mode): Setup bookmark support.
11644
11645 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11646
11647         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11648         if set.
11649
11650 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11653         gnus-article-browse-html-save-cid-image; make it work recursively for
11654         forwarded messages as well.
11655         (gnus-article-browse-html-parts): Work when prefix arg is given.
11656         (gnus-article-browse-html-article): Doc fix.
11657
11658 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11659
11660         * message.el (message-default-mail-headers):
11661         (message-default-headers): Carry the value mail-default-headers over
11662         into message-default-mail-headers, rather than message-default-headers.
11663
11664 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11665
11666         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11667         charset.
11668
11669         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11670         charset into the <meta> tag when the article is encoded to utf-8.
11671
11672 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (gnus-article-browse-delete-temp-files):
11675         Delete directories as well.
11676         (gnus-article-browse-html-parts): Work for images that do not specify
11677         file names; delete temp directory when quitting; insert header at the
11678         right place; use file: scheme for image files.
11679
11680 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11681
11682         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11683         (gnus-article-browse-html-parts): Use it to make temporary cid image
11684         files in addition to html file so that browser may display them.
11685
11686 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11689
11690 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11691
11692         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11693
11694 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11695
11696         * auth-source.el (auth-sources): Change default to be simpler.
11697         Explain about Secret Service API sources.  Improve Customize options.
11698         (auth-source-pick): Change to accept any number of search parameters.
11699         Implement fallbacks iteratively, not recursively.  Add scoring on the
11700         second pass and sort by score.  Call Secret Service API when needed.
11701         (auth-source-user-or-password): Use it.  Call Secret Service API
11702         directly when needed to get the user name and the password.
11703
11704 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11705
11706         * message.el (message-interactive): Doc fix.
11707         (message-qmail-inject-args): Reflow.
11708         (message-kill-to-signature): Fix typo in docstring.
11709
11710         * smiley.el (smiley-buffer): Fix typo in docstring.
11711
11712 2010-03-24  Glenn Morris  <rgm@gnu.org>
11713
11714         * mail-source.el (gnus-message): Declare.
11715         (mail-source-delete-old-incoming): Require gnus-util.
11716
11717 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11720
11721         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11722
11723         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11724         password-cache's default if it is not bound.
11725         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11726         password-cache-expiry's default if it is not bound.
11727
11728         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11729         available in Emacs 21.
11730
11731         * lpath.el: Suppress compiler warnings for:
11732         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11733         XEmacs;
11734         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11735         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11736         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11737
11738 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * auth-source.el (auth-sources): Fix up definition so extra parameters
11741         are always inline.
11742
11743 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11744
11745         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11746         wasn't updated after mismatch.  Clear cached mailbox info correctly
11747         when uidvalidity changes.
11748         (nnimap-group-prefixed-name): New function to avoid some code
11749         duplication.
11750         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11751         (nnimap-request-group): Use it.
11752         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11753         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11754         with many imap folders.  This is done by caching the group status from
11755         the imap server persistently in a group parameter `imap-status'.  (This
11756         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11757         but not persistently, so every Gnus startup was still very slow.)
11758
11759 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11760
11761         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11762         delete the extra newline.  Otherwise editing of :string and :number
11763         types don't work.
11764
11765 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11766
11767         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11768         secrets.el dependency.
11769         (auth-sources): Add optional user name.  Add secrets.el configuration
11770         choice (unused right now).
11771
11772 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * gnus-sum.el (gnus-summary-make-menu-bar):
11775         Let `gnus-registry-install-shortcuts' fill in the functions.
11776
11777         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11778         warnings.
11779         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11780         (gnus-registry-install-shortcuts): Populate and use it in a
11781         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11782
11783 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11784
11785         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11786         In-place substitutions for the group name encoding/decoding.
11787         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11788         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11789         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11790         (nnimap-update-unseen, nnimap-request-list)
11791         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11792         (nnimap-request-set-mark, nnimap-split-to-groups)
11793         (nnimap-split-articles, nnimap-request-newgroups)
11794         (nnimap-request-create-group, nnimap-request-accept-article)
11795         (nnimap-request-delete-group, nnimap-request-rename-group)
11796         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11797         `encoded-mbx' for consistency.
11798         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11799         variable `imap-current-mailbox'.
11800
11801         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11802         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11803
11804 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11805
11806         * pop3.el (pop3-display-message-size-flag): Display message size byte
11807         counts during POP3 download.
11808         (pop3-movemail): Use it.
11809         (pop3-list): Implement listing of available messages.
11810
11811 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11812
11813         * nnir.el (nnir-get-article-nov-override-function): New function to
11814         override the normal NOV retrieval.
11815         (nnir-retrieve-headers): Use it.
11816
11817 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11818
11819         * auth-source.el (netrc-machine-user-or-password): Autoload.
11820
11821 2010-03-19  Glenn Morris  <rgm@gnu.org>
11822
11823         Stop message.el from loading about 40 libraries it doesn't always need.
11824         The general approach is to autoload rather than require, and to
11825         require in the specific functions rather than the file.  (Bug#5642)
11826
11827         * gmm-utils.el: Don't require wid-edit.
11828         (widget-create-child-value, widget-convert, widget-default-get):
11829         Autoload.
11830
11831         * gnus-util.el: Don't require time-date, netrc.
11832         (message-fetch-field, gnus-group-name-decode): Declare rather than
11833         autoloading.
11834         (gnus-fetch-field): Require message.
11835         (gnus-decode-newsgroups): Require gnus-group.
11836
11837         * ietf-drums.el: Don't require time-date.
11838
11839         * message.el: Don't require hashcash, canlock, ecomplete.
11840         Do require mail-utils.  Require nnheader only when compiling.
11841         (smtpmail-default-smtp-server): Remove declaration.
11842         (message-send-mail-function): Check smtpmail-default-smtp-server
11843         is bound rather than requiring smtpmail.
11844         (message-auto-save-directory, message-insert-signature):
11845         Use expand-file-name rather than nnheader-concat.
11846         (nnheader-insert-file-contents): Autoload.
11847         (hashcash-wait-async): Declare.
11848         (message-send-mail): Only call gnus-setup-posting-charset if
11849         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11850         (message-send-mail-with-sendmail): Require sendmail.
11851         (canlock-password, canlock-password-for-verify): Declare.
11852         (message-canlock-password): Require canlock.
11853         (nnheader-get-report): Autoload.
11854         (gnus-setup-posting-charset): Declare.
11855         (message-send-news): Require gnus-msg.
11856         (message-make-references, message-make-in-reply-to): Use mail-header-id
11857         rather than the alias mail-header-message-id.
11858         (ecomplete-add-item, ecomplete-save): Declare.
11859         (message-put-addresses-in-ecomplete): Require ecomplete.
11860         (ecomplete-display-matches): Autoload.
11861
11862         * mm-decode.el: Don't require mailcap, gnus-util.
11863         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11864         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11865         Autoload.
11866         (mailcap-mime-extensions): Declare.
11867
11868         * mm-encode.el: Don't require mailcap.
11869         (mailcap-extension-to-mime): Autoload.
11870
11871         * mml-sec.el: Don't require password-cache.
11872
11873         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11874         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11875         (mml-minibuffer-read-type): Require mailcap.
11876         (mml-preview): Require gnus-msg.
11877
11878         * mml1991.el: Require password-cache.
11879         (password-cache-expiry): Remove declaration.
11880
11881         * mml2015.el: Require password-cache.
11882         (password-cache-expiry): Remove declaration.
11883
11884         * nneething.el (mailcap): Require mailcap.
11885
11886         * nnheader.el (declare-function): Add compatibility stub.
11887         (message-remove-header): Declare rather than autoload.
11888         (nnheader-replace-header): Require message.
11889
11890         * nnimap.el (declare-function): Add compatibility stub.
11891         (netrc-parse, netrc-machine-user-or-password): Declare.
11892         (nnimap-open-connection): Require netrc.
11893
11894         * nntp.el (declare-function): Add compatibility stub.
11895         (netrc-parse, netrc-machine, netrc-get): Declare.
11896         (nntp-send-authinfo): Require netrc.
11897
11898         * rfc2047.el: Don't require qp.
11899         (quoted-printable-encode-region, quoted-printable-decode-string):
11900         Autoload.
11901
11902         * sieve-mode.el: Don't require easymenu.
11903         (easy-menu-add-item): Autoload it.
11904
11905         * spam-stat.el (time-to-number-of-days): Autoload it.
11906
11907 2010-03-19  Glenn Morris  <rgm@gnu.org>
11908
11909         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11910
11911 2010-03-18  Glenn Morris  <rgm@gnu.org>
11912
11913         * hashcash.el (declare-function): Remove duplicate definition.
11914
11915 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11916
11917         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11918         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11919         value if any backslash escapes).
11920
11921 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11924         if it is available.  (bug#5647)
11925
11926         * lpath.el: Suppress compiler warning for coding-system-from-name for
11927         Emacs 21 and XEmacs.
11928
11929 2010-03-14  Juri Linkov  <juri@jurta.org>
11930
11931         * hmac-def.el:
11932         * hmac-md5.el:
11933         * netrc.el: Fix keywords.
11934
11935 2010-02-26  Glenn Morris  <rgm@gnu.org>
11936
11937         * message.el (message-send-mail-function): Change the default, so that
11938         it inherits from a customized send-mail-function.  (Bug#5643)
11939
11940 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11941
11942         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11943         shell-command-to-string signals an error (bug#5299).
11944
11945 2010-02-24  Glenn Morris  <rgm@gnu.org>
11946
11947         * message.el (message-smtpmail-send-it)
11948         (message-send-mail-with-mailclient): Doc fixes.
11949
11950 2010-02-16  Glenn Morris  <rgm@gnu.org>
11951
11952         * message.el (message-default-mail-headers): Change the default value
11953         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11954
11955 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11958         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11959
11960 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11961
11962         * time-date.el (date-to-time): Doc fix (Bug#5408).
11963
11964 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11965
11966         * message.el (message-mail): Just pass yank-action on to message-setup.
11967         (message-setup): Handle (FUN . ARGS) form of yank-action.
11968         (message-with-reply-buffer, message-widen-reply)
11969         (message-yank-original): Handle non-buffer values of
11970         message-reply-buffer (Bug#4080).
11971         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11972
11973 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11974
11975         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11976         Fix typo in docstring.
11977
11978 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11979
11980         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11981         response.
11982
11983 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11986
11987         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11988
11989         * message.el (message-check-news-header-syntax): Protect against a
11990         string that `rfc822-addresses' returns when parsing fails.
11991
11992 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11995         (gnus-previous-char-property-change): New functions.
11996
11997         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11998
11999 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12000
12001         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12002         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12003
12004 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12005
12006         * message.el (message-exchange-point-and-mark): Rework last change to
12007         avoid using optional arg of exchange-point-and-mark, for backward
12008         compatibility.
12009
12010 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12011
12012         * message.el (message-exchange-point-and-mark):
12013         Call exchange-point-and-mark with an argument rather than setting
12014         mark-active by hand (Bug#5175).
12015
12016 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * nntp.el (nntp-service-to-port): Work for service expressed with
12019         numeric string; replace [:digit:] with [0-9] for XEmacs.
12020
12021 2009-12-17  Glenn Morris  <rgm@gnu.org>
12022
12023         * gnus-group.el (gnus-bug-group-download-format-alist):
12024         Change emacs entry to debbugs.gnu.org.  Bump :version.
12025
12026 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12029
12030 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * message.el (message-info): Explain why we use `Info-goto-node'.
12033
12034 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12037
12038 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12039
12040         * message.el (message-completion-in-region): New compatibility function.
12041         (message-expand-group): Use it.
12042
12043 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12046         with no unread article should be listed if the 2nd arg `predicate' is
12047         given.
12048
12049 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12052
12053 2009-11-29  Juri Linkov  <juri@jurta.org>
12054
12055         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12056         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12057         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12058
12059 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12060
12061         * sha1.el (sha1-string-external): default-directory "/" in case
12062         otherwise non-existent.  process-connection-type pipe for touch of
12063         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12064
12065 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12066
12067         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12068         it's comms related and sgml-mode.el has "comm" on that basis too.
12069
12070 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12073         containing tspecial characters if they have been already quoted.
12074
12075 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12076
12077         * dns-mode.el (auto-mode-alist): Purecopy string.
12078
12079 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12080
12081         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12082
12083 2009-10-24  Glenn Morris  <rgm@gnu.org>
12084
12085         * gnus-art.el (help-xref-stack-item): Define for compiler.
12086
12087 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12088
12089         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12090
12091 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12094
12095 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12098         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12099
12100 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12103         (gnus-overlays-in): New alias to overlays-in.
12104
12105         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12106         gnus-overlay-get, and gnus-delete-overlay.
12107         (gnus-summary-show-thread): Make it work as well for systems in which
12108         next-single-char-property-change is not available.
12109         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12110
12111         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12112         (gnus-overlay-get): New alias to extent-property.
12113         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12114
12115         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12116         SXEmacs.
12117
12118         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12119         SXEmacs.
12120
12121 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12124
12125 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12126
12127         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12128         and XEmacs that don't have `remove-overlays'.
12129
12130 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12131
12132         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12133         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12134         selective display.  Use overlays instead.
12135
12136 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12137
12138         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12139
12140 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12141
12142         * spam-stat.el (spam-stat-load): Fix typo in message.
12143
12144 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12145
12146         * dig.el (dig-invoke): Fix typo in docstring.
12147         (query-dig): Reflow docstring.
12148
12149 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12150
12151         * gnus-art.el (gnus-article-encrypt-body):
12152         * message.el (message-check-recipients):
12153         * mm-util.el (mm-codepage-setup):
12154         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12155         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12156
12157 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12158
12159         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12160         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12161         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12162         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12163         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12164
12165 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12166
12167         * dig.el: Add "Keywords: comm", as per net-utils.el.
12168
12169 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12170
12171         * dig.el (dig-mode): Use define-derived-mode.
12172
12173 2009-09-19  Glenn Morris  <rgm@gnu.org>
12174
12175         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12176
12177 2009-09-18  Glenn Morris  <rgm@gnu.org>
12178
12179         * gnus-diary.el (gnus-diary-check-message):
12180         * message.el (message-insert-formatted-citation-line):
12181         * nnbabyl.el (top-level):
12182         * nndiary.el (nndiary-schedule):
12183         Fix typos in condition-case handlers.
12184
12185 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12188         configuration that provides the sole article window in a frame;
12189         position point correctly after deleting a part.
12190
12191 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12192
12193         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12194         (spam-resolve-registrations-routine): Use it to unregister articles
12195         that change status.
12196
12197 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12200         with XEmacs.
12201         (parse-time-string-chars): Use it.
12202
12203 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12204
12205         * imap.el (imap-interactive-login): Better messages.
12206         (imap-open): Fix bug with renamed buffer on reconnect.
12207         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12208         for easier debugging and cleaner code.  On successful (guessed based on
12209         server capabilities) secondary authentication, set imap-state
12210         correctly.
12211         (imap-last-authenticator): Define imap-last-authenticator as a variable
12212         to avoid warnings.
12213
12214 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * nnrss.el (nnrss-request-article): Remove binding of
12217         default-enable-multibyte-characters that has gotten needless by
12218         the 2007-07-13 change in rfc2047-encode-message-header.
12219
12220         * mml.el (mml-insert-multipart): Error on the message header.
12221         (mml-insert-part): Error on the message header; position point at
12222         the end of a MIME tag.
12223
12224 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * time-date.el (autoload): Expand define-obsolete-function-alias into
12227         defalias and make-obsolete for old Emacsen that Gnus supports.
12228         (with-no-warnings): Define it for old Emacsen.
12229         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12230         is available.
12231         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12232         float-time is available; suppress compile warning for time-to-seconds.
12233
12234         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12235         (gnus-float-time): Alias to float-time if it exists.
12236
12237         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12238         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12239         float-time is available; suppress compile warning for time-to-seconds.
12240
12241         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12242         XEmacs.
12243
12244 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * imap.el (imap-message-map): Docstring fix.
12247
12248 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12251         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12252         Add the optional argument `encoding' that overrides the default.
12253
12254         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12255         mm-encode-buffer.
12256
12257 2009-09-04  Glenn Morris  <rgm@gnu.org>
12258
12259         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12260         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12261         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12262         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12263         * mm-util.el (mm-with-unibyte-current-buffer)
12264         (mm-find-buffer-file-coding-system):
12265         * yenc.el (yenc-decode-region): Use default-value rather than
12266         default-enable-multibyte-characters.
12267
12268 2009-09-03  Glenn Morris  <rgm@gnu.org>
12269
12270         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12271         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12272         than default-enable-multibyte-characters.
12273
12274 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12275
12276         * gnus-art.el (gnus-article-read-summary-keys):
12277         Fix gnus-buffer-configuration's value temporarily used.
12278
12279 2009-09-02  Glenn Morris  <rgm@gnu.org>
12280
12281         * gnus-util.el (gnus-float-time): New function.
12282         * gnus-delay.el (gnus-delay-article):
12283         * gnus-sum.el (gnus-thread-latest-date):
12284         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12285         * nnspool.el (nnspool-request-newgroups):
12286         Use gnus-float-time rather than time-to-seconds.
12287         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12288
12289         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12290         (gnus-header-subject-face, gnus-header-newsgroups-face)
12291         (gnus-header-name-face, gnus-header-content-face):
12292         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12293         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12294         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12295         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12296         (gnus-cite-face-11):
12297         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12298         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12299         (gnus-server-closed-face, gnus-server-denied-face)
12300         (gnus-server-offline-face):
12301         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12302         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12303         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12304         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12305         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12306         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12307         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12308         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12309         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12310         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12311         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12312         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12313         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12314         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12315         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12316         (gnus-summary-high-undownloaded-face)
12317         (gnus-summary-low-undownloaded-face)
12318         (gnus-summary-normal-undownloaded-face)
12319         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12320         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12321         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12322         (gnus-splash-face):
12323         * message.el (message-header-to-face, message-header-cc-face)
12324         (message-header-subject-face, message-header-newsgroups-face)
12325         (message-header-other-face, message-header-name-face)
12326         (message-header-xheader-face, message-separator-face)
12327         (message-cited-text-face, message-mml-face):
12328         * sieve-mode.el (sieve-control-commands-face)
12329         (sieve-action-commands-face, sieve-test-commands-face)
12330         (sieve-tagged-arguments-face):
12331         * spam.el (spam-face):
12332         Mark face aliases with "-face" in the name as obsolete.
12333
12334 2009-09-01  Glenn Morris  <rgm@gnu.org>
12335
12336         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12337         than goto-line.
12338
12339 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12342         Don't move point if the command is invoked inside the message header.
12343
12344 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12345
12346         * imap.el (imap-send-command): Simplify.
12347         (imap-wait-for-tag): point-max -> buffer-size.
12348
12349 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12350
12351         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12352         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12353         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12354         * nnir.el (nnir-swish-e-index-file):
12355         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12356         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12357         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12358         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12359         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12360         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12361
12362 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12365         Don't save excursion.
12366
12367 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12368
12369         * nnheader.el (nnheader-find-file-noselect):
12370         * mm-util.el (mm-insert-file-contents):
12371         Use (default-value 'major-mode) instead of default-major-mode.
12372
12373 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12374
12375         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12376
12377 2009-08-26  Glenn Morris  <rgm@gnu.org>
12378
12379         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12380         than placing in files.el.
12381
12382 2009-08-25  Glenn Morris  <rgm@gnu.org>
12383
12384         * nnir.el (top-level): Don't require cl at run-time.
12385         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12386         Replace cl-function substitute with gnus-replace-in-string.
12387         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12388         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12389         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12390         simplified expansions.
12391
12392 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12393
12394         * dig.el (dig): Add autoload cookie.
12395
12396 2009-08-22  Glenn Morris  <rgm@gnu.org>
12397
12398         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12399         goto-line.
12400
12401 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12402
12403         * parse-time.el (parse-time-string-chars): Save match data.
12404
12405 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12406
12407         * parse-time.el (parse-time-string-chars): Compute using character
12408         classes, to handle non-ascii characters (Bug#3190).
12409
12410 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12413
12414         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12415         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12416         (gnus-mm-display-part, gnus-mime-display-single)
12417         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12418         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12419
12420         * gnus-sum.el
12421         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12422         (gnus-summary-move-article): Add expirable mark to articles copied or
12423         moved to group that has auto-expire turned on if the option is non-nil.
12424
12425 2009-07-24  Glenn Morris  <rgm@gnu.org>
12426
12427         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12428         Fix typo.  (Bug#3903)
12429
12430 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12433         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12434         that should not be used for draft articles.
12435         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12436         that has no concern in minor mode keys.
12437         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12438         Abolish.
12439
12440 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12443         article without making inquiry to a user for unknown encoding.
12444
12445         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12446         (nnmaildir--scan): Assume i-node and device number that file-attributes
12447         returns might be cons-cell.
12448
12449         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12450
12451         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12452
12453 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12454
12455         * auth-source.el: Remove docs now in auth.texi.  Don't use
12456         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12457         `auth-source-hide-passwords' and use them.
12458
12459 2009-07-15  Glenn Morris  <rgm@gnu.org>
12460
12461         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12462
12463 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12466         excessive whitespace from the default values of title and description.
12467
12468 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12471         mail-fetch-field to fetch Content-Description header in order to
12472         exclude newlines.
12473
12474 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12475
12476         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12477         format used by GnuPG 2.0.11.
12478
12479 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12482         to deleted part.
12483
12484 2009-05-30  David Engster  <dengste@eml.cc>
12485
12486         * nnmairix.el: Remove old documentation in the commentary block.
12487         (nnmairix-request-group): Do not update active file for nnml back ends.
12488         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12489         end so that overview files are ignored.
12490         (nnmairix-update-groups): Make updating the groups more robust by using
12491         marks.
12492         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12493         with dollar characters in message-id.
12494
12495 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12498         2008-12-25 in dns.el.
12499
12500 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12501
12502         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12503         could happen if the text is only composed of spaces and/or tabs.
12504
12505 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12506
12507         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12508         when sending a queued message to avoid extra mml tags.
12509
12510 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12513
12514 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12517         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12518         rmail-toggle-header for XEmacs;
12519         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12520
12521 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-dired.el: Remove autoload for gnus-setup-message.
12524         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12525         displaying Gnus logo; always use compose-mail.
12526
12527 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12530
12531 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12534         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12535         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12536         available.
12537         (gnus-nocem-epg-verify): New function.
12538
12539 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12542
12543 2009-02-15  Glenn Morris  <rgm@gnu.org>
12544
12545         * gnus-util.el (rmail-insert-rmail-file-header)
12546         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12547         autoloads.
12548         (rmail-default-rmail-file): Remove unnecessary declaration.
12549         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12550
12551 2009-02-14  Glenn Morris  <rgm@gnu.org>
12552
12553         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12554         variable (only used in gnus-util, which declares it anyway).
12555         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12556         which was only needed by gnus-art (changed to not use it any more).
12557         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12558         only used in gnus-util, which autoloads it itself.
12559         (rmail-update-summary): Fix autoload.
12560
12561         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12562         rather than rmail-output-to-rmail-file.
12563
12564 2009-02-07  Glenn Morris  <rgm@gnu.org>
12565
12566         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12567         autoload of function that no longer exists.
12568         (rmail-toggle-header): Declare.
12569         (message-forward-rmail-make-body): Handle mbox Rmail.
12570
12571 2009-01-31  Glenn Morris  <rgm@gnu.org>
12572
12573         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12574         2009-01-09 change.
12575
12576 2009-01-31  Dave Love  <fx@gnu.org>
12577
12578         * imap.el (imap-fetch-safe): Bind debug-on-error.
12579         (imap-debug): Add imap-fetch-safe.
12580
12581 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12582
12583         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12584         (auth-source-forget-all-cached): New convenience function.
12585         (auth-source-user-or-password): Accept list of modes or a single mode.
12586
12587         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12588         auth-source modes.
12589
12590         * netrc.el (netrc-machine-user-or-password): Use list of
12591         auth-source modes.
12592
12593         * nnimap.el (nnimap-open-connection): Use list of
12594         auth-source modes.
12595
12596         * nntp.el (nntp-send-authinfo): Use list of
12597         auth-source modes.
12598
12599 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12600
12601         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12602         now.
12603
12604 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12607         coding system in XEmacs; add a workaround for XEmacs.
12608
12609         * lpath.el: Fbind coding-system-aliasee.
12610
12611 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12614         of current-language-environment.
12615
12616 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12619         available at runtime.
12620
12621 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12624
12625 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12626
12627         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12628         the greatest positive fixnum value doesn't work under an XEmacs with
12629         bignum support; use the most-positive-fixnum constant instead,
12630         available since Emacs 21.1 with cl and XEmacs 21.1.
12631
12632 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12635         XEmacs gets not to work.
12636
12637 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * mm-util.el (mm-coding-system-priorities): Allow the value like
12640         "Japanese (UTF-8)" of current-language-environment.
12641
12642 2009-01-09  Glenn Morris  <rgm@gnu.org>
12643
12644         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12645         with last-command-event.
12646
12647 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12650         in the doc string.
12651
12652         * message.el (message-fix-before-sending): Amend comment.
12653
12654 2009-01-08  Dave Love  <fx@gnu.org>
12655
12656         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12657
12658 2009-01-07  David Engster  <dengste@eml.cc>
12659
12660         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12661         simplified server definitions by converting it via
12662         gnus-server-to-method.
12663
12664 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12667         parameter's operands.
12668
12669 2009-01-06  David Engster  <dengste@eml.cc>
12670
12671         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12672         primary select method (for gnus-group-mark-article-as-read).
12673
12674 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12675
12676         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12677         `(gnus)Face', not `(gnus)X-Face'.
12678
12679 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * mm-util.el (mm-ucs-to-char): New function.
12682
12683         * mm-url.el (mm-url-decode-entities): Use it.
12684
12685         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12686         unicode-to-char.
12687
12688 2009-01-05  Dave Love  <fx@gnu.org>
12689
12690         * time-date.el: Require cl for `declare'.
12691
12692 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12695         Dave Love.
12696
12697 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * message.el (message-fix-before-sending): Add `eight-bit' to
12700         illegible-text check.
12701
12702 2009-01-03  Michael Olson  <mwolson@gnu.org>
12703
12704         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12705         `headers' is nil.  This can occur if the IMAP server does not have
12706         permissions to read messages from a folder, but can write new messages
12707         to the folder.
12708         (nnimap-request-article-part): Do not insert `data' if it is nil.
12709
12710         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12711         characters which will confuse `read', so skip past them.
12712
12713 2009-01-01  Dave Love  <fx@gnu.org>
12714
12715         * imap.el (imap-string-to-integer): Fix typo.
12716         (imap-fetch-safe): New function.
12717         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12718
12719         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12720
12721         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12722         (imap-parse-greeting): Fix doc strings.
12723         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12724         (imap-parse-flag-list): Make messages unique.
12725         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12726
12727         * nnimap.el: Fix author email.
12728         (nnimap-split-rule): Add FIXME comment.
12729         (nnimap-debug): Fix doc string.
12730
12731 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12734
12735 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12738         nslookup if resolv.conf isn't available.
12739         (dns-query): Rename from query-dns.
12740         (dns-query-cached): Rename from query-dns-cached.
12741
12742 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12745         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12746         to check if those variables exist (first appeared in Emacs 18.50).
12747
12748 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * mm-util.el (mm-line-number-at-pos): New function.
12751
12752         * spam-report.el (spam-report-process-queue): Use it.
12753
12754 2008-12-24  David Engster  <dengste@eml.cc>
12755
12756         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12757         parameters that haven't existed as variables as buffer-local variables.
12758
12759 2008-12-23  Dave Love  <fx@gnu.org>
12760
12761         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12762         cadar.
12763
12764         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12765         imap-starttls-p.
12766         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12767
12768 2008-12-22  Dave Love  <fx@gnu.org>
12769
12770         * imap.el: Fix author email.  Doc fixes.
12771         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12772         reply.
12773
12774 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * spam-report.el (spam-report-gmane-max-requests): New constant.
12777         (spam-report-gmane-wait): New variable.
12778         (spam-report-gmane-ham, spam-report-gmane-spam)
12779         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12780         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12781         the server.
12782
12783         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12784         Add explanations.
12785
12786         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12787         nnheader-accept-process-output and nnheader-read-timeout if available.
12788         (pop3-movemail): Use it.
12789
12790         * message.el (message-check-news-body-syntax): Fix signature check if
12791         there's an attachment.
12792
12793 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * mm-util.el: Add comments to the mm- emulating functions.
12796
12797 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12800         Reported by Stephen Berman <stephen.berman@gmx.net>.
12801
12802 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * mm-util.el (mm-substring-no-properties): New function.
12805         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12806         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12807         (mm-string-to-multibyte): Doc fix.
12808
12809         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12810
12811 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * mml.el (mml-attach-file): Strip text properties from file name.
12814         (Bug#1574)
12815
12816 2008-12-16  Glenn Morris  <rgm@gnu.org>
12817
12818         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12819
12820 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12823         knows since the charset specified might be a bogus alias that
12824         mm-charset-synonym-alist provides.
12825
12826 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12829         "ISO_8859-1".
12830
12831         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12832
12833 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * mm-util.el (mm-charset-eval-alist):
12836         Define it before mm-charset-to-coding-system.
12837         (mm-charset-to-coding-system): Add optional argument `silent';
12838         define it before mm-charset-override-alist.
12839         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12840         default value if it can be used in Emacs currently running;
12841         silence mm-charset-to-coding-system.
12842
12843 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12846         `allow-override' which says whether to use `mm-charset-override-alist'.
12847         (rfc2047-decode-encoded-words): Use it.
12848
12849         * mm-util.el (mm-charset-override-alist): Fix custom type;
12850         add `(gb2312 . gbk)' to choices.
12851
12852 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12855         fast.
12856
12857         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12858
12859         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12860
12861 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12862
12863         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12864         on links.
12865
12866         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12867
12868 2008-12-03  Lute Kamstra  <lute@gnu.org>
12869
12870         * sha1.el: Remove leading * from docstrings of defcustoms,
12871         deffaces, defconsts and defuns.
12872
12873 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12876         users' addresses that don't have domain parts.
12877         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12878         rather than message-narrow-to-head since there will be the message
12879         header separator.
12880
12881 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12882
12883         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12884         since the result is inserted in a unibyte buffer anyway.
12885         (nnimap-demule-use-string-to-multibyte): Remove.
12886         (nnimap-demule): Alias it to mm-string-to-multibyte.
12887
12888 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12891         variable for debugging bug#464 and bug#1174.
12892         (nnimap-demule): Use it.
12893
12894 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12897         score calculation correctly.
12898
12899 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12900
12901         * message.el (message-send-mail): Just set the buffer to unibyte
12902         rather than use mm-with-unibyte-current-buffer which does a lot more.
12903         (message-send-mail-partially): Don't bother with
12904         mm-with-unibyte-current-buffer since it's already been made unibyte by
12905         message-send-mail.
12906
12907 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12910
12911 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12914
12915 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12918         require itself and to remove `with-no-warnings'.
12919
12920 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12921
12922         * starttls.el (starttls-any-program-available): Get the name of the
12923         available TLS layer program.
12924         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12925         well as the host name in the "opening" message.
12926
12927         * auth-source.el (auth-source-cache, auth-source-do-cache)
12928         (auth-source-user-or-password): Cache passwords and logins by default,
12929         allow override with `auth-source-do-cache'.
12930         (auth-source-forget-user-or-password): Allow users to remove cache
12931         entries if needed.
12932
12933 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12934
12935         * md4.el (md4-buffer): Fix typo in docstring.
12936         (md4, md4-64): Doc fixes.
12937         (md4-pack-int32): Reflow docstring.
12938
12939 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12940
12941         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12942         condition-case to only the forward-sexp call.
12943
12944 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12945
12946         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12947         quotes contained.  Make it more robust regardless by an extra
12948         condition-case wrapper.
12949
12950 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12953
12954 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * nnml.el (nnml-request-expire-articles): Check if the function set to
12957         `nnmail-expiry-target' returns the symbol `delete'.
12958
12959         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12960
12961         * nnmail.el (nnmail-expiry-target): Fix custom type.
12962
12963 2008-10-02  Glenn Morris  <rgm@gnu.org>
12964
12965         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12966         Silence compiler warning.
12967
12968 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12969
12970         * tls.el (open-tls-stream): Show the actual command being
12971         executed, instead of the format string.
12972
12973 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * lpath.el: Fbind codepage-setup for Emacs 23.
12976
12977 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12978
12979         * mml.el (mml-menu): Don't assume mml2015 is bound.
12980
12981 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12984         exists.
12985
12986 2008-09-27  Glenn Morris  <rgm@gnu.org>
12987
12988         * gnus-util.el (mail-header-remove-comments): Autoload it.
12989
12990 2008-09-27  Andreas Schwab  <schwab@suse.de>
12991
12992         * gnus-util.el (gnus-split-references): Strip comments.
12993         (gnus-parent-id): Likewise.
12994
12995 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * message.el (message-confirm-send): Fix version.
12998
12999 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * message.el (message-idna-to-ascii-rhs-1): Use
13002         mail-extract-address-components rather than mail-header-parse-addresses
13003         that is an alias by default to ietf-drums-parse-addresses that does not
13004         support non-ASCII names in headers' contents.
13005
13006 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13007
13008         * message.el (message-confirm-send): Fix variable documentation to
13009         avoid the "y/n" wording.
13010
13011 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13012
13013         * message.el (message-set-auto-save-file-name): Save to a different
13014         filename so multiple messages (especially drafts) can be recovered.
13015
13016 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         * message.el (message-confirm-send): Add appropriate version.
13019
13020 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13023         defvar.
13024
13025 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13026
13027         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13028         (mm-pkcs7-enveloped-magic): Ditto.
13029
13030 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13031
13032         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13033         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13034
13035 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13038         default, it's better.
13039
13040 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13041
13042         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13043         summary line gnus-number property and ignore them (with a warning
13044         message).
13045
13046 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13049         macro caddr in the interactive form since it won't be expanded.
13050
13051 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13054         `charset'; fix name of function called recursively.
13055         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13056
13057 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13060         (gnus-mime-set-charset-parameters): New function.
13061         (gnus-mime-view-part-as-charset): Use it to correctly display part
13062         specifying wrong charset.
13063
13064 2008-09-08  David Engster  <dengste@eml.cc>
13065
13066         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13067         in completing-read for back end server.
13068
13069 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13070
13071         * message.el (message-confirm-send): New variable to confirm sending a
13072         message.
13073         (message-send): Use it.
13074
13075 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13078
13079 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13082
13083 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13084
13085         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13086         prevent tracking too many groups.
13087         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13088         Use it.
13089
13090 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13091
13092         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13093         moving point to the bottom of the window in order to avoid recentering.
13094
13095 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13098
13099         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13100         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13101         (gnus-article-beginning-of-window): Fix calculation.
13102
13103 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-msg.el (gnus-summary-supersede-article)
13106         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13107         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13108         message header.
13109
13110 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13111
13112         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13113         pending output coming after the status change.
13114
13115 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13116
13117         * message.el:
13118         * gnus-start.el:
13119         * gnus-registry.el: Remove VMS support.
13120
13121 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13124         macro.
13125         (rfc2104-hash): Use it.
13126
13127 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13130         (gnus-summary-sort-by-most-recent-date): New commands.
13131         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13132         and menu entries.
13133
13134 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13137         don't redisplay article for raw contents; remove plural articles stuff.
13138
13139         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13140         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13141         on gnus-summary-save-article; display results properly.
13142
13143 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * lpath.el: No need to fbind ns-focus-frame.
13146
13147 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13150
13151 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-art.el (gnus-summary-save-in-pipe):
13154         Consider gnus-save-all-headers.
13155
13156 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13157
13158         * gnus-util.el (ns-focus-frame): Remove declaration.
13159         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13160         like x.
13161
13162 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13163
13164         * rfc2104.el (rfc2104-zero): Delete defconst.
13165         (rfc2104-hex-alist): Likewise.
13166         (rfc2104-hex-to-int): Delete func.
13167         (rfc2104-hexstring-to-bitstring): Likewise.
13168         (rfc2104-nybbles): New defconst.
13169         (rfc2104-hash): Rewrite for speed.
13170
13171 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * tls.el (open-tls-stream): Make it work with the 2nd argument
13174         BUFFER that is a string but does not exist as a buffer object, as
13175         mentioned in the doc-string.
13176
13177 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13180         SXEmacs.
13181
13182 2008-07-16  Glenn Morris  <rgm@gnu.org>
13183
13184         * gnus-util.el (ns-focus-frame): Declare for compiler.
13185
13186 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13189         set as a group parameter.
13190         (gnus-summary-save-in-pipe): Work when it is called independently.
13191         (gnus-summary-pipe-to-muttprint): Don't modify
13192         gnus-summary-pipe-output-default-command.
13193
13194 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13195
13196         * message.el (message-send-mail-with-sendmail):
13197         Display the error message.
13198
13199 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (gnus-default-article-saver):
13202         Add gnus-summary-save-in-pipe to choices.
13203         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13204         gnus-summary-pipe-output-default-command as the default command.
13205         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13206         instead of gnus-last-shell-command.
13207
13208         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13209         New user option.
13210         (gnus-summary-muttprint-program): Mention the value will be changed.
13211         (gnus-summary-save-article): Force showing of all headers.
13212         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13213
13214 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13215
13216         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13217
13218 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13219
13220         * nnimap.el (nnimap-id):
13221         * sieve-manage.el (sieve-manage-open): Doc fixes.
13222
13223 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13224
13225         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13226         if available.
13227
13228 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13229
13230         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13231
13232         * nnkiboze.el (nnkiboze-generate-group):
13233         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13234
13235         * nnmairix.el: Require CL.
13236
13237 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * dgnushack.el: Autoload get-display-table and put-display-table for
13240         XEmacs 21.5.
13241
13242         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13243         21.4 and SXEmacs.
13244
13245 2008-06-15  David Engster  <dengste@eml.cc>
13246
13247         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13248
13249 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13250
13251         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13252         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13253         runtime choice under XEmacs.
13254
13255         * gnus-sum.el (gnus-summary-set-display-table):
13256         Use `gnus-put-display-table', `gnus-get-display-table',
13257         `gnus-set-display-table' for the display table, instead of `aset'.
13258
13259         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13260         Use `gnus-put-display-table', `gnus-get-display-table',
13261         `gnus-set-display-table' for the display table.
13262
13263 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * nnmairix.el: Add autoloads.
13266
13267 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * nnmairix.el (nnmairix-delete-recreate-group)
13270         (nnmairix-update-and-clear-marks): Fix error messages.
13271
13272 2008-06-14  David Engster  <dengste@eml.cc>
13273
13274         * nnmairix.el: Upgrade to version 0.6.
13275         (nnmairix-group-toggle-propmarks-this-group)
13276         (nnmairix-group-toggle-readmarks-this-group)
13277         (nnmairix-group-delete-recreate-this-group)
13278         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13279         (nnmairix-remove-tick-mark-original-article): New commands.
13280         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13281         (nnmairix-propagate-marks-to-nnmairix-groups)
13282         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13283         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13284         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13285         functions needed for marks propagation and manipulation of read marks.
13286         (nnmairix-update-groups): New function.
13287         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13288         (nnmairix-determine-original-group-from-registry)
13289         (nnmairix-determine-original-group-from-path)
13290         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13291         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13292         New helper functions.
13293         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13294         keystrokes for new commands.
13295         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13296         (nnmairix-request-group): Check allow-fast group parameter.
13297         (nnmairix-request-create-group): Set allow-fast group parameter if
13298         nnmairix-allowfast-default is set.
13299         (nnmairix-close-group): Propagate marks upon closing if needed.
13300         (nnmairix-group-toggle-threads-this-group): Use new.
13301         nnmairix-group-toggle-parameter helper function.
13302         (nnmairix-search): Better check for empty search result.
13303         (nnmairix-goto-original-article): Use new helper functions for
13304         determining original article.
13305         (nnmairix-show-original-article): Make sure message-id is in brackets.
13306         (nnmairix-call-mairix-binary): Change variable name.
13307         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13308         helper function.
13309         (nnmairix-widget-toggle-activate): Fix doc string.
13310
13311 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * nnir.el: Require edmacro when compiling with XEmacs.
13314         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13315         available in Emacs 21.
13316
13317 2008-06-11  Glenn Morris  <rgm@gnu.org>
13318
13319         * gnus-util.el (x-focus-frame):
13320         * gnus.el (image-size):
13321         * mm-decode.el (image-size): Declare.
13322
13323         * gnus-picon.el (declare-function): Add compat definition.
13324         (image-size): Declare.
13325
13326         * gnus-group.el (tool-bar-map):
13327         * gnus-sum.el (tool-bar-map): Define for compiler.
13328
13329         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13330
13331         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13332
13333         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13334         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13335         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13336         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13337         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13338         * sieve-manage.el, spam-report.el, spam.el:
13339         Remove unnecessary eval-and-compile of autoloads.
13340
13341 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13342
13343         * auth-source.el: Precise Tramp doc.
13344
13345 2008-06-07  Glenn Morris  <rgm@gnu.org>
13346
13347         * nnmairix.el: Remove unnecessary eval-when-compile.
13348
13349 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * lpath.el: Fbind propertize for XEmacs 21.4.
13352
13353 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * nnir.el: Move here from ../contrib.
13356
13357 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13358
13359         * gnus-util.el (gnus-read-shell-command): New function.
13360         * mm-decode.el (mm-pipe-part):
13361         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13362
13363 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13366
13367 2008-06-03  Glenn Morris  <rgm@gnu.org>
13368
13369         * pop3.el (nnheader-accept-process-output): Autoload it.
13370
13371 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13374         are not 2-digit hexadecimal characters that follow `%'s.
13375
13376 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * message.el (message-bogus-recipient-p): Fix type in doc string.
13379         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13380         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13381         Improve custom options.
13382         (message-bogus-recipient-p): Adjust accordingly.
13383
13384 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13385
13386         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13387         long-form month and day names.
13388
13389 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * dgnushack.el: Autoload debug, eudc-expand-inline and
13392         pgg-snarf-keys-region for XEmacs.
13393
13394         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13395
13396         * nnmairix.el: Require edmacro when compiling with XEmacs.
13397
13398 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13401         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13402
13403 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * auth-source.el: Add more docs.
13406
13407         * netrc.el (netrc-machine): Always match if the port is not given.
13408
13409 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13412         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13413         retrieval faster in some cases, but might make CPU usage larger.
13414         If this has any bad side effects, we might revert this change.
13415
13416         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13417         seems to make mail retrieval much, much faster.
13418         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13419         unconditionally.
13420
13421         * gnus-draft.el (gnus-group-send-queue):
13422         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13423
13424 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13427
13428         * message.el (message-bogus-address-regexp): Fix and improve custom
13429         type.
13430         (message-setup-hook): Add message-check-recipients as custom option.
13431
13432 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * message.el (message-cite-function): Remove bogus autoload which crept
13435         in during merge from v5-10.
13436
13437 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13438
13439         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13440
13441         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13442
13443         * auth-source.el: Preliminary Tramp docs.
13444         (auth-sources): Change the default auth-sources to use
13445         EPA .gpg files.
13446
13447 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * nntp.el: Autoload `auth-source-user-or-password'.
13450         (nntp-send-authinfo): Use it.
13451
13452         * nnimap.el: Autoload `auth-source-user-or-password'.
13453         (nnimap-open-connection): Use it.
13454
13455         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13456         for the gnus-message function.
13457         (auth-source-user-or-password): Use it.
13458
13459 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13460
13461         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13462         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13463         (rfc2104-hash): Use it.
13464
13465 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13466
13467         * gnus-art.el (gnus-article-toggle-truncate-lines):
13468         Don't use `iff' in docstring.
13469
13470 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13471
13472         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13473
13474         * gnus-util.el (gnus-extract-address-component-name)
13475         (gnus-extract-address-component-email): Convenience functions around
13476         `gnus-extract-address-components'.
13477
13478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13479         Use `gnus-extract-address-component-email' to fix bug of comparing full
13480         sender name to `user-mail-address'.
13481
13482 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13485         catch/throw to optimize.
13486         (gnus-registry-find-keywords): Just use member to find a keyword.
13487
13488 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13489
13490         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13491         is current before calling gnus-server-prepare.
13492         (gnus-server-setup-buffer, gnus-server-update-server)
13493         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13494
13495 2008-05-04  Juri Linkov  <juri@jurta.org>
13496
13497         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13498         (mailcap-file-default-commands): Use mailcap-replace-in-string
13499         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13500         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13501
13502 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13503
13504         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13505
13506 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13507
13508         * gnus.el: Bump version to 0.11.
13509
13510 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13511
13512         * gnus.el: No Gnus v0.10 is released.
13513
13514 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13517         hooks.
13518         (gnus-update-read-articles): Speed up non-marks-using users.
13519         (gnus-use-marks): Define gnus-use-marks.
13520         (gnus-propagate-marks): Rename variable to something more sensible.
13521
13522 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13523
13524         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13525         (gmm-image-load-path-for-library): Fix typos in docstrings.
13526         (gmm-message): Reflow docstring.
13527
13528 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13529
13530         * mail-source.el (mail-source-set-1, mail-source-bind):
13531         Move auth-source code out of the macro to clean it up and fix bugs.
13532
13533 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13536         by sender if it's equal to user-mail-address, it's likely to be
13537         useless.
13538
13539         * mail-source.el (mail-source-bind): Don't use user or password if they
13540         are not bound.  Unintern them if they are nil.  Don't use server unless
13541         it's bound, and default it to empty string otherwise.
13542
13543 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * mail-source.el: Load auth-source.el.
13546         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13547         get user name or password, if auth-sources is set up.
13548
13549         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13550         strategy of splitting with parent.
13551         (gnus-registry-split-fancy-with-parent)
13552         (gnus-registry-post-process-groups): Use it and fix prior
13553         bug (returning a list as the split result).
13554
13555         * auth-source.el (auth-sources): Remove server parameter.
13556         (auth-source-pick, auth-source-user-or-password)
13557         (auth-source-user-or-password-imap)
13558         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13559         (auth-source-user-or-password-sftp)
13560         (auth-source-user-or-password-smtp): Remove server parameter.
13561
13562 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13563
13564         * smime.el (smime-sign-region, smime-encrypt-region)
13565         (smime-decrypt-region):
13566         Remove redundant calls to `generate-new-buffer-name'.
13567
13568 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13569
13570         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13571         Don't use QP for message/rfc822.
13572         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13573
13574 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13575
13576         * sieve-manage.el (sieve-string-bytes): Remove.
13577         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13578         correct byte-length only if the process's coding-system is the same as
13579         the one used internally by Emacs to represent strings.
13580
13581 2008-04-22  Juri Linkov  <juri@jurta.org>
13582
13583         * mailcap.el (mailcap-file-default-commands): New function.
13584
13585 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * message.el (message-signature-separator, message-cite-function):
13588         Change custom version.
13589
13590 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13591
13592         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13593         commands.
13594         (tls-checktrust): Ditto.
13595
13596 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * mm-decode.el (mm-display-external): Make temp file read-only.
13599
13600 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13603         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13604         `C-c C-f d'.
13605
13606 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13607
13608         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13609
13610 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus.el: Bump version to 0.9.
13613
13614 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus.el: No Gnus v0.8 is released.
13617
13618 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13619
13620         * mail-source.el (mail-source-value):
13621         Prefer fboundp to functionp so it works with macros as well.
13622
13623 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13624
13625         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13626         Fix last change in case the element is not even a symbol.
13627
13628 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13629
13630         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13631         Prefer fboundp to functionp so it works with macros as well.
13632
13633 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * auth-source.el: Add docs.
13636         (auth-sources): Modify format to support server.
13637         (auth-source-pick, auth-source-user-or-password)
13638         (auth-source-user-or-password-imap)
13639         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13640         (auth-source-user-or-password-sftp)
13641         (auth-source-user-or-password-smtp): Add server parameter.
13642
13643 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13644
13645         * gnus-registry.el: Initialize the registry when gnus-registry-install
13646         is t.
13647
13648 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * compface.el (uncompface): Make buffer unibyte.
13651
13652 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13653
13654         * mail-source.el (mail-source-value):
13655         Prefer fboundp to functionp so it works with macros as well.
13656
13657 2008-04-05  Glenn Morris  <rgm@gnu.org>
13658
13659         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13660
13661 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13662
13663         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13664         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13665
13666         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13667         multibyteness after rather than before erasing it.
13668
13669         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13670         mm-with-multibyte.
13671         (gnus-request-article-this-buffer): Make sure the proper decoding is
13672         used if gnus-original-article-buffer happens to be unibyte.
13673
13674         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13675         default-enable-multibyte-characters.
13676
13677         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13678         default-enable-multibyte-characters.
13679
13680         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13681
13682         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13683
13684 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13687         Fix last change in case the element is not even a symbol.
13688
13689 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13690
13691         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13692         (imap-message-copyuid-1): Use it.
13693         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13694         J. Williams in
13695         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13696
13697         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13698         imap-enable-exchange-bug-workaround.
13699         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13700
13701 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13702
13703         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13704         a 100 byte status-checks into a 2-3MB transfer for each group.
13705         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13706         to enable bug workaround or not.
13707         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13708
13709 2008-03-31  Glenn Morris  <rgm@gnu.org>
13710
13711         * message.el (mml2015-use): Declare for compiler.
13712         (message-info): Require mml2015 when appropriate.
13713
13714 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13717         whitespace.
13718
13719 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13720
13721         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13722         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13723         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13724         (nntp-service-to-port): New function.
13725         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13726         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13727         (nntp-open-netcat-stream): New function.
13728         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13729
13730 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13731
13732         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13733
13734 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13737
13738 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13739
13740         * dns.el (dns-write): Use set-buffer-multibyte.
13741
13742 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13743
13744         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13745
13746 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * message.el (message-signature-separator): Change default.
13749         Improve custom type.
13750         (message-cite-function): Change default to
13751         message-cite-original-without-signature.
13752
13753         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13754         toggle.
13755
13756         * message.el (message-check-news-body-syntax): Fix signature check.
13757         (message-setup-1): Mark buffer as unmodified _after_ running
13758         message-setup-hook and handling message-alternative-emails.
13759         (message-shorten-references): Be more strict when building list of
13760         valid references to comply with GNKSA.
13761
13762         * gnus-group.el (gnus-read-ephemeral-bug-group)
13763         (gnus-read-ephemeral-debian-bug-group)
13764         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13765
13766         * message.el (message-info): Don't use booleanp which isn't supported
13767         in Emacs 21 and XEmacs.
13768
13769 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13772         gnus-group-gmane-group-download-format.
13773         (gnus-group-read-ephemeral-gmane-group): Rename from
13774         gnus-group-read-ephemeral-gmane-group.
13775         (gnus-read-ephemeral-gmane-group-url): Rename from
13776         gnus-group-read-ephemeral-gmane-group-url.
13777         (gnus-bug-group-download-format-alist): New variable.
13778         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13779         (gnus-read-ephemeral-emacs-bug-group): New commands.
13780
13781 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13784         (gnus-visible-headers): Improve custom type.
13785
13786 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * mml.el (mml-menu): Add workarounds for XEmacs.
13789
13790         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13791         X-Boundary header.
13792
13793         * message.el (message-simplify-recipients): Fix previous commit.
13794
13795 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13796
13797         * mm-util.el (mm-set-buffer-multibyte): New function.
13798         * mm-decode.el (mm-copy-to-buffer): Use it.
13799
13800         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13801         Prefer fboundp to functionp so it works with macros as well.
13802
13803 2008-03-19  Glenn Morris  <rgm@gnu.org>
13804
13805         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13806         Accidentally removed in the sync process with Emacs.
13807
13808 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * message.el (message-alter-recipients-discard-bogus-full-name):
13811         New function.
13812         (message-alter-recipients-function): New variable.
13813         (message-get-reply-headers): Use it.
13814         (message-replace-header): New helper function.
13815         (message-recipients-without-full-name): New variable.
13816         (message-simplify-recipients): New command.
13817
13818         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13819
13820         * message.el (message-info): Handle EasyPG manual.
13821
13822         * mml.el (mml-menu): Add entry for EasyPG.
13823
13824 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13825
13826         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13827         parameter.
13828
13829         * message.el (message-disassociate-draft): Specify drafts group name
13830         fully.
13831
13832 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13835         Eliminate unnecessary duplicates from the match list.
13836
13837 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13840
13841         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13842
13843         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13844         args of `how-many' of which the XEmacs version doesn't take; declare
13845         Info-index-next as function.
13846
13847 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus-score.el (gnus-score-headers): Fix handling of
13850         gnus-inhibit-slow-scoring.
13851
13852         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13853         string.
13854         (gnus-button-url-regexp): Improve handling of parenthesis.
13855         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13856         (gnus-button-handle-info-keystrokes): Handle index entries.
13857
13858 2008-03-15  Glenn Morris  <rgm@gnu.org>
13859
13860         * parse-time.el (parse-time-string): Simplify.
13861
13862 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13865         Incoming* files.
13866
13867 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13868
13869         * auth-source.el (auth-sources): Rename from auth-source-choices.
13870         (auth-source-pick): Use it.
13871
13872 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13873
13874         * binhex.el (binhex-decode-region-internal):
13875         * uudecode.el (uudecode-decode-region-internal):
13876         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13877         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13878         setting default-enable-multibyte-characters.
13879
13880 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * auth-source.el (auth-source-protocols)
13883         (auth-source-protocols-customize, auth-source-choices): Add and
13884         modified variable customizations and defaults.
13885         (auth-source-pick, auth-source-user-or-password)
13886         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13887         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13888         (auth-source-user-or-password-sftp)
13889         (auth-source-user-or-password-smtp): Use new variables and provide an
13890         interface to netrc.el.
13891
13892 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13895         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13896         Make sure the nntp port to specify is a string.
13897
13898 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13899
13900         * nntp.el: Use with-current-buffer.
13901         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13902         dubious mm-with-unibyte-current-buffer.
13903         (nntp-with-open-group-function): New function extracted from
13904         nntp-with-open-group macro.
13905         (nntp-with-open-group): Use the function, so it's easier to debug.
13906         Add indentation and debugging info.
13907         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13908         Recommend the use of the netcat alternatives.
13909
13910         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13911         Avoid mm-string-as-multibyte as well.
13912
13913         * nnweb.el (nnweb-insert-html):
13914         Remove use of nnheader-string-as-multibyte.
13915
13916         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13917         (nnheader-string-as-multibyte): Remove.
13918
13919         * mm-view.el: Use inhibit-read-only.
13920         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13921         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13922         or unibyte-string.
13923
13924         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13925         (mm-uu-yenc-extract): Use with-current-buffer.
13926
13927         * gnus-soup.el (gnus-soup-send-packet): Don't use
13928         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13929
13930         * nnmh.el: Use with-current-buffer.
13931         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13932         mm-string-as-multibyte on the output of mm-encode-coding-string.
13933
13934         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13935         (nnimap-request-move-article): Use with-current-buffer.
13936
13937         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13938         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13939         conversion uses string-make-unibyte rather than string-as-unibyte.
13940
13941         * gnus-msg.el: Use with-current-buffer.
13942
13943         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13944
13945 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13946
13947         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13948         string for caching if it is 'PIN.
13949
13950 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * lpath.el: Consider the case without Emacs/W3.
13953
13954 2008-03-08  Glenn Morris  <rgm@gnu.org>
13955
13956         * time-date.el (date-to-time, time-subtract, time-add)
13957         (safe-date-to-time): Doc fixes.
13958
13959 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * mail-source.el (mail-source-delete-old-incoming-confirm):
13962         Change default to nil.
13963         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13964
13965 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * lpath.el: Rearrange.
13968
13969         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13970         (gnus-article-goto-prev-page): Work for articles having ^L's.
13971
13972         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13973
13974         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13975
13976 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13977
13978         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13979         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13980         (gnus-bookmark-jump): Adjust some variable names.
13981
13982 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * auth-source.el: New package.
13985         (auth-source-choices): Add customization entry point variable.
13986
13987         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13988         bug.
13989
13990 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13991
13992         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13993         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13994         (gnus-registry-install-shortcuts): Rename from
13995         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13996         the `gnus-registry-mark-map' keymap dynamically from
13997         `gnus-registry-marks'.  The generated functions update the summary line
13998         when a registry mark is added or deleted, and will call
13999         `gnus-registry-install-p' (see the comments in the code).
14000         (gnus-registry-user-format-function-M): Use concat intelligently.
14001
14002         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14003         the registry mark functions.
14004
14005 2008-03-05  Glenn Morris  <rgm@gnu.org>
14006
14007         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14008         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14009         gnus-art.
14010         (top-level): No need to load own source when compiling.
14011
14012 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14015         Suggested by <chris.anderton@zetnet.co.uk>.
14016
14017 2008-03-04  Glenn Morris  <rgm@gnu.org>
14018
14019         * gnus-sum.el (top-level): No need to require gnus when compiling,
14020         since unconditionally required near start of file.
14021         (gnus-summary-display-while-building): Move definition before use.
14022
14023 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14024
14025         * gnus-registry.el (gnus-registry-user-format-function-M):
14026         Add formatting function.
14027
14028 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14031         with plists.
14032         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14033         Use new format.
14034
14035 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14038         `where-is-internal' that returns a range of key sequences.
14039
14040 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14041
14042         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14043
14044         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14045         (gnus-summary-jump-to-group): Consider windows on other displayed
14046         frames as well.  Similar changes might be needed elsewhere, but that's
14047         the one I've bumped into during my use.
14048
14049         * nndoc.el (nndoc-oe-dbx-type-p):
14050         * gnus-msg.el (gnus-debug):
14051         * gnus-group.el (gnus-update-group-mark-positions):
14052         Use mm-string-to-multibyte.
14053
14054 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14057         doesn't handle NotDashEscaped.
14058
14059         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14060         (mml-dnd-attach-options): Fix typo in custom choice.
14061
14062         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14063         Change nndoc-article-type to mbox.
14064         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14065
14066         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14067         to nil, instead of html2text.
14068
14069         * imap.el (imap-debug): Add `imap-ping-server'.
14070
14071         * gnus-bookmark.el: Add FIXMEs.
14072
14073         * message.el (message-form-letter-separator)
14074         (message-send-form-letter-delay): New variables.
14075         (message-send-form-letter): Use them.  New command to send form
14076         letters.  Requested by Uwe Siart.
14077         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14078
14079 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * Update copyright years.
14082
14083 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         Sync from EMACS_22_BASE.
14086
14087         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14088
14089 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14090
14091         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14092         empty author.
14093
14094 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14095
14096         * gnus-registry.el (gnus-registry-marks): Add variable for
14097         customization of marks and their appearance.
14098         (gnus-registry-read-mark): Use it.
14099         (gnus-registry-do-marks): Add utility function to loop through
14100         `gnus-registry-marks'.
14101         (gnus-registry-install-shortcuts-and-menus): Add function to install
14102         shortcuts and menus.
14103         (gnus-registry-initialize): Use it.
14104         (gnus-registry-default-mark): Clarify documentation.
14105
14106 2008-02-29  Glenn Morris  <rgm@gnu.org>
14107
14108         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14109         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14110         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14111         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14112         Change defcustom :version from 23.0 to 23.1.
14113
14114 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-registry.el (gnus-registry-follow-group-p)
14117         (gnus-registry-post-process-groups): Add functions to aid registry
14118         splitting and improve logging.  Clarify behavior in function
14119         documentation.
14120         (gnus-registry-split-fancy-with-parent): Use them.
14121
14122 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14123
14124         * gnus-art.el: Use with-current-buffer.
14125
14126 2008-02-27  David Engster  <dengste@eml.cc>
14127
14128         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14129         Express real group name in the response.
14130
14131 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14134         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14135         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14136         autoload gnus-registry-fetch-group when compiling.
14137         (nnmairix-request-group-with-article-number-correction):
14138         Remove unreferenced argument passed to nnmairix-call-backend.
14139
14140 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14143         (mm-uu-extract): Improve face for low color ttys.
14144         Reported by Sascha Wilde.
14145
14146 2008-02-27  Glenn Morris  <rgm@gnu.org>
14147
14148         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14149         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14150         variables to defconsts.  Convert comments to doc-strings.
14151         (nnmairix-last-server, nnmairix-current-server): Convert from free
14152         variables to defvars.  Convert comments to doc-strings.
14153         (gnus-registry-fetch-group): Autoload.
14154         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14155         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14156         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14157         caddr.
14158         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14159         nnmairix-request-group-with-article-number-correction call.
14160         (nnmairix-fast, nnmairix-group): New, less general names, for free
14161         variables passed from nnmairix-request-group to
14162         nnmairix-request-group-with-article-number-correction.  Declare.
14163         (nnmairix-request-group-with-article-number-correction):
14164         Use nnmairix-fast, nnmairix-group rather than fast, group.
14165
14166 2008-02-26  David Engster  <dengste@eml.cc>
14167
14168         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14169         version 0.5.
14170
14171 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14174         instead of making an extra function call.  Don't add the current group
14175         to articles only when they have the group.  Use
14176         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14177         Reported by David <de_bb@arcor.de>.
14178
14179 2008-02-24  Miles Bader  <miles@gnu.org>
14180
14181         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14182         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14183         (mm-find-mime-charset-region):
14184         * mm-bodies.el (mm-encode-body):
14185         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14186
14187 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14190         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14191
14192 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * mail-source.el (mail-source-delete-incoming): Change default.
14195         Supplement doc string.
14196
14197         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14198
14199 2008-02-14  Glenn Morris  <rgm@gnu.org>
14200
14201         * time-date.el (format-seconds): New function.
14202
14203 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * nnmail.el (nnmail-message-id-cache-file): Derive from
14206         `gnus-home-directory'.
14207
14208 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14211         Document negative prefix.
14212
14213         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14214
14215 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * message.el (message-unsent-separator): Add the Exim bounce
14218         separator.
14219
14220 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14221
14222         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14223         list.
14224         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14225         recipient/signer list.
14226
14227 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * Makefile.in (datarootdir): Define.
14230         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14231         name that might contain whitespace.
14232
14233 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14236         fbound (Emacs 23 unicode), signal an error.
14237
14238 2008-02-08  Glenn Morris  <rgm@gnu.org>
14239
14240         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14241
14242 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14243
14244         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14245         ports to the calls to `netrc-machine-user-or-password' in addition to
14246         "imap" and "imaps".
14247
14248 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14249
14250         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14251
14252         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14253
14254 2008-02-01  Kenichi Handa  <handa@m17n.org>
14255
14256         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14257         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14258         (rfc2104-hash): Convert the result of concat to unibyte string.
14259
14260 2008-02-01  Dave Love  <fx@gnu.org>
14261
14262         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14263         coding-system-for-read.
14264         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14265
14266 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14269         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14270         <hanche@math.ntnu.no>.
14271
14272 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14275
14276         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14277
14278 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14279
14280         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14281         * message.el (message-beginning-of-line): Use featurep instead of bound
14282         tests in order to resolve conditionals at compile time.
14283
14284 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14285
14286         * mail-source.el (mail-sources): Add `group' choice.
14287
14288         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14289         parameter `in-group' to control into which group the articles go.
14290         Add treatment of `group' mail-source.
14291
14292 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14295
14296         * mm-decode.el (mm-dissect-buffer): Decode description.
14297
14298         * mml.el (mml-to-mime): Encode message header first.
14299
14300 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14303         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14304
14305         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14306         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14307
14308 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14309
14310         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14311
14312 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14315         prefix keys.
14316         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14317         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14318         gnus-xmas.el.
14319
14320         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14321         (gnus-xmas-article-describe-bindings): New function.
14322         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14323         gnus-xmas-article-describe-bindings.
14324
14325         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14326
14327 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14328
14329         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14330         Add new variables for article mark management.
14331         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14332         list of extra data entries which, when present, will indicate that the
14333         article ID should not be trimmed from the registry.
14334         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14335         functions.
14336         (gnus-registry-read-mark): New function to read a mark name from the
14337         user.
14338         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14339         (gnus-registry-set-article-mark-internal): New functions to add and
14340         remove marks.
14341         (gnus-registry-get-article-marks): New function to show the marks for
14342         an article, or retrieve them for further use.
14343
14344 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14347         keys when no argument is given.
14348
14349 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * imap.el (imap-ping-server): New variable.
14352         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14353         (imap-ping-server): Minor doc string fixes.
14354
14355 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14356
14357         * imap.el (imap-ping-server): New function.
14358         (imap-opened): Call imap-ping-server.
14359
14360 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * gnus-sum.el (gnus-article-sort-by-random)
14363         (gnus-thread-sort-by-random): Fix doc strings.
14364         Reported by jidanni@jidanni.org.
14365
14366 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-art.el (gnus-article-describe-bindings): New function.
14369         (gnus-article-read-summary-keys): Use it.
14370         (gnus-article-mode-map): Bind `C-h b' to it.
14371
14372 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14375         XEmacs.
14376         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14377         Protect against non-character events.
14378
14379         * lpath.el: Fbind map-keymap for Emacs 21.
14380
14381 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14384         New command.
14385         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14386         instead of END.  Change name of the temp file.
14387         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14388         customizable.
14389
14390 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14393         bind `S W' to gnus-article-wide-reply-with-original; set default
14394         binding to gnus-article-read-summary-send-keys.
14395         (gnus-article-read-summary-keys): Fix the order of keys; display
14396         continuation keys correctly in the echo area; describe bindings
14397         correctly when keys end with `C-h'.
14398         (gnus-article-read-summary-send-keys): New function.
14399         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14400         Work for gnus-article-read-summary-send-keys; display continuation keys
14401         correctly in the echo area.
14402         (gnus-article-reply-with-original): Ignore prefix argument.
14403         (gnus-article-wide-reply-with-original): New function.
14404
14405         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14406         Emacs 21.
14407
14408 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14411         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14412
14413 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14416         (gnus-group-read-ephemeral-gmane-group): New command.
14417
14418 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14419
14420         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14421
14422 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * message.el (message-send-mail-function): Increase custom version.
14425
14426         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14427         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14428
14429 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14430
14431         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14432         for the cases where imap-authenticate is called with a nil buffer
14433         parameter.
14434
14435 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14438         html parts correctly; support forwarded messages.
14439         (gnus-article-browse-html-article): Remove work buffers.
14440
14441         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14442         compiling.
14443         (netrc-bound-and-true-p): New macro.
14444         (netrc-parse): Use it instead of bound-and-true-p that is not available
14445         in XEmacs 21.4.
14446
14447 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14448
14449         * gnus-registry.el (gnus-registry-mark-article)
14450         (gnus-registry-article-marks): Add functionality to mark articles
14451         through the Gnus registry.
14452
14453         * encrypt.el: Clarify documentation for the new pgg method.
14454         (encrypt-file-alist): Add PGG option.
14455         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14456         functionality.  Abstract password key and messaging to external
14457         functions.
14458         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14459         (encrypt-message-method-and-cipher): Add new convenience external
14460         functions.
14461         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14462         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14463
14464         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14465         (netrc-parse): Use encrypt-file-alist to determine if
14466         encrypt-find-model or encrypt-insert-file-contents should be used.
14467
14468         * encrypt.el: Clarify documentation.  Load password-cache or
14469         password, whichever one is found first, instead of autoloading.
14470
14471 2007-12-19  Glenn Morris  <rgm@gnu.org>
14472
14473         * mml.el (message-options-set, message-narrow-to-head)
14474         (message-in-body-p, message-mail-p, message-encode-message-body):
14475         Autoload.
14476         (message-remove-header, message-narrow-to-headers-or-head)
14477         (message-subscribed-p, message-make-mail-followup-to)
14478         (message-position-on-field, message-news-p)
14479         (message-options-set-recipient, message-generate-headers)
14480         (message-sort-headers): Declare as functions.
14481
14482 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14485         convention in doc string.
14486
14487 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14490         title to html parts.
14491         (gnus-article-browse-html-article): Pass message header to it.
14492
14493         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14494
14495 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14498         or password compatible with XEmacs.
14499
14500 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14503         format document.
14504         (gnus-mime-delete-part): Don't write description line if empty.
14505         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14506
14507 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14508
14509         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14510         (gnus-summary-mark-read-and-unread-as-read)
14511         (gnus-summary-mark-current-read-and-unread-as-read)
14512         (gnus-summary-mark-unread-as-ticked): Doc fix.
14513         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14514
14515 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14518         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14519
14520 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14523         yes-or-no-p.
14524
14525 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * mm-decode.el (mm-add-meta-html-tag): New function.
14528         (mm-save-part-to-file, mm-pipe-part): Use it.
14529
14530         * gnus-art.el (gnus-article-browse-delete-temp-files):
14531         Use gnus-y-or-n-p instead of y-or-n-p.
14532         (gnus-article-browse-html-parts): Work with message/external-body; use
14533         mm-add-meta-html-tag.
14534
14535 2007-12-11  Glenn Morris  <rgm@gnu.org>
14536
14537         * gnus-cache.el: Require gnus-sum not just when compiling.
14538
14539         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14540
14541         * gnus-int.el (gnus-server-opened, gnus-status-message):
14542         Move definitions before use.
14543
14544         * mm-decode.el: Require gnus-util.
14545         (mm-remove-part): Only call delete-annotation on XEmacs.
14546
14547         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14548
14549         * nnmail.el: Require gnus-int.
14550
14551         * spam.el: Move `require's before `eval-when-compile's.
14552
14553         * gnus-ems.el (gnus-alive-p):
14554         * gnus-fun.el (message-goto-eoh):
14555         * gnus-util.el (gnus-group-name-decode):
14556         * mail-source.el (gnus-compress-sequence):
14557         * message.el (Info-goto-node, format-spec):
14558         * mm-bodies.el (message-options-get):
14559         * mm-decode.el (mm-view-pkcs7):
14560         * mm-util.el (gmm-write-region):
14561         * mml-smime.el (mml-compute-boundary)
14562         (gnus-completing-read-with-default):
14563         * mml.el (widget-button-press, gnus-make-hashtable):
14564         * mml1991.el (mm-decode-content-transfer-encoding)
14565         (mm-encode-content-transfer-encoding)
14566         (message-options-get, message-options-set):
14567         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14568         * nnfolder.el (gnus-request-group):
14569         * nnheader.el (ietf-drums-unfold-fws):
14570         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14571         * smime.el (gnus-run-mode-hooks):
14572         * spam-stat.el (gnus-message): Autoload.
14573
14574         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14575         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14576         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14577         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14578         Add declare-function compatibility definition.
14579
14580         * gnus-cache.el (nnvirtual-find-group-art):
14581         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14582         (gnus-add-image, gnus-add-wash-type):
14583         * gnus-group.el (nnkiboze-score-file):
14584         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14585         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14586         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14587         (message-tokenize-header, gnus-get-buffer-create)
14588         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14589         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14590         * gnus.el (gnus-group-decoded-name):
14591         * mail-source.el (imap-capability):
14592         * mm-bodies.el (message-options-set):
14593         * mm-decode.el (gnus-configure-windows):
14594         * mm-extern.el (message-goto-body):
14595         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14596         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14597         (epg-sub-key-validity, message-options-set):
14598         * mml.el (widget-event-point, gnus-configure-windows):
14599         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14600         * mml2015.el (epg-check-configuration, epg-configuration)
14601         (message-options-set):
14602         * nndb.el (nndb-request-article):
14603         * nnfolder.el (gnus-request-create-group):
14604         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14605         * nnmaildir.el (gnus-group-mark-article-read):
14606         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14607         * rfc1843.el (message-fetch-field):
14608         * spam.el (gnus-extract-address-components):
14609         Declare as functions.
14610
14611 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14614
14615         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14616
14617         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14618         bind show-trailing-whitespace for XEmacs.
14619
14620 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14623         new no-op macro for backward compatibility.
14624
14625         * imap.el (imap-string-to-integer): New function.
14626
14627 2007-12-09  Glenn Morris  <rgm@gnu.org>
14628
14629         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14630
14631         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14632         * message.el, mm-view.el, sieve-manage.el, smime.el:
14633         Add declare-function compatibility definition.
14634
14635         * gnus-art.el (w3-region, w3m-region, Info-menu):
14636         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14637         * gnus-sum.el (gnus-get-predicate):
14638         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14639         * message.el (mail-abbrev-in-expansion-header-p):
14640         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14641         (w3m-detect-meta-charset, w3m-region):
14642         * sieve-manage.el (password-read, password-cache-add)
14643         (password-cache-remove):
14644         * smime.el (password-read-and-add): Declare as functions.
14645
14646 2007-12-08  David Kastrup  <dak@gnu.org>
14647
14648         * gnus-sum.el (gnus-summary-simplify-subject-query):
14649         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14650         `message'.
14651
14652 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14655         it to bind idna-program, installation-directory, defined-colors, and
14656         face-attribute for XEmacs of the version that compiles defcustom forms.
14657
14658 2007-12-07  Glenn Morris  <rgm@gnu.org>
14659
14660         * gnus-art.el (article-make-date-line): Revert previous change.
14661
14662 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14665
14666 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14667
14668         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14669         Call gnus-add-to-range ranges only once with a prepared article-list.
14670
14671 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14672
14673         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14674         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14675         group names with backslashes.
14676         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14677
14678 2007-12-06  Deepak Goel  <deego3@gmail.com>
14679
14680         * gnus-art.el (article-make-date-line):
14681         * gnus-start.el (gnus-load):
14682         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14683
14684 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-use-idna):
14687         * gnus-start.el (gnus-site-init-file):
14688         * message.el (message-use-idna):
14689         * mm-uu.el (mm-uu-hide-markers):
14690         * smiley.el (smiley-style): Revert changes that suppress warnings.
14691
14692 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14695         specify charset to html source.
14696         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14697
14698 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14701         idna-program in order to suppress byte compile warning issued by XEmacs
14702         that came to byte compile the default value section of defcustom forms
14703         recently.
14704
14705         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14706         value of installation-directory.
14707
14708         * message.el (message-use-idna): Don't directly refer to the value of
14709         idna-program.
14710
14711         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14712
14713         * smiley.el (smiley-style): Don't directly call face-attribute.
14714
14715 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14718
14719         * gnus-dired.el: Reduce Gnus dependencies.
14720         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14721         Don't require.  Use autoloads instead.
14722         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14723         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14724         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14725         (gnus-dired-mode): Adjust doc string.
14726         (gnus-dired-mail-mode): New variable.
14727         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14728         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14729         (gnus-dired-mail-buffers): New function.  Return mail or message
14730         composition buffers.
14731         (gnus-dired-attach): Use it.
14732         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14733         NO-DECODE.
14734         (gnus-dired-print): Use `gnus-print-buffer' depending on
14735         `gnus-dired-mail-mode'.
14736
14737 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * rfc2047.el (rfc2047-encoded-word-regexp)
14740         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14741         explaining what regexp patterns are for.
14742
14743 2007-12-04  Glenn Morris  <rgm@gnu.org>
14744
14745         * password.el: Move to password-cache.el.
14746
14747         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14748         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14749         * mml-smime.el (password-read, password-cache-add)
14750         (password-cache-remove):
14751         No need to autoload, since mml-sec requires password.
14752
14753         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14754         * message.el (gnus-extract-address-components):
14755         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14756
14757         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14758         password.
14759
14760 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * mailcap.el: Reduce dependencies.
14763         (mail-header-parse-content-type): Autoload.
14764         (mailcap-delete-duplicates): New alias.
14765         (mailcap-mime-info): Add optional argument NO-DECODE.
14766         (mailcap-mime-types): Use mailcap-delete-duplicates.
14767
14768         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14769
14770 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14771
14772         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14773         (imap-parse-status): Upcase status-att for servers that sends them
14774         lower-case (e.g., MS Exchange 2007).
14775
14776 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777
14778         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14779         function.
14780
14781         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14782         (gnus-uu-yenc-article): New function.
14783
14784         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14785
14786         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14787
14788 2007-12-02  Glenn Morris  <rgm@gnu.org>
14789
14790         * binhex.el (binhex): New custom group.
14791         (binhex-decoder-program, binhex-decoder-switches)
14792         (binhex-use-external): Move to the binhex custom group.
14793
14794         * uudecode.el (uudecode): New custom group.
14795         (uudecode-decoder-program, uudecode-decoder-switches)
14796         (uudecode-use-external): Move to the uudecode custom group.
14797
14798         * netrc.el (top-level): Don't load `encrypt' features.
14799         (netrc-parse): Don't use encrypt.
14800         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14801
14802         * encrypt.el: Remove file.
14803
14804 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14807         matches on patches.
14808
14809         * gnus-art.el (gnus-article-browse-html-article):
14810         Mention `mm-text-html-renderer' in the doc string.
14811
14812         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14813         string.  Add comments.
14814
14815         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14816         if rhs is ASCII.
14817
14818 2007-12-01  Glenn Morris  <rgm@gnu.org>
14819
14820         * mail-source.el (top-level): Require format-spec before
14821         eval-when-compile.
14822
14823 2007-11-30  Glenn Morris  <rgm@gnu.org>
14824
14825         * encrypt.el: Require password, rather than autoloading password-read.
14826
14827 2007-11-29  Glenn Morris  <rgm@gnu.org>
14828
14829         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14830         (sasl-make-client, sasl-next-step, sasl-step-data)
14831         (sasl-step-set-data): Declare as functions.
14832
14833 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14836
14837 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14838
14839         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14840         certs should be verified and what is to be done in the event of a
14841         verification failure.
14842
14843         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14844         caller can indicate whether the cache should be disregarded for this
14845         call.  This way the result of the call is reproducible at all times and
14846         can be considered a canonical server name for the supplied method.
14847         (gnus-agent-method-p): Canonicalize server names by pushing their
14848         method through `gnus-method-to-server' using the no-cache argument.
14849
14850         * gnus-srvr.el (gnus-server-insert-server-line):
14851         Call `gnus-method-to-server' with `no-cache' argument.
14852
14853         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14854         gnus-agent-possibly-synchronize-flags as this should be called when the
14855         server is actually being opened.
14856         (gnus-agent-possibly-synchronize-flags)
14857         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14858         flags file of an agentized server to the latter function.
14859
14860         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14861         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14862         after a connection has been established successfully.
14863
14864 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-art.el (article-display-face): Force to display face if called
14867         interactively; check if gnus-article-x-face-too-ugly matches author.
14868         (article-display-x-face): Display face even if From header is missing
14869         as article-display-face does.
14870
14871 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14872
14873         * hashcash.el (message-narrow-to-headers-or-head)
14874         (message-fetch-field, message-goto-eoh)
14875         (message-narrow-to-headers): Declare as functions.
14876
14877 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * mail-source.el (mail-sources): Default to fetch from file for
14880         compatibility with default of nnmail-spool-file.
14881
14882 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14885         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14886         to look for encoded word that should be encoded again.
14887         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14888         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14889         encoding pattern.
14890         (rfc2047-decode-region): Switch strict regexp and loose one according
14891         to rfc2047-allow-irregular-q-encoded-words.
14892
14893 2007-11-25  Romain Francoise  <romain@orebokech.com>
14894
14895         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14896
14897 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * tls.el (tls-program): Provide more custom choices from
14900         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14901         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14902
14903 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14906         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14907
14908         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14909         `nnmail-spool-file'.
14910
14911         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14912         `nnmail-spool-file'.
14913
14914         * gnus-move.el (gnus-change-server): Ditto.
14915
14916         * gnus-kill.el (gnus-batch-score): Ditto.
14917
14918         * gnus-cache.el (gnus-jog-cache): Ditto.
14919
14920         * gnus-msg.el (gnus-summary-reply):
14921         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14922
14923 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14926         version.  Minor improvement to doc strings.
14927         (tls-program): Add comment.
14928
14929 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14930
14931         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14932         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14933         mismatch between the hostname provided in the certificate and the name
14934         of the host connnecting to.
14935         (open-tls-stream): Use them.  Check certificates against trusted root
14936         certificates.
14937
14938 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * gnus-cache.el (gnus-cache-generate-nov-databases):
14941         Use nnml-generate-nov-databases-directory instead of
14942         nnml-generate-nov-databases-1.
14943
14944 2007-11-24  Glenn Morris  <rgm@gnu.org>
14945
14946         * message.el (message-tool-bar-retro): Update for rename
14947         mail_send.xpm->mail-send.xpm.
14948
14949 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14952         `smime-ldap-search' for Emacs 22 and up.
14953
14954 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14955
14956         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14957
14958         * message.el (message-send-mail-function): Fix error convention.
14959         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14960         (message-widen-reply, message-send-mail, message-talkative-question)
14961         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14962         (message-clone-locals, message-send-news): Use with-current-buffer.
14963         (message-insert-or-toggle-importance): Remove unused var `valid'.
14964         (message-make-references): Remove unused var `new-references'.
14965         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14966
14967 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14968
14969         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14970         (spam-split-symbolic-return-positive): Reflow docstring.
14971         (spam-backends, spam-summary-exit-behavior)
14972         (spam-mark-ham-unread-before-move-from-spam-group)
14973         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14974         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14975         (spam-clear-cache, spam-backend-check, spam-install-backend)
14976         (spam-install-statistical-backend, spam-list-of-processors)
14977         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14978         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14979         (spam-check-crm114, spam-initialize, spam-unload-hook):
14980         Fix typos in docstrings.
14981
14982 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14985         been checked if they have never been read and those group levels are
14986         higher than the one that a user specified.
14987
14988 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14991         foreign groups unless a group level is specified by a user.
14992         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14993
14994 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * message.el (message-send-mail-function): Require sendmail.
14997
14998 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * message.el (message-send-mail-function): Check for smtpmail too.
15001
15002         * utf7.el (utf7-encode, utf7-decode): Use coding system
15003         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15004
15005         * message.el (message-send-mail-function): New function.
15006         (message-send-mail-function): Set default using
15007         message-send-mail-function.  Adjust doc string.
15008         (message-send-mail-with-mailclient): New function.
15009
15010 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15011
15012         * smime.el (from):
15013         * rfc2047.el (message-posting-charset):
15014         * qp.el (mm-use-ultra-safe-encoding):
15015         * pop3.el (parse-time-months):
15016         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15017         * nnml.el (files):
15018         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15019         (jka-compr-compression-info-list, ange-ftp-path-format)
15020         (efs-path-regexp):
15021         * nndiary.el (files):
15022         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15023         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15024         (epg-digest-algorithm-alist, inhibit-redisplay)
15025         (password-cache-expiry):
15026         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15027         (pgg-output-buffer, password-cache-expiry):
15028         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15029         (efs-path-regexp):
15030         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15031         (inhibit-redisplay):
15032         * mm-uu.el (file-name, start-point, end-point, entry)
15033         (gnus-newsgroup-name, gnus-newsgroup-charset):
15034         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15035         (latin-unity-ucs-list):
15036         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15037         (mm-uu-binhex-decode-function):
15038         * message.el (gnus-message-group-art, gnus-list-identifiers)
15039         (rmail-enable-mime-composing, gnus-local-organization)
15040         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15041         (gnus-read-active-file, facemenu-add-face-function)
15042         (facemenu-remove-face-function, gnus-article-decoded-p)
15043         (tool-bar-mode):
15044         * mail-source.el (display-time-mail-function):
15045         * gnus-util.el (nnmail-pathname-coding-system)
15046         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15047         (gnus-original-article-buffer, gnus-user-agent)
15048         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15049         (xemacs-codename, sxemacs-codename, emacs-program-version):
15050         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15051         * gnus-start.el (gnus-agent-covered-methods)
15052         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15053         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15054         (gnus-newsgroup-headers, gnus-group-list-mode)
15055         (gnus-group-mark-positions, gnus-newsgroup-data)
15056         (gnus-newsgroup-unreads, nnoo-state-alist)
15057         (gnus-current-select-method, mail-sources)
15058         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15059         (nnmail-spool-file, gnus-cache-active-hashtb):
15060         * gnus-mh.el (mh-lib-progs):
15061         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15062         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15063         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15064         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15065         (gnus-group-buffer):
15066         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15067         (font-lock-set-defaults):
15068         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15069         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15070         (gnus-summary-post-menu, total-parts, type, condition, length):
15071         * gnus-agent.el (gnus-agent-read-agentview):
15072         * flow-fill.el (show-trailing-whitespace):
15073         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15074         eval-and-compile wrappers for byte compiler pacifiers.
15075
15076         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15077         (mm-display-inline-fontify): Check for featurep 'xemacs not
15078         extent-list.
15079
15080         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15081         itimer-list.
15082         (mm-create-image-xemacs): Only do something for XEmacs.
15083         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15084
15085         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15086
15087         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15088         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15089
15090 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15091
15092         * nnimap.el (nnimap-split-download-body):
15093         * gnus-demon.el (gnus-demon):
15094         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15095
15096 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15099         New macros.
15100         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15101         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15102         copy data from unibyte buffer to multibyte current buffer.
15103         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15104         to copy data from unibyte current buffer to multibyte buffer.
15105         (nntp-make-process-buffer): Make process buffer unibyte.
15106
15107         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15108
15109 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15110
15111         * pop3.el (pop3-open-server): Accept and process data more robustly at
15112         connection start to avoid spurious "POP SSL connection failed" errors.
15113
15114 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15117         read group names.
15118
15119 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15122
15123 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15126         (nnmail-save-active): Use a unibyte buffer when saving active file,
15127         which may contain non-ASCII group names.
15128
15129         * nnml.el (nnml-request-group): Decode group names in messages.
15130
15131 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * message.el (message-citation-line-function)
15134         (message-insert-formatted-citation-line): Fix spelling of
15135         `message-insert-formated-citation-line'.
15136
15137 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15140
15141 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15144         nnmail-pathname-coding-system.
15145
15146         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15147         that a user enters; decode group names in messages.
15148
15149         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15150
15151 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15154
15155         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15156
15157         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15158         risky local variable.
15159
15160         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15161
15162 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * encrypt.el: Improve documentation to fix function name typo.
15165         Reported by Daiki Ueno <ueno@unixuser.org>.
15166
15167 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15170         even if the point is not in the last page of an article.
15171         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15172         back to the previous page.
15173
15174 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15177
15178 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15181
15182 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15183
15184         * message.el (message-check-news-body-syntax):
15185         Avoid mm-string-as-multibyte.
15186         (message-hide-headers): Don't assume (point-min)==1.
15187
15188 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * message.el (message-remove-blank-cited-lines): Fix if remove is
15191         given.
15192         (message-bogus-address-regexp): New variable.
15193         (message-bogus-recipient-p): New function.
15194         (message-check-recipients): New command.
15195         (message-syntax-checks): Add `bogus-recipient'.
15196         (message-fix-before-sending): Add `bogus-recipient'.
15197
15198         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15199         (gnus-treat-body-boundary): Don't test window-system.
15200
15201 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15202
15203         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15204
15205 2007-10-28  Miles Bader  <miles@gnu.org>
15206
15207         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15208         at compile-time too.
15209
15210 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-msg.el (gnus-message-setup-hook):
15213         Add `message-remove-blank-cited-lines' to options.
15214
15215 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * message.el (message-remove-blank-cited-lines): New function.
15218         Suggested by Karl Plästerer.
15219
15220 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15223         mapc.
15224
15225         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15226         (top-level): Use mapc to set functions to be traced for debugging.
15227
15228         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15229         called for effect with while loop.
15230
15231         * message.el (message-talkative-question): Replace mapcar called for
15232         effect with mapc.
15233
15234         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15235         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15236         called for effect with dolist.
15237
15238         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15239
15240         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15241         gnus-extra-headers and nnmail-extra-headers.
15242
15243         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15244         called for effect with dolist.
15245         (top-level): Use mapc to set functions to be traced for debugging.
15246
15247         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15248         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15249         dolist.
15250
15251         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15252         Replace mapcar called for effect with mapc.
15253         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15254         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15255         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15256         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15257
15258         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15259         remove-if that's a cl function.
15260
15261         * webmail.el (webmail-debug): Replace mapcar called for effect with
15262         dolist.
15263
15264         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15265         with mapc.
15266
15267 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15270         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15271         with while loop.
15272
15273         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15274         functions from article-* functions.
15275         (gnus-multi-decode-header): Replace mapcar called for effect with
15276         dolist.
15277
15278         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15279         (gnus-bookmark-show-details): Replace mapcar called for effect with
15280         while loop.
15281
15282         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15283         called for effect with while loop.
15284
15285         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15286         with dolist.
15287
15288         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15289         Replace mapcar called for effect with dolist.
15290
15291         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15292
15293         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15294         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15295         Replace mapcar called for effect with dolist.
15296         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15297         mapc.
15298
15299         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15300         Replace mapcar called for effect with dolist.
15301         (gnus-topic-list): Replace mapcar called for effect with mapc.
15302
15303         * gnus.el: Use mapc instead of mapcar to add autoloads.
15304
15305 2007-10-23  Richard Stallman  <rms@gnu.org>
15306
15307         * gnus-group.el (gnus-group-highlight): Mark as risky.
15308
15309 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus.el (gnus-server-to-method): Return method found first in
15312         gnus-newsrc-alist.
15313
15314         * gnus-art.el (gnus-article-highlight-signature)
15315         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15316         button overlay without the front stickiness.
15317
15318 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15319
15320         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15321         overview buffer needed a catch to receive its throw.
15322         (gnus-agent-flush-cache): Declare as interactive to make this function
15323         easier to use.
15324
15325 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15328         `next-line'.
15329
15330 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15333         exclude address matching message-dont-reply-to-names.
15334
15335 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-util.el (gnus-string<): New function.
15338
15339         * gnus-sum.el (gnus-article-sort-by-author)
15340         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15341
15342 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15345         the frame-focus tag is set in gnus-buffer-configuration.
15346
15347 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15350         the front stickiness.
15351
15352 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15355         url pattern; remove duplicate one.
15356         (gnus-article-extend-url-button): New function.
15357         (gnus-article-add-buttons): Use it.
15358         (gnus-button-push): Use concatenated url that it makes.
15359
15360 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15361
15362         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15363
15364 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15365
15366         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15367         Don't hardcode point-min==1.
15368
15369 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15372         Fix comment about "iso8859-1".
15373
15374 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15375
15376         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15377         ones returned from the verify-function.
15378
15379         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15380         Call mml2015-extract-cleartext-signature if extraction failed.
15381
15382 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15383
15384         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15385         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15386         failed.
15387
15388 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15391
15392 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15395         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15396         recommends to use EasyPG instead of PGG.
15397
15398         * pgg.el: Revert to revision 6.23.2.16.
15399
15400         * pgg-def.el: Revert to revision 6.6.2.14.
15401
15402         * pgg-gpg.el: Revert to revision 6.23.2.34.
15403
15404 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15405
15406         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15407         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15408         thread for both the null and zero (kill/expire thread) universal prefix
15409         cases.
15410         (gnus-summary-expire-thread): Add new function to expire a thread,
15411         using gnus-summary-kill-thread.
15412         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15413         shortcuts for gnus-summary-expire-thread.
15414         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15415         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15416
15417 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15420         extras value, so an extras entry can be deleted.
15421         (gnus-registry-delete-extra-entry): Use it.
15422         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15423         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15424         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15425         storage through the gnus-registry, and provide an appropriate API for
15426         it.
15427
15428 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15431         Suggested by Leo <sdl.web@gmail.com>.
15432
15433         * gnus.el: Do.
15434
15435 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15438         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15439
15440         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15441
15442         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15443         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15444
15445 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15448         newline.
15449         (nnmbox-request-accept-article): Don't change article in source buffer;
15450         narrow to header to use message-fetch-field rather than
15451         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15452         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15453         as delimiters; make sure article ends with newline.
15454         (nnmbox-delete-mail): Correct last position of article to be deleted;
15455         ignore X-Gnus-Newsgroup header in article body.
15456         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15457         positions; make sure article ends with newline.
15458
15459         * message.el (message-display-abbrev): Don't infloop when a user
15460         inserts SPC in the beginning of header.
15461
15462         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15463         coding-system-for-read and coding-system-for-write for XEmacs having no
15464         file-coding feature.
15465
15466         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15467
15468 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15471         list of groups not followed by default.  Fix type to be regexp.
15472         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15473
15474 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15475
15476         * hmac-def.el (define-hmac-function): Switch from old-style to
15477         new-style backquotes.
15478
15479         * md4.el (md4-make-step): Likewise.
15480
15481 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15484         raw-text coding system when saving .newsrc file, which may contain
15485         non-ASCII group names.
15486
15487 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-cus.el (gnus-score-extra): New widget.
15490         (gnus-score-extra-convert): New function.
15491         (gnus-score-customize): Use it for Extra.
15492
15493 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15494
15495         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15496         (mml2015-mailcrypt-clear-verify): Use it.
15497         (mml2015-gpg-clear-verify): Use it.
15498         (mml2015-pgg-clear-verify): Use it.
15499         (mml2015-epg-clear-verify): Replace the current part with the output
15500         from GnuPG; don't extract the plaintext by itself.
15501
15502         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15503         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15504         mml2015-clear-verify-function; don't touch the armor headers or
15505         dash-escaped text here.
15506
15507 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15510         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15511         parts, or application/octet-stream as a last resort.
15512         (gnus-mime-view-part-as-type): Don't toggle display.
15513         (gnus-mime-view-part-as-charset): Don't turn off display before
15514         querying charset.
15515
15516         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15517         stuff to undisplayer function in Emacs.
15518         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15519
15520         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15521         text/calendar parts.
15522
15523 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15526         decoding text/calendar parts.
15527
15528         * message.el (message-forward-make-body-mime): Always mark body as
15529         having no illegible text; remove signed-or-encrypted argument.
15530         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15531
15532         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15533         (mml-generate-mime-1): Don't encode body if it is specified to be in
15534         raw form; don't make buffer be unibyte when inserting multibyte string.
15535
15536 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15537
15538         * sha1.el: Fix up comment style.
15539         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15540         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15541
15542         * hex-util.el: Fix up comment style.
15543         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15544
15545         * gnus-salt.el: Use with-current-buffer.
15546         (gnus-pick-setup-message): Fix long-standing typo.
15547
15548 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * imap.el (imap-logout-timeout): New variable.
15551         (imap-logout, imap-logout-wait): New functions.
15552         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15553
15554         * nnimap.el (nnimap-logout-timeout): New server variable.
15555         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15556         nnimap-logout-timeout.
15557
15558         * gnus-art.el (gnus-article-summary-command-nosave)
15559         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15560
15561 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus.el (gnus-maximum-newsgroup): New variable.
15564
15565         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15566         according to gnus-maximum-newsgroup.
15567
15568         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15569         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15570         Limit the range of articles according to gnus-maximum-newsgroup.
15571
15572 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15573
15574         * gnus-art.el (gnus-sticky-article): Fix problems described in
15575         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15576         Don't perform gnus-configure-windows here; reuse existing sticky
15577         article buffer.
15578
15579         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15580         it doesn't exist in gnus-article-mode.
15581
15582 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15585         (gnus-agent-decoded-group-name): New function.
15586         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15587         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15588
15589 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15590
15591         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15592         Add binding for gnus-sticky-article.
15593         (gnus-summary-exit): Don't kill sticky article buffers.
15594
15595         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15596         article buffer.
15597         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15598         (gnus-kill-sticky-article-buffers): New commands.
15599
15600 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * nntp.el (nntp-xref-number-is-evil): New server variable.
15603         (nntp-find-group-and-number): If it is non-nil, don't trust article
15604         numbers in the Xref header.
15605
15606 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-agent.el (gnus-agent-read-group): New function.
15609         (gnus-agent-flush-group, gnus-agent-expire-group)
15610         (gnus-agent-regenerate-group): Use it.
15611         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15612         nnmail-pathname-coding-system.
15613
15614 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15617
15618         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15619         that are unread as unread, and also as selected so that information of
15620         marks having been changed by a user may be updated when exiting group.
15621
15622 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15625
15626 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15629         calculated ignoring signature parts to gnus-treat-article.
15630
15631 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15634         a point here in order to keep the window start.
15635         (gnus-insert-mime-security-button): Make a button overlay without the
15636         front stickiness.
15637         (gnus-mime-display-security): Goto the end of a button.
15638
15639         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15640
15641 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15644         group-name-at-point.
15645         (gnus-group-completing-read): New function that offers decoded
15646         non-ASCII group names for completion.
15647         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15648         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15649         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15650         (gnus-group-fetch-control): Use it.
15651         (gnus-fetch-group): Use group-name-at-point for the initial value
15652         rather than the default value; use gnus-alive-p.
15653
15654         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15655         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15656         (gnus-summary-post-news): Use gnus-group-completing-read.
15657
15658         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15659         (gnus-read-move-group-name): Decode group name for completion.
15660
15661 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15662
15663         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15664         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15665         Yamaoka slightly modified the code).
15666
15667 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15670         (nnmail-split-incoming): Bind it.
15671
15672         * nnml.el (nnml-group-name-charset): New function.
15673         (nnml-decoded-group-name): Use it; don't decode group name if
15674         nnmail-group-names-not-encoded-p is non-nil.
15675         (nnml-encoded-group-name): New function.
15676         (nnml-group-pathname): Inline nnml-decoded-group-name.
15677         (nnml-request-expire-articles): Decode group name in message.
15678         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15679         nnmail-pathname-coding-system.
15680         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15681         not decoded ones according to nnmail-group-names-not-encoded-p.
15682         (nnml-generate-active-info): Use nnml-encoded-group-name.
15683
15684 2007-08-08  Glenn Morris  <rgm@gnu.org>
15685
15686         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15687         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15688         doc-strings and comments.
15689
15690 2007-07-25  Glenn Morris  <rgm@gnu.org>
15691
15692         * Relicense all FSF files to GPLv3 or later.
15693
15694 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-sum.el (gnus-summary-move-article):
15697         Make gnus-summary-respool-article work.
15698
15699 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15702         string.
15703
15704 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15705
15706         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15707         that should be ignored when comparing distant RSS articles with local
15708         ones.
15709         (nnrss-make-hash-index): New function.  Create a hash index according
15710         to the ignored fields.
15711         (nnrss-check-group): Use it.
15712
15713 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15716
15717         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15718
15719         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15720         the new optional argument ENCODED is non-nil.
15721         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15722         coding system for encoding group name.
15723         (gnus-group-make-rss-group): Pass un-encoded group name to
15724         gnus-group-make-group.
15725         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15726         encoded.
15727
15728         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15729         Encode group name to which articles are moved or copied.
15730         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15731         coding system for encoding Newsgroup, Followup-To and Xref headers.
15732
15733         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15734         marks; use nnheader-file-coding-system to write a file.
15735         (nnagent-retrieve-headers): Bind file-name-coding-system to
15736         nnmail-pathname-coding-system.
15737
15738         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15739
15740         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15741         (nnml-request-article, nnml-request-create-group)
15742         (nnml-request-rename-group, nnml-find-id)
15743         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15744         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15745         (nnml-save-marks): Use nnml-group-pathname instead of
15746         nnmail-group-pathname.
15747
15748         (nnml-request-create-group, nnml-request-expire-articles)
15749         (nnml-request-move-article, nnml-request-delete-group)
15750         (nnml-deletable-article-p, nnml-possibly-create-directory)
15751         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15752         (nnml-open-marks): Bind file-name-coding-system to
15753         nnmail-pathname-coding-system.
15754
15755         (nnml-request-article): Pass server argument to nnml-find-group-number.
15756         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15757         Pass server argument to nnml-possibly-create-directory.
15758         (nnml-request-accept-article): Pass server argument to
15759         nnml-active-number and nnml-save-mail.
15760         (nnml-find-group-number): Pass server argument to nnml-find-id.
15761         (nnml-request-update-info): Pass server argument to
15762         nnml-marks-changed-p.
15763
15764         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15765         (nnml-save-mail, nnml-active-number): Add server argument.
15766
15767         (nnml-request-delete-group): Warn if group is missing.
15768         (nnml-get-nov-buffer): Decode group name.
15769         (nnml-generate-active-info): Encode group name.
15770         (nnml-open-marks): Decode group name in messages.
15771
15772 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15775         if it is not specified.
15776         (gnus-article-pipe-part, gnus-article-save-part)
15777         (gnus-article-interactively-view-part, gnus-article-copy-part)
15778         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15779         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15780         (gnus-article-replace-part, gnus-article-delete-part)
15781         (gnus-article-view-part-as-type): Pass raw prefix argument to
15782         gnus-article-part-wrapper.
15783
15784 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-agent.el (gnus-agent-save-active):
15787         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15788
15789         * gnus-cache.el (gnus-cache-save-buffers)
15790         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15791         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15792         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15793         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15794         (gnus-cache-generate-active, gnus-cache-rename-group)
15795         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15796         (gnus-cache-update-overview-total-fetched-for):
15797         Bind file-name-coding-system to nnmail-pathname-coding-system.
15798         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15799         New variables.
15800         (gnus-cache-decoded-group-name): New function.
15801         (gnus-cache-file-name): Use it.
15802         (gnus-cache-generate-active): Use non-decoded group name for active.
15803
15804         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15805         right place.
15806         (gnus-write-active-file): Don't break non-ASCII group names.
15807
15808         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15809         nnmail-pathname-coding-system.
15810
15811         * lpath.el: Bind default-file-name-coding-system,
15812         file-name-coding-system and language-info-alist for XEmacs.
15813
15814         * gnus-uu.el (gnus-uu-decode-save): Typo.
15815
15816 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15819
15820 2007-07-14  David Kastrup  <dak@gnu.org>
15821
15822         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15823         finishing actions if we did not edit the article.
15824
15825 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15828         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15829         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15830         (gnus-agent-flush-group, gnus-agent-flush-cache)
15831         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15832         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15833         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15834         (gnus-agent-regenerate-group)
15835         (gnus-agent-update-files-total-fetched-for)
15836         (gnus-agent-update-view-total-fetched-for):
15837         Bind file-name-coding-system to nnmail-pathname-coding-system.
15838         (gnus-agent-group-pathname): Don't encode file names by
15839         nnmail-pathname-coding-system.
15840         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15841         coding-system-for-write instead of buffer-file-coding-system to
15842         gnus-agent-file-coding-system.
15843
15844         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15845         Decode group name.
15846
15847         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15848
15849         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15850         (gnus-read-newsrc-el-file): Make group names unibyte.
15851
15852         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15853         nnmail-pathname-coding-system.
15854
15855         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15856         (nnrss-request-delete-group): Bind file-name-coding-system to
15857         nnmail-pathname-coding-system.
15858         (nnrss-read-server-data, nnrss-read-group-data):
15859         Bind file-name-coding-system correctly.
15860         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15861
15862         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15863         (nntp-server-to-method-cache): New variable.
15864         (nntp-group-pathname): New function that decodes non-ASCII group names.
15865         (nntp-possibly-create-directory, nntp-marks-changed-p)
15866         (nntp-save-marks, nntp-open-marks): Use it.
15867         (nntp-possibly-create-directory, nntp-open-marks):
15868         Bind file-name-coding-system to nnmail-pathname-coding-system.
15869         (nntp-open-marks): Decode group names when bootstrapping marks.
15870
15871         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15872         Newsgroups and Followup-To headers.
15873
15874 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15877         (gnus-server-closed-face, gnus-server-denied-face)
15878         (gnus-server-offline-face): Remove variable.
15879         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15880
15881         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15882         of modifying message-stack directly for XEmacs.
15883
15884         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15885         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15886         if the coding-system argument is nil for XEmacs.
15887
15888         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15889         mm-charset-override-alist.
15890
15891         * rfc2047.el: Don't require base64; require rfc2045 for the function
15892         rfc2045-encode-string.
15893         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15894         to quote the parameter value.
15895
15896 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15899         form in gnus-group-name-charset-method-alist.
15900
15901         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15902         overrides the default layout edit-form.
15903
15904         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15905
15906         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15907
15908 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15911         as unfetched articles.
15912
15913 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15916
15917 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15920         original back end that keeps marks in the local system.
15921
15922 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15925         arg of pop-to-buffer for XEmacs.
15926         (gnus-article-read-summary-keys): Ditto; don't restore window
15927         configuration if summary command ends up with neither article buffer
15928         nor summary buffer; describe bindings if summary keys end with C-h.
15929
15930 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * message.el (message-fix-before-sending): Skip raw message part to be
15933         forwarded while checking illegible text.
15934         (message-forward-make-body-mime, message-forward-make-body):
15935         Mark signed or encrypted raw message as having no illegible text.
15936
15937 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15940         (gnus-message-with-timestamp-1): New macro.
15941         (gnus-message-with-timestamp): New function.
15942         (gnus-message): Use them.
15943
15944         * nnheader.el (nnheader-message): Use them.
15945
15946 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15949         .newsrc.eld file.
15950
15951 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * gnus-agent.el (gnus-agent-fetch-headers)
15954         (gnus-agent-retrieve-headers):
15955         Bind gnus-decode-encoded-address-function to identity.
15956
15957         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15958         available also when the server returns simply a dot.
15959
15960         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15961
15962 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15965
15966 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-ems.el (gnus-x-splash): Make it work.
15969
15970         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15971         from being used.
15972
15973         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15974
15975 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15978         4th and the 5th arguments.
15979
15980         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15981         the front stickiness.
15982         (gnus-article-summary-command-nosave): Correct the order of the
15983         arguments passed to pop-to-buffer.
15984         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15985         summary command ends up with the article buffer.
15986
15987         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15988         the same faces.
15989
15990 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15991
15992         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15993
15994 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15995
15996         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15997         * gnus-sum.el (gnus-summary-highlight):
15998         * pgg.el (pgg-sign-region, pgg-sign):
15999         * mail-source.el (mail-source-delete-old-incoming-confirm):
16000         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16001
16002 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (gnus-mime-view-part-externally)
16005         (gnus-mime-view-part-internally): Fix predicate function passed to
16006         completing-read.
16007
16008         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16009
16010         * gnus.el (gnus-update-message-archive-method): Add :version.
16011
16012 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * gnus.el (gnus-update-message-archive-method): New variable.
16015
16016         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16017         according to gnus-message-archive-method if
16018         gnus-update-message-archive-method is non-nil.
16019
16020 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16023         Suggested by Loic Dachary <loic@dachary.org>.
16024         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16025
16026 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * message.el (message-pop-to-buffer): Add switch-function argument.
16029         (message-mail): Pass switch-function argument to it.
16030
16031 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16034         Improve doc string.
16035
16036 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16039         (gnus-header-content):
16040         * gnus-cite.el (gnus-cite-10):
16041         * gnus-srvr.el (gnus-server-closed):
16042         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16043         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16044         (gnus-group-mail-3-empty, gnus-group-mail-low)
16045         (gnus-group-mail-low-empty, gnus-splash):
16046         * message.el (message-header-to, message-header-cc)
16047         (message-header-subject, message-header-other, message-header-name)
16048         (message-header-xheader, message-separator, message-cited-text)
16049         (message-mml): Lighten colors of faces used for dark background.
16050
16051 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16052
16053         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16054         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16055
16056 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * message.el (message-narrow-to-headers-or-head):
16059         Ignore mail-header-separator in the body.
16060
16061 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16064         same as window size.
16065
16066 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16067
16068         * message.el (message-font-lock-keywords): Use message-header-xheader
16069         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16070         ahead of the anything pattern, to get it recognized.
16071
16072 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16075         spam.el loads uses it in the compiled defadvice form.
16076
16077 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16078
16079         * gnus-sum.el (gnus-articles-to-read)
16080         (gnus-summary-insert-old-articles): Don't truncate group name for
16081         `read-string'.
16082
16083         * gnus-util.el (gnus-limit-string): Delete this function.
16084
16085         * gnus-sum.el (gnus-simplify-subject-fully):
16086         Use `truncate-string-to-width' instead.
16087
16088 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16089
16090         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16091         Tell if, on summary exit, the next group has to be selected.
16092         (gnus-summary-exit): Use it.
16093
16094 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16097         non-break space.
16098
16099 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16102         Check if group is not a directory.
16103         (nnfolder-request-expire-articles): Don't delete articles if the target
16104         group is not available.
16105
16106         * nnml.el (nnml-request-create-group): Properly check if group is not a
16107         file.
16108         (nnml-request-expire-articles): Don't delete articles if the target
16109         group is not available.
16110
16111         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16112         Don't quote characters that are within parentheses.
16113
16114 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16117         (gnus-handle-ephemeral-exit): Select article according to it.
16118
16119 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * message.el (message-insert-formated-citation-line): Remove newline.
16122         (message-citation-line-format): Add final \n here so that the user can
16123         avoid a blank line.
16124
16125 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16126
16127         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16128         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16129         Update lanl/arXiv support.
16130
16131 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * gnus.el: Bump version number.
16134
16135 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16136
16137         * gnus.el (gnus-version-number): Bump version.
16138
16139 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16140
16141         * gnus.el: No Gnus v0.6 is released.
16142
16143 2007-04-27  Didier Verna  <didier@xemacs.org>
16144
16145         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16146         * gmm-utils.el (gmm-regexp-concat): ... here.
16147         * message.el: Don't require 'gnus-util.
16148         (message-dont-reply-to-names): Handle name change above.
16149         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16150
16151 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16154         since the initial value varies according to the system.
16155
16156 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16159
16160 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16161
16162         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16163
16164 2007-04-24  Didier Verna  <didier@xemacs.org>
16165
16166         Improve the type of gnus-ignored-from-addresses.
16167         * gnus-util.el (gnus-orify-regexp): New function.
16168         * message.el (gnus-util): Require it.
16169         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16170         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16171         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16172
16173 2007-04-24  Didier Verna  <didier@xemacs.org>
16174
16175         * gnus-sum.el:
16176         * gnus-utils.el: Fix some trailing whitespaces.
16177
16178 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16181         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16182         article's Message-ID; refer parent article in summary buffer.
16183
16184         * message.el (message-bounce): Call mime-to-mml.
16185
16186         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16187         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16188         optimize and/or forms properly.
16189
16190 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16193         URL.
16194
16195 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16198
16199 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16202         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16203         displayed of multipart/alternative part if it is invoked from summary
16204         buffer.
16205
16206         * mm-view.el (mm-inline-text-html-render-with-w3m)
16207         (mm-inline-text-html-render-with-w3m-standalone)
16208         (mm-inline-render-with-function): Use mail-parse-charset by default.
16209
16210 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16211
16212         * parse-time.el (parse-time-string-chars): Check if CHAR
16213         is less than the length of parse-time-syntax.
16214
16215 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16218         from gnus-newsgroup-processable.
16219
16220 2007-04-16  Didier Verna  <didier@xemacs.org>
16221
16222         * gnus-msg.el (gnus-configure-posting-styles):
16223         Handle message-signature-directory properly with :file syntax.
16224         Reported by "Leo".
16225
16226 2007-04-11  Didier Verna  <didier@xemacs.org>
16227
16228         New user option: message-signature-directory.
16229         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16230         * message.el (message-insert-signature): Ditto.
16231         * message.el (message-signature-file): Doc update.
16232         * message.el (message-signature-directory): New.
16233
16234 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-msg.el (gnus-inews-yank-articles):
16237         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16238
16239 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * message.el (message-yank-original): Make sure cited text ends with
16242         newline; don't exchange point and mark.
16243
16244 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16245
16246         * tls.el (open-tls-stream): Properly handle case where there
16247         is no associated buffer.
16248
16249 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16250
16251         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16252         message-yank-original, make sure (< mark TEXT point).
16253
16254 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16255
16256         * message.el (message-fill-column): New variable.
16257         (message-mode): Use it.  Add comment on a possible new hook.
16258
16259         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16260         (nnmail-get-new-mail): Reformat.
16261
16262         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16263
16264         * gmm-utils.el: Fix Commentary.
16265         (gmm-tool-bar-from-list): Fix typo in doc string.
16266
16267 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16268
16269         * message.el (message-yank-original): Don't switch point and mark
16270         unnecessarily to put point and mark as documented.
16271
16272 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16275         from the message heads.
16276
16277 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16278
16279         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16280         article buffer does not have a window.  This may not be the best
16281         solution but is certainly better than setting the start of the null,
16282         that is the current, window.
16283
16284 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16287         (gnus-draft-setup): Run it.
16288
16289         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16290         gnus-score-fast-scoring.  Allow regexp.
16291         (gnus-score-headers): Use it.
16292
16293         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16294         XEmacs.
16295
16296         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16297         string.
16298         (gnus-button-alist): Also catch `<f1> k ...'.
16299         (gnus-treat-display-x-face): Fix doc string.
16300
16301 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16302
16303         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16304         evaluation of gnus-extended-version to ensure correct generation of the
16305         User-Agent header when message-generate-headers-first is used.
16306
16307 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16308
16309         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16310         hashcash-path is nil.  Don't call callback with incorrect number of
16311         parameters if val is 0.
16312
16313 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16314
16315         * message.el (message-required-news-headers):
16316         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16317
16318 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16319
16320         * tls.el (open-tls-stream): In handshake-waiting loop,
16321         don't wait more if there is output available to process.
16322
16323 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16324
16325         * tls.el (tls-program): Doc fix.
16326
16327 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * message.el (message-generate-new-buffers): Change the meaning of the
16330         nil value; add `standard' to the choices; treat t as `unique'; improve
16331         doc string.
16332         (gnus-select-frame-set-input-focus): Autoload.
16333         (message-buffer-name): Search for the existing message buffer if
16334         message-generate-new-buffers is nil or `standard'; treat the value t of
16335         message-generate-new-buffers as `unique'.
16336         (message-pop-to-buffer): Raise the frame already displaying the message
16337         buffer; clear the echo area after querying.
16338         (message-setup): Pass the `continue' argument to compose-mail.
16339         (message-mail): Prefer `switch-function' if it is given; search for the
16340         existing message buffer if the `continue' argument is non-nil; pass
16341         continue and switch-function arguments to compose-mail by way of
16342         message-setup.
16343         (message-mail-other-window): Adjust argument of message-setup.
16344         (message-mail-other-frame): Ditto.
16345
16346 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16349         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16350         to turn font-lock on when turning gnus-message-citation-mode on.
16351
16352 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16353
16354         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16355         (mml-smime-function-alist): New variable; add epg as the backend.
16356         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16357         mml-smime- functions instead.
16358         * mm-view.el: Require smime.
16359
16360 2007-03-05  Didier Verna  <didier@xemacs.org>
16361
16362         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16363         instead of just inheritance for posting styles.
16364         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16365
16366 2007-02-24  Chris Moore  <dooglus@gmail.com>
16367
16368         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16369         * pgg-pgp.el (pgg-pgp-encrypt-region):
16370         * pgg-gpg.el (pgg-gpg-encrypt-region):
16371         Check pgg-encrypt-for-me if no other recipients.
16372
16373 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16374
16375         * tls.el (tls-certtool-program): Fix custom type.
16376
16377 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16380         and point-at-eol instead of line-(beginning|end)-position.
16381
16382         * assistant.el (assistant-parse-buffer): Ditto.
16383
16384         * netrc.el (netrc-parse-services): Ditto.
16385
16386 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16387
16388         * mml2015.el (mml2015-epg-find-usable-key): New function.
16389         (mml2015-epg-sign): Use it.
16390         (mml2015-epg-encrypt): Use it.
16391
16392 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * message.el (message-make-in-reply-to): Quote name containing
16395         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16396         if there are special characters.  Reported by NAKAJI Hiroyuki
16397         <nakaji@jp.freebsd.org>.
16398
16399 2007-02-27  Didier Verna  <didier@xemacs.org>
16400
16401         Include the group parameters as well as the topic ones in the
16402         inheritance filter process.
16403         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16404         argument GROUP-PARAMS-LIST.
16405         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16406
16407 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * nntp.el (nntp-never-echoes-commands)
16410         (nntp-open-connection-functions-never-echo-commands): New variables.
16411         (nntp-send-command): Use them.
16412
16413 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16414
16415         * mml2015.el (mml2015-epg-verify): Simplify.
16416
16417 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * mml.el (mml-content-disposition-alist): New user option.
16420         (mml-content-disposition): New function.
16421         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16422         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16423
16424 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16425
16426         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16427         verification.
16428
16429 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16430
16431         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16432         articles posted in the last 24 hours.
16433
16434 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16435
16436         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16437
16438 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16439
16440         * nntp.el (nntp-send-command): Don't wait for echoes when
16441         nntp-open-ssl-stream is used.
16442
16443 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16446         (gnus-message-add-citation-keywords)
16447         (gnus-message-remove-citation-keywords): Remove.
16448         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16449         directly, make the variables in font-lock-defaults buffer-local, add
16450         gnus-message-citation-keywords to them and then update the value of
16451         font-lock-keywords.
16452
16453 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * message.el (message-cite-original-1): Don't call
16456         gnus-article-highlight-citation.
16457
16458         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16459         citations; fix line count.
16460
16461 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16464         (gnus-message-add-citation-keywords)
16465         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16466         versions of font-lock-add-keywords and font-lock-remove-keywords to
16467         work with XEmacs correctly.
16468
16469 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-cite.el (gnus-cite-face-list): Set the values of
16472         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16473         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16474         (gnus-message-cite-prefix-regexp): New variable.
16475         (gnus-message-search-citation-line): Use it; protect against long
16476         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16477         the 0th match data for Emacs.
16478         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16479         (gnus-message-add-citation-keywords): Append keywords rather than
16480         prepending; emulate font-lock-add-keywords if it is not available.
16481         (gnus-message-remove-citation-keywords):
16482         Emulate font-lock-remove-keywords if it is not available.
16483
16484         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16485
16486         * message.el (message-cite-prefix-regexp): Set the value of
16487         gnus-message-cite-prefix-regexp.
16488
16489 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16490
16491         * nnweb.el (nnweb-google-parse-1): Update parser.
16492
16493 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16494
16495         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16496
16497 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16498
16499         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16500         regexp.
16501
16502 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16505         string-to-multibyte.
16506         (uudecode-decode-region-internal): Use it.
16507
16508         * lpath.el: Fbind string-as-multibyte for XEmacs.
16509
16510 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16513         Fix custom choice.
16514
16515         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16516
16517 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16518
16519         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16520
16521         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16522         `write-region' to respect `mm-inhibit-file-name-handlers'.
16523
16524 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16527         Use gnus-home-directory instead of "~/" or "$HOME".
16528
16529 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16530
16531         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16532         to mention filename.
16533         Add comments at beginning regarding usage.
16534         (encrypt-write-file-contents): Change interactive so a string is
16535         acceptable.  If the file has no associated model, show an error instead
16536         of a nonsense prompt.
16537
16538 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16539
16540         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16541         Thanks to Yoshihiko Yamada for kind notification of this typo.
16542
16543 2007-01-12  Kenichi Handa  <handa@m17n.org>
16544
16545         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16546         multibyte buffer.
16547
16548 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-score.el (gnus-score-fast-scoring): New variable.
16551         (gnus-score-headers): Use it.
16552
16553         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16554
16555         * message.el (message-cite-original-1):
16556         Call gnus-article-highlight-citation if requested.
16557         (message-make-from): Allow name and address as optional arguments.
16558
16559         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16560
16561         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16562         bugs to doc string.
16563         (gnus-button-alist): Add mid\\|message-id.
16564         (gnus-button-fetch-group): Extend for use in
16565         `browse-url-browser-function'.
16566         (gnus-button-url-regexp): Try to catch paired parentheses like in
16567         Wikipedia URLs.
16568
16569         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16570         Suggested by Simon Krahnke <overlord@gmx.li>.
16571
16572 2007-01-13  Romain Francoise  <romain@orebokech.com>
16573
16574         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16575         Update copyright.
16576
16577 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16578
16579         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16580
16581 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * gnus-registry.el (gnus-registry-unfollowed-groups)
16584         (gnus-registry-split-fancy-with-parent): Fix documentation.
16585
16586 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16587
16588         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16589         from nnweb groups.
16590
16591 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16594         Xref urls.  Erase buffer before requesting head.
16595
16596         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16597
16598 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16601         customizable.
16602
16603 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16604
16605         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16606         no signing key is found.
16607         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16608         no encrypting and/or signing key is found.
16609
16610 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16613
16614 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16615
16616         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16617         headers read from disk with the ones newly found in the current search.
16618         This should no longer cause problems, because the article numbers in
16619         Gmane's `nov.php' output are ignored since the previous change.
16620
16621 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16622
16623         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16624
16625 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16628         replace-regexp-in-string; bind url-version; fbind display-images-p and
16629         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16630         find-face and set-itimer-function for Emacs; bind itimer-list for
16631         Emacs.
16632
16633         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16634
16635 2007-01-01  Romain Francoise  <romain@orebokech.com>
16636
16637         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16638
16639 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16640
16641         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16642         `define-minor-mode' macro definition expanded properly.
16643         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16644         exclude it there.
16645
16646         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16647         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16648         `fboundp' test.
16649         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16650         This is OK to autoload in (S)XEmacs now.
16651
16652 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16653
16654         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16655         keystroke.
16656         (gnus-summary-limit-to-singletons): Fix typo.
16657
16658         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16659         else fails.
16660
16661 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16662
16663         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16664         docstring.
16665
16666         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16667         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16668         (gnus-summary-insert-dormant-articles): Fix typo in message.
16669
16670 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16673         nil for XEmacs.
16674         (gnus-message-citation-mode): Don't autoload in XEmacs.
16675
16676         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16677
16678 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16679
16680         * nnimap.el (nnimap-expunge-search-string):
16681         Mention nnimap-search-uids-not-since-is-evil in docstring.
16682
16683 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * spam.el: Revert to make-obsolete-variable because
16686         define-obsolete-variable-alias is not supported in Emacs 21.
16687
16688         * spam.el (spam-ifile-path, spam-ifile-database-path)
16689         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16690         make-obsolete-variable.
16691         (spam-bsfilter-path, spam-bsfilter-program)
16692         (spam-spamassassin-path, spam-spamassassin-program)
16693         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16694         Don't use "path" inappropriately.
16695         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16696         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16697         variable names.
16698
16699 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16700
16701         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16702         summary buffer.
16703
16704         * password.el (password-cache-remove): Use clear-string to burn
16705         password, if available.
16706
16707 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16710
16711         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16712
16713         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16714         (gnus-message-highlight-citation): Move defcustom here from
16715         gnus-cite.el.
16716         (gnus-message-citation-mode): Autoload.
16717
16718         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16719         checks to make it compile with XEmacs.
16720         (gnus-message-citation-mode): New minor mode.
16721         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16722         (gnus-message-highlight-citation): New variables.
16723         (gnus-message-search-citation-line)
16724         (gnus-message-add-citation-keywords)
16725         (gnus-message-remove-citation-keywords)
16726         (turn-on-gnus-message-citation-mode)
16727         (turn-off-gnus-message-citation-mode): New functions.
16728
16729 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16730
16731         * gnus-cite.el: Enable highlighting of different citation levels in
16732         message-mode.
16733
16734 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * message.el (message-make-fqdn): Fix comment.
16737         (message-bogus-system-names): Add ".local".
16738
16739         * spam.el (spam-ifile-path, spam-ifile-program)
16740         (spam-ifile-database-path, spam-ifile-database)
16741         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16742         Don't use "path" inappropriately.
16743         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16744         strings.
16745         (spam-check-ifile, spam-ifile-register-with-ifile)
16746         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16747         Use new variable names.
16748
16749         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16750         (gnus-treat-display-smileys): Simplify using
16751         gnus-image-type-available-p.
16752
16753         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16754         available.
16755
16756         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16757         Use `display-images-p' if available.
16758
16759 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16762         one after turning on the buffer's multibyteness instead of decoding
16763         them directly in the unibyte buffer that causes unexpected conversion
16764         in Emacs 23 (unicode).
16765
16766 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16767
16768         * message.el (message-generate-hashcash): Fix custom type.
16769
16770 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16773
16774 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16777         disconnect icons.  Add help text.
16778
16779 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16782         negated to be consistent with the others we handle.
16783
16784 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16785
16786         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16787         version of gnus-summary-buffer to something, so that we can use two
16788         article buffers at the same time.
16789
16790 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16791
16792         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16793         trigger all the extra headers.
16794         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16795         sorting.
16796
16797 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16798
16799         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16800         solid groups.
16801
16802 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16803
16804         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16805
16806 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * legacy-gnus-agent.el: Add Copyright notice.
16809
16810 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16811
16812         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16813
16814 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815
16816         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16817
16818         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16819         to make it work reliably in CVS Emacs.
16820         (gnus-summary-limit-strange-charsets-predicate)
16821         (gnus-summary-limit-to-predicate): New functions.
16822
16823 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16824
16825         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16826         specifying array size.
16827         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16828         array if it is too small.
16829         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16830         (gnus-sort-threads-loop): New function.
16831
16832 2006-12-06  Chris Moore  <dooglus@gmail.com>
16833
16834         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16835         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16836
16837 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16838
16839         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16840         options.
16841
16842 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16843
16844         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16845         DOS-ing the recipient.
16846
16847         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16848         the headers when creating the mapping to avoid mismappings.
16849         (nnweb-gmane-create-mapping): Always nix out old mapping.
16850
16851 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16854         and mm-verify-option to never.
16855
16856 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * message.el (message-signed-or-encrypted-p): New function.
16859         (message-forward-make-body): Use it.
16860
16861         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16862         Replace encode-coding-string with mm-encode-coding-string.
16863
16864 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * nneething.el (nneething-decode-file-name):
16867         Replace decode-coding-string with mm-decode-coding-string.
16868
16869         * gnus-int.el (gnus-open-server): Say failed server's name.
16870
16871 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16872
16873         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16874         strings to a single string.  Quote `errors-file-name'.
16875         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16876         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16877         Adjust calls.  Use `shell-quote-argument'.
16878
16879 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16880
16881         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16882         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16883
16884         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16885         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16886         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16887         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16888         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16889         (gnus-subscribe-newsgroup, gnus-1):
16890         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16891         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16892         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16893         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16894
16895 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16896
16897         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16898         keystroke.
16899         (gnus-summary-limit-to-bodies): Implement headersp.
16900
16901 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16902
16903         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16904
16905 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16908
16909 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910
16911         * message.el (message-generate-hashcash): Expand range of values to
16912         include `opportunistic'.
16913         (message-send-mail): Use it.
16914
16915 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16916
16917         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16918         and comment it.
16919
16920         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16921
16922 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * gnus-util.el (gnus-extract-address-components): Improve comment.
16925
16926 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-util.el (gnus-extract-address-components): Work with address in
16929         which the name portion contains @.
16930
16931         * lpath.el: Fbind custom-autoload.
16932
16933 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * gnus.el (gnus-start): Move custom group up.
16936         (gnus-select-method): Don't autoload, but make it available for
16937         `customize-variable'.
16938         (gnus-getenv-nntpserver): Don't autoload.
16939
16940 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16941
16942         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16943
16944 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * message.el (message-sendmail-extra-arguments): New variable.
16947         (message-send-mail-with-sendmail): Use it.
16948
16949 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16952         mm-with-unibyte-current-buffer to make string unibyte.
16953
16954         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16955         mm-string-as-multibyte.
16956
16957 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16958
16959         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16960         Reported by Werner Koch <wk@gnupg.org>.
16961
16962 2006-11-14  Daiki Ueno  <ueno@p360>
16963
16964         * mml2015.el: Autoload epa-select-keys when compiling.
16965
16966 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16967
16968         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16969         message-options.
16970         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16971
16972 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16973
16974         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16975         EasyPG (< 0.0.6).
16976         (mml2015-always-trust): New user option.
16977         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16978         prompt.
16979
16980 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * nntp.el (nntp-authinfo-force): New variable.
16983         (nntp-send-authinfo): Use it.
16984
16985 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16988         decode encoded words.  Improve prompt.  Add comment about forwarding.
16989         (message-replacement-char): Move up.
16990
16991 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16992
16993         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16994         instead of gnus-intersection because arguments of gnus-sorted-nunion
16995         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16996
16997 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17000         (message-simplify-subject-functions):
17001         Enable message-strip-subject-encoded-words by default.
17002
17003 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * message.el (message-strip-subject-encoded-words): New function.
17006         (message-simplify-subject-functions): New variable.
17007         (message-simplify-subject): Use it.  Fix typo in doc string.
17008         Support message-strip-subject-encoded-words.
17009
17010 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17011
17012         * gnus-diary.el (gnus-diary-delay-format-function):
17013         * nndiary.el (nndiary-reminders):
17014         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17015
17016 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17017
17018         * gnus-art.el (article-hide-boring-headers): Fetch date from
17019         gnus-original-article-buffer to avoid problems with localized date
17020         strings.
17021
17022 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17025
17026 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17027
17028         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17029         New variables.
17030         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17031         (mm-charset-synonym-alist): Move some entries to
17032         mm-codepage-iso-8859-list.
17033         (mm-charset-synonym-alist, mm-charset-override-alist):
17034         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17035
17036 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17039
17040 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17043         with Emacs 21 and XEmacs.
17044
17045 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17046
17047         * spam.el (spam-parse-address): New function for better parsing,
17048         catching errors, etc.
17049         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17050
17051 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * mm-view.el: Add interactive arg to html2text autoload.
17054
17055 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17058
17059 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17062         New variables.
17063         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17064         (mm-charset-synonym-alist): Move some entries to
17065         mm-codepage-iso-8859-list.
17066
17067         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17068
17069 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * message.el (message-citation-line-format)
17072         (message-insert-formated-citation-line): Fix implementation of %E, %N
17073         and %n according to the doc string.
17074
17075 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17076
17077         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17078         Use car-safe to avoid bad parses.
17079
17080 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17083         names.
17084
17085         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17086
17087 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17090         header.
17091
17092         * message.el (message-draft-headers): Add Date.
17093         (message-headers-to-generate): Fix typo in docstring.
17094
17095         * nndraft.el (nndraft-required-headers): New variable.
17096         (nndraft-generate-headers): Use it.
17097
17098         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17099
17100 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * gnus-registry.el (gnus-registry-wash-for-keywords)
17103         (gnus-registry-find-keywords): New functions to allow easy searching of
17104         articles that are in the registry.
17105
17106 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17107
17108         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17109         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17110         Reported by Damien Elmes <damien@repose.cx>.
17111
17112 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17113
17114         * gnus.el (gnus-mime): Remove unused custom group.
17115
17116 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17117
17118         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17119         "blank line" when searching for end of armor headers.
17120
17121 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gmm-utils.el (gmm-write-region): Fix variable name.
17124
17125 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * gmm-utils.el (gmm-write-region): New function based on compatibility
17128         code from `mm-make-temp-file'.
17129
17130         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17131
17132         * nnmaildir.el (nnmaildir--update-nov)
17133         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17134         Use `gmm-write-region'.
17135
17136 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17139         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17140
17141         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17142
17143         * message.el (message-replacement-char): New variable.
17144         (message-fix-before-sending): Use it.
17145         (message-simplify-subject): New function to remove duplicate code.
17146         (message-reply, message-followup): Use it.
17147
17148         * gnus-sum.el (gnus-summary-make-menu-bar):
17149         Clarify gnus-summary-limit-to-articles.
17150
17151 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-util.el (gnus-with-local-quit): New macro.
17154
17155         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17156
17157 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17160         ignore non-string data.
17161
17162 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17165         non-string data (needs to be done in the registry too).
17166
17167 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17168
17169         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17170         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17171         (gnus-registry-split-fancy-with-parent)
17172         (gnus-registry-fetch-simplified-message-subject-fast)
17173         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17174         Remove text properties on ingress into the registry and when it's saved.
17175         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17176         registry from entries with no groups.
17177
17178 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17179
17180         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17181         function to remove string properties.
17182
17183 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * gmm-utils.el (gmm): Adjust custom version.
17186
17187         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17188         Adjust custom version.
17189
17190         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17191
17192 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * gnus-art.el (gnus-insert-prev-page-button)
17195         (gnus-insert-next-page-button): Simplify.  Reformat.
17196
17197 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17198
17199         * gnus-art.el (gnus-insert-prev-page-button)
17200         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17201
17202 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17203
17204         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17205
17206 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17207
17208         * gnus-art.el (gnus-insert-mime-button)
17209         (gnus-insert-mime-security-button):
17210         Apply gnus-article-button-face to MIME and security buttons.
17211
17212 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17215         readable.
17216
17217 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17220
17221 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17222
17223         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17224         `browse-url-of-file' instead of `browse-url'.
17225
17226 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17227
17228         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17229         regexp.  Articles containing quotation were cut prematurely.
17230
17231 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * message.el (message-cite-original-1): Use nobody by default for the
17234         value of From header.
17235         (message-reply): Ditto.
17236
17237 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17238
17239         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17240         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17241         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17242
17243 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17246         mails in the doc string.  Add some URLs in comment.
17247         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17248
17249 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17252         backslashes handling and the way to find boundaries of quoted strings.
17253
17254 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17255
17256         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17257         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17258         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17259         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17260
17261 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17264         doc string.
17265         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17266
17267 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * lpath.el: Fbind epg-check-configuration.
17270
17271 2006-09-06  Simon Josefsson  <jas@extundo.com>
17272
17273         * mml2015.el (mml2015-use): Doc fix, mention epg.
17274
17275 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17276
17277         * mml2015.el (mml2015-use): Default to epg, if available.
17278
17279 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17280
17281         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17282         message-sender.
17283         (mml1991-epg-encrypt): Ditto.
17284         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17285         message-sender.
17286         (mml2015-epg-encrypt): Ditto.
17287
17288 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17289
17290         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17291         several common directories.
17292
17293 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17294
17295         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17296         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17297
17298 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-art.el (article-decode-encoded-words): Make it fast.
17301
17302 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17305
17306         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17307         in quoted string into `\'.
17308
17309 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17312         Use standard-syntax-table.
17313
17314 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * gnus-art.el (gnus-decode-address-function): New variable.
17317         (article-decode-encoded-words): Use it to decode headers which are
17318         assumed to contain addresses.
17319         (gnus-mime-delete-part): Remove useless `or'.
17320
17321         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17322         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17323         (gnus-nov-parse-line): Use it to decode From header.
17324         (gnus-get-newsgroup-headers): Ditto.
17325         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17326
17327         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17328         (mail-decode-encoded-address-string): New alias.
17329
17330         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17331         New function.
17332         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17333         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17334         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17335         (rfc2047-decode-string): Ditto.
17336         (rfc2047-decode-address-region): New function.
17337         (rfc2047-decode-address-string): New function.
17338
17339 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * message.el (message-caesar-buffer-body): Allow rotating headers.
17342
17343         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17344
17345         * message.el (message-insert-formated-citation-line): Fix %f.
17346         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17347
17348 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17351         (gnus-bookmark-mouse-available-p): New macro.
17352         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17353         (gnus-bookmark-bmenu-show-infos): Use it.
17354         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17355         (gnus-bookmark-bmenu-hide-infos): Ditto.
17356         (gnus-bookmark-remove-properties): New function.
17357         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17358         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17359         (gnus-bookmark-write-file): Bind coding-system-for-write.
17360         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17361         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17362         group before selecting it.
17363         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17364         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17365         quit-window if it is not available; use gnus-mouse-2 and bind it to
17366         gnus-bookmark-bmenu-select-by-mouse.
17367         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17368         (gnus-bookmark-bmenu-select-by-mouse): New function.
17369
17370 2006-08-13  Romain Francoise  <romain@orebokech.com>
17371
17372         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17373         space.
17374
17375 2006-08-10  Romain Francoise  <romain@orebokech.com>
17376
17377         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17378         (dns-mode-soa-auto-increment-serial): New user option.
17379         (dns-mode-soa-maybe-increment-serial): New function.
17380         (dns-mode): Add the latter to `write-contents-functions'.
17381
17382 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * compface.el (uncompface): Use binary rather than raw-text-unix.
17385
17386 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * compface.el (uncompface): Make sure the eol conversion doesn't take
17389         place when communicating with the external programs.
17390         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17391
17392 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17395
17396 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17397
17398         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17399         Make it more robust by parsing author and date independently.
17400
17401 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17404
17405 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17406
17407         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17408         first matching secret key.
17409         (mml2015-epg-encrypt): Ditto.
17410
17411         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17412         first matching secret key.
17413         (mml1991-epg-encrypt): Ditto.
17414
17415         * mml2015.el (mml2015-encrypt-to-self): New user option.
17416         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17417         mml2015-epg-encrypt-to-self is set.
17418
17419         * mml1991.el (mml1991-encrypt-to-self): New variable.
17420         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17421         mml1991-epg-encrypt-to-self is set.
17422
17423         * mml2015.el (mml2015-signers): New user option.
17424         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17425         (mml2015-epg-encrypt): Allow to select signing keys.
17426
17427         * mml1991.el (mml1991-signers): New variable.
17428         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17429         (mml1991-epg-encrypt): Allow to select signing keys.
17430
17431 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * nnheader.el (nnheader-insert-head): Make it work even if the file
17434         uses CRLF for the line-break code.
17435
17436 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17437
17438         * mml2015.el: Require mml-sec instead of password.
17439         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17440         (mml2015-cache-passphrase): Inherit the default value from
17441         mml-secure-cache-passphrase.
17442         (mml2015-passphrase-cache-expiry): Inherit the default value from
17443         mml-secure-passphrase-cache-expiry.
17444
17445         * mml1991.el: Require mml-sec instead of password.
17446         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17447         (mml1991-cache-passphrase): Inherit the default value from
17448         mml-secure-cache-passphrase.
17449         (mml1991-passphrase-cache-expiry): Inherit the default value from
17450         mml-secure-passphrase-cache-expiry.
17451
17452         * mml-sec.el: Require password.
17453         (mml-secure-verbose): New user option.
17454         (mml-secure-cache-passphrase): New user option.
17455         (mml-secure-passphrase-cache-expiry): New user option.
17456
17457 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17458             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17459
17460         * pgg-def.el (pgg-truncate-key-identifier):
17461         Truncate the key ID to 8 letters from the end.
17462
17463 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17464
17465         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17466         workaround for the url package included with Emacs.
17467
17468         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17469
17470 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17473         correctly.  This fixes a bug caused by the 2006-05-12 change.
17474
17475 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17476
17477         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17478         some information about the error when saying that the `bogus' mail
17479         group will be used.
17480
17481 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17484         string.
17485
17486 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17487
17488         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17489
17490 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17491
17492         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17493
17494 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17495
17496         * mml1991.el (mml1991-function-alist): Add epg.
17497         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17498         (mml1991-epg-encrypt): New functions.
17499
17500 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17501
17502         * mml2015.el (mml2015-verbose): New variable.
17503         (mml2015-cache-passphrase): Ditto.
17504         (mml2015-passphrase-cache-expiry): Ditto.
17505         (mml2015-function-alist): Add epg.
17506         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17507         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17508         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17509         New functions.
17510
17511 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17512
17513         * message.el (message-cite-original-1): Preserve region when removing
17514         quoted text due to X-No-Archive in order to avoid bogus attribution
17515         when citing multiple messages.
17516
17517 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17518
17519         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17520         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17521
17522 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * gnus-diary.el (gnus-user-format-function-d)
17525         (gnus-user-format-function-D): Autoload.
17526
17527         * imap.el (Commentary): Fix typo.
17528
17529         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17530         2006-04-22 contribution.
17531
17532 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17533
17534         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17535         It didn't really fix the bogosity I'm seeing with solid web groups.
17536
17537 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17538
17539         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17540         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17541         created using server names.  If we use the feature without declaring
17542         it, Gnus does not properly manage server and group state.
17543
17544         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17545         bound.
17546
17547 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17548
17549         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17550         looking up the method using GROUP's prefix before inventing a new one.
17551         It is used on killed/unknown groups in various places where returning
17552         an all-new method isn't expected by the caller.
17553
17554         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17555         and match semantics of gnus-group-real-prefix.
17556
17557 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17558
17559         * nnmail.el (nnmail-broken-references-mailers): New variable.
17560         (nnmail-ignore-broken-references): New function generalizing
17561         nnmail-fix-eudora-headers.
17562         (nnmail-fix-eudora-headers): Now obsolete.
17563
17564         * gnus-art.el (gnus-button-handle-custom):
17565         Support `customize-apropos*'.
17566
17567 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568
17569         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17570
17571         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17572         articles.
17573
17574 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * message.el (message-cite-reply-above): New variable.
17577         (message-yank-original): Use it.
17578
17579 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17582
17583 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17586         as read.
17587
17588         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17589
17590 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17591
17592         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17593         (gnus-bookmark-default-file): Use gnus-directory.
17594         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17595         Remove "*" in doc string.
17596         (gnus-bookmark-write-file): Simplify.
17597         (gnus-bookmark-maybe-sort-alist): Use `when'.
17598         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17599         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17600         Add FIXME about Emacs 21 and XEmacs compatibility.
17601         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17602         compatibility.
17603         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17604         compatibility.
17605         (gnus-bookmark-menu-heading): Fix version.
17606
17607 2006-06-19  Bastien Guerry  <bzg@altern.org>
17608
17609         * gnus-bookmark.el: New file.
17610
17611 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * message.el (message-syntax-checks): Doc fix.
17614
17615 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17616
17617         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17618         unsubscribed groups as if they were killed ones.  It causes duplicate
17619         entries in gnus-newsrc-alist.
17620
17621 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * message.el (message-syntax-checks): Doc fix.
17624         (message-send-mail): Add check for continuation headers.
17625         (message-check-news-header-syntax): Fix regexp used to check for
17626         continuation headers.
17627
17628 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17631
17632 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17635
17636 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17639         default-truncate-lines.
17640
17641 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17644         to fill the utf-8 entry.
17645
17646         * lpath.el: Fbind unicode-precedence-list.
17647
17648 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17649
17650         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17651
17652 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17653
17654         * gnus-agent.el (directory-files-and-attributes): Move all the way
17655         forward (the third and final move).
17656         (gnus-agent-read-agentview): Trap reconstruction errors due to
17657         nonexistent directory.  Handle by returning nil.
17658
17659 2006-05-30  Didier Verna  <didier@xemacs.org>
17660
17661         * message.el (message-dont-reply-to-names): Update the custom type.
17662         * message.el (message-dont-reply-to-names): New defsubst: potentially
17663         convert a list of regexps into a single one.
17664         * message.el (message-get-reply-headers): Use it.
17665         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17666
17667 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-agent.el (directory-files-and-attributes): Move forward.
17670
17671 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-ml.el (gnus-mailing-list-subscribe)
17674         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17675         (gnus-mailing-list-message): Fix doc strings.
17676
17677 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17678
17679         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17680         of doing it manually.
17681
17682 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17685         comment.
17686
17687 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17688
17689         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17690         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17691         (gnus-agent-read-local): All symbols allocated in my-obarray.
17692         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17693         (gnus-agent-regenerate-group): Check numeric names to see if they are
17694         messages or groups.
17695         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17696         better way of do this...)
17697
17698         * gnus-cache.el (gnus-agent-total-fetched-for):
17699         Ignore 'dummy.group' (there should be a better way of do this...)
17700
17701 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17704         (gnus-saved-headers): Ditto.
17705         (gnus-default-article-saver): Mention functions may have properties.
17706         (gnus-article-save): Override gnus-save-all-headers and
17707         gnus-saved-headers by :headers property which saver function may have.
17708         (gnus-summary-save-in-file): Add :headers property.
17709         (gnus-summary-write-to-file): Ditto.
17710
17711         * gnus-sum.el (gnus-summary-save-article): Bind
17712         gnus-prompt-before-saving to t when saving many articles in a file;
17713         always show all headers.
17714
17715         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17716
17717 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17720         marks.
17721
17722         * message.el (message-indent-citation): Add optional arguments to allow
17723         using it outside of message buffers.
17724
17725         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17726         (gnus-article-treat-unfold-headers): Use it.
17727         (gnus-article-truncate-lines): New variable.
17728         (gnus-article-mode): Use it.
17729         (gnus-article-toggle-truncate-lines): New function.
17730
17731         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17732         Add gnus-article-toggle-truncate-lines.
17733
17734         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17735         coding system in XEmacs, use binary.
17736
17737 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17740         after-load-alist.
17741
17742         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17743         this function should save decoded articles.
17744         (gnus-summary-write-to-file): Use property to specify this function
17745         should save decoded articles and specify gnus-summary-save-in-file
17746         should be used to save articles other than the first one when saving
17747         many articles.
17748         (gnus-summary-save-body-in-file): Use property to specify this
17749         function should save decoded articles.
17750         (gnus-summary-write-body-to-file): Use property to specify this
17751         function should save decoded articles and specify
17752         gnus-summary-save-body-in-file should be used to save articles other
17753         than the first one when saving many articles.
17754
17755         * gnus-sum.el (gnus-summary-save-article): Simplify.
17756
17757 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-art.el (gnus-default-article-saver):
17760         Add gnus-summary-write-body-to-file.
17761         (gnus-article-save-coding-system): Don't use coding system object
17762         in XEmacs.
17763         (gnus-read-save-file-name): Add optional `dir-var' argument which
17764         specifies directory in which files are saved; work even if optional
17765         `variable' argument is not specified.
17766         (gnus-summary-write-to-file): Read file name.
17767         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17768         (gnus-summary-write-body-to-file): New function.
17769
17770         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17771         (gnus-summary-local-variables): Add it.
17772         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17773         (gnus-summary-save-article): Remove optional `decode' argument;
17774         determine whether to decode articles by the value of
17775         gnus-default-article-saver; when saving many files using
17776         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17777         it first and use gnus-summary-save-in-file or
17778         gnus-summary-save-body-in-file thereafter unless
17779         gnus-prompt-before-saving is always; move point to article which
17780         will be saved.
17781         (gnus-summary-save-article-file): Revert.
17782         (gnus-summary-write-article-file): Revert.
17783         (gnus-summary-save-article-body-file): Revert.
17784         (gnus-summary-write-article-body-file): New function.
17785
17786 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-art.el (gnus-default-article-saver): Doc fix.
17789         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17790         from gnus-summary-save-article-coding-system, and default to a
17791         certain coding system.
17792         (gnus-output-to-file): Add coding cookie and encode text according
17793         to gnus-article-save-coding-system; don't use mm-append-to-file.
17794
17795         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17796         gnus-art.el and rename to gnus-article-save-coding-system.
17797         (gnus-summary-save-article): Require gnus-art; don't show all
17798         headers if it decodes articles; don't add coding cookie here;
17799         don't bind mm-text-coding-system-for-write.
17800         (gnus-summary-save-article-file): Save decoded articles.
17801         (gnus-summary-write-article-file): When saving many files, use
17802         gnus-summary-write-to-file first and gnus-summary-save-in-file
17803         thereafter unless gnus-prompt-before-saving is always.
17804         (gnus-summary-save-article-body-file): Save decoded articles.
17805
17806         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17807
17808 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * nnrss.el (nnrss-check-group): Bind hash-index.
17811
17812 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17813
17814         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17815         its hash index.  Store this hash in `nnrss-group-data'.
17816         (nnrss-read-group-data): Update accordingly.
17817
17818 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17819
17820         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17821         entry.
17822
17823         * gnus-sum.el (gnus-summary-make-menu-bar):
17824         Add gnus-article-browse-html-article.
17825
17826 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17827
17828         * gnus-sum.el (gnus-summary-mime-map):
17829         Add gnus-article-browse-html-article.
17830
17831         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17832
17833 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17834
17835         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17836         suitable coding systems in customize.
17837
17838 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17839
17840         * mail-source.el (mail-sources): Fix custom type.
17841
17842 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17845         (gnus-summary-expire-articles-now): Shorten prompt.
17846
17847         * gmm-utils.el (wid-edit): Require.
17848         (defun-gmm): Rename from `gmm-defun-compat'.
17849         (gmm-image-search-load-path): Use it.
17850         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17851
17852 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-sum.el (gnus-summary-save-article-coding-system):
17855         New variable.
17856         (gnus-summary-save-article): Add optional `decode' argument.
17857         If it is set and gnus-summary-save-article-coding-system is non-nil,
17858         save decoded article.
17859         (gnus-summary-write-article-file): Save decoded article if
17860         gnus-summary-save-article-coding-system is non-nil.
17861
17862         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17863         type.
17864
17865 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17868
17869 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17872         first to test gnus-single-article-buffer which may be buffer-local.
17873
17874         * gnus-sum.el (gnus-summary-setup-buffer):
17875         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17876         group; make gnus-article-buffer, gnus-article-current, and
17877         gnus-original-article-buffer always buffer-local.
17878         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17879         group.
17880         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17881
17882 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17883
17884         * nnml.el (nnml-request-compact-group): Compressed files might not
17885         have .gz extension.
17886
17887 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17888
17889         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17890         (mm-copy-to-buffer): Use with-current-buffer.
17891         (mm-display-part): Simplify.
17892         (mm-inlinable-p): Add optional arg `type'.
17893
17894 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17895
17896         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17897         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17898         Try harder to show the attachment internally or externally using
17899         gnus-mime-view-part-as-type.
17900
17901 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17902
17903         * message.el (message-from-style, message-signature-separator)
17904         (message-user-organization-file, message-send-mail-function)
17905         (message-citation-line-function, message-yank-prefix)
17906         (message-indent-citation-function, message-signature)
17907         (message-signature-file, message-signature-insert-empty-line):
17908         Remove autoloads.
17909
17910         * gnus-art.el (gnus-buttonized-mime-types):
17911         Remove "multipart/signed".  Revert 2006-04-26 change.
17912
17913 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914
17915         * gnus.el (gnus-version-number): Bump version.
17916
17917 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17918
17919         * gnus.el: No Gnus v0.5 is released.
17920
17921 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17922
17923         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17924         fetching articles by message-id.
17925
17926 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17927
17928         * message.el (hashcash): Require hashcash as normal.
17929
17930         * ecomplete.el (ecomplete-highlight-match-line):
17931         Use point-at-eol.
17932         (ecomplete-highlight-match-line): Use `highlight', because that
17933         face exists in both Emacs and XEmacs.
17934
17935         * message.el (message-display-abbrev): Use point-at-bol.
17936
17937         * mail-source.el: Don't require timer/timer-funcs.
17938
17939         * gnus-async.el: Ditto.
17940
17941         * password.el: Ditto.
17942
17943         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17944
17945         * mm-url.el: Ditto.
17946
17947         * gnus-xmas.el: Don't require timer-funcs.
17948
17949         * mm-util.el: Require timer/timer-funcs.
17950
17951 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17952
17953         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17954         Close.
17955
17956 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17959         unibyte after clear-decrypt function runs.
17960
17961         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17962         returns as a unibyte string.
17963
17964 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * lpath.el: Revert.
17967
17968         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17969         (pgg-gpg-process-sentinel): Revert.
17970
17971         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17972         (pgg-pgp-lookup-key): Revert.
17973
17974         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17975         (pgg-pgp5-lookup-key): Revert.
17976
17977         * pgg.el (pgg-fetch-key): Revert.
17978
17979 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * lpath.el: Fbind string-as-multibyte for XEmacs.
17982
17983         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17984         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17985         (mml1991-pgg-encrypt): Ditto.
17986
17987         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17988         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17989         a multibyte buffer.
17990
17991         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17992         (pgg-pgp-lookup-key): Ditto.
17993
17994         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17995         (pgg-pgp5-lookup-key): Ditto.
17996
17997         * pgg.el (pgg-fetch-key): Ditto.
17998
17999 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * message.el (message-user-organization-file): Check several
18002         locations of the organization file.
18003
18004         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18005         Add gnus-article-view-part-as-type.
18006
18007         * gnus-art.el (gnus-article-view-part-as-type): New function.
18008
18009         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18010         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18011
18012         * mml.el: Simplify autoload.
18013         (mml-mode): defvar dnd-protocol-alist instead of using
18014         symbol-value.
18015         (mml-default-directory): New variable.
18016         (mml-minibuffer-read-file): Use it.
18017         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18018
18019         * message.el (message-citation-line-format): New variable.
18020         (message-insert-formated-citation-line): New function.
18021         (message-citation-line-function):
18022         Add `message-insert-formated-citation-line' to custom type.
18023
18024         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18025         to doc string.
18026
18027         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18028         depending on mm-verify-option.
18029
18030 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18033         binding pgg-* variables; reimplement the section which prevents
18034         MIME header from being signed.
18035         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18036         pgg-text-mode; remove a blank line at the top of body.
18037
18038         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18039         lines at the top of body; use gnus-newsgroup-charset if there's no
18040         Charset header.
18041
18042 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * message.el (message-self-insert-commands): Doc fix.
18045
18046         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18047         (mm-uu-pgp-encrypted-test): Ditto.
18048         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18049         between header and body; return application/pgp-encrypted handle
18050         if decryption failed; decode decrypted body by charset.
18051
18052         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18053         element match to application/pgp-*.
18054
18055 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18056
18057         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18058         HTML.
18059
18060 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18061
18062         * mail-source.el (mail-source-call-script): Message the error
18063         string.
18064
18065 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18066
18067         * gnus-util.el (gnus-byte-compile): Use it.
18068
18069 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18070
18071         * gnus-util.el (kill-empty-logs): New function.
18072
18073 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074
18075         * message.el (message-mail-alias-type): Doc fix.
18076         (message-mail-alias-type-p): New function.
18077         (message-send): Use it.
18078         (message-mode): Ditto.
18079         (message-strip-forbidden-properties): Ditto.
18080
18081         * ecomplete.el (ecomplete-database-file-coding-system):
18082         New variable.
18083         (ecomplete-save): Use it.
18084         (ecomplete-setup): Use it.
18085
18086 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * message.el (message-self-insert-commands): New variable.
18089         (message-strip-forbidden-properties): Use it.
18090
18091 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092
18093         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18094         that doesn't make XEmacs choke.
18095
18096 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-util.el (gnus-replace-in-string):
18099         Prefer replace-regexp-in-string over of replace-in-string.
18100
18101 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-util.el (gnus-select-frame-set-input-focus):
18104         Use select-frame-set-input-focus if it is available in XEmacs; use
18105         definition defined in Emacs 22 for old Emacsen.
18106
18107         * dgnushack.el: Autoload unmorse-region for XEmacs.
18108
18109         * lpath.el: Bind cursor-in-non-selected-windows and
18110         select-frame-set-input-focus for XEmacs.
18111
18112 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18115
18116 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18117
18118         * gnus-registry.el (gnus-registry-cache-save): Remove text
18119         properties when saving via the temp buffer.
18120
18121 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18122
18123         * message.el (message-generate-hashcash): Honor custom type.
18124
18125 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * message.el (message-generate-hashcash): Default to non-nil when
18128         hashcash is found.
18129
18130         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18131         (gnus-refer-thread-limit): Increase default to 500.
18132
18133         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18134
18135         * flow-fill.el (fill-flowed): Allow delete-space.
18136
18137 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18140         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18141         Remove autoloads.
18142
18143 2006-04-18  Simon Josefsson  <jas@extundo.com>
18144
18145         * message.el (message-generate-hashcash): Default to.
18146
18147 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18150         concatenating segments rather than before concatenating them.
18151
18152 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18153
18154         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18155
18156 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18159
18160         * message.el (message-forward-make-body-plain):
18161         Allow message-forward-ignored-headers to be a list.
18162         (message-remove-ignored-headers): Factor out into function.
18163         (message-forward-make-body-mml): Use it.
18164
18165         * imap.el (imap-quote-specials): New function.
18166         (imap-login-auth): Quote specials.
18167
18168         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18169         (rfc2231-parse-string): Allow concatanation of parameters that
18170         aren't contiguous.  The test case is
18171           (mail-header-parse-content-type "message/external-body;
18172             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18173             access-type=LOCAL-FILE;
18174             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18175
18176 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18177
18178         * nntp.el (nntp-accept-process-output): Return the value of
18179         `nnheader-accept-process-output'.
18180
18181 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18184         (gnus-button-alist): Recognize more diff formats.
18185         (gnus-button-patch): Strip directory.
18186
18187 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18190         Emacs 22 when setting focus.
18191
18192 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18193
18194         * gnus-art.el (gnus-article-treat-types): Do treatment of
18195         text/x-verbatim parts.
18196         (gnus-button-patch): New command.
18197
18198         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18199         addresses that contain invalid characters.
18200
18201 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18202
18203         * message.el (message-put-addresses-in-ecomplete):
18204         Use gnus-replace-in-string.
18205         (message-is-yours-p): Use the more correct
18206         mail-header-parse-address instead of
18207         mail-extract-address-components.
18208         (message-put-addresses-in-ecomplete): Fix typo.
18209
18210         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18211         keystroke.
18212
18213         * gnus-art.el (gnus-treatment-function-alist): Change order of
18214         newsgroups/generic header folding to avoid double-folding.
18215
18216         * message.el (message-hidden-headers): Add X-Draft-From.
18217
18218         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18219         New command.
18220         (gnus-summary-repeat-search-article-backward): New command.
18221
18222         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18223         groups in the parent topic.
18224
18225 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18226
18227         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18228         (spam-extra-header-to-number): Return the CRM114 number as a
18229         number instead of a string.
18230
18231 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18232
18233         * gnus-art.el (gnus-face-properties-alist): Move here from
18234         gnus-fun.
18235
18236         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18237
18238 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18239
18240         * message.el (message-strip-forbidden-properties): Only display on
18241         self-insert-command.
18242
18243         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18244         reindent.
18245         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18246
18247 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18248
18249         * smiley.el (smiley-style): Fix typo.
18250
18251 2006-03-23  Kenichi Handa  <handa@m17n.org>
18252
18253         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18254         instead of set-buffer-multibyte.
18255
18256 2006-03-23  Kenichi Handa  <handa@m17n.org>
18257
18258         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18259         buffer and then decode the buffer text if necessary.
18260         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18261         first, and after mm-encode-body, change the buffer to unibyte.
18262
18263 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18264
18265         * hashcash.el (hashcash-insert-payment-async-2):
18266         Use message-goto-eoh instead of doing it manually.
18267         (mail-add-payment): Use message-narrow-to-header instead of trying
18268         to do the same itself.
18269
18270         * message.el (message-hidden-headers): Add Face.
18271
18272         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18273         reparenting code.
18274         (gnus-summary-reparent-children): Refactored out code.
18275         (gnus-summary-thread-map): New keystroke.
18276         (gnus-summary-reparent-children): Make into command.
18277
18278         * smiley.el (smiley-style): Default to `medium' if using a large
18279         font.
18280
18281         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18282         does it itself.
18283
18284         * message.el (message-point-in-header-p): Simplify definition.
18285
18286 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18287
18288         * nnagent.el (nnagent-request-set-mark): Silence log file
18289         writing.
18290         (nnagent-request-set-mark): Use write-region instead of
18291         append-to-file.
18292
18293         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18294         strange select method.
18295
18296         * ecomplete.el (ecomplete-display-matches): Get highlightling
18297         right.
18298         (ecomplete-display-matches): Use literals.
18299         (ecomplete-display-matches): Disable message logging.
18300
18301         * message.el (message-display-abbrev): Small optimization.
18302
18303         * ecomplete.el (ecomplete-display-matches): Allow automatic
18304         display.
18305
18306         * message.el (message-strip-forbidden-properties):
18307         Display abbrevs.
18308         (message-display-abbrev): Get automatic display right.
18309
18310         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18311         keystrokes.
18312
18313 2006-04-13  Romain Francoise  <romain@orebokech.com>
18314
18315         TODO: Backport to v5-10!
18316
18317         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18318         Move here (and rename) from gnus-registry.el.
18319
18320         * gnus-registry.el: Require gnus-util.
18321         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18322
18323 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * gnus-group.el (gnus-group-catchup-current):
18326         Change if-then-else-if-then-else into cond.
18327         (gnus-group-catchup): Indent.
18328         (group-name-at-point): New function.
18329         (gnus-fetch-group): Provide default from thing at point.
18330
18331 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * message.el (message-display-abbrev): Fix regexp.
18334
18335         * ecomplete.el (ecomplete-highlight-match-line):
18336         Reimplement choosing.
18337         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18338         dead variables.
18339
18340         * message.el (message-newline-and-indent): Remove debugging.
18341         (message-display-abbrev): Use new implementation.
18342
18343 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * gnus-art.el (gnus-article-mode):
18346         Set cursor-in-non-selected-windows to nil.
18347
18348         * smiley.el: Revert previous change.
18349         (smiley-data-directory): defvar it before using it in the
18350         defcustom of `smiley-style'.
18351
18352 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18353
18354         * message.el (message-newline-and-indent): New function.
18355
18356         * ecomplete.el: Implement more bits.
18357
18358         * message.el (message-put-addresses-in-ecomplete): Clean up the
18359         string.
18360
18361         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18362
18363         * gnus-sum.el (gnus-summary-save-parts):
18364         Bind gnus-summary-save-parts-counter and use it to make unique file
18365         names.
18366
18367         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18368
18369         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18370         parameter to say whether to actually parse the individual
18371         addresses.
18372
18373         * message.el (message-put-addresses-in-ecomplete): New function.
18374         (ecomplete): Require.
18375         (message-mail-alias-type): Add ecomplete as an option.
18376
18377 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18378
18379         * flow-fill.el (fill-flowed): Remove trailing space from blank
18380         quoted lines.
18381
18382 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18383
18384         * smiley.el (smiley-style): Move definition later to avoid a
18385         compilation warning.
18386
18387 2006-04-12  Kenichi Handa  <handa@m17n.org>
18388
18389         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18390         buffer and then decode the buffer text if necessary.
18391         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18392         first, and after mm-encode-body, change the buffer to unibyte.
18393         Use mm-disable-multibyte instead of set-buffer-multibyte.
18394
18395 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18398         Content-Type header instead of Content-Disposition header.
18399         (gnus-mime-inline-part): Ditto.
18400         (gnus-mime-view-part-as-charset): Ignore charset that the part
18401         specifies.
18402
18403         * mm-decode.el (mm-display-part): Work with external parts and
18404         usual parts similarly.
18405
18406         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18407         instead of gnus-display-mime.
18408
18409         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18410         instead of with-temp-buffer.
18411
18412         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18413         tag to summarized topics part in order to encode non-ASCII text.
18414
18415 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18416
18417         * smiley.el (smiley-style): New variable.
18418         (smiley-directory): New function.
18419         (smiley-data-directory): Derive from `smiley-style' using
18420         `smiley-directory'.
18421         (smiley-regexp-alist): Add new entries.
18422
18423         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18424         (gnus-article-browse-delete-temp): Add :version.
18425
18426 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18427
18428         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18429         the sieve region.
18430
18431 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18432
18433         * gnus.el (gnus-version-number): Bump version.
18434
18435 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gnus.el: No Gnus v0.4 is released.
18438
18439 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18442         layout.
18443
18444         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18445         unknown charset.
18446
18447         * message.el (message-header-synonyms): Add Original-To to the
18448         default.
18449
18450         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18451         optional parameter.
18452
18453 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * gnus-fun.el (gnus): Require it for gnus-directory.
18456
18457 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18460
18461 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18462
18463         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18464
18465 2006-04-05  Simon Josefsson  <jas@extundo.com>
18466
18467         * password.el (password-reset): New function.
18468
18469 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18470
18471         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18472         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18473
18474 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18475
18476         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18477         Some whitespace was matched into the url, which broke browsing hits
18478         > 100 when mm-url-use-external was nil.
18479
18480 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18483         Check gnus-extra-headers for 'Newsgroups.
18484
18485         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18486         bound.
18487
18488 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18489
18490         * pgg-gpg.el: Clean up process buffers every time gpg processes
18491         complete.
18492
18493 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18496         doc string.
18497
18498 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18499
18500         * pgg-gpg.el (pgg-gpg-process-filter)
18501         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18502
18503         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18504         lines, temporary fix.
18505
18506 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18507
18508         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18509
18510 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18511
18512         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18513         default-enable-multibyte-characters.  This reverts the change from
18514         revision 6.17 which is no longer necessary because the passphrase
18515         is sent separately now.  GnuPG messages are unreadable under
18516         multibyte locales with default-enable-multibyte-characters set to
18517         nil.
18518
18519 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * message.el (message-tool-bar-gnome): Move "spell".
18522
18523 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18526         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18527         instead.
18528
18529 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18530
18531         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18532         Improve newsgroups handling for NNTP overviews which don't include
18533         Newsgroups.
18534
18535 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18536
18537         * message.el (message-resend): Bind message-generate-hashcash to nil.
18538
18539 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18540
18541         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18542         when searching for already-paid recipients.
18543
18544 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18545
18546         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18547         passphrases when it is not needed.
18548         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18549         passphrase stuff from gpg, should only be necessary when you use
18550         gpg with a smartcard.
18551
18552 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * mml.el (mml-insert-mime): Ignore cached contents of
18555         message/external-body part.
18556
18557         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18558         (mm-insert-part): Ditto.
18559
18560 2006-03-23  Simon Josefsson  <jas@extundo.com>
18561
18562         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18563         Reiner.
18564         (pgg-gpg-use-agent-p): Use it again.
18565
18566 2006-03-23  Simon Josefsson  <jas@extundo.com>
18567
18568         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18569         older emacsen.
18570         (pgg-gpg-use-agent-p): Don't use it.
18571
18572 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18575         if we can.
18576
18577 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18578
18579         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18580         (pgg-gpg-update-agent): New function.
18581         (pgg-gpg-use-agent-p): New function.
18582         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18583         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18584         (pgg-gpg-sign-region): Use it.
18585
18586 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18589         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18590
18591 2006-03-21  Simon Josefsson  <jas@extundo.com>
18592
18593         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18594         <wilde@sha-bang.de>.
18595         (pgg-gpg-use-agent): New variable.
18596         (pgg-gpg-process-region): Use it.
18597         (pgg-gpg-encrypt-region): Likewise.
18598         (pgg-gpg-encrypt-symmetric-region): Likewise.
18599         (pgg-gpg-decrypt-region): Likewise.
18600         (pgg-gpg-sign-region): Likewise.
18601         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18602
18603 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18606
18607         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18608         Add comment on version.
18609
18610 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * smiley.el: Add missing test smiley.
18613
18614 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * mm-decode.el (mm-with-part): New macro.
18617         (mm-get-part): Use it; work with message/external-body as well.
18618         (mm-save-part): Treat name and filename equally.
18619
18620         * mm-extern.el (mm-extern-cache-contents): New function.
18621         (mm-inline-external-body): Use it; force the part to be displayed;
18622         move undisplayer added to the cached handle to the parent.
18623
18624         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18625         (gnus-mime-view-part-as-type): Work with message/external-body.
18626
18627         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18628
18629 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18632         images in image-load-path.  [Sync with image.el, revision 1.60, in
18633         Emacs.]
18634
18635 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18636
18637         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18638         path rather than symbol.  Always return list of directories.
18639         Guarantee that image directory comes first.  [Sync with image.el,
18640         revision 1.59, in Emacs.]
18641
18642         * message.el (message-make-tool-bar): Adjust to new API of
18643         `gmm-image-load-path-for-library'.
18644
18645         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18646
18647         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18648
18649 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18650
18651         * gnus-art.el (gnus-article-only-boring-p):
18652         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18653         intangible text.
18654         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18655
18656 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18659         Use `defun' instead of `gmm-defun-compat'.
18660
18661 2006-03-14  Simon Josefsson  <jas@extundo.com>
18662
18663         * message.el (message-unique-id): Don't use message-number-base36
18664         if (user-uid) is a float.
18665         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18666
18667 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18670
18671         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18672         empty line between a part and a message part.
18673
18674 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * smiley.el: Add more test smileys.
18677         (smiley-data-directory, smiley-regexp-alist)
18678         (gnus-smiley-file-types): Fix doc strings.
18679         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18680         adding new elements.
18681         (smiley-mouse-map): Unused code.  Make it a comment.
18682
18683 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18686         scan latest NoCeM messages instead of old ones.
18687         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18688         delimiters that are recently used.
18689         (gnus-nocem-load-cache): Add autoload cookie.
18690
18691         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18692
18693         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18694         level which is larger than gnus-use-nocem is specified.
18695
18696         * gnus-group.el (gnus-group-get-new-news): Ditto.
18697
18698 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-util.el (gnus-tool-bar-update): New function.
18701
18702         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18703         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18704
18705         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18706
18707         * gnus-group.el (gnus-group-redraw-when-idle)
18708         (gnus-group-redraw-check): Remove.
18709         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18710
18711 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18714         if optional last element is specified in splits (FIELD VALUE...).
18715
18716 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18717
18718         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18719         to gmm-image-load-path-for-library.  Call with no-error argument.
18720         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18721
18722         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18723
18724         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18725
18726         * gmm-utils.el (gmm-image-load-path): Remove alias.
18727
18728 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18729
18730         * gmm-utils.el (gmm-image-load-path): Add alias.
18731
18732         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18733         nnml-generate-nov-databases-1.
18734         (nnml-generate-nov-databases): Use it.
18735         (nnml-generate-nov-databases-directory): Document no-active
18736         argument.
18737
18738         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18739         directory if path is t.  Add no-error.
18740
18741         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18742         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18743
18744         * gnus-art.el (gnus-article-browse-delete-temp-files):
18745         Simplify resetting gnus-article-browse-html-temp-list.
18746
18747         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18748         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18749         Add example to docstring.  Rename local variables.  Move error
18750         checks to default case in cond and simplify.
18751
18752 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18755         handle is multipart when calling it recursively.
18756         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18757
18758 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18759
18760         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18761         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18762
18763 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18766         is loaded.
18767
18768         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18769         loaded.
18770
18771 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18774         to "Emacs 23 (unicode)" in doc string.
18775
18776         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18777         "Emacs 23 (unicode)" in comment.
18778
18779 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18782
18783         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18784         characters 160 through 255 in Emacs 23.
18785
18786 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18787
18788         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18789         gnus-article-browse-html-temp.
18790         (gnus-article-browse-delete-temp): Make it customizable.
18791         Add `file'.  Adjust doc string.
18792         (gnus-article-browse-delete-temp-files): Add argument.
18793         Allow query for each file.  Adjust doc string.
18794         (gnus-article-browse-html-parts):
18795         Add `gnus-article-browse-delete-temp-files' to
18796         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18797
18798 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18799
18800         * gnus-art.el (gnus-article-browse-html-temp)
18801         (gnus-article-browse-delete-temp): New variables.
18802         (gnus-article-browse-delete-temp-files): New function.
18803         (gnus-article-browse-html-parts): Use it.
18804
18805 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18808
18809         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18810         string.
18811
18812         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18813         gnus-summary-insert-new-articles when unplugged.
18814         Remove gnus-summary-search-article-forward.
18815
18816         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18817         display-visual-class instead of display-color-cells.
18818
18819 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * dgnushack.el: Autoload customize-group for XEmacs.
18822
18823         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18824         message/* containing non-ASCII text properly.
18825
18826 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * message.el: Require gmm-utils, remove autoloads.
18829         (message-tool-bar): Set default based on
18830         gmm-tool-bar-style.
18831         (message-tool-bar-gnome): Add gmm-customize-mode.
18832
18833         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18834         gmm-tool-bar-style.
18835         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18836
18837         * gnus-group.el (gnus-group-tool-bar): Set default based on
18838         gmm-tool-bar-style.
18839         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18840
18841         * gmm-utils.el (gmm-image-directory): Rename variable from
18842         gmm-image-load-path.
18843         (gmm-image-load-path): Use gmm-image-directory.
18844         (gmm-customize-mode): New function.
18845         (gmm-tool-bar-style): New variable.
18846
18847         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18848         gnus-group-redraw-line-number.
18849         (gnus-group-redraw-check): Simplify.
18850         (gnus-group-tool-bar-update): Remove redraw check.
18851         (gnus-group-make-tool-bar): Add redraw check.
18852
18853 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18854
18855         * gnus-art.el (gnus-button): Add missing parentheses.
18856
18857 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * lpath.el: Fbind line-number-at-pos.
18860
18861 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18864
18865 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * gnus-art.el (gnus-button): New face.
18868         (gnus-article-button-face): Use it.
18869
18870         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18871         Add gnus-summary-next-page.  Re-order.
18872
18873         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18874         next-node are now included.
18875         (gnus-group-redraw-line-number): New internal variable.
18876         (gnus-group-redraw-check): Helper function for updating the tool
18877         bar.
18878         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18879
18880         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18881
18882         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18883         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18884         Use it to match format of Spamassassin 3.0 and later.
18885         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18886         (spam-check-bogofilter)
18887         (spam-bogofilter-register-with-bogofilter): Fix args of
18888         `gnus-error' calls.
18889
18890 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18891
18892         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18893         unnecessary interaction when sending queued mails.
18894         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18895
18896 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18899         first or last are nil.
18900
18901 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18902
18903         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18904
18905 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906
18907         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18908
18909 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * dns.el (query-dns): Protect more against buggy tcp output.
18912
18913 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18914
18915         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18916         nov.php.
18917
18918 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18919
18920         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18921         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18922         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18923         output on the server side.
18924         (nnweb-google-create-mapping): Update regexps and add some
18925         progress indication.
18926
18927 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * gnus-group.el (gnus-group-tool-bar-gnome):
18930         Fix gnus-agent-toggle-plugged.  Re-order icons.
18931         (gnus-group-tool-bar-gnome):
18932         Add gnus-group-{prev,next}-unread-group.
18933         (gnus-group-tool-bar-gnome): Re-order icons.
18934
18935         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18936         Move gnus-summary-insert-new-articles.
18937
18938         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18939         Fix comments.
18940
18941         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18942         also available in Emacs 21.3.
18943
18944         * message.el (message-fix-before-sending): Change "Emacs 22" to
18945         "Emacs 23 (unicode)" in comment.
18946
18947         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18948         "Emacs 23 (unicode)" in comment.
18949
18950         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18951         comment.
18952         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18953
18954         * mm-view.el (mm-fill-flowed): Add :version.
18955
18956 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18959         and load-path.
18960
18961 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * message.el: Autoload gmm-image-load-path.
18964         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18965         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18966         consitency.
18967
18968         * gmm-utils.el (gmm-image-load-path): Also search in
18969         "../etc/images".  Don't set gmm-image-load-path if we don't find
18970         the image.
18971
18972 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gmm-utils.el (gmm-image-load-path): Don't make
18975         `gmm-image-load-path' include subdirectories which the second arg
18976         `image' might specify.
18977
18978         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18979         subdirectory to icon file names.
18980
18981         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18982
18983 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18986         gmm-image-load-path calls.
18987
18988         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18989
18990         * message.el (message-make-tool-bar): Ditto.
18991
18992         * mml.el (mml-preview): Add comment concerning tool bar icons.
18993
18994         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18995         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18996
18997         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18998         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18999
19000         * message.el (message-tool-bar-gnome): Use new icon names.
19001         (message-make-tool-bar): Use `gmm-image-load-path'.
19002
19003         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19004         New functions from MH-E.
19005         (gmm-image-load-path): New variable from MH-E.
19006         (gmm-image-load-path): New function from MH-E.  Add arguments
19007         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19008         *-image-load-path-called-flag.
19009
19010 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19011
19012         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19013
19014 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19015
19016         * nnimap.el (nnimap-request-move-article): Change folder back to
19017         source group before deleting.
19018
19019 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19022
19023         * gnus-art.el (mm-url-insert-file-contents-external):
19024         Autoload mm-url.
19025
19026         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19027
19028 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19031         coding system which mm-charset-to-coding-system returns for a
19032         given charset is valid.
19033
19034 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19035
19036         * html2text.el (html2text-remove-tag-list):
19037         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19038
19039 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19040
19041         * gnus-cus.el: Revert 2005-10-17 change.
19042
19043 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * gnus-art.el (article-strip-banner):
19046         Call article-really-strip-banner only when the regexp match is made.
19047
19048 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * gnus-art.el (article-strip-banner):
19051         Use gnus-extract-address-components instead of
19052         mail-header-parse-addresses to make it work with non-ASCII text;
19053         remove mail-encode-encoded-word-string.
19054
19055         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19056         values which are surrounded with \"...\"; make it never cause a
19057         Lisp error; give up parsing of parameters if it failed in
19058         extracting type.
19059
19060 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19061
19062         * smime.el (smime-cert-by-ldap-1): Fix bug where
19063         `smime-ldap-search' returns results without userCertificates.
19064
19065 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19068
19069 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * spam.el (spam-check-spamassassin-headers): Adapt format for
19072         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19073         <ari@mbf.ocn.ne.jp>.
19074         (spam-list-of-processors): Add spam-use-gmane.
19075
19076 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19079         make-temp-file; make it work with XEmacs as well.
19080
19081         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19082         mm-make-temp-file.
19083
19084         * mm-decode.el (mm-display-external): Use the 3rd arg of
19085         mm-make-temp-file.
19086         (mm-create-image-xemacs): Ditto.
19087
19088 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19091         with message-narrow-to-headers.
19092         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19093         (gnus-draft-check-draft-articles): New function.
19094         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19095
19096 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * gnus-art.el (gnus-article-browse-html-parts):
19099         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19100         Don't use suffix argument for mm-make-temp-file for Emacs 21
19101         compatibility.  Remove useless `format'.
19102
19103 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19104
19105         * nnweb.el (nnweb-google-wash-article): Update regexps.
19106         (nnweb-group-alist): Use defvoo instead of defvar.
19107
19108 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19111         re-loading nn* modules.
19112
19113 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19114
19115         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19116         for `tool-bar-mode' and don't check it's default-value.
19117
19118         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19119
19120         * message.el (message-make-tool-bar): Ditto.
19121
19122         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19123         `substring'.  Shorten tmp-file name.
19124
19125         * gnus.el: Remove bogus comment.
19126
19127 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19128
19129         * gnus-art.el (gnus-article-browse-html-parts): New function.
19130         (gnus-article-browse-html-article): New function for viewing html
19131         articles with a browser.
19132
19133 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19134
19135         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19136         in elisp.
19137         (pgg-gpg-encrypt-symmetric-region): Ditto.
19138         (pgg-gpg-sign-region): Ditto.
19139
19140         * pgg-def.el (pgg-text-mode): New variable.
19141
19142         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19143         (mml2015-pgg-encrypt): Ditto.
19144
19145         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19146         (mml1991-pgg-encrypt): Ditto.
19147
19148 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * nnfolder.el (nnfolder-insert-newsgroup-line):
19151         Use message-make-date instead of current-time-string.
19152
19153         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19154         to gnus-decoded which mm-uu might set.
19155
19156 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19159         don't decode quoted parameters; remove misimported Emacs code.
19160         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19161         (rfc2231-decode-encoded-string): Don't use split-string which
19162         behaves differently according to Emacs version; use
19163         mm-decode-coding-region to convert charset to coding-system.
19164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19165         (rfc2231-encode-string): Remove misimported Emacs code.
19166
19167 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19170         when calling mail-header-parse-content-type.
19171         (article-de-quoted-unreadable): Ditto.
19172         (article-de-base64-unreadable): Ditto.
19173         (article-wash-html): Ditto.
19174
19175         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19176         calling mail-header-parse-content-type and
19177         mail-header-parse-content-disposition.
19178         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19179         mail-header-parse-content-type.
19180
19181         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19182         insert charset and format parameters; encode description after
19183         inserting it to buffer.
19184         (mml-insert-parameter): Fold lines properly even if a parameter is
19185         segmented into two or more lines; change the max column to 76.
19186
19187         * rfc1843.el (rfc1843-decode-article-body): Don't use
19188         ignore-errors when calling mail-header-parse-content-type.
19189
19190         * rfc2231.el (rfc2231-parse-string): Return at least type if
19191         possible; don't cause an error even if it fails in parsing of
19192         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19193         (rfc2231-encode-string): Don't break lines at the beginning, leave
19194         it to mml-insert-parameter.
19195
19196         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19197         calling mail-header-parse-content-type.
19198
19199 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * spam-report.el (spam-report-gmane-use-article-number):
19202         Improve doc string.
19203         (spam-report-gmane-internal): Check if a suitable header was found
19204         in the article.
19205
19206 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19209         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19210
19211 2006-02-05  Romain Francoise  <romain@orebokech.com>
19212
19213         Update copyright notices of all files in the gnus directory.
19214
19215 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19216
19217         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19218
19219 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19222         segmented lines of parameter value to cope with Thunderbird 1.5
19223         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19224         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19225         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19226
19227 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19228
19229         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19230         parts.
19231
19232 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19233
19234         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19235         there's only one active file for all servers.
19236         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19237         solid groups.  Gnus might have used a FAST request to select the group.
19238         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19239         and nnweb-search redundantly in the active file.
19240         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19241         (nnweb-request-create-group): Don't use ARGS.
19242         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19243         initializations.  Let nnoo do the work.
19244
19245 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19248         Say the part has been decoded.
19249
19250         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19251
19252 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19253
19254         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19255         mailcap-viewer-test-cache when there's no 'test clause, since that
19256         will invert the meaning of a "nil" test previously determined by
19257         mailcap-mailcap-entry-passes-test.
19258
19259 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19262         compiling.
19263
19264         * gnus-sum.el: Ditto.
19265
19266         * message.el: Don't bind tool-bar-map when compiling.
19267
19268 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19271
19272 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19273
19274         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19275         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19276         current Google Groups.
19277
19278 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19281         and tool-bar-mode.
19282
19283         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19284         and tool-bar-mode.
19285
19286         * message.el (message-tool-bar-update): Simplify.
19287         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19288
19289         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19290         gnus-summary-buffer.
19291         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19292         gnus-summary-reply.
19293
19294         * gmm-utils.el (gmm): Add :version.
19295
19296 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * Makefile.in (clean): New rule.
19299         (distclean): Use it.
19300
19301 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19302
19303         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19304         Don't autoload.
19305
19306 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gmm-utils.el (gmm-verbose): Add :group.
19309
19310 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * message.el: Change some comments WRT tool-bars.
19313
19314         * gnus-sum.el (gnus-summary-tool-bar)
19315         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19316         (gnus-summary-tool-bar-zap-list): New variables.
19317         (gnus-summary-make-tool-bar): Complete rewrite using
19318         `gmm-tool-bar-from-list'.
19319
19320         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19321         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19322         New variables.
19323         (gnus-group-make-tool-bar): Complete rewrite using
19324         `gmm-tool-bar-from-list'.
19325         (gnus-group-tool-bar-update): New function.
19326
19327         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19328
19329 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19332         is dissected into a single part of which the type is the same as
19333         the given one; decode charset.
19334
19335 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19336
19337         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19338         into alists as symbol not string, since that's what
19339         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19340         look for.
19341
19342 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19345         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19346
19347         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19348
19349 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19352         (gnus-xmas-mime-security-button-menu): New function.
19353
19354         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19355         (gnus-mime-security-button-menu): New definition.
19356         (gnus-mime-security-button-map): Use them.
19357         (gnus-mime-security-button-menu): New function.
19358         (gnus-insert-mime-security-button): Addition to help echo.
19359         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19360         (gnus-mime-security-pipe-part): New functions.
19361
19362         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19363         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19364
19365         * mm-decode.el (mm-handle-set-disposition): Remove.
19366         (mm-handle-set-description): Remove.
19367
19368 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19371         (mm-w3m-standalone-supports-m17n-p): New function.
19372         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19373         w3m usage.
19374
19375         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19376         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19377
19378 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * message.el (message-tool-bar-zap-list):
19381         Use gmm-tool-bar-zap-list as custom type.
19382         (message-tool-bar-update): New function.
19383         (message-tool-bar, message-tool-bar-gnome)
19384         (message-tool-bar-retro): Add message-tool-bar-update.
19385         (message-tool-bar-gnome): Add flyspell-buffer.
19386
19387         * gnus-util.el (gnus-error): Describe `args'.
19388
19389         * gmm-utils.el (gmm-error): Describe `args'.
19390         (gmm-tool-bar-zap-list): New widget.
19391         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19392
19393 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19396         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19397         the number of recursive calls.
19398
19399         * mm-decode.el (mm-handle-set-disposition): New macro.
19400         (mm-handle-set-description): New macro.
19401
19402 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19405         encoding.
19406
19407 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19408
19409         * message.el (message-tool-bar-zap-list, message-tool-bar)
19410         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19411         (message-tool-bar-local-item-from-menu): Remove.
19412         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19413         (message-make-tool-bar): New function.
19414         (message-mode): Use `message-make-tool-bar'.
19415
19416         * gmm-utils.el: New file.
19417         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19418         (gmm-lazy): New widget copied from `nnmail.el'.
19419         (gmm-tool-bar-from-list): New function for creating customizable
19420         tool bars.
19421         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19422         output.
19423         (gmm): Add :prefix to defgroup.
19424
19425 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19426
19427         * gmm-utils.el (gmm-widget-p): New function.
19428
19429 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * mml.el (mml-attach-file): Describe `description' in doc string.
19432         (mml-menu): Add Emacs MIME manual and PGG manual.
19433
19434 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19435
19436         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19437
19438 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19439
19440         * nntp.el (nntp-end-of-line): Doc fix.
19441
19442 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19443
19444         * imap.el (imap-open): Handle case where buffer is a buffer
19445         object.
19446
19447 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19448
19449         * gnus-delay.el (gnus-delay): Don't autoload.
19450         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19451         to be re-loaded when customizing the `gnus-delay' group.
19452
19453 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19454
19455         * message.el (message-insert-citation-line): Use newlines.
19456
19457 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19458
19459         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19460         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19461         these routines, so the passphrase can be managed externally and
19462         passed in to the system.
19463         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19464         pgg-add-passphrase-to-cache function.
19465
19466         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19467         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19468         these routines, so the passphrase can be managed externally and
19469         passed in to the system.
19470         (pgg-pgp5-sign-region): Use new name of
19471         pgg-add-passphrase-to-cache function.
19472
19473 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19474
19475         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19476         part of the decoded armor to find the key-identifier.
19477         (pgg-gpg-lookup-key-owner): New function to return the
19478         human-readable identifier of a key owner.
19479         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19480         itself.
19481         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19482         the key value) if we have a key and can match it against a secret
19483         key.  Also, added a note pointing out fact that the prompt only
19484         indicates the first matching key.
19485
19486         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19487         pgg-decrypt-region.
19488         (pgg-add-passphrase-to-cache): Rename from
19489         `pgg-add-passphrase-cache' to reduce confusion (all callers
19490         changed).
19491         (pgg-remove-passphrase-from-cache): Rename from
19492         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19493         changed).
19494         (pgg-read-passphrase, pgg-add-passphrase-cache)
19495         (pgg-remove-passphrase-cache): Add informative docstrings.
19496         (pgg-decrypt): Convey provided passphrase in subordinate call to
19497         pgg-decrypt-region.
19498
19499 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19500
19501         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19502         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19503         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19504         'passphrase' argument, so the passphrase can be managed externally
19505         and then passed in to the system.
19506
19507         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19508         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19509         so the passphrase cache can be used reliably with identifiers
19510         besides a pgp packet's key id.
19511
19512         * pgg-gpg.el (pgg-gpg-encrypt-region)
19513         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19514         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19515         these routines, so the passphrase can be managed externally and
19516         passed in to the system.
19517
19518         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19519         'notruncate' argument, so the passphrase cache can be used
19520         reliably with identifiers besides a pgp packet's key id.
19521
19522 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19523
19524         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19525         symmetric encryption.
19526         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19527         encrypted session key.
19528         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19529         message ask for the passphrase in a proper way.
19530
19531         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19532         New user commands for symmetric encryption.
19533
19534 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19537
19538         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19539
19540 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19541
19542         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19543
19544 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * mm-decode.el (mm-inlined-types): Add application/pgp.
19547         (mm-automatic-display): Ditto.
19548
19549         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19550         part as text.
19551
19552 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * nnrss.el: Update copyright.
19555         (nnrss-opml-import): Query whether to subscribe to each entry.
19556
19557         * gnus-art.el:
19558         * gnus-sum.el:
19559         * gnus-xmas.el:
19560         * messagexmas.el:
19561         * mm-uu.el:
19562         * mm-view.el: Update copyright.
19563
19564 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19565
19566         * message.el (message-info): New function.
19567         (message-mode-menu): Add it.
19568         Update copyright.
19569
19570         * ChangeLog: Fix and update copyright.
19571
19572 2006-01-13  Romain Francoise  <romain@orebokech.com>
19573
19574         * message.el (message-forward-subject-name-subject): Prefer the
19575         address to 'nowhere' if the sender has no name.
19576         Fix typo.  Update copyright year.
19577
19578 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gnus-art.el (article-wash-html):
19581         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19582         (gnus-article-wash-html-with-w3m-standalone): New function.
19583
19584         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19585         mm-inline-text-html-render-with-w3m-standalone.
19586         (mm-text-html-washer-alist): Map w3m-standalone to
19587         gnus-article-wash-html-with-w3m-standalone.
19588         (mm-inline-text-html-render-with-w3m-standalone): New function.
19589
19590 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19593         Improve LaTeX.
19594
19595 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19598         (nnrss-request-article): Render text/plain parts as HTML.
19599
19600         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19601         the buffer.
19602
19603 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19604
19605         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19606         custom definition of `gnus-posting-styles'.
19607
19608         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19609         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19610
19611 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19612
19613         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19614         Use nntp for bug archive.
19615
19616 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19619         parts.
19620         (nnrss-normalize-date): New function converts ISO 8601 date into
19621         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19622         (nnrss-check-group): Use it.
19623
19624 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19627
19628         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19629         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19630         (nnrss-insert-w3): Ditto.
19631
19632 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19633
19634         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19635         the articles to be forwarded including the case where neither a
19636         number of articles nor a region is specified.
19637
19638 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * nnrss.el (nnrss-request-article): Fix last change; fill
19641         text/plain parts.
19642
19643 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19646         in text/plain part.
19647         (nnrss-check-group): Don't add excessive newline to dc:subject.
19648
19649 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19650
19651         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19652         article.
19653
19654 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19655
19656         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19657         (nnml-use-compressed-files, nnml-save-mail): Support other
19658         comression programs such as bzip2.
19659
19660 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19661
19662         * dns.el (query-dns): Make sure we check the buffer size before
19663         removing tcp headers.
19664
19665 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19668         remove MIME buttons associated with multipart/alternative parts.
19669         (gnus-mime-display-alternative): Tag buttons using `article-type'
19670         text property.
19671
19672         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19673         associated with multipart/alternative parts.
19674
19675         * gnus-art.el (gnus-signature-separator): Fix custom type.
19676
19677         * mm-decode.el (mm-inlined-types): Fix custom type.
19678         (mm-keep-viewer-alive-types): Ditto.
19679         (mm-automatic-display): Ditto.
19680         (mm-attachment-override-types): Ditto.
19681         (mm-inline-override-types): Ditto.
19682         (mm-automatic-external-display): Ditto.
19683
19684 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * spam-report.el (spam-report-user-mail-address)
19687         (spam-report-user-agent): New variables.
19688         (spam-report-url-ping-plain): Use spam-report-user-agent.
19689
19690 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19691
19692         * gnus-art.el (gnus-button-handle-custom): Do not just use
19693         `customize-apropos' for any "M-x customize-*" button but the
19694         function called for.  Accept both the function name and its
19695         argument in order to achieve this.
19696         (gnus-button-alist): Remove support for "custom:" URL's.
19697         Pass function name to `gnus-button-handle-custom' in case of "M-x
19698         customize-*" buttons.
19699
19700 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19703         multipart/alternative and add xref to mm-discouraged-alternatives
19704         in doc string.
19705
19706         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19707         gnus-buttonized-mime-types in doc string.
19708
19709 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19710
19711         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19712         Suggest image/.* in the doc string.
19713
19714 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19715
19716         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19717         message-marks (Debian bug #342521).
19718
19719 2005-12-12  Simon Josefsson  <jas@extundo.com>
19720
19721         * password.el (password-read-from-cache): Add.
19722         (password-read): Use it.
19723
19724 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * rfc2047.el (rfc2047-charset-to-coding-system):
19727         Recognize us-ascii as a MIME charset.
19728
19729         * mm-bodies.el (mm-decode-content-transfer-encoding):
19730         Protect against the case where the 2nd arg TYPE is nil.
19731
19732 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * pop3.el (pop3-stream-type): Fix custom version.
19735
19736         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19737
19738 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19739
19740         * mm-decode.el (mm-display-external): Add missing cdr.
19741
19742 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19745         RFC1524) if it is in mailcap or add a suffix according to
19746         mailcap-mime-extensions when generating a temp filename; postpone
19747         deleting a temp file for 2 seconds for some wrappers, shell
19748         scripts, and so on, which might exit right after having started a
19749         viewer command as a background job.
19750
19751 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19752
19753         * nntp.el (nntp-marks-directory): Fix custom group.
19754
19755         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19756         steps when < 10.
19757
19758         * gnus-start.el (gnus-no-server-1):
19759         Mention `gnus-level-default-subscribed' in doc string.
19760
19761 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19762
19763         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19764         parens.
19765
19766 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * gnus-xmas.el (gnus-use-toolbar): Revert.
19769         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19770         gnus-use-toolbar is default.
19771
19772         * messagexmas.el (message-use-toolbar): Revert.
19773         (message-setup-toolbar): Use global default-toolbar if
19774         message-use-toolbar is default.
19775
19776 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19779         according to default-toolbar-visible-p.
19780
19781         * messagexmas.el (message-use-toolbar): Ditto.
19782
19783 2005-11-26  Dave Love  <fx@gnu.org>
19784
19785         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19786         (tls-program, tls-success): Provide openssl alternative.
19787
19788         * starttls.el: Doc fixes.
19789         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19790         SERVICE to PORT.
19791
19792         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19793         port null or service name.
19794         (starttls-negotiate): Autoload.
19795
19796 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * message.el (message-kill-to-signature): Fix interactive spec.
19799
19800 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * pop3.el (pop3-open-server): Recognize a string as a service name.
19803
19804 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19805
19806         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19807
19808 2005-11-23  Dave Love  <fx@gnu.org>
19809
19810         Add pop3s, pop3/starttls.
19811
19812         * pop3.el (pop3-authentication-scheme): Clarify doc.
19813         (open-tls-stream, starttls-open-stream): Autoload.
19814         (pop3-stream-type): New.
19815         (pop3-open-server): Use it.
19816
19817         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19818         for POP.
19819         (mail-source-keyword-map): Add :stream for POP.
19820         (mail-source-fetch-pop): Use pop3-stream-type.
19821
19822 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19825         of current-time-string.
19826
19827 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19828
19829         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19830         date header.
19831
19832 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19833
19834         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19835         it can seriously impact performance as it bypasses the agent's
19836         local caches.
19837
19838 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19839
19840         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19841         must be explicitly online rather than "not explicitly offline" for
19842         its flags to be synchronized.
19843
19844         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19845         that gnus-uu-unmark-thread will function correctly.
19846
19847         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19848         1024K is instead displayed as 1M.
19849
19850 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19851
19852         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19853
19854 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19855
19856         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19857
19858 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19859
19860         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19861         error message to display actual error condition.
19862         (gnus-agent-save-local): Avoid saving symbols that are bound to
19863         nil as they simply result in a warning message in
19864         gnus-agent-read-local.
19865
19866 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19869         rather than make-variable-buffer-local for file-precious-flag.
19870
19871 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19872
19873         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19874         for duplicates which are removed.  The invalid sort check then
19875         triggers a rescan after the sort as sorting may have moved
19876         duplicate entries such that they can be cheaply detected.
19877
19878 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19881
19882 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19883
19884         * gnus-agent.el (gnus-agent-article-alist-save-format):
19885         Change internal variable to a custom variable.  Change default value
19886         from compressed(2) to uncompressed(1).
19887         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19888         support for uncompressed agentview files.  Taken together, reading
19889         the agentview file should now be 6-7 times faster.
19890
19891 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19892
19893         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19894         as a buffer-local variable.  This avoids creating truncated
19895         dribble files as a result of a hang up, eg.
19896
19897 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19898
19899         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19900         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19901         XEmacs.
19902
19903 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * gnus-start.el (gnus-start-draft-setup):
19906         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19907
19908         * gnus.el (gnus-splash): Change custom group.
19909         (gnus-group-get-parameter, gnus-group-parameter-value):
19910         Describe allow-list argument.
19911
19912         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19913         string.
19914
19915 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * gnus-art.el (gnus-default-article-saver): Add user-defined
19918         `function' to custom type.
19919
19920 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19921
19922         * imap.el (imap-open): Handle case where buffer is a buffer
19923         object.
19924
19925 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19926
19927         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19928         long lines.
19929         (gnus-cache-delete-group): Wrap doc strings.
19930
19931         * gnus-agent.el (gnus-agent-rename-group)
19932         (gnus-agent-delete-group): Wrap doc strings.
19933
19934 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * messagexmas.el (message-use-toolbar): Change the valid values
19937         into default, top, bottom, left, and right.
19938         (message-toolbar-thickness): New variable.
19939         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19940         well.
19941         (message-setup-toolbar): Make it work.
19942
19943         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19944         (gnus-use-toolbar): Change the valid values into default, top,
19945         bottom, left, and right.
19946         (gnus-toolbar-thickness): New variable.
19947         (gnus-xmas-setup-toolbar): New function.
19948         (gnus-xmas-setup-group-toolbar): Use it.
19949         (gnus-xmas-setup-summary-toolbar): Use it.
19950
19951 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19952
19953         * gnus-start.el (gnus-1): Add "native" to
19954         gnus-predefined-server-alist.
19955
19956         * gnus.el (gnus-method-to-server): Don't add "native" to the
19957         lists here, because that leads to problems when
19958         gnus-select-method is bound.
19959
19960 2005-11-09  Simon Josefsson  <jas@extundo.com>
19961
19962         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19963         use (not sort-by-date) instead.
19964
19965 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19966
19967         * gnus-delay.el (gnus-delay-group): Don't autoload.
19968         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19969         to be re-loaded when customizing the `gnus-delay' group.
19970
19971 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19972
19973         * message.el: Revert last changes.
19974         (message-insert-citation-line): Use newlines.
19975
19976 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19977
19978         * message.el (message-courtesy-message)
19979         (message-mark-insert-begin, message-mark-insert-end)
19980         (message-elide-ellipsis, message-cancel-message)
19981         (message-add-header, message-change-subject)
19982         (message-cross-post-followup-to-header)
19983         (message-cross-post-insert-note, message-reduce-to-to-cc)
19984         (message-widen-reply, message-delete-not-region)
19985         (message-kill-to-signature, message-insert-signature)
19986         (message-insert-importance-high, message-insert-importance-low)
19987         (message-insert-or-toggle-importance)
19988         (message-insert-disposition-notification-to)
19989         (message-indent-citation, message-yank-original)
19990         (message-cite-original-without-signature, message-cite-original)
19991         (message-insert-citation-line, message-position-on-field)
19992         (message-fix-before-sending, message-send-mail-partially)
19993         (message-send-mail, message-send-mail-with-sendmail)
19994         (message-send-mail-with-qmail, message-send-news)
19995         (message-check-news-header-syntax, message-generate-headers)
19996         (message-insert-courtesy-copy, message-fill-address)
19997         (message-fill-header, message-shorten-references)
19998         (message-setup-1, message-cancel-news)
19999         (message-forward-make-body-plain, message-forward-make-body-mime)
20000         (message-forward-make-body-mml, message-encode-message-body)
20001         (message-forward-make-body-digest-plain)
20002         (message-forward-make-body-digest-mime)
20003         (message-use-alternative-email-as-from): Insert `hard-newline'
20004         instead of ordinary newlines.
20005
20006 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * message.el (message-generate-headers): Downcase the argument
20009         given to message-check-element.
20010
20011 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20012
20013         * nntp.el (nntp-authinfo-rejected): New error condition.
20014         (nntp-wait-for): Use new error condition to signal authentication
20015         error.
20016         (nntp-retrieve-data): Rethrow new error condition to break out of
20017         recursive call to nntp-send-authinfo.
20018
20019 2005-11-08  Romain Francoise  <romain@orebokech.com>
20020
20021         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20022         (gnus-summary-exit-map): Bind to `Z p'.
20023         (gnus-summary-make-menu-bar): Add menu item.
20024
20025 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20028         (gnus-treat-*): Add `first' in all doc strings.
20029
20030         * gnus-group.el (gnus-group-compact-group): Fix typo.
20031
20032 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * gnus.el (gnus-parameters-case-fold-search): New variable.
20035         (gnus-parameters-get-parameter): Use it.
20036
20037         * gnus-score.el (gnus-home-score-file): Doc fix.
20038
20039 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20040
20041         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20042
20043 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * mm-util.el (mm-special-display-p): New function.
20046
20047         * mml.el (mml-preview): Use it; doc fix.
20048
20049 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20050
20051         * imap.el (imap-open): Handle case where buffer is a buffer object.
20052
20053 2005-10-29  Romain Francoise  <romain@orebokech.com>
20054
20055         * message.el (message-fix-before-sending): Fix comment.
20056
20057 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20058
20059         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20060
20061 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20062
20063         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20064         Used in gnus-score.el.
20065
20066 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20067
20068         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20069
20070 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20071
20072         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20073         whitespace removed in revision 7.8.  Use concatenated string to
20074         protect trailing whitespace.
20075
20076 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20077
20078         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20079         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20080         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20081         Courier IMAP ("some version from 2004").  Mostly based on similar
20082         code in the same function.
20083
20084 2005-10-26  Didier Verna  <didier@xemacs.org>
20085
20086         * gnus-group.el (gnus-group-compact-group): Invalidate original
20087         article buffer.
20088         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20089         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20090         NOV database and in article itself.
20091         Invalidate article backlog.
20092
20093 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20096
20097 2005-10-26  Simon Josefsson  <jas@extundo.com>
20098
20099         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20100         part of 2004-07-25 change.
20101
20102 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * message.el (message-display-completion-list): New function.
20105         (message-expand-group): Use it; make sure the Completions buffer
20106         is modifiable.
20107 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20108
20109         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20110         user-mail-name is an empty string.
20111
20112 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20115         depending on gnus-score-decay-constant.
20116
20117         * encrypt.el (encrypt-insert-file-contents)
20118         (encrypt-write-file-contents): Don't use `gnus-message'.
20119
20120         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20121         arguments.
20122         (mm-uu-type-alist): Add message-marks and insert-marks.
20123         Pass arguments to mm-uu-verbatim-marks-extract.
20124         (mm-uu-hide-markers): New variable.
20125         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20126
20127         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20128         (gnus-convert-image-to-face-command): Use "convert" by default to
20129         allow other input image formats.
20130         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20131         accordingly.
20132
20133 2005-10-23  Simon Josefsson  <jas@extundo.com>
20134
20135         * imap.el (imap-gssapi-program): Align command line parameters
20136         with latest GNU SASL.
20137         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20138
20139 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20140
20141         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20142         HTML.
20143         (nnslashdot-request-article): Ditto.
20144
20145         * lpath.el (featurep): Add nobreak-char-display.
20146
20147 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20148
20149         * mail-source.el (mail-source-fetch-pop): Require pop3.
20150         (mail-source-check-pop): Ditto.
20151
20152 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20155         errors.
20156
20157 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20158
20159         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20160         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20161
20162         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20163
20164         * mm-bodies.el (mm-decode-string):
20165         Call `mm-charset-to-coding-system' with allow-override argument.
20166
20167 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20170         (rfc2047-charset-to-coding-system): New function.
20171         (rfc2047-decode-encoded-words): New function.
20172         (rfc2047-decode-region): Use them.
20173         (rfc2047-decode-cte): Remove.
20174         (rfc2047-parse-and-decode): Remove.
20175         (rfc2047-decode): Remove.
20176
20177 2005-10-15  Kenichi Handa  <handa@m17n.org>
20178
20179         * rfc2047.el (rfc2047-decode-cte): New function.
20180         (rfc2047-decode-region): Change the way to decode successive
20181         encoded-words: decode B- or Q-encoding in each encoded-word,
20182         concatenate them, and decode it as charset.
20183
20184 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * lpath.el: Fbind codepage-setup for XEmacs.
20187
20188 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20189
20190         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20191         widget-move-and-invoke.
20192         (gnus-custom-mode): Use gnus-custom-map.
20193
20194 2005-10-15  Bill Wohler  <wohler@newt.com>
20195
20196         * message.el (message-tool-bar-map): Rename image file from
20197         mail_send to mail/send.
20198
20199 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20200
20201         * message.el (message-expand-group): Pass the common
20202         prefix substring of completion to `display-completion-list'.
20203
20204 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20205
20206         * mml-sec.el (mml-secure-method): New internal variable.
20207         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20208         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20209         New functions using mml-secure-method.
20210
20211         * mml.el (mml-mode-map): Add key bindings for those functions.
20212         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20213         Harder <harder@myrealbox.com>.
20214         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20215         Goto end of message if point is the headers of the message.
20216
20217         * message.el (message-in-body-p): New function.
20218
20219         * assistant.el: Autoload gnus-util and netrc.
20220
20221         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20222         Use `mm-charset-override-alist' only when decoding.
20223
20224         * mm-bodies.el (mm-decode-body):
20225         Call `mm-charset-to-coding-system' with allow-override argument.
20226
20227         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20228         `filename' from Content-Disposition if Content-Type doesn't
20229         provide `name'.
20230         (gnus-mime-view-part-as-type): Set default instead of
20231         initial-input.
20232
20233 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20234
20235         * format-spec.el (format-spec): Propagate text properties of % spec.
20236
20237 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20238
20239         * gnus-art.el (gnus-treat-predicate): Add `first'.
20240
20241 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20244         (mm-charset-override-alist): New variable.
20245         (mm-charset-to-coding-system): Use it.
20246         (mm-codepage-setup): New helper function.
20247         (mm-charset-eval-alist): New variable.
20248         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20249         Warn about unknown charsets.
20250
20251         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20252
20253 2005-10-04  David Hansen  <david.hansen@gmx.net>
20254
20255         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20256         (nnrss-check-group): Ditto.
20257
20258 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20259
20260         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20261         Rename x-gnus-verbatim to x-verbatim.
20262         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20263
20264         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20265         x-verbatim.
20266
20267         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20268
20269         * gnus-util.el (gnus-remove-duplicates): Remove.
20270
20271         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20272         instead of gnus-remove-duplicates.
20273
20274         * message.el (message-remove-duplicates): Remove.
20275         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20276         message-remove-duplicates.
20277
20278         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20279         available, else use implementation from `delete-dups'.
20280
20281         * message.el (message-insert-expires): New function.
20282         (message-mode-map): Add key binding.
20283         (message-mode-field-menu): Add menu entry.
20284         (message-mode): Document it.
20285         (message-make-expires-date): Use `message-make-date'.
20286
20287 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20288
20289         * message.el (message-make-expires-date): New function.
20290
20291 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * Makefile.in (list-installed-shadows): New entry.
20294         (install): Use it.
20295         (remove-installed-shadows): New entry.
20296
20297         * dgnushack.el (dgnushack-default-load-path): New variable.
20298         (dgnushack-find-lisp-shadows): New function.
20299         (dgnushack-remove-lisp-shadows): New function.
20300
20301 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * Makefile.in (install-el-elc): New entry.
20304         (install): Use it so that .el files are necessarily installed.
20305
20306 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20307
20308         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20309
20310 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20311
20312         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20313         function rather than the diff-mode.el package.
20314         (mm-display-external): Use with-current-buffer.
20315         (mm-viewer-completion-map, mm-viewer-completion-map):
20316         Move initialization inside declaration.
20317
20318 2005-09-29  Simon Josefsson  <jas@extundo.com>
20319
20320         * spam.el: Load hashcash when compiling, to avoid warnings.
20321         Don't autoload mail-check-payment.
20322         (spam-check-hashcash): Define unconditionally, since hashcash.el
20323         is part of Gnus now.  Ignore errors from payment checking.
20324
20325 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20326
20327         * message.el (message-bold-region, message-unbold-region):
20328         Rename from `bold-region' and `unbold-region'.
20329
20330         * message.el: Remove useless autoloads.
20331
20332 2005-09-28  Simon Josefsson  <jas@extundo.com>
20333
20334         * message.el (message-use-idna): Default to t.
20335         (message-use-idna): Test whether encoding works too.  Doc fix.
20336
20337 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * nntp.el (nntp-warn-about-losing-connection): Remove.
20340
20341 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20344         customizable.  Change default value.
20345         (mm-uu-diff-groups-regexp): Change default value.
20346         (mm-uu-type-alist): Add doc string.
20347         (mm-uu-configure): Add doc string.  Make it interactive.
20348         (mm-uu-tex-groups-regexp): New variable.
20349         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20350         (mm-uu-type-alist): Add LaTeX documents.
20351         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20352         of "text/verbatim".
20353         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20354
20355         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20356         instead of "text/verbatim".
20357
20358         * message.el (message-mark-inserted-region)
20359         (message-mark-insert-file): Use slrn style marks when called with
20360         prefix argument.
20361
20362 2005-09-27  Simon Josefsson  <jas@extundo.com>
20363
20364         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20365
20366 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20367
20368         * message.el (message-remove-duplicates): New function.
20369         Implementation borrowed from `gnus-remove-duplicates'.
20370         (message-idna-to-ascii-rhs): Also encode idna addresses in
20371         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20372         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20373         only ask about the same idna domain once per header and also tell
20374         in what header to replace the idna domain.
20375
20376         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20377         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20378         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20379         a header is decoded and not just the last one.
20380
20381 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20384         has been decoded.
20385
20386         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20387         (mm-insert-part): Don't modify text if it has been decoded.
20388
20389         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20390         decoded.
20391
20392         * mm-view.el (mm-inline-text): Don't strip text props unless
20393         decoding enriched or richtext parts.
20394
20395 2005-09-25  Romain Francoise  <romain@orebokech.com>
20396
20397         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20398         * gnus-start.el (gnus-subscribe-interactively):
20399         * gnus-uu.el (gnus-uu-grab-articles):
20400         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20401         space.
20402
20403 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20404
20405         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20406         * mm-view.el (mm-view-pkcs7-decrypt):
20407         * gnus-sum.el (gnus-summary-limit-to-extra)
20408         (gnus-summary-respool-article, gnus-read-move-group-name):
20409         * gnus-score.el (gnus-summary-increase-score):
20410         * gnus-util.el (gnus-completing-read-with-default):
20411         * gnus-art.el (gnus-read-save-file-name)
20412         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20413         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20414         * message.el (message-check-news-header-syntax):
20415         Follow convention for reading with the minibuffer.
20416
20417 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20418
20419         * spam-report.el (spam-report-url-ping-plain):
20420         Use gnus-extended-version as User-Agent.
20421
20422         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20423         default value is nil.
20424
20425         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20426         (mm-uu-verbatim-marks-extract): New function.
20427         (mm-uu-extract): New face.
20428         (mm-uu-copy-to-buffer): Use it.
20429
20430         * spam-report.el (spam-report-gmane-ham): Rename from
20431         `spam-report-gmane-unspam'.
20432         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20433         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20434
20435         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20436         Autoload.
20437         (spam-report-gmane-unregister-routine):
20438         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20439
20440 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20441
20442         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20443         (spam-report-gmane-unregister-routine): Add support for gmane
20444         unregistration.
20445
20446         * spam-report.el (spam-report-gmane-unspam)
20447         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20448         (spam-report-gmane): Change to take a single article and do unspam
20449         registration.
20450
20451 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * mm-url.el (mm-url-decode-entities): Fix regexp.
20454
20455 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20456
20457         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20458         default to nil, to be able to use Gnus at all.  If the default
20459         switches to something else, then the function should be fixed not
20460         be exceedingly slow.
20461
20462 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20463
20464         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20465         fail hard.
20466
20467         * spam-report.el: Add better Keywords line.
20468
20469         * spam.el: Add Maintainer and better Keywords line.
20470
20471 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20472
20473         * gnus-art.el (gnus-article-replace-part)
20474         (gnus-mime-replace-part): New functions.
20475         (gnus-mime-action-alist, gnus-mime-button-commands)
20476         (gnus-mime-save-part-and-strip): Add file argument.
20477         (gnus-article-part-wrapper): Add interactive argument.
20478
20479         * gnus-sum.el (gnus-summary-mime-map):
20480         Add `gnus-article-replace-part'.
20481
20482 2005-09-19  Didier Verna  <didier@xemacs.org>
20483
20484         The nnml compaction feature:
20485         * nnml.el (nnml-request-compact-group): New function.
20486         * nnml.el (nnml-request-compact): New function.
20487         * gnus-int.el (gnus-request-compact-group): New function.
20488         * gnus-int.el (gnus-request-compact): New function.
20489         * gnus-group.el (gnus-group-compact-group): New function.
20490         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20491         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20492         * gnus-srvr.el (gnus-server-compact-server): New function.
20493         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20494         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20495
20496 2005-09-18  Deepak Goel  <deego@gnufans.org>
20497
20498         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20499         format spec.
20500
20501 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20504
20505 2005-09-15  Romain Francoise  <romain@orebokech.com>
20506
20507         * message.el (message-fill-paragraph): Clarify docstring.
20508
20509 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * gnus-art.el (gnus-mime-display-part): Protect against broken
20512         MIME messages.
20513
20514 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20517         before parsing header.
20518
20519 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20520
20521         * html2text.el (html2text-replace-list): Add new entities.
20522
20523 2005-09-11  Romain Francoise  <romain@orebokech.com>
20524
20525         * message.el (message-alternative-emails): Improve docstring.
20526         (message-setup-1): Call `message-use-alternative-email-as-from'
20527         after `message-setup-hook' to give it precedence over posting
20528         styles, etc.
20529         (message-use-alternative-email-as-from): Add docstring.
20530         Remove the original From header if present.
20531
20532         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20533         (nnml-save-mail): Use it.
20534
20535         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20536         articles.  Add new argument `silent'.
20537         (gnus-uu-mark-all): Report the total number of marked articles.
20538
20539 2005-09-10  Romain Francoise  <romain@orebokech.com>
20540
20541         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20542         (gnus-uu-mark-series): Likewise.
20543
20544 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20545
20546         * spam-report.el (spam-report-gmane): Fix generation of spam
20547         report URL.
20548
20549 2005-09-10  Simon Josefsson  <jas@extundo.com>
20550
20551         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20552         t, based on discussion on the ding list with Robert Epprecht
20553         <epprecht@solnet.ch>.
20554
20555 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20556
20557         * spam-report.el (spam-report-gmane): Make it work without
20558         X-Report-Spam header.  Gmane now only provides Archived-At.
20559         This is only used if `spam-report-gmane-use-article-number' is nil.
20560         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20561
20562         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20563         make `gnus-summary-sort-by-recipient' work with threading.
20564
20565         * nnweb.el (nnweb-google-wash-article): Print a message if article
20566         is not available.
20567
20568 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20569
20570         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20571         change.  Decode text/* parts content before displaying.
20572
20573 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20574
20575         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20576
20577 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20580
20581         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20582         url-package-name, url-package-version,
20583         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20584         w3m-display-inline-images, and w3m-minor-mode-map.
20585
20586 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20587
20588         * message.el (message-tab-body-function): Fix mismatched custom type.
20589
20590         * gnus.el (gnus-group-change-level-function): Ditto.
20591
20592         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20593
20594         * gnus-art.el (gnus-signature-limit)
20595         (gnus-article-mime-part-function): Ditto.
20596
20597 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * mml.el (mml-mode): Silence the byte compiler.
20600
20601         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20602         using `(sit-for 0)' before moving the point to the specified part;
20603         skip unbuttonized parts.
20604         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20605         return to the summary window if gnus-auto-select-part is non-nil.
20606
20607 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20610         New variables.
20611         (mml-dnd-attach-file, mml-mode): Use them.
20612
20613         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20614         Make fetching article by MID work again for Google Groups.
20615         Add FIXME concerning gnus-group-make-web-group.
20616
20617         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20618         Don't depend on Gnus by using mail-extract-address-components if
20619         gnus-extract-address-components is not bound.
20620
20621 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20622
20623         * gnus-art.el (gnus-mime-display-security): Don't display the
20624         signature, but only the signed part.
20625
20626 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20627
20628         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20629
20630         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20631         list, not listp.
20632
20633 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20634
20635         * mm-encode.el (mm-encode-content-transfer-encoding):
20636         Likewise when encoding.
20637
20638         * mm-bodies.el (mm-decode-content-transfer-encoding):
20639         De-canonicalize CRLF for all text content types, not just
20640         text/plain.
20641
20642 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20643
20644         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20645         valid article; point arrow and cursor at the MIME button.
20646
20647 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20650         Suggested by Dan Christensen <jdc@uwo.ca>.
20651
20652         * mm-decode.el (mm-save-part): Enable change of prompt.
20653
20654 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20655
20656         * gnus-msg.el (gnus-inews-add-send-actions):
20657         Make `message-post-method' lambda parameter ARG `&optional'.
20658
20659 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20660
20661         * gnus-sum.el (gnus-summary-mime-map):
20662         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20663         gnus-article-jump-to-part.
20664
20665         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20666         (gnus-article-edit-part): Use it.
20667         (gnus-article-part-wrapper): Add no-handle argument.
20668         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20669         New functions.
20670
20671 2005-08-29  Romain Francoise  <romain@orebokech.com>
20672
20673         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20674         docstring.
20675         (gnus-face-from-file): Likewise.
20676
20677 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20680         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20681         non-nil.
20682         (gnus-auto-select-part): New variable.
20683         (gnus-article-jump-to-part): New function.
20684         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20685         (gnus-mime-delete-part): Allow selecting specified part after
20686         deleting or stripping parts.
20687         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20688         part if argument is bogus.
20689
20690 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20691
20692         * gnus-art.el (w3m-minor-mode-map):
20693         * gnus-spec.el (gnus-newsrc-file-version):
20694         * gnus-util.el (nnmail-active-file-coding-system)
20695         (gnus-original-article-buffer, gnus-user-agent):
20696         * gnus.el (gnus-ham-process-destinations)
20697         (gnus-parameter-ham-marks-alist)
20698         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20699         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20700         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20701         * mm-decode.el (gnus-current-window-configuration):
20702         * mm-extern.el (gnus-article-mime-handles):
20703         * mm-url.el (url-current-object, url-package-name)
20704         (url-package-version):
20705         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20706         (smime-keys, w3m-cid-retrieve-function-alist)
20707         (w3m-current-buffer, w3m-display-inline-images)
20708         (w3m-minor-mode-map):
20709         * mml-smime.el (gnus-extract-address-components):
20710         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20711         (gnus-newsrc-hashtb, message-default-charset)
20712         (message-deletable-headers, message-options)
20713         (message-posting-charset, message-required-mail-headers)
20714         (message-required-news-headers):
20715         * mml1991.el (mc-pgp-always-sign):
20716         * mml2015.el (mc-pgp-always-sign):
20717         * nnheader.el (nnmail-extra-headers):
20718         * rfc1843.el (gnus-decode-encoded-word-function)
20719         (gnus-decode-header-function, gnus-newsgroup-name):
20720         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20721
20722 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20723
20724         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20725         the end of the date treatments.
20726
20727 2005-08-15  Simon Josefsson  <jas@extundo.com>
20728
20729         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20730         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20731         Capello and Romain Francoise.
20732         (pgg-fetch-key-function): Remove, not used?
20733         (pgg-insert-url-with-w3): Require url, to get
20734         url-insert-file-contents regardless of where it is defined.
20735
20736 2005-08-13  Romain Francoise  <romain@orebokech.com>
20737
20738         * message.el (message-cite-original-1): New function.
20739         (message-cite-original): Use it.
20740         (message-cite-original-without-signature): Ditto.
20741
20742 2005-08-08  Romain Francoise  <romain@orebokech.com>
20743
20744         * message.el (message-yank-empty-prefix): New variable.
20745         (message-indent-citation): Use it.
20746         (message-cite-original-without-signature): Respect X-No-Archive.
20747
20748 2005-08-08  Simon Josefsson  <jas@extundo.com>
20749
20750         * pgg.el: Autoload url-insert-file-contents instead of loading
20751         w3/url.
20752         (pgg-insert-url-with-w3): Don't load url here.
20753
20754 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20755
20756         * message.el (message-kill-to-signature): Don't insert newline at
20757         bol.
20758         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20759
20760 2005-08-06  Romain Francoise  <romain@orebokech.com>
20761
20762         * message.el (message-user-fqdn): Fix typo in docstring.
20763
20764 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20765
20766         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20767
20768         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20769
20770 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20771
20772         * mm-bodies.el (mm-encode-body): Use coding system rather than
20773         charset to encode text.
20774
20775         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20776         number of charsets if utf-8 is available (XEmacs).
20777
20778 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20779
20780         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20781         taken from `gnus-button-mid-or-mail-regexp'.
20782         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20783         (gnus-button-alist): Improve regexp for domain part of the MIDs
20784         for news:localpart@domain buttons.
20785         (gnus-button-ctan-directory-regexp): Update.
20786
20787 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20788
20789         * sieve-manage.el (sieve-manage-interactive-login):
20790         Use make-local-variable rather than make-variable-buffer-local.
20791         (sieve-manage-open): Ditto.
20792         (sieve-manage-authenticate): Ditto.
20793
20794         * mml.el (mml-generate-mime-1): Make the content type default to
20795         text/plain if the filename is not specified.
20796
20797 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20800         instead of insert-buffer.
20801
20802         * message.el (message-yank-original): Ditto; set the mark at the
20803         end of the yanked message.
20804
20805 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20808         lines to scroll rather than to stop it.
20809
20810         * mml.el (mml-generate-default-type): Add doc string.
20811         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20812         default to application/octet-stream when determining the content
20813         type if it is not specified for the part or the mml contents; add
20814         a comment about mml-generate-default-type.
20815
20816 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20817
20818         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20819         make it default to application/octet-stream when determining the
20820         content type if it is not specified for the external contents.
20821
20822 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20825         segmented parameter but also other parameters might be there.
20826
20827 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * mm-decode.el (mm-display-external): Delete temp file, directory
20830         and buffer immediately if the external process is exited.
20831
20832 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20835         fewer lines than that of scroll-margin.
20836         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20837
20838 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * gnus-art.el (gnus-article-next-page): Revert.
20841         (gnus-article-beginning-of-window): New macro.
20842         (gnus-article-next-page-1): Use it.
20843         (gnus-article-prev-page): Ditto.
20844         (gnus-article-edit-part): Use insert-buffer-substring instead of
20845         insert-buffer.
20846         (gnus-article-edit-exit): Ditto.
20847
20848         * gnus-util.el (gnus-beginning-of-window): Remove.
20849         (gnus-end-of-window): Remove.
20850
20851         * lpath.el: Don't bind header-line-format and scroll-margin.
20852
20853 2005-07-25  Simon Josefsson  <jas@extundo.com>
20854
20855         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20856         to have the url package without w3.  Reported by Daiki Ueno
20857         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20858
20859 2005-07-20  Didier Verna  <didier@xemacs.org>
20860
20861         * gnus-diary.el: Remove the description comment (nndiary is now
20862         properly documented in the Gnus manual).
20863         Fix the spelling of "Back End".
20864         * nndiary.el: Ditto.
20865         Fix the copyright notice.
20866
20867 2005-07-18  Romain Francoise  <romain@orebokech.com>
20868
20869         * gnus-sum.el (gnus-summary-to-prefix)
20870         (gnus-summary-newsgroup-prefix): New variables.
20871         (gnus-summary-from-or-to-or-newsgroups): Use them.
20872
20873 2005-07-17  Romain Francoise  <romain@orebokech.com>
20874
20875         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20876         space as it's generally not especially interesting to the user.
20877
20878 2005-07-16  Romain Francoise  <romain@orebokech.com>
20879
20880         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20881         nil to avoid prompting and file modification if one of the
20882         messages at the top of the nnfolder file contains a copyright
20883         notice.
20884         Update copyright notice.
20885
20886         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20887         instead of `current-time-string' as the latter creates a time
20888         string that is not RFC 2822 compliant (it lacks the zone).
20889         Update copyright notice.
20890
20891 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20892
20893         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20894         for text/rtf.  Display default in prompt.  Pass default for M-n.
20895
20896         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20897
20898 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20899
20900         * gnus-msg.el (gnus-button-mailto):
20901         Remove save-selected-window-window hackery because it relies on
20902         save-selected-window internals.
20903
20904 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20907         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20908         (gnus-article-prev-page): Ditto.
20909
20910         * gnus-util.el (gnus-beginning-of-window): New function.
20911         (gnus-end-of-window): New function.
20912
20913         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20914
20915 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20916
20917         * gnus-score.el (gnus-score-edit-all-score):
20918         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20919         gnus-message.
20920
20921 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20922
20923         * gnus-msg.el (gnus-button-mailto):
20924         Remove save-selected-window-window hackery because it relies on
20925         save-selected-window internals.
20926
20927 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20930         add-minor-mode.
20931         (gnus-binary-mode): Ditto.
20932
20933         * gnus-topic.el (gnus-topic-mode): Ditto.
20934
20935 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20936
20937         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20938         (gnus-article-prev-page): Take scroll-margin into consideration.
20939
20940 2005-07-04  Lute Kamstra  <lute@gnu.org>
20941
20942         Update FSF's address in GPL notices.
20943
20944 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20945
20946         * gnus.el (gnus-exit):
20947         * gnus-group.el (gnus-group-icons):
20948         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20949
20950         * gnus-nocem.el (gnus-nocem):
20951         * message.el (message-various, message-buffers, message-sending)
20952         (message-interface, message-forwarding, message-insertion)
20953         (message-headers, message-news, message-mail):
20954         * pgg-gpg.el (pgg-gpg):
20955         * pgg-parse.el (pgg-parse):
20956         * pgg-pgp.el (pgg-pgp):
20957         * pgg-pgp5.el (pgg-pgp5):
20958         * pop3.el (pop3): Finish `defgroup' description with period.
20959
20960 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * gnus-art.el (article-display-face): Improve the efficiency.
20963         (article-display-x-face): Ditto; remove gray x-face stuff.
20964
20965 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * gnus-art.el (article-display-face): Correct the position in
20968         which Faces are inserted.
20969
20970 2005-06-29  Didier Verna  <didier@xemacs.org>
20971
20972         * gnus-art.el (article-display-face): Display faces in correct
20973         order.
20974
20975 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20978         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20979         (gnus-nocem-check-article): Fetch the Type header.
20980         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20981         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20982         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20983         make sure gnus-nocem-hashtb is initialized.
20984         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20985         (gnus-nocem-unwanted-article-p): Ditto.
20986
20987         * pgg.el (pgg-verify): Return the verification result.
20988
20989 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20990
20991         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20992         is ascii.
20993
20994 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20995
20996         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20997         `show-nonbreak-escape'.
20998
20999 2005-06-23  Lute Kamstra  <lute@gnu.org>
21000
21001         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21002
21003         * dig.el (dig-mode):
21004         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21005
21006 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21007
21008         * nnimap.el (nnimap-split-download-body): Fix spellings.
21009
21010 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21011
21012         * gnus-art.el (gnus-article-encrypt-body):
21013         * gnus-cus.el (gnus-score-customize):
21014         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21015         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21016
21017 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21018
21019         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21020         header by looking for magic "MII" at the beginning.
21021
21022 2005-06-16  Miles Bader  <miles@gnu.org>
21023
21024         * gnus-xmas.el (gnus-xmas-group-startup-message):
21025         Use renamed gnus-splash face.
21026
21027         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21028         (assistant-field-face): New backward-compatibility alias for renamed
21029         face.
21030         (assistant-render-text): Use renamed assistant-field face.
21031
21032         * spam.el (spam): Remove "-face" suffix from face name.
21033         (spam-face): New backward-compatibility alias for renamed face.
21034         (spam-face, spam-initialize): Use renamed spam face.
21035
21036         * message.el (message-header-to, message-header-cc)
21037         (message-header-subject, message-header-newsgroups)
21038         (message-header-other, message-header-name)
21039         (message-header-xheader, message-separator, message-cited-text)
21040         (message-mml): Remove "-face" suffix from face names.
21041         (message-header-to-face, message-header-cc-face)
21042         (message-header-subject-face, message-header-newsgroups-face)
21043         (message-header-other-face, message-header-name-face)
21044         (message-header-xheader-face, message-separator-face)
21045         (message-cited-text-face, message-mml-face):
21046         New backward-compatibility aliases for renamed faces.
21047         (message-font-lock-keywords): Use renamed message faces.
21048
21049         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21050         (sieve-test-commands, sieve-tagged-arguments):
21051         Remove "-face" suffix from face names.
21052         (sieve-control-commands-face, sieve-action-commands-face)
21053         (sieve-test-commands-face, sieve-tagged-arguments-face):
21054         New backward-compatibility aliases for renamed faces.
21055         (sieve-control-commands-face, sieve-action-commands-face)
21056         (sieve-test-commands-face, sieve-tagged-arguments-face):
21057         Use renamed sieve faces.
21058
21059         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21060         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21061         (gnus-group-news-3-empty, gnus-group-news-4)
21062         (gnus-group-news-4-empty, gnus-group-news-5)
21063         (gnus-group-news-5-empty, gnus-group-news-6)
21064         (gnus-group-news-6-empty, gnus-group-news-low)
21065         (gnus-group-news-low-empty, gnus-group-mail-1)
21066         (gnus-group-mail-1-empty, gnus-group-mail-2)
21067         (gnus-group-mail-2-empty, gnus-group-mail-3)
21068         (gnus-group-mail-3-empty, gnus-group-mail-low)
21069         (gnus-group-mail-low-empty, gnus-summary-selected)
21070         (gnus-summary-cancelled, gnus-summary-high-ticked)
21071         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21072         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21073         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21074         (gnus-summary-low-undownloaded)
21075         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21076         (gnus-summary-low-unread, gnus-summary-normal-unread)
21077         (gnus-summary-high-read, gnus-summary-low-read)
21078         (gnus-summary-normal-read, gnus-splash):
21079         Remove "-face" suffix from face names.
21080         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21081         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21082         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21083         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21084         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21085         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21086         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21087         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21088         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21089         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21090         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21091         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21092         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21093         (gnus-summary-normal-ticked-face)
21094         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21095         (gnus-summary-normal-ancient-face)
21096         (gnus-summary-high-undownloaded-face)
21097         (gnus-summary-low-undownloaded-face)
21098         (gnus-summary-normal-undownloaded-face)
21099         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21100         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21101         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21102         (gnus-splash-face):
21103         New backward-compatibility aliases for renamed faces.
21104         (gnus-group-startup-message): Use renamed gnus faces.
21105
21106         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21107         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21108         (gnus-server-agent): Remove "-face" suffix from face names.
21109         (gnus-server-agent-face, gnus-server-opened-face)
21110         (gnus-server-closed-face, gnus-server-denied-face)
21111         (gnus-server-offline-face):
21112         New backward-compatibility aliases for renamed faces.
21113         (gnus-server-agent-face, gnus-server-opened-face)
21114         (gnus-server-closed-face, gnus-server-denied-face)
21115         (gnus-server-offline-face): Use renamed gnus faces.
21116
21117         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21118         Remove "-face" suffix from face names.
21119         (gnus-picon-xbm-face, gnus-picon-face):
21120         New backward-compatibility aliases for renamed faces.
21121
21122         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21123         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21124         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21125         (gnus-cite-11): Remove "-face" suffix from face names.
21126         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21127         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21128         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21129         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21130         New backward-compatibility aliases for renamed faces.
21131         (gnus-cite-attribution-face, gnus-cite-face-list)
21132         (gnus-article-boring-faces): Use renamed gnus faces.
21133
21134         * gnus-art.el (gnus-signature, gnus-header-from)
21135         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21136         (gnus-header-content): Remove "-face" suffix from face names.
21137         (gnus-signature-face, gnus-header-from-face)
21138         (gnus-header-subject-face, gnus-header-newsgroups-face)
21139         (gnus-header-name-face, gnus-header-content-face):
21140         New backward-compatibility aliases for renamed faces.
21141         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21142
21143         * gnus-sum.el (gnus-summary-selected-face)
21144         (gnus-summary-highlight): Use renamed gnus faces.
21145         * gnus-group.el (gnus-group-highlight): Likewise.
21146
21147 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21148
21149         * gnus-sieve.el (gnus-sieve-article-add-rule):
21150         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21151         * spam-stat.el (spam-stat-buffer-change-to-spam)
21152         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21153
21154         * message.el (message-is-yours-p):
21155         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21156
21157 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * mm-view.el (mm-inline-text): Withdraw the last change.
21160
21161 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21164         executing enriched-decode.
21165
21166 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21167
21168         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21169         charset of tar files.
21170
21171 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21172
21173         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21174
21175 2005-06-04  Lute Kamstra  <lute@gnu.org>
21176
21177         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21178         information is never recorded.
21179
21180 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21181
21182         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21183
21184 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21185
21186         * pop3.el (pop3-apop): Run md5 in the binary mode.
21187
21188         * starttls.el (starttls-set-process-query-on-exit-flag):
21189         Use eval-and-compile.
21190
21191 2005-05-31  Simon Josefsson  <jas@extundo.com>
21192
21193         * smime.el (smime-replace-in-string): Define.
21194         (smime-cert-by-ldap-1): Use it.
21195
21196 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * gnus-art.el (article-display-x-face): Replace
21199         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21200
21201         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21202         set-process-query-on-exit-flag or process-kill-without-query.
21203
21204         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21205         loop instead of replace-regexp.
21206
21207         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21208         instead of process-kill-without-query if it is available.
21209
21210         * lpath.el: Fbind ldap-search-entries.
21211
21212         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21213         instead of find-file-hooks if it is available.
21214
21215         * mml1991.el: Bind pgg-default-user-id when compiling.
21216
21217         * mml2015.el: Bind pgg-default-user-id when compiling.
21218
21219         * nndraft.el (nndraft-request-associate-buffer):
21220         Use write-contents-functions instead of write-contents-hooks if it is
21221         available.
21222
21223         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21224         instead of find-file-hooks if it is available.
21225
21226         * nntp.el (nntp-open-connection): Replace
21227         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21228         (nntp-open-ssl-stream): Ditto.
21229         (nntp-open-tls-stream): Ditto.
21230
21231         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21232         set-process-query-on-exit-flag or process-kill-without-query.
21233         (starttls-open-stream-gnutls): Use it instead of
21234         process-kill-without-query.
21235         (starttls-open-stream): Ditto.
21236
21237 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21238
21239         * smime.el (smime-cert-by-ldap-1): Don't use
21240         replace-regexp-in-string.
21241
21242 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21243
21244         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21245
21246         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21247         in PEM format.  Adjust to the XEmacs compatibility.
21248
21249 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21250
21251         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21252         by `string-to-number'.
21253         * gnus-agent.el (gnus-agent-regenerate-group)
21254         (gnus-agent-fetch-articles): Ditto.
21255         * gnus-art.el (gnus-button-fetch-group): Ditto.
21256         * gnus-cache.el (gnus-cache-generate-active)
21257         (gnus-cache-articles-in-group): Ditto.
21258         * gnus-group.el (gnus-group-set-current-level)
21259         (gnus-group-insert-group-line): Ditto.
21260         * gnus-score.el (gnus-score-set-expunge-below)
21261         (gnus-score-set-mark-below, gnus-summary-score-effect)
21262         (gnus-summary-score-entry): Ditto.
21263         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21264         (gnus-soup-pack): Ditto.
21265         * gnus-spec.el (gnus-xmas-format): Ditto.
21266         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21267         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21268         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21269         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21270         * nndb.el (nndb-get-remote-expire-response): Ditto.
21271         * nndiary.el (nndiary-parse-schedule-value)
21272         (nndiary-string-to-number, nndiary-request-replace-article)
21273         (nndiary-request-article): Ditto.
21274         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21275         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21276         * nneething.el (nneething-make-head): Ditto.
21277         * nnfolder.el (nnfolder-request-article)
21278         (nnfolder-retrieve-headers): Ditto.
21279         * nnheader.el (nnheader-file-to-number): Ditto.
21280         * nnkiboze.el (nnkiboze-request-article): Ditto.
21281         * nnmail.el (nnmail-process-unix-mail-format)
21282         (nnmail-process-babyl-mail-format): Ditto.
21283         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21284         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21285         (nnmh-request-create-group, nnmh-request-list-1)
21286         (nnmh-request-group, nnmh-request-article): Ditto.
21287         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21288         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21289         * nnsoup.el (nnsoup-make-active): Ditto.
21290         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21291         * nntp.el (nntp-find-group-and-number)
21292         (nntp-retrieve-headers-with-xover): Ditto.
21293         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21294         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21295         (pgg-format-key-identifier): Ditto.
21296         * pop3.el (pop3-last, pop3-stat): Ditto.
21297         * qp.el (quoted-printable-decode-region): Ditto.
21298
21299         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21300         of concat.
21301
21302 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21305
21306         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21307
21308         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21309
21310         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21311
21312         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21313
21314         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21315
21316         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21317         (gnus-carpal-mode): Ditto.
21318
21319         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21320         (gnus-browse-mode): Ditto.
21321
21322         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21323
21324         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21325
21326 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21327
21328         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21329
21330 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21331
21332         * gnus-util.el (gnus-run-mode-hooks): New function.
21333
21334         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21335
21336         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21337         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21338
21339 2005-05-27  Lute Kamstra  <lute@gnu.org>
21340
21341         * dns-mode.el (dns-mode): Specify customization group.
21342
21343 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21344
21345         * gnus-agent.el (gnus-agent-make-mode-line-string):
21346         Use mode-line-highlight as mouse-face.
21347
21348 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21349
21350         * canlock.el (canlock): Change the parent group to news.
21351
21352         * deuglify.el (gnus-outlook-deuglify): Add :group.
21353
21354         * dig.el (dig): Add :group.
21355
21356         * dns-mode.el (dns-mode): Add :group.
21357
21358         * encrypt.el (encrypt): Add :group.
21359
21360         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21361         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21362         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21363         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21364         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21365
21366         * gnus-diary.el (gnus-diary): Add :group.
21367
21368         * gnus.el (gnus-group-news-1-face): Add :group.
21369         (gnus-group-news-1-empty-face): Ditto.
21370         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21371         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21372         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21373         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21374         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21375         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21376         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21377         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21378         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21379         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21380         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21381         (gnus-summary-high-ticked-face): Ditto.
21382         (gnus-summary-low-ticked-face): Ditto.
21383         (gnus-summary-normal-ticked-face): Ditto.
21384         (gnus-summary-high-ancient-face): Ditto.
21385         (gnus-summary-low-ancient-face): Ditto.
21386         (gnus-summary-normal-ancient-face): Ditto.
21387         (gnus-summary-high-undownloaded-face): Ditto.
21388         (gnus-summary-low-undownloaded-face): Ditto.
21389         (gnus-summary-normal-undownloaded-face): Ditto.
21390         (gnus-summary-high-unread-face): Ditto.
21391         (gnus-summary-low-unread-face): Ditto.
21392         (gnus-summary-normal-unread-face): Ditto.
21393         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21394         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21395
21396         * hashcash.el (hashcash): New custom group.
21397         (hashcash-default-payment): Add :group.
21398         (hashcash-payment-alist): Ditto.
21399         (hashcash-default-accept-payment): Ditto.
21400         (hashcash-accept-resources): Ditto.
21401         (hashcash-path): Ditto.
21402         (hashcash-extra-generate-parameters): Ditto.
21403         (hashcash-double-spend-database): Ditto.
21404         (hashcash-in-news): Ditto.
21405
21406         * message.el (message-minibuffer-local-map): Add :group.
21407
21408         * netrc.el (netrc): Add :group.
21409
21410         * sieve-manage.el (sieve-manage-log): Add :group.
21411         (sieve-manage-default-user): Diito.
21412         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21413         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21414         (sieve-manage-authenticators): Ditto.
21415         (sieve-manage-authenticator-alist): Ditto.
21416         (sieve-manage-default-port): Ditto.
21417
21418         * sieve-mode.el (sieve-control-commands-face): Add :group.
21419         (sieve-action-commands-face): Ditto.
21420         (sieve-test-commands-face): Ditto.
21421         (sieve-tagged-arguments-face): Ditto.
21422
21423         * smime.el (smime): Add :group.
21424
21425         * spam-report.el (spam-report): Add :group.
21426
21427         * spam.el (spam, spam-face): Add :group.
21428
21429 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21430
21431         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21432         return \n.\n.\n at the end of articles.  Protect against that.
21433         (nntp-with-open-group): Allow debugging.
21434
21435         * nnheader.el (mail-header-set-extra): Make into a function
21436         because I just could't understand how to quote the list properly.
21437
21438         * dns.el (query-dns-cached): New function.
21439
21440 2005-05-26  Lute Kamstra  <lute@gnu.org>
21441
21442         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21443
21444 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21447
21448         * gnus-art.el: Don't autoload mail-extract-address-components.
21449
21450         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21451         eval-and-compile to evaluate it.
21452
21453         * hashcash.el: Don't autoload executable-find.
21454
21455         * nndb.el: Don't declare the nndb back end two or more times; don't
21456         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21457
21458         * nntp.el: Autoload format-spec instead of format; use
21459         eval-and-compile to evaluate autoload forms.
21460
21461 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21462
21463         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21464
21465 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21466
21467         * gnus.el (gnus-version-number): Bump version.
21468
21469 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21470
21471         * gnus.el: No Gnus v0.3 is released.
21472
21473 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21474
21475         * lpath.el (featurep): Bind show-nonbreak-escape.
21476
21477 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21478
21479         * gnus-art.el (gnus-article-edit-part): Disable undo.
21480
21481 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21484         gnus-article-date-lapsed-new-header is t if date timer is active;
21485         skip headers in which the original date value is empty.
21486         (gnus-article-save-original-date): Redefine it as a macro.
21487         (gnus-display-mime): Use it.
21488
21489 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21490
21491         * gnus-art.el (article-date-ut): Support converting date in
21492         forwarded parts as well.
21493         (gnus-article-save-original-date): New function.
21494         (gnus-display-mime): Use it.
21495
21496 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21497
21498         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21499         enclosure element of <item>.
21500
21501 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21502
21503         * message.el (message-kill-buffer-query): Rename from
21504         `message-kill-buffer-query-if-modified'.  Add :version.
21505
21506 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21509         window layout.
21510
21511 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * mml.el: Autoload dnd when compiling.
21514
21515 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21516
21517         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21518         x-dnd-*.
21519
21520 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * qp.el (quoted-printable-encode-region): Save excursion.
21523
21524 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21525
21526         * message.el (message-kill-buffer-query-if-modified): Add new variable
21527         so the user can kill a modified message buffer quickly.
21528         (message-kill-buffer): Use it.
21529
21530 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21531
21532         * lpath.el: Fbind display-time-event-handler; don't fbind
21533         string-to-multibyte.
21534
21535         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21536
21537 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21540         contained in text because xml.el decodes entities) with LFs.
21541
21542 2005-04-11  Lute Kamstra  <lute@gnu.org>
21543
21544         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21545         differently.
21546
21547 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21548
21549         * mm-util.el (mm-detect-coding-region): Typo.
21550
21551 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21552
21553         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21554
21555 2005-04-06  Deepak Goel  <deego@gnufans.org>
21556
21557         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21558         user-function allow user modifications of the scores.
21559         (spam-stat-score-buffer-user): New function, to allow
21560         user-computed modifications to the score.
21561         (spam-stat-score-buffer-user-functions): List of additional
21562         scoring functions.
21563         (spam-stat-error-holder): Global temporary error holder.
21564         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21565         variable.
21566
21567 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21568
21569         * gnus-registry.el (gnus-registry-clean-empty-function)
21570         (gnus-registry-trim, gnus-registry-fetch-groups)
21571         (gnus-registry-delete-group): Groups that match
21572         `gnus-registry-ignored-groups' are removed from the registry
21573         entries, not just ignored for splitting.  This helps clean up the
21574         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21575         to get all the groups a message ID is in.
21576
21577         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21578         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21579         (spam-stat-score-buffer-user-functions): Add :number custom type.
21580
21581 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21584         argument in XEmacs.
21585
21586         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21587         (nnrss-request-group): Decode group name first.
21588         (nnrss-request-article): Make a text/plain article if mml-to-mime
21589         failed.
21590         (nnrss-get-encoding): Return a compatible encoding according to
21591         nnrss-compatible-encoding-alist.
21592         (nnrss-find-el): Use consp instead of listp.
21593         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21594
21595 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21596
21597         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21598         which Emacs 20 doesn't support.
21599         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21600
21601 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21602
21603         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21604         silence the byte compiler inside the defun.
21605
21606         * gnus-demon.el (parse-time-string): Add autoload.
21607
21608         * gnus-delay.el (parse-time-string): Add autoload.
21609
21610         * gnus-art.el (parse-time-string): Add autoload.
21611
21612         * nnultimate.el (parse-time): Require for `parse-time-string'.
21613
21614 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21617
21618         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21619
21620         * smime.el (smime-ldap-host-list): Add :version.
21621
21622 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21625         pass it to `gnus-browse-read-group'.
21626         (gnus-browse-read-group): Add NUMBER argument and pass it to
21627         `gnus-group-read-ephemeral-group'.
21628
21629         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21630         argument and pass it to `gnus-group-read-group'.
21631
21632 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21633
21634         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21635         mm-xemacs-find-mime-charset-1 if we have the mule feature
21636         available at runtime.
21637
21638 2005-03-25  Werner Lemberg  <wl@gnu.org>
21639
21640         * nnmaildir.el: Replace `illegal' with `invalid'.
21641
21642 2005-03-23  Lute Kamstra  <lute@gnu.org>
21643
21644         * time-date.el: Add comment on time value formats.
21645         Don't require parse-time.
21646         (with-decoded-time-value): New macro.
21647         (encode-time-value): New function.
21648         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21649         (days-to-time): Return a valid time value when arg is huge.
21650         (time-since): Use time-subtract.
21651         (time-to-number-of-days): Use time-to-seconds.
21652
21653 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21654
21655         * gnus-start.el (gnus-display-time-event-handler):
21656         Check display-time-timer at runtime rather than only at load time
21657         in case display-time-mode is turned off in the mean time.
21658
21659 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21660
21661         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21662         used.
21663
21664         * nneething.el (nneething-map-file-directory): Derive from
21665         `gnus-directory'.
21666
21667         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21668         the To/Cc button.
21669
21670 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21671
21672         * nnmaildir.el (nnmaildir-request-accept-article):
21673         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21674
21675 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21676
21677         * gnus-async.el: Require timer-funcs at compile time when in
21678         XEmacs for `run-with-idle-timer'.
21679
21680 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21681
21682         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21683         autoloaded function.
21684
21685 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21686
21687         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21688
21689 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21690
21691         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21692
21693 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21694
21695         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21696         Add gnus-expert-user to default.
21697
21698 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21699
21700         * nnimap.el (nnimap-open-server): Ditto.
21701
21702         * imap.el (imap-authenticate): Fix typo.
21703
21704 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21705
21706         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21707         buffer (since IMAP server might return FETCH response out of
21708         order, and the nntp buffer must be sorted).
21709
21710 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21711
21712         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21713         comparison on string.
21714
21715         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21716         (gnus-agent-score): Rename category keywords to match gnus-cus.
21717         (gnus-agent-summary-fetch-series): Modify to protect against
21718         gnus-agent-summary-fetch-group clearing processable flags.
21719         (gnus-agent-synchronize-group-flags): Update live group buffer as
21720         synchronization may occur due to the user toggle the plugged
21721         status.
21722         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21723         successfully downloaded.
21724         (gnus-agent-expire-group-1): Avoid using markers when the overview
21725         is in ascending order; greatly improves performance.
21726         (gnus-agent-regenerate-group):
21727         Use gnus-agent-synchronize-group-flags to reset read status in both
21728         gnus and server.
21729         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21730
21731 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21732
21733         * message.el: Don't autoload former message-utils variables.
21734         (message-strip-subject-trailing-was): Change doc string.
21735
21736         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21737         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21738         (nnweb-google-search): Add "hl=en" here.
21739         (nnweb-google-parse-1, nnweb-google-create-mapping):
21740         Don't hardcode URL.
21741
21742 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21743
21744         * message.el (message-get-reply-headers, message-followup):
21745         Mention related variables `message-use-followup-to' and
21746         `message-use-mail-followup-to', in the information buffer.
21747
21748         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21749         of broken groups(-beta).google.com.
21750
21751 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21752
21753         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21754         parameter to invoked gnus-request-move-article; remove the
21755         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21756         all at once instead of once per article.
21757         (gnus-summary-remove-process-mark): Accept a list of articles as
21758         well as a single article for processing.
21759
21760         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21761         parameter.
21762
21763         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21764
21765         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21766
21767         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21768         parameter.
21769
21770         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21771         parameter.
21772
21773         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21774         parameter and remove the gnus-sum-hint-move-is-internal variable.
21775
21776         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21777         parameter.
21778
21779         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21780         parameter.
21781
21782         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21783         parameter.
21784
21785         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21786
21787         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21788         parameter.
21789
21790         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21791         parameter.
21792
21793 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21794
21795         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21796         a more conservative way.
21797
21798 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21799
21800         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21801         buffer, so it moves the window's cursor.
21802
21803 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21804
21805         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21806         `mm-dissect-multipart' and receive the from field as an (optional)
21807         argument from `mm-dissect-multipart'.
21808         (mm-dissect-multipart): Receive the from field as an argument and
21809         pass it on when we call `mm-dissect-buffer' on MIME parts.
21810         Fixes verification/decryption of signed/encrypted MIME parts.
21811
21812 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21813
21814         * gnus-sum.el (gnus-summary-move-article):
21815         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21816         whatever it calls (right now, only nnimap-request-move article
21817         respects it).
21818
21819         * nnimap.el (nnimap-request-move-article):
21820         When gnus-sum-hint-move-is-internal is set, don't do the extra
21821         nnimap-request-article.
21822
21823 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21824
21825         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21826
21827         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21828         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21829
21830         * gnus-sum.el (gnus-summary-caesar-message):
21831         Apply `gnus-treat-article' after rotation.
21832
21833         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21834         doc string.
21835
21836 2005-02-22  Simon Josefsson  <jas@extundo.com>
21837
21838         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21839         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21840         <arne@arnested.dk>.
21841         (encrypt): Add password-cache and password-cache-expiry as group
21842         members.
21843
21844 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21845
21846         * smime.el (smime-ldap-host-list): Doc fix.
21847         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21848         cache) password.
21849         (smime-sign-region): Use it.
21850         (smime-decrypt-region): Use it.
21851         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21852         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21853         fails.
21854         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21855         certificate from DER to PEM format rather than calling openssl.
21856
21857         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21858
21859         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21860         for signing/encryption.
21861
21862         * mml.el (mml-parse-1): Use them.
21863
21864 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21865
21866         * nnrss.el (nnrss-verbose): Remove.
21867         (nnrss-request-group): Use `nnheader-message' instead.
21868
21869 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21870
21871         * nnrss.el (nnrss-verbose): New variable.
21872         (nnrss-request-group): Make it say nnrss is requesting a group.
21873
21874 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21875
21876         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21877         Handle news URL with given port correctly.
21878
21879 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21880
21881         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21882         containing special characters.
21883
21884         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21885
21886         * mml.el (mime-to-mml): Ditto.
21887
21888         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21889         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21890         (rfc2047-decode-region): Quote decoded words containing special
21891         characters when rfc2047-quote-decoded-words-containing-tspecials
21892         is non-nil.
21893
21894 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21895
21896         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21897
21898         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21899
21900 2005-02-15  Simon Josefsson  <jas@extundo.com>
21901
21902         * nnimap.el (nnimap-debug): Doc fix.
21903
21904         * imap.el (imap-debug): Doc fix.
21905
21906 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21909
21910 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21911
21912         * gnus.el (spam-contents): Improve docs for spam-contents
21913         parameter in its variable incarnation.
21914
21915 2005-02-14  Simon Josefsson  <jas@extundo.com>
21916
21917         * smime-ldap.el: Use require instead of load-library for ldap.
21918         (smime-ldap-search): Indent.
21919         (smime-ldap-search-internal): Shorten line.
21920
21921         * smime.el (smime-cert-by-dns): Add doc-string.
21922         (smime-cert-by-ldap-1): Indent.
21923
21924         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21925         mml-smime-get-dns-ldap.
21926         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21927
21928 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21929
21930         * smime.el: Require smime-ldap.
21931         (smime-ldap-host-list): New variable.
21932         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21933
21934         * mml-smime.el (mml-smime-encrypt-query): New function.
21935         (mml-smime-encrypt-query): Use it.
21936
21937         * smime-ldap.el: New file.
21938
21939 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21940
21941         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21942
21943 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21944
21945         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21946         argument in doc string.  Make query for type more clear.
21947
21948 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21949
21950         * gnus.el (gnus-group-startup-message): Search for gnus images in
21951         etc/images/gnus.
21952         * mm-util.el (mm-image-load-path): Likewise.
21953         * smiley.el (smiley-data-directory): Search for smilies in
21954         etc/images/smilies.
21955
21956 2005-02-09  Kim F. Storm  <storm@cua.dk>
21957
21958         Change Emacs release version from 21.4 to 22.1 throughout.
21959         Change Emacs development version from 21.3.50 to 22.0.50.
21960
21961 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21964
21965         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21966         non-Mule XEmacs as well.
21967         (mm-decompress-buffer): Signal an error intentionally if it does
21968         not decompress compressed data because auto-compression-mode is
21969         disabled.
21970
21971 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21972
21973         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21974         an ID in the registry even if it has no groups.
21975
21976 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21979         merge it into mm-decompress-buffer.
21980         (gnus-mime-copy-part): Use the MIME part charset, the value which
21981         a user specified or gnus-newsgroup-charset for decoding, like
21982         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21983         save-buffer what was used.  Suggested by Kevin Ryde
21984         <user42@zip.com.au>.
21985         (gnus-mime-inline-part): Allow the name parameter as well as the
21986         filename parameter; force decompressing of compressed data; always
21987         display contents being not decoded as unibyte.
21988
21989         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21990         as well as the filename parameter.
21991
21992         * mm-util.el (mm-decompress-buffer):
21993         Merge gnus-mime-jka-compr-maybe-uncompress.
21994         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21995         of compressed data.
21996
21997 2005-02-08  Simon Josefsson  <jas@extundo.com>
21998
21999         * imap.el (imap-log): Doc fix.
22000
22001 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22002
22003         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22004         the coding cookies; decompress compressed parts.
22005
22006         * mml.el (mml-generate-mime-1): Add the charset parameter according
22007         to the value which a user specified manually or the coding cookie.
22008
22009         * mm-util.el (mm-string-to-multibyte): New function.
22010         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22011         (mm-coding-system-to-mime-charset): New function.
22012         (mm-decompress-buffer): New function.
22013         (mm-find-buffer-file-coding-system): New function.
22014
22015         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22016         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22017         parts.
22018
22019 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22020
22021         * mm-view.el (mm-display-inline-fontify): Decode a part according
22022         to the charset parameter.
22023
22024 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22025
22026         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22027         prefix arg is neither nil nor a number, as info specifies.
22028
22029 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22030
22031         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22032         timestamps.
22033
22034 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22035
22036         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22037         groups error checking and notify user.
22038
22039 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22040
22041         * message.el (message-send-mail-function): Check existence of
22042         sendmail-program first before using default value
22043         `message-send-mail-with-sendmail'.  Otherwise use more generic
22044         `smtpmail-send-it'.
22045
22046 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * nntp.el (nntp-request-update-info): Always return nil.
22049
22050 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22051
22052         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22053
22054 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22055
22056         * message.el (message-beginning-of-line): Change the behavior when
22057         invoked between BOL and : so that it first moves backward.
22058
22059 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22060
22061         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22062         article buffer when editing of the article is discarded.
22063         (gnus-article-prepare): Revert.
22064
22065 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22066
22067         * gnus-art.el (gnus-article-prepare):
22068         Remove message-strip-forbidden-properties from the local hook.
22069
22070 2005-01-27  Simon Josefsson  <jas@extundo.com>
22071
22072         * password.el (password-cache-add): Only start one timer per key.
22073         Reported by Derek Atkins <warlord@MIT.EDU>.
22074
22075 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22076
22077         * run-at-time.el: Remove.  It is no longer needed as
22078         timer-funcs.el in the xemacs-base package has a working version of
22079         `run-at-time'.
22080
22081         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22082
22083         * password.el: Require timer-funcs instead of run-at-time in
22084         XEmacs.
22085         Remove `password-run-at-time' macro.
22086         (password-cache-add): Use `run-at-time' instead of
22087         `password-run-at-time'.
22088
22089         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22090         Remove `nnheader-cancel-function-timers' alias,
22091         `cancel-function-timers' exists in XEmacs in timer-funcs.
22092
22093         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22094         for `run-with-idle-timer'.
22095
22096         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22097         for `run-at-time'.
22098
22099         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22100         for `with-timeout'.
22101
22102         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22103         the same as for XEmacs 21.4.
22104         No need to ignore `run-with-idle-timer', this function exists in
22105         XEmacs now in timer-funcs.el in the xemacs-base package.
22106         (dgnushack-compile): No need to delete
22107         run-at-time.el from the list of files to compile because it
22108         doesn't exist anymore.
22109
22110 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22113         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22114
22115 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22116
22117         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22118         sensitively.
22119
22120 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22121
22122         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22123
22124 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22127         which will be inserted according to the multibyteness of a buffer
22128         rather than the type of contents.  Suggested by ARISAWA Akihiro
22129         <ari@mbf.ocn.ne.jp>.
22130
22131         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22132         of string which old xml.el may return rather than a string.
22133
22134 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22137
22138 2005-01-16  Simon Josefsson  <jas@extundo.com>
22139
22140         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22141         idn/idna.el isn't available.
22142         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22143         <michael@waxrat.com>.
22144
22145         * hashcash.el: Remove non-FSF copyright header.
22146
22147         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22148         (hashcash-generate-payment): Use it.
22149         (hashcash-generate-payment-async): Use it.
22150
22151 2005-01-15  Simon Josefsson  <jas@extundo.com>
22152
22153         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22154         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22155
22156         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22157         gnus-summary-idna-message.
22158         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22159         (gnus-summary-idna-message): New function.
22160
22161 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22162
22163         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22164         gnus-novice-user.
22165
22166 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * nnrss.el (nnrss-request-delete-group): Delete entries in
22169         nnrss-group-alist as well.
22170         (nnrss-save-server-data): Insert newline.
22171
22172 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22173
22174         * gnus.el (gnus-user-agent): Use list of symbols instead of
22175         symbols.  Display full version number for (S)XEmacs.
22176         Optionally display (S)XEmacs codename.
22177
22178         * gnus-util.el (gnus-emacs-version): Update for new
22179         `gnus-user-agent'.
22180
22181         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22182         Gnus version.
22183
22184 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22185
22186         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22187         which is unreadable in some setups.
22188
22189 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * gnus-spec.el (gnus-update-format-specifications): Flush the
22192         group format spec cache if it doesn't support decoded group names.
22193
22194 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22195
22196         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22197         Allow to apply decay on score files matching a regexp.
22198
22199 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22202         compatibility in %g and %c.
22203
22204 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22207         name for only %g and %c.
22208         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22209         of gnus-tmp-group to decoded group name.
22210         (gnus-group-make-rss-group): Exclude `/'s from group names.
22211
22212 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * nnrss.el (nnrss-get-encoding): Fix regexp.
22215
22216 2004-12-27  Simon Josefsson  <jas@extundo.com>
22217
22218         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22219         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22220         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22221
22222 2004-12-17  Kim F. Storm  <storm@cua.dk>
22223
22224         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22225
22226         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22227
22228 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22229
22230         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22231
22232 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22233
22234         * nnrss.el: Require rfc2047 and mml.
22235         (nnrss-file-coding-system): New variable.
22236         (nnrss-format-string): Redefine it as an inline function.
22237         (nnrss-decode-group-name): New function.
22238         (nnrss-string-as-multibyte): Remove.
22239         (nnrss-retrieve-headers): Decode group name; don't use
22240         nnrss-format-string.
22241         (nnrss-request-group): Decode group name.
22242         (nnrss-request-article): Decode group name; allow a Message-ID as
22243         well as an article number; don't use nnrss-format-string; encode a
22244         Message-ID string which may contain non-ASCII characters; use
22245         mml-to-mime to compose a MIME article.
22246         (nnrss-request-expire-articles): Decode group name.
22247         (nnrss-request-delete-group): Decode group name.
22248         (nnrss-fetch): Clarify error message.
22249         (nnrss-read-server-data): Use insert-file-contents instead of load;
22250         bind file-name-coding-system; use multibyte buffer.
22251         (nnrss-save-server-data): Bind coding-system-for-write to the
22252         value of nnrss-file-coding-system; bind file-name-coding-system;
22253         add coding cookie.
22254         (nnrss-read-group-data): Use insert-file-contents instead of load;
22255         bind file-name-coding-system; use multibyte buffer.
22256         (nnrss-save-group-data): Bind coding-system-for-write to the
22257         value of nnrss-file-coding-system; bind file-name-coding-system.
22258         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22259         make it work with non-ASCII text.
22260         (nnrss-find-el): Make it work with old xml.el as well.
22261
22262 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22263
22264         * nnrss.el (nnrss-get-encoding): New function.
22265         (nnrss-fetch): Use unibyte buffer initially; bind
22266         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22267         decode contents according to the encoding attribute.
22268         (nnrss-save-group-data): Add coding cookie.
22269         (nnrss-mime-encode-string): New function.
22270         (nnrss-check-group): Use it to encode subject and author.
22271
22272 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22273
22274         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22275         imaginary variable.
22276
22277 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22278
22279         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22280         correctly even if there are wide characters.
22281
22282 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22283
22284         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22285         downcased symbol names; make a new cache instead of reusing
22286         bbdb-hashtable.
22287
22288 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22291         concatenating segments rather than before concatenating them.
22292         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22293
22294         * message.el (message-get-reply-headers): Bind `extra'.
22295
22296 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22297
22298         * message.el (message-extra-wide-headers): New variable.
22299         (message-get-reply-headers): Use it.
22300
22301 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22304         (gnus-agent-group-pathname): Ditto.
22305
22306         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22307
22308         * gnus-group.el (gnus-group-make-group): Decode group name.
22309         (gnus-group-make-rss-group): Register the group data after opening
22310         the nnrss group.
22311
22312 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22313
22314         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22315         by expiry now get marked as read.
22316
22317 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22320
22321 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22322
22323         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22324         unify Latin characters in XEmacs.
22325         (mm-find-mime-charset-region): Use it.
22326
22327 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-util.el (gnus-delete-directory): New function.
22330
22331         * gnus-agent.el (gnus-agent-delete-group): Use it.
22332
22333         * gnus-cache.el (gnus-cache-delete-group): Use it.
22334
22335 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22336
22337         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22338         names.
22339
22340 2004-12-16  Simon Josefsson  <jas@extundo.com>
22341
22342         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22343
22344 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22345
22346         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22347
22348         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22349         (gnus-group-set-current-level): Decode group name.
22350
22351 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22352
22353         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22354         failed.
22355
22356 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * gnus-group.el (gnus-group-delete-group): Decode group name.
22359         (gnus-group-make-rss-group): Encode group name.
22360         (gnus-group-catchup-current): Decode group name.
22361         (gnus-group-kill-group): Decode group name.
22362
22363 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22364
22365         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22366
22367 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22368
22369         * gnus-group.el (gnus-group-make-rss-group):
22370         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22371
22372         * gnus-start.el (gnus-setup-news): Honor user's setting to
22373         gnus-message-archive-method.  Suggested by Lute Kamstra
22374         <lute@gnu.org>.
22375
22376 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22377
22378         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22379         global counterparts of the buffer-local variables.
22380
22381 2004-11-16  Romain Francoise  <romain@orebokech.com>
22382
22383         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22384         counterparts of the buffer-local variables.
22385
22386 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22387
22388         * message.el (message-forbidden-properties): Fix typo in doc
22389         string.
22390
22391 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22392
22393         * gnus-util.el (gnus-replace-in-string): Add doc string.
22394
22395         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22396         to avoid problems when splitting mails with many recipients.
22397
22398 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22399
22400         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22401         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22402
22403 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22404
22405         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22406         if there is no hashtable in memory or file modification time is
22407         newer than cached timestamp.
22408
22409 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22410
22411         * gnus-sum.el (gnus-summary-limit-to-recipient):
22412         Implement not-matching option.
22413
22414 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22415
22416         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22417         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22418         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22419         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22420         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22421         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22422
22423 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * message.el (message-forward-make-body-mml): Remove headers
22426         according to message-forward-ignored-headers if a message is decoded.
22427
22428 2004-12-02  Romain Francoise  <romain@orebokech.com>
22429
22430         * message.el (message-forward-make-body-plain): Always remove
22431         headers according to message-forward-ignored-headers.
22432
22433 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22434
22435         * spam.el (spam-summary-prepare-exit): Remove the
22436         gnus-summary-limit pop for now, it has problems with ham marks for
22437         me.
22438
22439 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22440
22441         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22442         correctly.
22443
22444 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22445
22446         * format-spec.el (format-spec): Message the char.
22447
22448 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22449
22450         * gnus-art.el (gnus-split-methods): Reformat comments.
22451
22452         * spam.el (spam-summary-prepare-exit): Remove article limits
22453         before exiting the summary buffer.
22454
22455 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22458         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22459
22460         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22461         order to silence the byte compiler.
22462
22463         * spam.el: Fix the way to silence the byte compiler, which
22464         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22465         bbdb-search-simple, spam-BBDB-register-routine,
22466         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22467         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22468         spam-stat-buffer-is-spam, spam-stat-load,
22469         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22470         spam-stat-save and spam-stat-split-fancy.
22471
22472 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22475         which may confuse users.
22476         (canlock-password-for-verify): Ditto.
22477
22478         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22479
22480         * gnus-art.el (gnus-emphasis-alist): Ditto.
22481
22482         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22483
22484         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22485
22486         * gnus-start.el (gnus-save-killed-list): Ditto.
22487
22488         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22489         (gnus-sum-thread-tree-root): Ditto.
22490         (gnus-sum-thread-tree-false-root): Ditto.
22491         (gnus-sum-thread-tree-single-indent): Ditto.
22492
22493         * message.el (message-courtesy-message): Ditto.
22494         (message-archive-note): Ditto.
22495         (message-subscribed-address-file): Ditto.
22496         (message-user-fqdn): Ditto.
22497
22498         * spam-report.el (spam-report-gmane-regex): Ditto.
22499
22500         * spam.el (spam-blackhole-good-server-regex): Ditto.
22501
22502 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * mml.el (mml-preview): Widen the message buffer before copying
22505         the contents to the preview buffer; sort headers before previewing.
22506
22507         * message.el (message-hidden-headers): Fix the way to avoid a bug
22508         in the `repeat' widget in Emacs 21.3 or earlier.
22509
22510 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22511
22512         * message.el (message-hidden-headers): Default to "^References:".
22513         Improve customization type.  Suggested by Reiner Steib
22514         <Reiner.Steib@gmx.de>.
22515
22516 2004-11-25  Romain Francoise  <romain@orebokech.com>
22517
22518         * message.el (message-strip-forbidden-properties): Remove check for
22519         obsolete `message-hidden' text property, hidden headers are not
22520         accessible in the buffer anymore.
22521
22522 2004-11-22  Romain Francoise  <romain@orebokech.com>
22523
22524         * message.el (message-header-format-alist): Add `From' in list
22525         so that it can be sorted.
22526         (message-fix-before-sending): Widen and sort headers before
22527         sending.
22528         (message-hide-headers): Use narrowing to hide headers by moving
22529         them to the top of the buffer and narrowing to the region
22530         underneath.
22531
22532 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22533
22534         * message.el (message-strip-forbidden-properties):
22535         Bind buffer-read-only (etc) to nil.
22536
22537 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22538
22539         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22540         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22541
22542 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22543
22544         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22545
22546 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22547
22548         * dns.el (query-dns): Use sit-for to time instead of
22549         accept-process-output, since that doesn't seem to work on udp
22550         sockets.
22551
22552 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22553
22554         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22555
22556 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22557
22558         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22559         doc string.  Improve doc string.
22560
22561 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * nntp.el (nntp-request-update-info): Return nil if
22564         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22565         may not call gnus-activate-group which uselessly issues the GROUP
22566         commands for all nntp groups and wastes time.  Reported by Romain
22567         Francoise <romain@orebokech.com>.
22568
22569         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22570
22571 2004-11-15  Simon Josefsson  <jas@extundo.com>
22572
22573         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22574         headers separately.
22575         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22576         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22577
22578 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22579
22580         * gnus-start.el (gnus-convert-old-newsrc):
22581         Assign legacy-gnus-agent to 5.10.7.
22582
22583 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22584
22585         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22586         start of the lines.
22587
22588 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22589
22590         * hashcash.el (hashcash-default-payment): Change default to 20.
22591         (hashcash-default-accept-payment): Change default to 20.
22592         (hashcash-process-alist): New variable.
22593         (hashcash-generate-payment-async): Add.
22594         (hashcash-already-paid-p): Add.
22595         (hashcash-insert-payment): Don't generate payments twice.
22596         (hashcash-insert-payment-async): Add.
22597         (hashcash-insert-payment-async-2): Add.
22598         (hashcash-cancel-async): Add.
22599         (hashcash-wait-async): Add.
22600         (hashcash-processes-running-p): Add.
22601         (hashcash-wait-or-cancel): Add.
22602         (mail-add-payment): New optional argument.  Conditionally start
22603         asynchronous calculation.
22604         (mail-add-payment-async): Add.
22605
22606         * message.el (message-send-mail): Wait for asynchronous hashcash
22607         results.  Don't clobber existing X-Hashcash headers.
22608         (message-setup-1): Call mail-add-payment-async when
22609         message-generate-hashcash is non-nil.
22610
22611 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22612
22613         * message.el (message-use-alternative-email-as-from): Examine the
22614         From header as well; use message-make-from in order to include a
22615         user's full name.
22616
22617 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22620         default; improve customization type.
22621         (gnus-emphasis-custom-with-format): New macro.
22622         (gnus-emphasis-custom-value-to-external): New function.
22623         (gnus-emphasis-custom-value-to-internal): New function.
22624
22625 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22626
22627         * dns.el (query-dns): Resolve reverse addresses.
22628
22629 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22630
22631         * gnus-group.el (gnus-group-get-new-news): Use it.
22632
22633         * gnus-start.el (gnus-check-reasonable-setup): New function.
22634
22635 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22638         "Args out of range" error.  Reported by Arnaud Giersch
22639         <arnaud.giersch@free.fr>.
22640
22641 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22642
22643         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22644
22645 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22646
22647         * spam.el (spam group): Add :version.
22648
22649         * pgg-def.el (pgg group): Add :version.
22650
22651 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus-art.el (gnus-article-edit-article): Don't associate the
22654         article buffer with a draft file.  This is a temporary measure
22655         against the 2004-08-22 change to gnus-article-edit-mode.
22656
22657 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22660         (html2text-format-tags): Remove unused variable `attr'.
22661
22662 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22663
22664         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22665
22666         * tls.el (tls-process-connection-type, tls-success)
22667         (tls-certtool-program): Add :version.
22668
22669         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22670         (starttls-extra-arguments, starttls-process-connection-type)
22671         (starttls-connect, starttls-failure, starttls-success): Add :version.
22672
22673         * spam-stat.el (spam-stat): Add :version.
22674
22675         * sieve.el (sieve): Add :version.
22676
22677         * sha1.el (sha1): Add :version.
22678         (sha1-use-external): Remove redundant version.
22679
22680         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22681         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22682         (nnmail-split-fancy-match-partial-words)
22683         (nnmail-split-lowercase-expanded): Add :version.
22684
22685         * nndiary.el (nndiary): Add :version.
22686
22687         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22688
22689         * mml-sec.el (mml-default-sign-method)
22690         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22691         Add :version.
22692
22693         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22694
22695         * mm-url.el (mm-url-use-external, mm-url-program)
22696         (mm-url-arguments): Add :version.
22697
22698         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22699         (mm-attachment-file-modes, mm-decrypt-option)
22700         (mm-w3m-safe-url-regexp): Add :version.
22701
22702         * message.el (message-cite-prefix-regexp)
22703         (message-sendmail-envelope-from, message-minibuffer-local-map)
22704         (message-user-fqdn, message-completion-alist): Add :version.
22705
22706         * gnus-win.el (gnus-configure-windows-hook)
22707         (gnus-use-frames-on-any-display): Add :version.
22708
22709         * gnus-art.el (gnus-article-address-banner-alist)
22710         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22711         (gnus-treat-from-picon, gnus-treat-mail-picon)
22712         (gnus-treat-x-pgp-sig): Add :version.
22713
22714         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22715         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22716         (gnus-summary-article-delete-hook)
22717         (gnus-summary-display-while-building): Add :version.
22718
22719         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22720         (gnus-get-top-new-news-hook): Add :version.
22721
22722         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22723         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22724
22725         * gnus-registry.el (gnus-registry): Add :version.
22726
22727         * gnus-spec.el (gnus-use-correct-string-widths)
22728         (gnus-make-format-preserve-properties): Add :version.
22729
22730         * gnus.el (gnus-group-charter-alist)
22731         (gnus-group-fetch-control-use-browse-url)
22732         (gnus-install-group-spam-parameters): Add :version.
22733
22734         * gnus-diary.el (gnus-diary): Add :version.
22735
22736         * gnus-delay.el (gnus-delay): Add :version.
22737
22738         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22739         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22740         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22741         Add :version.
22742
22743         * gnus-agent.el (gnus-agent-max-fetch-size)
22744         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22745         (gnus-agent-prompt-send-queue): Add :version.
22746
22747         * deuglify.el (gnus-outlook-deuglify): Add :version.
22748
22749         * html2text.el: Beautify code.  Improve doc strings.
22750         Some checkdoc cleanup.
22751         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22752
22753 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22754
22755         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22756
22757 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22758
22759         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22760         when package is loaded.
22761
22762         * spam.el (spam-summary-score-preferred-header): Add global preference
22763         for people who want to override the default SpamAssassin over
22764         Bogofilter preference (when both are set).
22765         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22766         (spam-user-format-function-S):
22767         Check spam-summary-score-preferred-header.
22768         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22769         (spam-user-format-function-S): Format the score correctly.
22770
22771 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22774         signature file.  Suggested by Manoj Srivastava
22775         <srivasta@golden-gryphon.com>.
22776
22777         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22778         iso-2022-jp even in the Japanese language environment.
22779         Suggested by Jason Rumney <jasonr@gnu.org>.
22780
22781 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22784         use the same characters as the dummy marks; make it free from
22785         getting affected by the language environment.
22786         (gnus-summary-read-group-1): Update mark positions only when the
22787         format spec is updated.
22788
22789         * gnus-spec.el (gnus-update-format-specifications): Return a list
22790         of updated types.
22791
22792 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22793
22794         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22795         of boundp to check if display-warning is available.
22796
22797 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22798
22799         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22800
22801 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22802
22803         * nnspool.el (nnspool-spool-directory): Use news-path if the
22804         news-directory variable is not bound.
22805
22806         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22807         function instead of display-warning if it is not available.
22808
22809 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22810
22811         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22812         v5-10: Use `point-at-bol'.
22813
22814 2004-10-26  Simon Josefsson  <jas@extundo.com>
22815
22816         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22817         <chenggao@gmail.com>.
22818
22819 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22820
22821         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22822         instead.
22823
22824 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22825
22826         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22827         to remove a server from the nnimap-server-buffer-alist.
22828         (nnimap-open-connection, nnimap-close-server): Use it.
22829
22830         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22831
22832 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22835         running the major-mode function.
22836
22837 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22840         dummy marks in the right way.
22841
22842 2004-10-18  David Edmondson  <dme@dme.org>
22843
22844         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22845         excessively.
22846
22847 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22848
22849         * gnus-util.el (gnus-split-references): Accept a nil references
22850         string and go on blissfully.
22851
22852         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22853         cases where the references string is non-nil but has no references.
22854
22855         * encrypt.el: Add autoload tags.
22856
22857         * spam.el (spam-resolve-registrations-routine): Remove article
22858         from unregistration list too.  Reported by David Hanak
22859         <dhanak@isis.vanderbilt.edu>
22860
22861 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22862
22863         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22864         nil.  Change custom type.
22865
22866 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22867
22868         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22869
22870         * gnus-sum.el (gnus-summary-move-article): Use it.
22871
22872 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22873
22874         * encrypt.el: Add autoload cookies.
22875
22876         * spam.el (spam-backend-article-list-property)
22877         (spam-backend-get-article-todo-list)
22878         (spam-backend-put-article-todo-list)
22879         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22880         Resolve registrations separately.
22881         (spam-register-routine): Format comments.
22882         (spam-unregister-routine, spam-register-routine): Always call with
22883         specific-articles, no default list.
22884         (spam-summary-prepare-exit): Use the spam-classifications function.
22885
22886         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22887         gnus-encrypt.el.
22888
22889         * encrypt.el: Copied from gnus-encrypt.el.
22890
22891         * gnus-encrypt.el: Commented that it's obsolete.
22892
22893 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22894
22895         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22896         (gnus-score-save): Use it.
22897
22898         * message.el (message-bury): Use `window-dedicated-p'.
22899
22900 2004-10-15  Simon Josefsson  <jas@extundo.com>
22901
22902         * pop3.el (top-level): Don't require nnheader.
22903         (pop3-read-timeout): Add.
22904         (pop3-accept-process-output): Add.
22905         (pop3-read-response, pop3-retr): Use it.
22906
22907 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22908
22909         * spam.el (spam-register-routine): Move comment.
22910         (spam-verify-bogofilter): Use 'unknown for the initial
22911         spam-bogofilter-valid state, not 'never.
22912
22913         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22914         for netrc-machine.
22915
22916         * nnimap.el (nnimap-open-connection):
22917         Use netrc-machine-user-or-password.
22918
22919 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22920
22921         * gnus-registry.el (gnus-registry-unload-hook):
22922         Set as a variable with add-hook.
22923
22924         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22925         of news-path.
22926
22927         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22928
22929         * spam.el: Delete duplicate `provide'.
22930         (spam-unload-hook): Set as a variable with add-hook.
22931
22932 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22933
22934         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22935         in the doc string.
22936
22937         * message.el (message-ignored-news-headers)
22938         (message-ignored-supersedes-headers)
22939         (message-ignored-resent-headers)
22940         (message-forward-ignored-headers): Improve custom type.
22941
22942 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * message.el (message-tokenize-header): Fix 2004-09-06 change
22945         which used point-min in the wrong place.
22946
22947 2004-10-12  Simon Josefsson  <jas@extundo.com>
22948
22949         * tls.el (tls-certtool-program): New variable.
22950         (tls-certificate-information): New function, based on
22951         ssl-certificate-information.
22952
22953 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * compface.el: Move the version of ELisp-based uncompface program
22956         to the contrib directory because of the copyright problem.
22957
22958 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22959
22960         * message.el (message-kill-buffer): Raise the current frame.
22961
22962 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22963
22964         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22965
22966         * gnus.el (message-y-or-n-p): Autoload.
22967
22968         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22969         (pop3-password-required, pop3-authentication-scheme)
22970         (pop3-leave-mail-on-server): Make customizable.
22971         (pop3): New custom group.
22972         (pop3-retr): Remove `sleep-for' statements.
22973         Suggested by Dave Love <fx@gnu.org>.
22974
22975         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22976         Windows/DOS.
22977
22978         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22979         (imap-parse-body): Fix incorrect use of `assert'.
22980         Suggested by Dave Love <fx@gnu.org>.
22981
22982         * mml.el (mml-minibuffer-read-disposition): Require match.
22983         Suggested by Dave Love <fx@gnu.org>.
22984
22985 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22986
22987         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22988         doc string.
22989
22990 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22991
22992         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22993
22994 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22995
22996         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22997         instead of calling `mm-insert-inline', to decode text/* parts
22998         before displaying them.
22999
23000 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23001
23002         * mm-uu.el (mm-uu-text-plain-type): New variable.
23003         (mm-uu-pgp-signed-extract-1): Use it.
23004         (mm-uu-pgp-encrypted-extract-1): Use it.
23005         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23006         bind mm-uu-text-plain-type with that value.
23007         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23008         mm-uu-dissect.
23009
23010 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * gnus-group.el (gnus-update-group-mark-positions):
23013         * gnus-sum.el (gnus-update-summary-mark-positions):
23014         * message.el (message-check-news-body-syntax):
23015         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23016         of string-as-multibyte.
23017
23018 2004-10-05  Juri Linkov  <juri@jurta.org>
23019
23020         * gnus-group.el (gnus-update-group-mark-positions):
23021         * gnus-sum.el (gnus-update-summary-mark-positions):
23022         * message.el (message-check-news-body-syntax):
23023         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23024         8-bit unibyte values to a multibyte string for search functions.
23025
23026 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23029         (mm-uu-dissect-text-parts): New function.
23030
23031         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23032         dissect text parts.
23033
23034         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23035         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23036
23037         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23038
23039         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23040         Use gnus-current-topics instead of gnus-current-topic.
23041
23042 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23043
23044         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23045
23046 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23047
23048         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23049         where appropriate.
23050
23051         * nnml.el (nnml-generate-active-info): do.
23052
23053         * nndiary.el (nndiary-generate-active-info): do.
23054
23055         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23056         (gnus-topic-move): do.
23057
23058         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23059         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23060
23061         * gnus-srvr.el (gnus-server-prepare)
23062         (gnus-server-open-all-servers): do.
23063
23064         * gnus-msg.el (gnus-summary-cancel-article)
23065         (gnus-summary-resend-message)
23066         (gnus-summary-mail-crosspost-complaint): do.
23067
23068         * gnus-move.el (gnus-change-server): do.
23069
23070         * gnus-group.el (gnus-group-unmark-all-groups)
23071         (gnus-group-set-current-level): do.
23072
23073 2004-10-04  Simon Josefsson  <jas@extundo.com>
23074
23075         * message.el (message-generate-hashcash): Doc fix.
23076
23077 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23078
23079         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23080         avoid infinite recursion via gnus-get-function.
23081
23082 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23083
23084         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23085
23086         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23087
23088         * nnmail.el (nnmail-split-history): do.
23089
23090         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23091         (nnml-request-delete-group): do.
23092
23093         * nnslashdot.el (nnslashdot-read-groups): do.
23094
23095         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23096         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23097
23098         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23099         (nnspool-sift-nov-with-sed): Use last.
23100         (nnspool-retrieve-headers-with-nov): Use mapc.
23101         (nnspool-request-newgroups): Use dolist.
23102         (nnspool-request-group): Use last.
23103
23104         * nntp.el (nntp-read-server-type): Use dolist.
23105
23106         * nnvirtual.el (nnvirtual-create-mapping)
23107         (nnvirtual-update-read-and-marked): Use dolist.
23108         (nnvirtual-convert-headers): Simplify.
23109
23110 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23111
23112         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23113         Add support for sync'ing tick marks.
23114
23115 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23118         there's no visible header.
23119
23120 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23121
23122         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23123         When necessary, pass full group name to gnus-request-set-marks.
23124
23125 2004-10-01  Simon Josefsson  <jas@extundo.com>
23126
23127         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23128         acroread.
23129
23130 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23131
23132         * spam-report.el (spam-report-gmane): Fix interactive.
23133
23134         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23135
23136         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23137         when writing file.
23138         (gnus-agent-synchronize-flags): Don't default to being
23139         interactive.
23140
23141 2004-09-30  Simon Josefsson  <jas@extundo.com>
23142
23143         * message.el (message-generate-hashcash): Add.
23144         (message-send-mail): Use it, call mail-add-payment.
23145
23146 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23147
23148         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23149
23150 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23151
23152         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23153         gnus-requst-update-info with explicit code to sync the in-memory
23154         info read flags with the marks being sync'd to the backend.
23155
23156         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23157
23158 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23159
23160         * spam.el (spam-verify-bogofilter): Add new function.
23161         (spam-check-bogofilter)
23162         (spam-bogofilter-register-with-bogofilter): Use it.
23163         (spam-verify-bogofilter): Add small fixes.
23164
23165 2004-09-28  Simon Josefsson  <jas@extundo.com>
23166
23167         * hashcash.el (hashcash-generate-payment): Revert.
23168
23169 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23170
23171         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23172         Use gnus-extract-references instead of gnus-split-references.
23173
23174         * gnus-util.el (gnus-extract-references): Add new function, analogous
23175         to gnus-split-references but extracts only the message-ID without
23176         anything extra.
23177
23178         * hashcash.el (hashcash-generate-payment)
23179         (hashcash-check-payment): Do the right thing if hashcash-path is
23180         nil (because the hashcash program could not be found).
23181
23182         * spam.el (spam-use-hashcash): Remove comment.
23183
23184 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23185
23186         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23187         (gnus-cache-enter-article, gnus-cache-remove-article)
23188         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23189
23190         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23191
23192         * gnus-art.el (article-hide-boring-headers)
23193         (article-translate-strings, article-display-face)
23194         (gnus-article-mime-match-handle-first)
23195         (gnus-article-highlight-headers)
23196         (gnus-article-add-buttons-to-head): do.
23197
23198 2004-09-27  Simon Josefsson  <jas@extundo.com>
23199
23200         * hashcash.el: New version, from
23201         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23202         ../contrib/.
23203
23204 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23205
23206         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23207
23208 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23209
23210         * gnus-dup.el (gnus-dup-open): Use mapc.
23211         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23212
23213         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23214         Reported by Stefan Wiens <s.wi@gmx.net>.
23215
23216         * gnus.el (gnus-shutdown): Use dolist.
23217
23218         * gnus-undo.el (gnus-undo): Use mapc.
23219
23220         * nnrss.el (nnrss-generate-active): do.
23221
23222         * message.el (message-cite-original-without-signature)
23223         (message-cite-original): Use mapc.
23224         (message-do-actions, message-make-forward-subject): Use dolist.
23225
23226 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23227
23228         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23229         deletion to remove entire duplicate line.  Fixes merged article
23230         number bug.
23231
23232 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23233
23234         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23235         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23236         first ask if you want to open a server and then, even when you
23237         responded with no, asking if you want to synchronize the server's
23238         flags.
23239         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23240         multi-line expressions.
23241         (gnus-agent-synchronize-group-flags): New internal function.
23242         Updates marks in memory (in the info structure) AND in the
23243         backend.
23244
23245         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23246
23247         * nnagent.el (nnagent-request-set-mark):
23248         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23249         method, to ensure that synchronization updates marks in the
23250         backend and in the info (in memory) structure.
23251
23252 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23253
23254         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23255         convention fully; don't miss the root article of a thread; make
23256         the X-Draft-From header with correct article numbers.
23257
23258 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23259
23260         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23261         unless plugged.  Disable the agent so that an open failure causes
23262         an error.
23263
23264         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23265         Revert 2004-09-21 change.  The backend must be opened while
23266         synchronizing flags even when the backend stores the flags
23267         locally.
23268
23269 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23270
23271         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23272         in `header' match.  Reported by Svend Tollak Munkejord.
23273
23274         * message.el (message-cite-original): Fix use of
23275         `message-cite-articles-with-x-no-archive'.
23276
23277 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23278
23279         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23280         (gnus-window-to-buffer): Ditto.
23281
23282         * mml.el (mml-preview-buffer): New variable.
23283         (mml-preview): Manage window layout with gnus-buffer-configuration.
23284
23285         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23286         X-Draft-From header even if those articles aren't quoted.
23287
23288 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23289
23290         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23291         (gnus-request-set-mark, gnus-request-update-mark): Use new
23292         g-s-t-u-l-m to decide to use backend even when unplugged.
23293
23294 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23297         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23298
23299 2004-09-20  Simon Josefsson  <jas@extundo.com>
23300
23301         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23302         "utf-16-le".
23303
23304 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23305
23306         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23307
23308 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23309
23310         * uudecode.el (uudecode-use-external): Add :version.
23311
23312         * smime.el (smime-CA-file, smime-encrypt-cipher)
23313         (smime-dns-server): Add :version.
23314
23315         * smiley.el (gnus-smiley-file-types): Add :version.
23316
23317         * sha1.el (sha1-use-external): Add :version.
23318
23319         * pgg-def.el (pgg-query-keyserver): Add :version.
23320
23321         * nnmail.el (nnmail-fancy-expiry-targets)
23322         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23323         Add :version.
23324
23325         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23326         (nnimap-retrieve-groups-asynchronous): Add :version.
23327         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23328
23329         * mml.el (mml-content-disposition-parameters)
23330         (mml-insert-mime-headers-always): Add :version.
23331
23332         * mm-util.el (mm-coding-system-priorities): Add :version.
23333
23334         * mm-decode.el (mm-inline-text-html-with-images)
23335         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23336         (mm-verify-option): Add :version.
23337         (mm-text-html-renderer): Change :version.
23338
23339         * message.el (message-fcc-externalize-attachments)
23340         (message-required-headers, message-draft-headers)
23341         (message-subject-trailing-was-query)
23342         (message-subject-trailing-was-ask-regexp)
23343         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23344         (message-mark-insert-end, message-archive-header)
23345         (message-archive-note, message-cross-post-default)
23346         (message-cross-post-note, message-followup-to-note)
23347         (message-cross-post-note-function, message-use-mail-followup-to)
23348         (message-subscribed-address-functions)
23349         (message-subscribed-address-file, message-subscribed-addresses)
23350         (message-subscribed-regexps, message-allow-no-recipients)
23351         (message-yank-cited-prefix, message-signature-insert-empty-line)
23352         (message-hidden-headers, message-hierarchical-addresses)
23353         (message-mail-user-agent, message-use-idna)
23354         (message-valid-fqdn-regexp)
23355         (message-strip-special-text-properties, message-header-synonyms)
23356         (message-beginning-of-line, message-tab-body-function): Add :version.
23357         (message-insert-canlock, message-wide-reply-confirm-recipients):
23358         Change :version.
23359
23360         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23361         and :version.
23362         (mail-source-delete-old-incoming-confirm)
23363         (mail-source-movemail-program): Add :version.
23364
23365         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23366         (gnus-agent-cache, gnus-agent): Change :version.
23367
23368         * gnus-util.el (gnus-use-byte-compile): Change :version.
23369
23370         * gnus-sum.el (gnus-summary-make-false-root-always)
23371         (gnus-summary-default-high-score)
23372         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23373         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23374         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23375         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23376         (gnus-sum-thread-tree-single-indent)
23377         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23378         (gnus-sum-thread-tree-leaf-with-other)
23379         (gnus-sum-thread-tree-single-leaf): Add :version.
23380         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23381         (gnus-article-loose-mime): Change :version.
23382
23383         * gnus-start.el (gnus-backup-startup-file)
23384         (gnus-save-startup-file-via-temp-buffer): Add :version.
23385
23386         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23387         (gnus-server-offline-face): Add :version.
23388
23389         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23390
23391         * gnus-msg.el (gnus-gcc-externalize-attachments)
23392         (gnus-debug-files, gnus-debug-exclude-variables)
23393         (gnus-discouraged-post-methods): Change :version.
23394         (gnus-confirm-mail-reply-to-news)
23395         (gnus-confirm-treat-mail-like-news): Add :version.
23396
23397         * gnus-int.el (gnus-server-unopen-status): Add :version.
23398
23399         * gnus-group.el (gnus-group-jump-to-group-prompt)
23400         (gnus-large-ephemeral-newsgroup)
23401         (gnus-fetch-old-ephemeral-headers): Add :version.
23402
23403         * gnus-fun.el (gnus-x-face-directory)
23404         (gnus-convert-pbm-to-x-face-command)
23405         (gnus-convert-image-to-x-face-command)
23406         (gnus-convert-image-to-face-command): Add :version.
23407
23408         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23409
23410         * gnus-cite.el (gnus-cite-blank-line-after-header)
23411         (gnus-article-boring-faces): Add :version.
23412
23413         * gnus-art.el (gnus-buttonized-mime-types)
23414         (gnus-inhibit-mime-unbuttonizing)
23415         (gnus-treat-display-face)
23416         (gnus-treat-body-boundary): Change :version.
23417         (gnus-body-boundary-delimiter, gnus-picon-databases)
23418         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23419         (gnus-treat-date-english, gnus-treat-fold-headers)
23420         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23421         (gnus-treat-mail-picon, gnus-treat-wash-html)
23422         (gnus-article-encrypt-protocol)
23423         (gnus-use-idna, gnus-article-over-scroll)
23424         (gnus-mime-display-multipart-alternative-as-mixed)
23425         (gnus-mime-display-multipart-related-as-mixed)
23426         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23427         (gnus-ctan-url, gnus-button-ctan-handler)
23428         (gnus-button-handle-ctan-bogus-regexp)
23429         (gnus-button-ctan-directory-regexp)
23430         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23431         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23432         (gnus-button-man-level, gnus-button-emacs-level)
23433         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23434
23435         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23436         (gnus-agent-go-online): Change :version.
23437         (gnus-agent-expire-unagentized-dirs)
23438         (gnus-agent-auto-agentize-methods): Add :version.
23439
23440         * flow-fill.el (fill-flowed-display-column)
23441         (fill-flowed-encode-column): Add :version.
23442
23443         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23444         (gnus-outlook-deuglify-unwrap-max)
23445         (gnus-outlook-deuglify-cite-marks)
23446         (gnus-outlook-deuglify-unwrap-stop-chars)
23447         (gnus-outlook-deuglify-no-wrap-chars)
23448         (gnus-outlook-deuglify-attrib-cut-regexp)
23449         (gnus-outlook-deuglify-attrib-verb-regexp)
23450         (gnus-outlook-deuglify-attrib-end-regexp)
23451         (gnus-outlook-display-hook): Add :version.
23452
23453         * binhex.el (binhex-use-external): Add :version.
23454
23455 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23456
23457         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23458         and `invisible'.
23459
23460 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23461
23462         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23463         in gnus-registry-trim.
23464
23465 2004-09-13  Simon Josefsson  <jas@extundo.com>
23466
23467         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23468
23469         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23470
23471         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23472         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23473         <yamaoka@jpl.org>.
23474         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23475         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23476         <yamaoka@jpl.org>.
23477
23478         * sieve.el (sieve-manage-mode): Ditto.
23479
23480 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23481
23482         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23483
23484 2004-09-11  Simon Josefsson  <jas@extundo.com>
23485
23486         * dns-mode.el: Add.
23487
23488         * mm-view.el (mm-display-dns-inline): Add.
23489
23490         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23491         (mm-automatic-display): Ditto.
23492
23493         * mailcap.el (mailcap-mime-data): Add text/dns.
23494         (mailcap-mime-extensions): Map .soa to text/dns.
23495
23496 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23497
23498         * gnus-art.el (article-decode-mime-words, article-babel)
23499         (gnus-article-highlight-signature, gnus-article-add-buttons)
23500         (gnus-signature-toggle): Remove unnecessary bindings of
23501         `inhibit-read-only' inherited from v5.10 merge.
23502
23503 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23504
23505         * nntp.el (nntp): New customization group.
23506         (nntp-authinfo-file): Add customization group.
23507
23508         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23509
23510         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23511
23512         * gnus.el (to-address, to-list, subscribed)
23513         (large-newsgroup-initial): Ditto.
23514
23515         * flow-fill.el (fill-flowed-display-column)
23516         (fill-flowed-encode-column): Ditto.
23517
23518 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23519
23520         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23521         Use point-min rather than 1.
23522         (message-send-mail): Use buffer-size rather than point-max.
23523
23524         * gnus-sum.el (gnus-summary-search-article-forward):
23525         Signal a specific `search-failed' rather than a generic `error'.
23526
23527         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23528         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23529         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23530
23531 2004-09-10  Simon Josefsson  <jas@extundo.com>
23532
23533         * nndb.el (require): Remove tcp and duplicate cl.
23534
23535 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23536
23537         * gnus-agent.el (directory-files-and-attributes): Move forward.
23538
23539 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23540
23541         * gnus-agent.el (directory-files-and-attributes):
23542         Optionally defined to support XEmacs.
23543
23544 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23545
23546         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23547         to avoid run-time CL dependencies.
23548         (gnus-agent-unfetch-articles): New function.
23549         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23550         article numbers even when local .overview file is missing.
23551         (gnus-agent-read-article-number): New function.  Only accepts
23552         27-bit article numbers.
23553         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23554         Use gnus-agent-read-article-number.
23555         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23556         from backend while recognizing that article numbers in .overview
23557         must be valid.
23558         (gnus-agent-update-files-total-fetched-for):
23559         Use directory-files-and-attributes to improve performance.
23560         * gnus-int.el (gnus-request-move-article):
23561         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23562         improve performance.
23563
23564         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23565         some users confused by references to .newsrc when they only have a
23566         .newsrc.eld file.
23567         (gnus-convert-mark-converter-prompt)
23568         (gnus-convert-converter-needs-prompt): Fix use of property list.
23569         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23570         New function.  Used internally to only display 'gnus converting
23571         files' message when actually necessary.
23572
23573         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23574         methods now autoloaded.
23575
23576 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23579         identifiers.
23580
23581 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23582
23583         * gnus-picon.el: Fix indentation and closing parenthesis.
23584
23585 2004-09-01  Simon Josefsson  <jas@extundo.com>
23586
23587         * message.el (message-canlock-generate): Require sha1, not
23588         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23589         to require within a function.  Sadly, if sha1.el isn't loaded, the
23590         let binding in m-c-g will hide the defcustom definition, which is
23591         bad.)
23592
23593         * canlock.el: Require sha1, not sha1-el.
23594
23595         * message.el: Don't autoload sha1 (there is a autoload cookie in
23596         sha1.el).
23597
23598         * sha1-el.el: Rename to sha1.el.
23599
23600 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23601
23602         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23603
23604 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23605
23606         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23607
23608 2004-08-30  Kim F. Storm  <storm@cua.dk>
23609
23610         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23611
23612         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23613         Add :group 'nnimap.
23614
23615 2004-08-30  Andreas Schwab  <schwab@suse.de>
23616
23617         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23618         ?* and ?\;.
23619
23620         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23621         and ?\' to symbol instead of whitespace.
23622
23623 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23626
23627         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23628         instead of re-search-forward.
23629
23630         * gnus-uu.el (gnus-uu-save-article): Ditto.
23631         (gnus-uu-post-encode-uuencode): Ditto.
23632
23633         * html2text.el (html2text-clean-list-items): Ditto.
23634         (html2text-clean-dtdd): Ditto.
23635         (html2text-format-tags): Ditto.
23636
23637         * message.el (message-send-mail-with-sendmail): Fix regexp.
23638         (message-fill-field-general): Use search-forward instead of
23639         re-search-forward.
23640         (unbold-region): Ditto.
23641
23642         * nnrss.el (nnrss-request-article): Ditto.
23643
23644         * nnslashdot.el (nnslashdot-request-article): Ditto.
23645
23646         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23647
23648         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23649         "Unrecognized menu descriptor" error in XEmacs.
23650
23651 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23652
23653         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23654         parent article of a sparse article in the thread hashtb.
23655
23656 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23657
23658         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23659         (nnmail-expand-newtext): Lowercase expanded entries if
23660         nnmail-split-lowercase-expanded is non-nil.
23661
23662 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23665
23666         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23667         of gnus-tmp-news-method into string under XEmacs.  It will be
23668         passed to gnus-correct-length which takes only a string argument.
23669
23670 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23671
23672         * gnus-util.el (gnus-bind-print-variables): New macro.
23673         (gnus-prin1): Use it.
23674         (gnus-prin1-to-string): Use it.
23675         (gnus-pp): New function.
23676         (gnus-pp-to-string): New function.
23677
23678         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23679         Replace pp-to-string with gnus-pp-to-string.
23680         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23681         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23682         * gnus-msg.el (gnus-debug): Ditto.
23683         * gnus-score.el (gnus-score-save): Ditto.
23684         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23685         gnus-pp-to-string.
23686         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23687         with gnus-pp.
23688         * score-mode.el (gnus-score-pretty-print): Ditto.
23689         * webmail.el (webmail-debug): Ditto.
23690
23691 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * gnus-art.el (article-display-face, article-display-x-face):
23694         Use buffer-read-only.
23695
23696 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-art.el (article-hide-list-identifiers):
23699         Bind inhibit-read-only as t.
23700
23701 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23702
23703         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23704
23705 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23706
23707         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23708         (gnus-narrow-to-page): Don't assume point-min == 1.
23709         (gnus-article-edit-mode): Derive from message-mode.
23710
23711         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23712         point-min == 1.
23713
23714         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23715         Disable incorrect use of `assert'.
23716
23717         * message.el (message-mode): Set comment-start-skip.
23718
23719
23720 2004-08-22  Sam Steingold  <sds@gnu.org>
23721
23722         * pop3.el (pop3-leave-mail-on-server): New user variable.
23723         (pop3-movemail): Delete mail only when it is nil.
23724
23725 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23726
23727         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23728
23729         * mml.el (mml-preview): Use `pop-to-buffer'.
23730
23731         * message.el (message-goto-mail-followup-to): Insert after "To".
23732         (message-carefully-insert-headers): Add comment.
23733
23734         * gnus.el: Remove unused variable `gnus-article-check-size'.
23735
23736         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23737
23738         * gnus-art.el (gnus-button-alist):
23739         Improve `gnus-button-handle-library' entry.
23740
23741 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23742
23743         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23744         Use downcase, since XEmacs capitalizes error messages differently.
23745
23746 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23747
23748         * nntp.el: Add (require 'gnus) due to reference to
23749         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23750
23751 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23752
23753         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23754         Bind `mm-fill-flowed'.
23755
23756         * mm-decode.el (mm-dissect-singlepart): Check it.
23757
23758 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23759
23760         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23761         'imap' for netrc parsing.
23762
23763 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23764
23765         * mailcap.el (mailcap-mime-data): Mark as risky.
23766
23767 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23768
23769         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23770         may be included in the encoded word.
23771         (rfc2047-encode): Don't append a space if the encoded word
23772         includes close parenthesis.
23773
23774 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23777         of text within parentheses.
23778
23779 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23780
23781         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23782         (gnus-encrypt-write-file-contents): Make the password key the file
23783         name PLUS the cipher, not just the cipher.  Also remove failed
23784         passwords from the cache.
23785
23786 2004-08-06  Simon Josefsson  <jas@extundo.com>
23787
23788         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23789         Doc fix.
23790
23791 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23792
23793         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23794         LWSP.
23795
23796 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23797
23798         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23799         Try to append in-reply-to: data to the references: header.
23800
23801         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23802         (netrc-parse): Use gnus-encrypt.el functions.
23803
23804         * gnus-encrypt.el: Add new file for encryption support; currently
23805         does only a few GPG ciphers and an internal XOR cipher.
23806
23807         * password.el: Add comments on using password-read-and-add.
23808         (password-read-and-add): Add function to read and add the
23809         password to the cache at once.
23810
23811 2004-07-28  Simon Josefsson  <jas@extundo.com>
23812
23813         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23814         parameter (but don't use it, for now).
23815
23816         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23817         instead of hard coding to nil.
23818
23819 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23820
23821         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23822         as mm-inline-image-xemacs does.
23823
23824 2004-07-26  Simon Josefsson  <jas@extundo.com>
23825
23826         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23827         Revert part of 2004-07-17 change below.
23828
23829 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23830
23831         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23832         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23833
23834 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23835
23836         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23837         quotes that actually start with ">" at the beginning of the
23838         lines.
23839
23840 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23841
23842         * rfc2047.el (rfc2047-encode-region): Fix last change.
23843         (rfc2047-encode-parameter): Remove useless concat.
23844
23845 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23846
23847         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23848         encode special characters; fix some kind of misconfigured headers;
23849         signal a real error if debug-on-quit or debug-on-error is non-nil.
23850         (rfc2047-encode-max-chars): New variable.
23851         (rfc2047-encode-1): Use it.
23852         (rfc2047-encode-parameter): New function.
23853
23854         * mml.el (mml-insert-parameter): Remove an excessive space.
23855
23856 2004-07-17  Simon Josefsson  <jas@extundo.com>
23857
23858         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23859         Kai Grossjohann <kai@emptydomain.de>.
23860         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23861         (gnus-group-make-menu-bar): Ditto.
23862
23863         * gnus-util.el (gnus-group-server): Add.
23864
23865 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23866
23867         * message.el (message-clone-locals): Clone sendmail and smtp
23868         variables.
23869
23870 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * rfc2047.el (rfc2047-encode-region): Fix last change.
23873
23874 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23877         characters as non-special.
23878
23879 2004-07-09  Simon Josefsson  <jas@extundo.com>
23880
23881         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23882         Users will lose all flag changes made while unplugged with
23883         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23884         good default.  See numerous reports on ding mailing list.
23885
23886 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23887
23888         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23889         add generate-head-function and generate-article-function to the
23890         rfc822-forward entry.
23891         (nndoc-rfc822-forward-generate-article): New function.
23892         (nndoc-rfc822-forward-generate-head): New function.
23893
23894         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23895
23896 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23897
23898         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23899         respect display group parameter and gnus-summary-expunge-below.
23900         (gnus-articles-to-read): Remove unused reference to display group
23901         parameter.
23902
23903 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23904
23905         * nnheader.el (nnheader-uniquify-message-id): New experimental
23906         variable.
23907         (nnheader-nov-read-message-id): Use it.
23908
23909         * spam-report.el (spam-report-gmane): Add interactive.
23910
23911 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * mm-encode.el (mm-content-transfer-encoding-defaults):
23914         Use qp-or-base64 for the application/* types.
23915
23916 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23917
23918         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23919
23920 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23921
23922         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23923         trim value.
23924
23925 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23926
23927         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23928         New macro and function.
23929         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23930
23931 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23932
23933         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23934         after-load-alist.
23935
23936 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23937
23938         * gnus-group.el (gnus-group-get-new-news-this-group):
23939         Don't update info that isn't there.
23940
23941 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23942
23943         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23944         entry.
23945
23946 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23947
23948         * mm-view.el (mm-inline-render-with-function): Use multibyte
23949         buffer; decode html source by charset.
23950
23951         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23952
23953         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23954         Mule-UCS is loaded under XEmacs.
23955         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23956
23957 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23958
23959         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23960
23961 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23962
23963         * mm-util.el (mm-coding-system-p): Return a coding-system.
23964         (mm-mime-mule-charset-alist): Use shift_jis instead of
23965         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23966         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23967         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23968         instead of japanese-shift-jis and iso-latin-1 respectively in
23969         order to share the default value with both Emacs and XEmacs-mule.
23970         (mm-mule-charset-to-mime-charset):
23971         Make mm-coding-system-priorities effective.
23972         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23973         while predicating of candidates upon the priorities.
23974
23975 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23976
23977         * gnus-sum.el (gnus-summary-make-menu-bar):
23978         Add gnus-uu-invert-processable.
23979
23980         * gnus.el: Autoload gnus-uu-invert-processable.
23981
23982 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23983
23984         * mm-util.el (mm-with-multibyte-buffer): New macro.
23985
23986         * rfc2047.el (rfc2047-encode-string): Use it.
23987         (rfc2047-encode-region): Move point to the end of the region after
23988         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23989
23990 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23991
23992         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23993         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23994
23995 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23996
23997         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23998         (gnus-cite-parse): Ignore quoted envelope From_.
23999         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24000
24001 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24002
24003         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24004         invalid addresses.
24005
24006 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24007
24008         * spam.el: Change section markers, revise TODO list.
24009         (spam-backends): Make new master list of all installed backends.
24010         (spam-summary-exit-behavior): Add new variable to determine how
24011         messages moves are done at summary exit.
24012         (spam-move-spam-nonspam-groups-only)
24013         (spam-process-ham-in-nonham-groups)
24014         (spam-process-ham-in-spam-groups): Remove variables, the
24015         spam-summary-exit-behavior variable should be used to manage this
24016         behavior.
24017         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24018         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24019         and spam-old-spam-articles.
24020         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24021         Add empty variables, placeholders for the backends they represent.
24022         (spam-set-difference): Move, unchanged.
24023         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24024         unless the user has a processor variable.
24025         (spam-classifications, spam-classification-valid-p)
24026         (spam-backend-properties, spam-backend-property-valid-p)
24027         (spam-backend-function-type-valid-p)
24028         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24029         (spam-report-articles-gmane, spam-report-articles-resend):
24030         Remove functions, they are not needed.
24031         (spam-install-backend-super, spam-backend-list)
24032         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24033         (spam-backend-function, spam-backend-ham-registration-function)
24034         (spam-backend-spam-registration-function)
24035         (spam-backend-ham-unregistration-function)
24036         (spam-backend-spam-unregistration-function)
24037         (spam-backend-statistical-p, spam-backend-mover-p)
24038         (spam-install-backend-alias, spam-install-checkonly-backend)
24039         (spam-install-mover-backend, spam-install-nocheck-backend)
24040         (spam-install-backend, spam-install-statistical-backend)
24041         (spam-install-statistical-checkonly-backend): Add backend installation
24042         support.
24043         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24044         (spam-group-processor-p): Use the new backend code and respect the
24045         summary exit behavior.
24046         (spam-mark-spam-as-expired-and-move-routine): Remove.
24047         (spam-summary-prepare): Change to use the new spam-old-articles
24048         variable.
24049         (spam-copy-or-move-routine, spam-copy-spam-routine)
24050         (spam-move-spam-routine, spam-copy-ham-routine)
24051         (spam-move-ham-routine): Add code to copy/move ham or spam.
24052         (spam-fetch-field-fast): Improve doc and code, plus allow the
24053         'number request.
24054         (spam-list-of-checks, spam-list-of-statistical-checks):
24055         Remove variables.
24056         (spam-split, spam-find-spam): Use the new backend code.
24057         (spam-registration-functions): Remove variable.
24058         (spam-unregister-routine): Add convenience wrapper.
24059         (spam-log-undo-registration, spam-register-routine)
24060         (spam-log-processing-to-registry)
24061         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24062         where possible.
24063         (spam-check-gmane-xref, spam-check-regex-headers)
24064         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24065         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24066         (spam-check-bogofilter-headers, spam-check-spamoracle)
24067         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24068         (spam-check-crm114-headers): Use the spam-split-group that
24069         spam-split prepares, no need to determine it every time.
24070
24071         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24072         to the nnheader-parse-naked-head call.
24073
24074         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24075
24076         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24077         the nnheader-nov-read-message-id call.
24078
24079 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24080
24081         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24082         gnus-activate-group twice.  Suggested by Markus Peter
24083         <warp@spin.de>.
24084
24085 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24086
24087         * gnus-art.el (gnus-article-time-format): Exchange the order of
24088         day and month in the default value; fix customization type.
24089         (article-date-ut): Use add-text-properties.
24090         (article-make-date-line): Use message-make-date instead of
24091         current-time-string.
24092
24093         * message.el (message-fetch-field): Don't use set-text-properties.
24094         (message-make-date): Simplify.
24095
24096         * messagexmas.el (message-xmas-make-date): New function.
24097         (message-xmas-redefine): Defalias message-make-date to it.
24098
24099 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24102         (rfc2047-encode-region): Treat text within parentheses as special;
24103         show the original text when error has occurred.
24104
24105         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24106         already-computed method to gnus-activate-group.
24107
24108         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24109         same select-methods identical Lisp objects.
24110
24111         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24112         object when modifying the info.
24113
24114 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24117         gnus-opened-servers since it has never been opened with the new
24118         configuration yet.
24119
24120 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24123         arg to nnheader-generate-fake-message-id.
24124
24125 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24126
24127         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24128         number and build a fake message ID localized to a group and
24129         article number (so it's repeatable from that point on).
24130         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24131         ID format.
24132
24133         * gnus-sum.el (gnus-get-newsgroup-headers):
24134         Call nnheader-generate-fake-message-id with the article number.
24135
24136 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24137
24138         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24139         end-of-buffer.
24140
24141 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24142
24143         * message.el (message-ignored-supersedes-headers): Add Approved.
24144
24145 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24146
24147         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24148         goto-char.
24149         (rfc2047-encode): Fold the line before encoding.
24150
24151 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24152
24153         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24154         folding -- not all headers can be folded, and this should be done
24155         by the message composition mode.  Probably.  I think.
24156
24157 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24160         fast.
24161
24162         * gnus-ems.el (gnus-remove-image): Don't use
24163         message-text-with-property; remove only the image found first.
24164
24165         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24166         found first.
24167
24168 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24169
24170         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24171
24172 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * message.el (message-text-with-property): Make it fast and accept
24175         optional arguments.
24176         (message-strip-forbidden-properties): Use it.
24177         (message-fix-before-sending): Follow the m-t-w-p change.
24178
24179         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24180
24181 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24182
24183         * gnus-art.el (article-hide-headers): Don't change the buffer
24184         mistakenly when performing mml-preview even if
24185         gnus-single-article-buffer is nil.
24186
24187 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24188
24189         * message.el (message-expand-name-databases): New user option.
24190         (message-expand-name): Use it.
24191
24192 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * spam.el (spam-report-articles-resend)
24195         (spam-report-resend-register-routine): Allow ham reporting.
24196         (spam-report-resend-register-ham-routine): Add wrapper.
24197         (spam-registration-functions): Add ham resending functions.
24198         (spam-list-of-processors): Add ham resend processor.
24199
24200         * gnus.el (ham-resend-to): Add new group parameter.
24201         (spam-process): Add ham resend option.
24202
24203         * spam-report.el (spam-report-resend): Allow reporting ham.
24204         (spam-report-resend-ham): Add wrapper.
24205
24206 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24207
24208         * message.el (message-cite-articles-with-x-no-archive):
24209         New variable.
24210         (message-cite-original): Use it.
24211
24212 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24213
24214         * message.el (message-cite-original): Respect X-No-Archive.
24215
24216 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * gnus-art.el (article-hide-headers): Refer to the values for
24219         gnus-ignored-headers and gnus-visible-headers in the summary
24220         buffer since a user may have set them as group parameters.
24221
24222 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24223
24224         * assistant.el (assistant-node-name): Add convenience function.
24225         (assistant-render-text, assistant-render-node): Add error handling,
24226         plus handle multiple next nodes.
24227         (assistant-find-next-node): Comment out for now.
24228         (assistant-find-next-nodes): Add function, returns list of next
24229         nodes.
24230
24231 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * mail-source.el (mail-source-directory): Fix doc-string.
24234
24235 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24236
24237         * assistant.el (assistant-render-text, assistant-eval): Add :set
24238         widget type, which is different because it takes and returns a
24239         list.  Much hilarity ensues.
24240
24241 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24242
24243         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24244
24245         * gnus-group.el (gnus-group-get-new-news-this-group):
24246         Add doc-string.
24247
24248         * gnus-start.el (gnus-activate-group): Add doc-string.
24249
24250 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24251
24252         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24253
24254 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24255
24256         * assistant.el (assistant-render-text): Try to add a :set
24257         widget, more to come.
24258
24259         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24260         strings.
24261         (spam-report-articles-resend)
24262         (spam-register-routine): Do registration iff any articles warrant
24263         it.
24264         (spam-summary-prepare-exit): Change log message for nil group
24265         destinations.
24266
24267 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24268
24269         * spam.el (spam-report-resend-register-routine):
24270         Allow spam-report-resend-to to be a group parameter or a global value.
24271
24272 2004-05-26  Simon Josefsson  <jas@extundo.com>
24273
24274         * starttls.el: Merge with my GNUTLS based starttls.el.
24275         (starttls-gnutls-program, starttls-use-gnutls)
24276         (starttls-extra-arguments, starttls-process-connection-type)
24277         (starttls-connect, starttls-failure, starttls-success):
24278         New variables.
24279         (starttls-program, starttls-extra-args): Doc fix.
24280         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24281         New functions.
24282         (starttls-negotiate, starttls-open-stream):
24283         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24284         function if it is set.
24285
24286 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24287
24288         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24289         structured fields.
24290
24291 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24292
24293         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24294
24295 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24296
24297         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24298         Add variable.
24299         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24300         assigning the spam-mark to new messages.
24301
24302 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24303
24304         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24305
24306 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24307
24308         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24309
24310         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24311         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24312         default.
24313
24314 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24315
24316         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24317         correct data.
24318
24319 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24320
24321         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24322         (spam-group-processor-p): Fix function.
24323         (spam-group-processor-multiple-p)
24324         (spam-group-spam-processor-report-gmane-p)
24325         (spam-group-spam-processor-report-resend-p)
24326         (spam-group-spam-processor-bogofilter-p)
24327         (spam-group-spam-processor-blacklist-p)
24328         (spam-group-spam-processor-ifile-p)
24329         (spam-group-ham-processor-ifile-p)
24330         (spam-group-spam-processor-spamoracle-p)
24331         (spam-group-spam-processor-crm114-p)
24332         (spam-group-ham-processor-bogofilter-p)
24333         (spam-group-spam-processor-stat-p)
24334         (spam-group-ham-processor-stat-p)
24335         (spam-group-ham-processor-whitelist-p)
24336         (spam-group-ham-processor-BBDB-p)
24337         (spam-group-ham-processor-spamoracle-p)
24338         (spam-group-ham-processor-copy-p): Remove functions with some
24339         prejudice against unneeded code.
24340         (spam-report-articles-resend)
24341         (spam-report-resend-register-routine): Allow the group/topic
24342         spam-resend-to value to override spam-report-resend-to.
24343         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24344         properly now.
24345
24346         * gnus.el (spam-resend-to): Add group/topic parameter.
24347         (spam-process): Move the OBSOLETE processors to the end of the
24348         choices.
24349
24350 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24351
24352         * spam-report.el (spam-report-resend-to, spam-report-resend):
24353         Start with resend-to set to nil, and then ask the user if necessary.
24354         (spam-report-resend): spam-report-resend takes a list of articles, not
24355         separate article numbers.
24356
24357 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24360         addition to emacs-w3m.
24361
24362 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24363
24364         * assistant.el (assistant-authinfo-data): New function.
24365         (assistant-eval): Eval for entire assistant.
24366
24367         * netrc.el (netrc-services-file): New variable.
24368         (netrc-parse-services): New function.
24369         (netrc-find-service-name): New function.
24370         (netrc-find-service-number): New function.
24371         (netrc-port-equal): New function.
24372         (netrc-machine): Use it.
24373
24374         * nnimap.el (nnimap-open-connection): Use netrc.
24375
24376         * gnus-util.el (gnus-netrc-get): Remove aliases.
24377
24378         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24379
24380         * assistant.el (wid-edit): Fix compilation.
24381
24382         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24383
24384 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24385
24386         * gnus-util.el (gnus-set-file-modes): New function.  (small
24387         patch).
24388
24389 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24390
24391         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24392
24393         * assistant.el (assistant-render-node): Fix up rendering and
24394         read-only text.
24395         (assistant-render-node): Reset.
24396         (assistant-make-read-only): Not sticky.
24397
24398 2004-05-20  Danny Siu  <dsiu@adobe.com>
24399
24400         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24401         centered even when gnus-auto-center-summary is t.
24402
24403 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24404
24405         * dns.el (dns-get-txt-answer): New function.
24406         (dns-read-txt): Ditto.
24407         (query-dns): Use it.
24408
24409 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24410
24411         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24412         active for foreign groups even if the group level is higher than
24413         the specified value.
24414
24415 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24416
24417         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24418         non-active groups.
24419
24420         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24421
24422 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24423
24424         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24425
24426 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24427
24428         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24429         (spam-crm114-header, spam-crm114-spam-switch)
24430         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24431         (spam-crm114-positive-spam-header)
24432         (spam-crm114-database-directory, spam-list-of-processors)
24433         (spam-group-spam-processor-crm114-p)
24434         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24435         (spam-generic-score, spam-list-of-checks)
24436         (spam-list-of-statistical-checks, spam-registration-functions)
24437         (spam-check-crm114-headers, spam-crm114-score)
24438         (spam-check-crm114, spam-crm114-register-with-crm114)
24439         (spam-crm114-register-spam-routine)
24440         (spam-crm114-unregister-spam-routine)
24441         (spam-crm114-register-ham-routine)
24442         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24443
24444 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24445
24446         * gnus.el: Add spam-use-crm114.
24447
24448         * spam.el (spam-list-of-processors, spam-registration-functions):
24449         Add spam-use-resend.
24450         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24451         (spam-report-articles-gmane): Add doc fix.
24452         (spam-report-articles-resend, spam-report-resend-register-routine):
24453         Add wrappers around spam-report-resend-to.
24454
24455         * spam-report.el (spam-report-resend-to, spam-report-resend):
24456         Add support for resending spam.
24457         (spam-report-gmane): Fix line length >80.
24458
24459         * gnus.el (spam-process): Add spam-use-resend.
24460
24461 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24462
24463         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24464         number of processed spam messages.
24465         (spam-ham-copy-or-move-routine): Return the number of processed
24466         ham messages.
24467         (spam-summary-prepare-exit): Use the above values to decide
24468         whether status messages shouled be displayed.
24469
24470 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24471
24472         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24473         `rfc2047-encoding-function-alist' in order to avoid conflicting
24474         with the old version.
24475         (rfc2047-encode-region): Concatenate words containing non-ASCII
24476         characters in structured fields; don't encode space-delimited
24477         ASCII words even in unstructured fields; don't break words at
24478         char-category boundaries.
24479         (rfc2047-encode-1): New function.
24480         (rfc2047-encode): Use it; encode text so that it occupies the
24481         maximum width within 76-column; work correctly on Q encoding for
24482         iso-2022-* charsets.
24483         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24484         sure not to break a line just after the header name.
24485         (rfc2047-b-encode-region): Remove.
24486         (rfc2047-b-encode-string): New function.
24487         (rfc2047-q-encode-region): Remove.
24488         (rfc2047-q-encode-string): New function.
24489
24490         * mm-util.el (mm-replace-in-string): New function.
24491
24492 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24493
24494         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24495         Really get it right.
24496         (gnus-inews-make-draft): Really.
24497
24498 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24499
24500         * nnmh.el (nnmh-request-list-1): Don't check the link count
24501         before descending.  (small patch)
24502
24503 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24504
24505         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24506         stuff.
24507
24508         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24509         Match on real group name.
24510
24511         * gnus-art.el (gnus-signature-limit): Doc fix.
24512
24513         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24514
24515         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24516
24517 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24518
24519         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24520         isn't a string.
24521
24522 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24523
24524         * gnus-draft.el (gnus-draft-send):
24525         Bind rfc2047-encode-encoded-words.
24526
24527         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24528         (rfc2047-encodable-p): Say that =? needs encoding.
24529         (rfc2047-encode-encoded-words): New variable.
24530
24531         * gnus-group.el (gnus-group-select-group): Doc fix.
24532
24533         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24534
24535         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24536         to nil.
24537
24538         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24539
24540         * nnheader.el (nnheader-get-lines-and-char): New function.
24541
24542 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24543
24544         * gnus-msg.el (gnus-summary-followup-with-original):
24545         Document yanking of region when active.
24546
24547 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24548
24549         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24550         groups if the group level is higher than the specified value.
24551
24552 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24553
24554         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24555         (gnus-group-jump-to-group): Add prefix argument using
24556         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24557         non-active group.
24558
24559         * compface.el (uncompface): Be verbose when changing
24560         `uncompface-use-external'.
24561
24562         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24563         handle manual section.
24564
24565 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24566
24567         * gnus-art.el (gnus-button-alist): Revert previous change.
24568
24569 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24570
24571         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24572
24573 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24574
24575         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24576         whether backend can accept message.
24577
24578         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24579
24580 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24581
24582         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24583         Avoid creating directory when nntp-marks-is-evil is true.
24584         Reported by Reiner Steib.
24585
24586 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24587
24588         * gnus-picon.el (gnus-picon-insert-glyph):
24589         Add optional `nostring' argument.
24590
24591 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24592
24593         * gnus-picon.el (gnus-picon-style): New variable.
24594         (gnus-picon-transform-address): Support `gnus-picon-style'.
24595
24596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24597
24598         * message.el (message-fill-field): Return point.
24599         (message-generate-headers): Go to end of field.
24600
24601         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24602         stuff for non-living groups.
24603
24604 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24605
24606         * gnus-art.el (gnus-article-followup-with-original)
24607         (gnus-article-reply-with-original): gnus-mark-active-p ->
24608         gnus-region-active-p.
24609
24610 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24611
24612         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24613         only when there is spam or ham to be processed.
24614
24615 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24616
24617         * mail-source.el (mail-source-delete-crash-box): Refactor.
24618         (mail-source-fetch): Use it.
24619         (mail-source-fetch-file): Ditto.
24620         (mail-source-fetch-directory): Run postscript in loop.
24621         (mail-source-fetch-pop): Delete.
24622         (mail-source-fetch-maildir): Ditto.
24623         (mail-source-fetch-imap): Ditto.
24624
24625         * imap.el (imap-authenticators): Comment out sasl.
24626
24627         * message.el (message-skip-to-next-address): New function.
24628         (message-fill-header-address): Refactor.
24629         (message-fill-address): Use it.
24630         (message-delete-address): Use it.
24631         (message-fill-header-general): Refactor.
24632         (message-fill-field-address): Rename.
24633         (message-narrow-to-field): Find the start of the header.
24634         (message-header-format-alist): Don't pre-fill.
24635         (message-fill-header): Remove.
24636         (message-insert-header): New function.
24637         (message-shorten-references): Use it.
24638
24639         * rfc2047.el (rfc2047-field-value): Strip props.
24640
24641         * mail-parse.el (mail-header-make-address): New alias.
24642
24643         * ietf-drums.el (ietf-drums-make-address): New function.
24644
24645         * imap.el: Add compiler directives.
24646
24647         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24648
24649         * gnus-art.el (article-decode-idna-rhs): Don't use
24650         message-idna-inside-rhs-p.
24651
24652 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24653
24654         * message.el (message-idna-inside-rhs-p): Remove.
24655         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24656
24657         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24658         false positives.
24659
24660 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24661
24662         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24663
24664 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24665
24666         * nneething.el (nneething-file-name): Don't create spurious
24667         files.
24668
24669         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24670         (gnus-inews-do-gcc): Remove sleep.
24671
24672         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24673         part under point.
24674
24675         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24676         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24677
24678 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24679
24680         * spam.el (spam-summary-prepare-exit): Fix (length).
24681
24682 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24683
24684         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24685         as expired without moving it" message when there are spam
24686         messages left.
24687
24688 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24689
24690         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24691         header is not nil.
24692
24693 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24694
24695         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24696         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24697         (nntp-marks-changed-p): New arg SERVER.
24698         (nntp-request-update-info): Adjust caller.
24699
24700 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24701
24702         * nntp.el (nntp-save-marks): Pass missing arg.
24703
24704 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24705
24706         * nntp.el: Support marks.
24707         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24708         (nntp-marks-modtime, nntp-marks-directory): New variables.
24709         (nntp-request-set-mark, nntp-request-update-info)
24710         (nntp-possibly-create-directory, nntp-marks-changed-p)
24711         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24712         New functions.
24713
24714 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24715
24716         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24717         (gnus-xmas-redefine): Rename.
24718
24719         * gnus-score.el (gnus-score-insert-help):
24720         Use gnus-select-lowest-window.
24721
24722         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24723         appt-select-lowest-window and rename to gnus-select-lowest-window.
24724
24725         * gnus.el: do.
24726
24727 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24728
24729         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24730         encodings of MIME-encoded words, in order to improve
24731         interoperability with several broken MUAs.
24732
24733 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24734
24735         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24736         tags, only when charsets are not specified in headers.
24737         (mm-inline-text-html-render-with-w3m): Ditto.
24738
24739         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24740         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24741
24742 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24743
24744         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24745         instead of MIME-decoded from fields when checking
24746         `gnus-article-address-banner-alist'.
24747
24748 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24749
24750         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24751         description rather than subject.
24752
24753 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24754
24755         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24756
24757 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24758
24759         * gnus.el (gnus-version-number): Bump.
24760
24761 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24762
24763         * gnus.el: No Gnus v0.2 is released.
24764
24765 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24766
24767         * gnus-agent.el (gnus-agent-read-agentview):
24768         Inline gnus-uncompress-range.
24769
24770 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24771
24772         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24773         `exec-installed-p'.
24774
24775 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24776
24777         * gnus.el (spam-process, spam-autodetect-methods):
24778         Add bsfilter and bsfilter-headers.
24779
24780         * spam.el (spam-bsfilter): New customize group.
24781         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24782         (spam-bsfilter-header, spam-bsfilter-probability-header)
24783         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24784         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24785         (spam-bsfilter-database-directory): New options.
24786         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24787         (spam-list-of-statistical-checks, spam-registration-functions):
24788         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24789         (spam-bsfilter-score): New command.
24790         (spam-check-bsfilter-headers, spam-check-bsfilter)
24791         (spam-bsfilter-register-with-bsfilter)
24792         (spam-bsfilter-register-spam-routine)
24793         (spam-bsfilter-unregister-spam-routine)
24794         (spam-bsfilter-register-ham-routine)
24795         (spam-bsfilter-unregister-ham-routine): New functions.
24796         (spam-generic-score): Support bsfilter; Accept an optional argument
24797         to recalcurate spam score even if scoring header has already been
24798         added.
24799         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24800         optional argument to recalcurate spam score even if scoring header
24801         has already been added.
24802
24803 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24804
24805         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24806         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24807         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24808         link is missing.
24809
24810 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24811
24812         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24813         (html2text-get-attr): Rewrite.
24814
24815         * message.el (message-setup-1): Remove redundant put-text-property
24816         on mail-header-separator.
24817
24818 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24819
24820         * gnus-registry.el (gnus-registry-cache-whitespace)
24821         (gnus-registry-action, gnus-registry-spool-action)
24822         (gnus-registry-split-fancy-with-parent): Change message levels
24823         from 5 to 3 or 7, as needed.
24824
24825         * spam.el (spam-summary-prepare-exit)
24826         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24827         (spam-split, spam-find-spam, spam-log-undo-registration)
24828         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24829         level from 5 to 6.
24830
24831 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24832
24833         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24834         2004-03-04 change).
24835
24836 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24837
24838         * sieve-manage.el (sieve-manage-open):
24839         * nnweb.el (nnweb-insert-html):
24840         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24841         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24842         * nnspool.el (nnspool-request-group):
24843         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24844         * nnml.el (nnml-request-update-info):
24845         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24846         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24847         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24848         (nnimap-request-set-mark):
24849         * nnfolder.el (nnfolder-request-update-info):
24850         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24851         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24852         * gnus-uu.el (gnus-uu-find-articles-matching):
24853         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24854         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24855         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24856         * gnus-nocem.el (gnus-nocem-scan-groups):
24857         * gnus-int.el (gnus-start-news-server):
24858         * gnus-group.el (gnus-group-make-kiboze-group)
24859         (gnus-group-browse-foreign-server):
24860         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24861         Use mapc when appropriate.
24862
24863 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24864             Adam Sjøgren  <asjo@koldfront.dk>
24865             Wes Hardaker  <wes@hardakers.net>
24866             Michael Shields  <shields@msrl.com>
24867
24868         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24869         may need for spam sorting and scoring.
24870         (spam-user-format-function-S): Add user format function suitable for
24871         general use.
24872         (spam-article-sort-by-spam-status): Add sorting function for summary
24873         sorting.
24874         (spam-extra-header-to-number): Add function to get a score from a
24875         header.
24876         (spam-summary-score): Add function to get a numeric score from the
24877         headers.
24878         (spam-generic-score): Fix function doc, was in wrong place.
24879         (spam-initialize): Take symbols when it's run, and install the
24880         extra headers that spam-necessary-extra-headers thinks we need.
24881
24882 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24883
24884         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24885         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24886
24887 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24888
24889         * gnus-sum.el (gnus-set-global-variables)
24890         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24891         (gnus-article-get-xrefs, gnus-summary-best-group)
24892         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24893         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24894         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24895         Use with-current-buffer.
24896
24897 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24898
24899         * spam.el (spam-summary-prepare-exit): Simplify logic.
24900         (spam-fetch-article-header): Read the article header if it's not
24901         available.
24902         (spam-list-articles): Simplify logic.
24903         (spam-filelist-register-routine): Fix bug with unregister-list.
24904
24905         * gnus-registry.el: Fix comments at beginning.
24906
24907 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24908
24909         * message.el (message-cater-to-broken-inn): Remove.
24910         (message-shorten-references): Make sure the total folded length of
24911         References is shorter than 998 characters to cater to a bug in INN
24912         2.3.  Also, don't pretend that references aren't folded -- this
24913         hasn't worked for a while.
24914
24915 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24916
24917         * gnus-agent.el (gnus-agentize):
24918         gnus-agent-send-mail-real-function no longer set to current value
24919         of message-send-mail-function but rather a lambda that calls
24920         message-send-mail-function.  The change makes the agent real-time
24921         responsive to user changes to message-send-mail-function.
24922
24923 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24924
24925         * legacy-gnus-agent.el
24926         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24927         help from Florian Weimer <fw@deneb.enyo.de>
24928
24929 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * nnmail.el (nnmail-cache-insert): Revert last change.
24932
24933 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * nnmail.el (nnmail-cache-insert): Always check whether
24936         nnmail-cache-ignore-groups matches a group name.
24937
24938 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24939
24940         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24941         (spam-find-spam, spam-log-processing-to-registry)
24942         (spam-log-registered-p, spam-log-unregistration-needed-p)
24943         (spam-log-undo-registration): Use gnus-message instead of
24944         gnus-error, none of these errors are fatal.
24945
24946         * gnus-registry.el (gnus-registry-clean-empty-function)
24947         (gnus-registry-clean-empty): Remove only empty entries without
24948         extra data.
24949
24950 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24951
24952         * spam-stat.el (spam-stat-buffer-change-to-spam)
24953         (spam-stat-buffer-change-to-non-spam): Change (error) to
24954         (gnus-message 8) invocation.
24955
24956 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24957
24958         * nntp.el (nntp-via-netcat-command): New variable.
24959         (nntp-via-netcat-switches): New variable.
24960         (nntp-open-via-rlogin-and-netcat): New function.
24961         (nntp-open-connection-function): Doc fix.
24962         (nntp-telnet-command): Doc fix.
24963         (nntp-end-of-line): Doc fix.
24964         (nntp-via-rlogin-command): Doc fix.
24965         (nntp-via-user-name): Doc fix.
24966         (nntp-via-address): Doc fix.
24967
24968 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24971         error in Emacs 21.1.
24972
24973 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24974
24975         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24976
24977 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24978
24979         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24980         (gnus-agent-with-refreshed-group): New macro.
24981         (gnus-agent-rename-group): New function.
24982         (gnus-agent-delete-group): New function.
24983         (gnus-agent-save-group-info): Use gnus-command-method when
24984         `method' parameter is nil.  Don't write nil entries into the
24985         active file.
24986         (gnus-agent-get-group-info): New function.
24987         (gnus-agent-fetch-articles):
24988         Use gnus-agent-update-files-total-fetched-for to increment disk space
24989         used.
24990         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24991         Use gnus-agent-update-view-total-fetched-for to increment disk space
24992         used.
24993         (gnus-agent-get-local): Add optional parameters to avoid calling
24994         gnus-group-real-name and gnus-find-method-for-group.
24995         (gnus-agent-set-local): Delete stored entry if either min, or max,
24996         are nil.
24997         (gnus-agent-fetch-session): Reworded error/quit messages.
24998         On quit, use gnus-agent-regenerate-group to record existance of any
24999         articles fetched to disk before the quit occurred.
25000         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25001         gnus-agent-update-view-total-fetched-for, and
25002         gnus-agent-update-files-total-fetched-for to decrement disk space
25003         used.
25004         (gnus-agent-retrieve-headers):
25005         Use gnus-agent-update-view-total-fetched-for to increment disk space
25006         used.
25007         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25008         with gnus-agent-update-files-total-fetched-for to decrement disk
25009         space and fresh group buffer.
25010         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25011         (gnus-agent-need-update-total-fetched-for): New variable.
25012         (gnus-agent-update-files-total-fetched-for): New function.
25013         (gnus-agent-update-view-total-fetched-for): New function.
25014         (gnus-agent-total-fetched-for): New function.
25015
25016         * gnus-cache.el (gnus-cache-save-buffers):
25017         Use gnus-cache-update-overview-total-fetched-for to change disk space
25018         used by this group.
25019         (gnus-cache-possibly-enter-article):
25020         Use gnus-cache-update-file-total-fetched-for to increment disk space
25021         used by this group.
25022         (gnus-cache-possibly-remove-article):
25023         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25024         used by this group.
25025         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25026         (gnus-cache-rename-group): New function.
25027         (gnus-cache-delete-group): New function.
25028         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25029         (gnus-cache-need-update-total-fetched-for): New variable.
25030         (gnus-cache-with-refreshed-group): New macro.
25031         (gnus-cache-update-file-total-fetched-for): New function.
25032         (gnus-cache-update-overview-total-fetched-for): New function.
25033         (gnus-cache-rename-group-total-fetched-for): New function.
25034         (gnus-cache-delete-group-total-fetched-for): New function.
25035         (gnus-cache-total-fetched-for): New function.
25036
25037         * gnus-group.el: Require gnus-sum and autoload functions to
25038         resolve warnings when gnus-group.el compiled alone.
25039         (gnus-group-line-format): Documented new %F.
25040         (size of Fetched data) group line format; identifies disk space
25041         used by agent and cache.
25042         (gnus-group-line-format-alist): Defined new F format.
25043         (gnus-total-fetched-for): New function.
25044         (gnus-group-delete-group): No longer update
25045         gnus-cache-active-altered as gnus-request-delete-group now keeps
25046         the cache in sync.
25047         (gnus-group-list-active): Let the agent store a server's active
25048         list if currently plugged.
25049
25050         * gnus-int.el (gnus-request-delete-group):
25051         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25052         local disk in sync with the server.
25053         (gnus-request-rename-group):
25054         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25055         local disk in sync with the server.
25056
25057         * gnus-start.el (gnus-get-unread-articles):
25058         Cosmetic simplification to logic.
25059
25060         * gnus-util.el (gnus-rename-file): New function.
25061
25062 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25063
25064         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25065
25066 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25067
25068         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25069         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25070
25071 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25072
25073         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25074         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25075
25076 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25077
25078         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25079
25080 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25081
25082         * spam.el (spam-set-difference): Add function to replace
25083         gnus-set-difference in spam.el.
25084         (spam-summary-prepare-exit): Use spam-set-difference.
25085
25086 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25087
25088         * gnus-registry.el (gnus-registry-cache-file): Update to use
25089         gnus-dribble-directory OR gnus-home-directory OR ~.
25090         (gnus-registry-split-fancy-with-parent): Fix doc.
25091
25092 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25093
25094         * message.el (message-exchange-point-and-mark):
25095         Use message-mark-active-p.  Suggested by Jesper Harder
25096         <harder@ifa.au.dk>.
25097
25098 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25099
25100         * message.el (message-exchange-point-and-mark): Don't activate
25101         region if it was inactive.  Suggested by Hiroshi Fujishima
25102         <pooh@nature.tsukuba.ac.jp>.
25103
25104 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25105
25106         * gnus-art.el (article-display-face): Display Faces in the same
25107         order as X-Faces.
25108
25109 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25110
25111         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25112
25113 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25114
25115         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25116         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25117         (gnus-article-mime-hierarchy): Remove.
25118         (gnus-article-mime-hierarchy-next): Remove.
25119         (gnus-article-mode): Revert 2004-03-19 change.
25120         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25121         (gnus-insert-mime-button): Revert 2004-03-19 change.
25122         (gnus-mime-accumulate-hierarchy): Remove.
25123         (gnus-mime-enter-multipart): Remove.
25124         (gnus-mime-leave-multipart): Remove.
25125         (gnus-mime-display-part): Revert 2004-03-19 change.
25126         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25127
25128         * mml.el (mml-preview): Revert 2004-03-19 change.
25129
25130 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25131
25132         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25133
25134 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25137         t while entering a file name using the mm-with-multibyte macro.
25138         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25139
25140         * mm-util.el (mm-with-multibyte): New macro.
25141
25142 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25143
25144         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25145         New user option.
25146         (gnus-mime-multipart-functions): Doc and customization fix.
25147         (gnus-article-mime-hierarchy): New variable.
25148         (gnus-article-mime-hierarchy-next): New variable.
25149         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25150         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25151         gnus-article-mime-hierarchy-next to nil.
25152         (gnus-insert-mime-button): Show hierarchy numbers.
25153         (gnus-mime-accumulate-hierarchy): New function.
25154         (gnus-mime-enter-multipart): New function.
25155         (gnus-mime-leave-multipart): New function.
25156         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25157         (gnus-mime-display-alternative): Show hierarchy numbers.
25158
25159         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25160         gnus-article-mime-hierarchy-next to nil.
25161
25162 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25163
25164         * dns.el: Don't require gnus-xmas.
25165
25166 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25167
25168         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25169         inline PGP.
25170         (mml-menu): Disable mml-quote-region if mark is inactive.
25171
25172 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25173
25174         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25175         when the group's active is not available.
25176
25177 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25178
25179         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25180         error.
25181
25182 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25183
25184         * imap.el (imap-store-password): New variable.
25185         (imap-interactive-login): Use it.
25186         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25187
25188 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25189
25190         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25191         window-start and hscroll to summary window.
25192
25193 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25194
25195         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25196         conversion message to newsrc-dribble when an actual conversion is
25197         performed.
25198
25199 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25200
25201         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25202
25203 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25204
25205         * mm-decode.el (mm-complicated-handles): New function reviving
25206         former definition of mm-multiple-handles.
25207
25208         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25209         (gnus-mime-delete-part): Use it.
25210
25211 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25212
25213         * gnus-agent.el (gnus-agent-read-local):
25214         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25215         avoid the implicit assumption that they will always be equal.
25216         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25217         coding-system-for-write, as the with-temp-file macro first prints
25218         to a buffer then saves the buffer.
25219
25220 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25221
25222         * gnus-art.el (gnus-article-edit-part): New function.
25223         (gnus-mime-save-part-and-strip): Use it; do query instead of
25224         signaling an error; don't use mm-multiple-handles.
25225         (gnus-mime-delete-part): Ditto.
25226
25227 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25228
25229         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25230         old file versions.
25231         (gnus-group-prepare-hook): Remove function that converted list
25232         form of gnus-agent-expire-days to group properties.
25233
25234         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25235         (gnus-request-accept-article): Re-indented.
25236
25237         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25238         converters to handle old agent file formats.  Add logic for a
25239         "backup before upgrading warning".
25240         (gnus-convert-mark-converter-prompt): Developers can mark
25241         functions as needing (default), or not needing,
25242         gnus-convert-old-newsrc's "backup before upgrading warning".
25243         (gnus-convert-converter-needs-prompt): Tests whether the user
25244         should be protected from potentially irreversable changes by the
25245         function.
25246
25247         * legacy-gnus-agent.el: New.  Provides converters that are only
25248         loaded when gnus-convert-old-newsrc needs to call them.
25249
25250 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25251
25252         * mail-source.el (mail-source-touch-pop): Doc fix.
25253
25254         * message.el (message-smtpmail-send-it): Doc fix.
25255
25256 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25257
25258         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25259
25260         * nnmail.el (nnmail-split-fancy): do.
25261
25262         * gnus-kill.el (gnus-kill, gnus-execute): do.
25263
25264 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25265
25266         * gnus-sum.el (gnus-widget-reversible-match)
25267         (gnus-widget-reversible-to-internal)
25268         (gnus-widget-reversible-to-external): New functions.
25269         (gnus-widget-reversible): New widget.
25270         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25271
25272 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25273
25274         * gnus-sum.el (gnus-thread-sort-functions)
25275         (gnus-article-sort-functions): Document `(not F)' items.
25276
25277 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25278
25279         * spam.el (spam-use-gmane-xref): Add new backend.
25280         (spam-gmane-xref-spam-group): Add variable to control the name of the
25281         Gmane spam group.
25282         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25283         (spam-regex-headers-spam, spam-regex-headers-ham)
25284         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25285         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25286         backends and checks.
25287         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25288
25289         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25290         an autodetect method.
25291
25292 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25293
25294         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25295         articles are being added to a group.
25296         (gnus-request-replace-article): Inform the agent that articles
25297         need to be uncached as the cached contents are no longer valid.
25298
25299 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25300
25301         * binhex.el: Don't autoload executable-find.
25302
25303         * canlock.el: Don't autoload mail-fetch-field.
25304
25305         * dgnushack.el: Autoload c-mode for XEmacs.
25306
25307         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25308
25309         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25310         rmail-dont-reply-to and rmail-output.
25311
25312         * gnus-score.el: Don't autoload ffap-string-at-point.
25313
25314         * gnus-setup.el: Don't autoload sc-cite-original.
25315
25316         * imap.el: Don't autoload base64-decode-string,
25317         base64-encode-string and md5.
25318
25319         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25320         and rmail-msg-restore-non-pruned-header.
25321
25322         * mm-decode.el: Don't autoload executable-find.
25323
25324         * mm-url.el: Don't autoload executable-find.
25325
25326         * mm-view.el: Don't autoload diff-mode.
25327
25328         * nndb.el: Don't autoload news-reply-mode, news-setup,
25329         cancel-timer and telnet.
25330
25331         * password.el: Don't autoload run-at-time for Emacs.
25332
25333         * sha1-el.el: Don't autoload executable-find.
25334
25335         * sieve-mode.el: Don't autoload c-mode.
25336
25337         * uudecode.el: Don't autoload executable-find.
25338
25339 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25340
25341         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25342         (gnus-agent-possibly-alter-active): Avoid null in numeric
25343         comparison.
25344         (gnus-agent-set-local): Refuse to save null in local object table.
25345         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25346         list of articles that will be marked as unread.
25347
25348 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25349
25350         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25351
25352 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25355         language tags.
25356
25357 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25358
25359         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25360         Don't bind "obarray".
25361
25362         * gnus-sum.el (gnus-thread-sort-functions):
25363         Add `gnus-thread-sort-by-most-recent-number' and
25364         `gnus-thread-sort-by-most-recent-date'.
25365         Reported by Kai Grossjohann <kai@emptydomain.de>.
25366
25367 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25368
25369         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25370
25371 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25372
25373         * gnus-cus.el (gnus-agent-customize-category):
25374         Remove ignore-errors macro reference that required cl to be loaded at
25375         run-time.
25376
25377         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25378         single-interval range of the form (min . max).  Previously the
25379         range had to look like ((min . max)).  Likewise, return
25380         (min . max) rather than ((min . max)).
25381         (gnus-range-map): Use gnus-range-normalize to accept
25382         single-interval range.
25383
25384         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25385         the cache, but not the agent, now appear with their usual face.
25386
25387         * dgnushack.el (loaddir): New variable that is bound to the
25388         directory containing the dgnushack.el file. Use loaddir, rather
25389         than srcdir, to update load-path. Change lets dgnushack compile
25390         code in directories other than GNUS/lisp.
25391
25392 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25393
25394         * lpath.el: Don't bind w3m-safe-url-regexp.
25395
25396         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25397         w3m-safe-url-regexp variable buffer-local.
25398
25399         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25400
25401 2004-02-27  Simon Josefsson  <jas@extundo.com>
25402
25403         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25404         gnus-group-real-prefix.
25405         (gnus-summary-move-article): Use it, instead of
25406         gnus-group-real-prefix.
25407
25408 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25409
25410         * lpath.el: Bind w3m-safe-url-regexp.
25411
25412         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25413         w3m-safe-url-regexp variable buffer-local and set it as the value
25414         of mm-w3m-safe-url-regexp.
25415
25416         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25417
25418         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25419         parsing gnus-posting-styles when the message is not for replying.
25420
25421         * dgnushack.el: Autoload sgml-mode for XEmacs.
25422
25423         * nnrss.el (nnrss-opml-export):
25424         Use mm-set-buffer-file-coding-system instead of
25425         set-buffer-file-coding-system.
25426
25427 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25428
25429         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25430         of checkdoc.el).
25431         * nnrss.el: do.
25432         * gnus-mlspl.el: do.
25433         * gnus-ml.el: do.
25434         * gnus-srvr.el: do.
25435
25436         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25437
25438 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25439
25440         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25441         Corrections to custom-manual links.
25442
25443         * gnus-art.el (gnus-article): Ditto.
25444
25445         * mm-decode.el (mime-display, mime-security): Ditto.
25446
25447 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25448
25449         * flow-fill.el: Typo.
25450
25451 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25452
25453         * spam-wash.el: New file.
25454
25455 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25456
25457         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25458
25459 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25460
25461         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25462         to be run with new-articles as LIST1, not LIST2.
25463         (spam-registration-functions): Add spam-use-ham-copy as a nil
25464         registration backend.
25465
25466 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25467
25468         * spam-stat.el (spam-stat-washing-hook): New option.
25469         (spam-stat-buffer-words): Use it.
25470         (spam-stat-process-directory, spam-stat-test-directory):
25471         Use insert-file-contents-literally.
25472         (spam-stat-coding-system): New variable.
25473         (spam-stat-load, spam-stat-save): Use it.
25474
25475 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * spam-report.el (spam-report-plug-agent):
25478         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25479
25480 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25481
25482         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25483         Allow / in mailto URLs.
25484
25485 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25486
25487         * spam-report.el (spam-report-process-queue): Fix interactive use.
25488         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25489         (spam-report-unplug-agent): Doc fixes.
25490         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25491         (spam-report-agentize, spam-report-deagentize): Autoload.
25492
25493 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25494
25495         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25496
25497         * message.el (message-setup-fill-variables): Add mml tags to
25498         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25499         <ajk@iu.edu>.
25500         (message-mode): Don't modify paragraph-separate there.
25501
25502 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25503
25504         * compface.el (uncompface-use-external): Default to undecided.
25505         (uncompface-use-external-threshold): New variable.
25506         (uncompface-float-time): New macro.
25507         (uncompface): Determine whether to use the external decoder if
25508         uncompface-use-external is undecided.
25509
25510 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25511
25512         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25513         after images.
25514
25515         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25516
25517 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25518
25519         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25520
25521         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25522
25523         * gnus-sum.el (gnus-summary-limit-to-age)
25524         (gnus-summary-limit-children): do.
25525
25526         * gnus-int.el (gnus-request-scan): do.
25527
25528         * gnus-group.el (gnus-group-suspend): do.
25529
25530         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25531
25532         * gnus-cite.el (gnus-cite-parse-attributions): do.
25533
25534         * gnus-agent.el (gnus-summary-set-agent-mark)
25535         (gnus-agent-regenerate-group): do.
25536
25537         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25538
25539         * binhex.el (binhex-decode-region-internal): do.
25540
25541 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25542
25543         * gnus-fun.el (gnus-face-properties-alist): New user option.
25544         (gnus-display-x-face-in-from): Use it.
25545
25546         * gnus-art.el (article-display-face): Ditto.
25547
25548         * compface.el (uncompface-use-external): Default to nil.
25549
25550 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25551
25552         * nntp.el (nntp-erase-buffer): New function.
25553         (nntp-retrieve-data, nntp-send-command)
25554         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25555         (nntp-possibly-change-group): Use it.
25556
25557         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25558         Use with-current-buffer.
25559
25560 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25561
25562         * compface.el: Merge the ELisp-based uncompface program.
25563         (compface): New customization group.
25564         (uncompface-use-external): New user option.
25565         (uncompface): Call uncompface-internal if uncompface-use-external
25566         is nil.
25567         (uncompface-internal): New function.  Note that there are also
25568         some other functions and variables added for this function.
25569
25570 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25571
25572         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25573         if necessary.
25574
25575 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25576
25577         * spam-report.el (spam-report-unplug-agent)
25578         (spam-report-plug-agent, spam-report-deagentize)
25579         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25580         Add support for the Agent in spam-report: when unplugged, report to a
25581         file; when plugged, submit all the requests.
25582
25583         * spam.el (spam-register-routine): Fix message about
25584         registration.
25585
25586 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25587
25588         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25589         dependencies.
25590         (rfc2047-encode): Use it.
25591
25592         * gnus-art.el (gnus-button-marker-list): Move before first
25593         reference.
25594
25595         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25596         (imap-parse-body): Fix format string mismatch.
25597
25598         * gnus-score.el (gnus-summary-increase-score): do.
25599
25600         * nnrss.el (nnrss-close): New function.
25601
25602 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25603
25604         * nnrss.el (nnrss-make-filename): New function.
25605         (nnrss-request-delete-group, nnrss-read-server-data)
25606         (nnrss-save-server-data, nnrss-read-group-data)
25607         (nnrss-save-group-data): Use it.
25608         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25609         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25610         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25611
25612 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25613
25614         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25615
25616 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25617
25618         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25619         files.
25620
25621         * message.el (message-generate-headers-first): Don't quote nil
25622         and t in docstrings.
25623
25624         * imap.el (imap-id): do.
25625
25626         * gnus-agent.el (gnus-agent-consider-all-articles)
25627         (gnus-agent-queue-mail): do.
25628
25629 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25630
25631         * spam-report.el (spam-report-process-queue): New function.
25632         Process requests from `spam-report-requests-file'.
25633         (spam-report-process-queue): Doc fix.
25634
25635 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25636
25637         * spam.el (spam-register-routine)
25638         (spam-log-processing-to-registry, spam-log-registered-p)
25639         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25640         Change "check" to "spam-check" for semi-clarity.
25641
25642 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25643
25644         * pop3.el: Require nnheader.
25645
25646         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25647
25648         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25649
25650         * gnus-picon.el: Require cl.
25651
25652         * gnus-fun.el: Require gnus-ems and gnus-util.
25653
25654         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25655
25656         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25657
25658         * gnus-art.el (gnus-article-edit-mode): Define before first
25659         reference.
25660
25661 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25662
25663         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25664         (gnus-uu-post-encoded): Use point-at-bol.
25665
25666         * gnus-topic.el (gnus-group-active-topic-p): do.
25667
25668         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25669
25670         * gnus-group.el (gnus-group-kill-region): do.
25671
25672         * gnus-art.el (article-date-ut): do.
25673
25674         * message.el (message-fetch-field): Remove redundant
25675         case-fold-search binding.
25676         (message-narrow-to-field): Simplify.
25677
25678 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25679
25680         * spam.el (spam-directory): Derive from `gnus-directory'.
25681
25682         * spam-report.el (spam-report-url-to-file)
25683         (spam-report-requests-file): New function and variable for offline
25684         reporting.
25685         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25686         and user defined function.
25687         (spam-report-url-ping-mm-url): Remove doubled slash.
25688
25689 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25690
25691         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25692
25693 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25694
25695         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25696         Fix format string mismatch.
25697
25698         * sieve.el (sieve-deactivate-all): do.
25699
25700         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25701
25702         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25703
25704         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25705
25706         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25707
25708 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25709
25710         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25711         the list of checks.
25712
25713 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25714
25715         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25716         padding.
25717
25718 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25719
25720         * mm-view.el (mm-fill-flowed): New variable.
25721         (mm-inline-text): Use it.
25722
25723 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25724
25725         * spam.el (spam-spamassassin-register-ham-routine)
25726         (spam-spamassassin-register-spam-routine): Fix function names.
25727
25728 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25729
25730         * gnus.el (gnus-tmp-grouplens): Remove.
25731         (gnus-summary-line-format): Remove grouplens.
25732
25733         * gnus-group.el (gnus-group-line-format): Ditto.
25734
25735         * gnus-spec.el (gnus-format-specs): Ditto.
25736         (gnus-update-format-specifications): Flush the group format spec
25737         cache if there's the grouplens stuff.
25738         (gnus-parse-simple-format): Replace %l with the empty string.
25739
25740 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25741
25742         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25743         omission.
25744
25745 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25746
25747         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25748         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25749
25750 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25751
25752         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25753         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25754         New macros and functions.
25755         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25756         Handle > NLINK_MAX messages.
25757         * nnmaildir.el (nnmaildir-request-set-mark):
25758         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25759
25760 2004-01-25  Alex Schroeder  <alex@gnu.org>
25761
25762         * spam-stat.el (spam-stat-process-directory-age): New option.
25763         (spam-stat-process-directory): Use it.
25764
25765 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25766
25767         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25768         (spam-stat-save): Accept prefix argument.
25769
25770 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25771
25772         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25773         links" error.
25774
25775 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25776
25777         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25778         the rest of the and/or forms.
25779
25780 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25781
25782         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25783         compatibility with old .newsrc.eld files.
25784
25785         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25786
25787         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25788
25789         * gnus-start.el (gnus-1): do.
25790
25791         * gnus-group.el (gnus-group-line-format-alist): do.
25792
25793         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25794
25795         * gnus-gl.el: Remove.
25796
25797 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25798
25799         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25800         marks consisting of a single range {for example, (3 . 5)} rather
25801         than a list of a single range { ((3 . 5)) }.
25802
25803 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25804
25805         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25806         Use with-current-buffer.
25807         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25808         avoid consing a string.
25809
25810         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25811         Remove obsolete entries for big5 and gb2312.
25812
25813 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25814
25815         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25816         uncompressed list.
25817
25818 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25819
25820         * spam-stat.el (spam-stat-strip-xref): New function.
25821         (spam-stat-process-directory): Use it.
25822
25823         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25824         here -- it's done in message-fetch-field.
25825
25826 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25827
25828         * gnus-agent.el (gnus-agent-queue-mail)
25829         (gnus-agent-prompt-send-queue): New variables.
25830         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25831         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25832         "nndraft:queue" along to gnus-draft-send.
25833         Use gnus-agent-prompt-send-queue.
25834         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25835         is "nndraft:queue".  Suggested by Gaute Strokkenes
25836         <gs234@srcf.ucam.org>
25837
25838         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25839         (agent-enable-undownloaded-faces): Add.
25840         (gnus-agent-cat-groups): Use eval-and-compile, not
25841         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25842         method of gnus-agent-cat-groups even when the buffer has been
25843         evaled.
25844         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25845         delete gnus-agent-save-active-1.
25846         (gnus-agent-save-groups): Delete.  Identical to
25847         gnus-agent-save-active.
25848         (gnus-agent-write-active): No longer adjust agent's copy of active
25849         file as agent's adjustments are now stored in their own
25850         file.  Remove optional parameter.
25851         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25852         servers.  Add use of min/max range limits from server's local
25853         file.
25854         (gnus-agent-save-alist): Remove unused optional argument.
25855         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25856         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25857         (gnus-agent-set-local): A per-server file that keeps min/max range
25858         limits for articles known to the agent.  Provides a fast mechanism
25859         for altering many active ranges.
25860         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25861         active file (local makes it unnecessary).
25862         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25863
25864         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25865         (agent-enable-undownloaded-faces): Add.
25866
25867         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25868         disable it when sending to "nndraft:queue".
25869         (gnus-group-send-queue): Add safety check to avoid sending queue
25870         when unplugged.
25871
25872         * gnus-group.el (gnus-group-catchup): Use new
25873         gnus-sequence-of-unread-articles, not
25874         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25875         numbers of articles.  Use gnus-range-map to avoid having to
25876         uncompress the unread list.
25877         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25878         Fix invalid ange-ftp reference.
25879
25880         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25881         (gnus-sorted-range-intersection): Intersection of two ranges
25882         without requiring that they first be uncompressed.
25883
25884         * gnus-start.el (gnus-activate-group): Unless blocked by the
25885         caller, possibly expand the active range to include both cached
25886         and agentized articles.
25887         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25888         multiple version-dependent converters.
25889         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25890         gnus-agent-save-active.
25891         (gnus-save-newsrc-file): Save dirty agent range limits.
25892
25893         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25894         gnus-agent-possibly-alter-active.
25895         (gnus-adjust-marked-articles): Faster handling of simple lists.
25896
25897 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25898
25899         * spam-stat.el (spam-stat-test-directory): New optional argument
25900         displays a list of files detected.  Suggested by Andrew Cohen
25901         <cohen@andy.bu.edu>.
25902         (spam-stat-buffer-words-with-scores): Don't narrow and change
25903         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25904
25905 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25906
25907         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25908         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25909         (spam-spamassassin-arguments)
25910         (spam-spamassassin-spam-flag-header)
25911         (spam-spamassassin-positive-spam-flag-header)
25912         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25913         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25914         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25915         (spam-list-of-processors, spam-list-of-checks)
25916         (spam-list-of-statistical-checks, spam-registration-functions)
25917         (spam-check-spamassassin-headers, spam-check-spamassassin)
25918         (spam-spamassassin-score)
25919         (spam-spamassassin-register-with-sa-learn)
25920         (spam-spamassassin-register-spam-routine)
25921         (spam-spamassassin-register-ham-routine)
25922         (spam-assassin-register-spam-routine)
25923         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25924         (spam-bogofilter-score): Fix to show article before scoring.
25925
25926 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25927
25928         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25929         default scoring function.
25930         (spam-generic-score): Call spam-spamassassin-score if
25931         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25932         spam-bogofilter-score otherwise.
25933
25934         * gnus.el (spam-process, spam-autodetect-methods):
25935         Add spamassassin and spamassassin-headers.
25936
25937 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25938
25939         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25940         Suppress unnecessary messages.
25941
25942 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25943
25944         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25945         make-hash-table.
25946
25947 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25948
25949         * canlock.el (base64-encode-string): Don't autoload it.
25950
25951 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25952
25953         * run-at-time.el: Remove useless (require 'itimer),
25954         eval-and-compile and (featurep 'xemacs).
25955
25956 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25957
25958         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25959         GROUP is a virtual group.
25960
25961 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25962
25963         * gnus.el: Autoload `message-y-or-n-p'.
25964
25965 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25966
25967         * pgg-parse.el: Remove unnecessary (require 'custom).
25968
25969         * pgg-def.el: do.
25970
25971         * nnmail.el: do.
25972
25973         * gnus-undo.el: do.
25974
25975         * gnus-picon.el: do.
25976
25977         * gnus-util.el: do.
25978
25979 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25980
25981         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25982
25983 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25984
25985         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25986         handle, as well as a list.
25987
25988         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25989         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25990         (mm-w3m-cid-retrieve): Simplify.
25991
25992 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25993
25994         * message.el (message-kill-to-signature): Allow prefix arg to
25995         specify number of lines to keep before signature.
25996
25997 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25998
25999         * message.el (message-kill-to-signature): Change docstring.
26000
26001 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26002
26003         * canlock.el: Always require sha1-el.
26004         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26005
26006         * message.el: Autoload sha1 only when compiling.
26007
26008         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26009         eudc-expand-inline for XEmacs.
26010
26011 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * message.el (message-canlock-generate): Require sha1-el.
26014
26015 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26016
26017         * message.el (message-expand-name): Silence the byte compiler.
26018
26019         * lpath.el: Add detect-coding-system.
26020
26021         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26022         cus-edit.
26023
26024 2004-01-13  Simon Josefsson  <jas@extundo.com>
26025
26026         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26027         Invoke gnus-score-mode.
26028         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26029
26030         * gnus-range.el (gnus-compress-sequence): Doc fix.
26031         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26032
26033 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26034
26035         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26036
26037 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26038
26039         * spam.el (spam-get-article-as-string): Update to use
26040         gnus-request-article-this-buffer, much simpler.
26041         (spam-get-article-as-buffer): Remove.
26042
26043 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26044
26045         * message.el (message-expand-name): Use EUDC if the user uses that.
26046
26047 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26048
26049         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26050         character for the encoding to avoid consing a string.
26051
26052         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26053         unnecessarily.
26054
26055         * mm-util.el (mm-replace-chars-in-string): Remove.
26056
26057         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26058         of mm-replace-chars-in-string.
26059
26060 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26061
26062         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26063
26064         * mm-util.el (mm-subst-char-in-string): Support inplace.
26065
26066         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26067         a new string in every iteration.  Use shy groups.
26068
26069 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26070
26071         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26072         * gnus-soup.el (gnus-soup-group-brew):
26073         * gnus-msg.el (gnus-put-message):
26074         * gnus-move.el (gnus-group-move-group-to-server):
26075         * gnus-kill.el (gnus-batch-score):
26076         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26077         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26078         (gnus-group-update-group, gnus-group-read-group)
26079         (gnus-group-make-group, gnus-group-make-help-group)
26080         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26081         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26082         (gnus-group-sort-by-unread, gnus-group-catchup)
26083         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26084         (gnus-group-yank-group, gnus-group-set-info)
26085         (gnus-group-list-groups):
26086         * gnus.el (gnus-generate-new-group-name):
26087         * gnus-delay.el (gnus-delay-send-queue):
26088         * nnvirtual.el (nnvirtual-catchup-group):
26089         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26090         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26091         (gnus-group-prepare-topics, gnus-topic-check-topology):
26092         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26093         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26094         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26095         (gnus-group-make-articles-read):
26096         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26097         (gnus-group-change-level, gnus-kill-newsgroup)
26098         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26099         (gnus-get-unread-articles, gnus-make-articles-unread)
26100         (gnus-make-ascending-articles-unread): Use accessor
26101         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26102         to get group information for improved readability.
26103
26104
26105 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26106
26107         * gnus-art.el (article-decode-mime-words, article-babel)
26108         (gnus-article-highlight-signature, gnus-article-add-buttons)
26109         (gnus-signature-toggle): Use gnus-with-article-buffer.
26110
26111         * gnus-art.el (gnus-article-highlight-headers)
26112         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26113
26114         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26115         (gnus-article-set-globals, gnus-request-article-this-buffer)
26116         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26117         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26118         (gnus-mime-display-alternative): Use with-current-buffer.
26119
26120 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26121
26122         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26123         also under 80 char limit, and call gnus-error if needed.
26124         (spam-fetch-article-header): Fix - it was a
26125         buffer-local variable (gnus-newsgroup-data).
26126         (spam-find-spam): Use spam-generate-fake-headers, forget about
26127         spam-insert-fake-headers.
26128         (spam-insert-fake-headers): Remove.
26129
26130 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26131
26132         * deuglify.el (gnus-article-outlook-unwrap-lines)
26133         (gnus-outlook-rearrange-article)
26134         (gnus-outlook-repair-attribution-outlook)
26135         (gnus-outlook-repair-attribution-block)
26136         (gnus-outlook-repair-attribution-other): Remove redundant
26137         save-excursion.
26138
26139 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26140
26141         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26142         (spam-fetch-field-subject-fast)
26143         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26144         (spam-fetch-article-header): Add functions to deal with Gnus
26145         internals for fast retrieval of article header data.
26146         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26147
26148 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26149
26150         * pop3.el (pop3-md5): Remove.
26151         (pop3-apop): Replace pop3-md5 with md5.
26152
26153         * mm-bodies.el: base64 is always built-in.
26154
26155         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26156         Use with-current-buffer.
26157
26158 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26159
26160         * canlock.el (canlock-insert-header): Remove excessive grouping in
26161         regexp.
26162
26163         * gnus-sum.el (gnus-summary-read-document): Ditto.
26164
26165         * gnus-uu.el (gnus-uu-part-number): Ditto.
26166
26167         * html2text.el (html2text-remove-tags): Ditto.
26168         (html2text-format-tags): Ditto.
26169         (html2text-format-single-elements): Ditto.
26170
26171         * mml.el (mml-parse-1): Ditto.
26172
26173 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26174
26175         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26176
26177         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26178
26179         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26180
26181         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26182
26183 2003-11-15  Simon Josefsson  <jas@extundo.com>
26184
26185         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26186         (pgg-gpg-lookup-key): Use regexp match instead of
26187         split-string (split-string is different between emacs 21.2 and
26188         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26189
26190 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26191
26192         * gnus-art.el (gnus-mime-view-all-parts)
26193         (gnus-article-part-wrapper, gnus-article-view-part):
26194         Use with-current-buffer.
26195
26196 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26197
26198         * spam.el (spam-disable-spam-split-during-ham-respool)
26199         (spam-spamoracle-database, spam-cache-lookups)
26200         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26201         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26202         (spam-group-ham-marks, spam-group-spam-marks)
26203         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26204         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26205         also add spam-use-blackholes to the statistical checks.
26206         (spam-fetch-field-fast): Add interface to fetching fields, may
26207         become a macro.
26208         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26209         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26210         (spam-insert-fake-headers): Fake an article when needed.
26211         (spam-find-spam): Fake article when possible.
26212         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26213         (spam-check-bogofilter-headers): Use message-fetch-field instead
26214         of nnmail-fetch-field.
26215
26216 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26217
26218         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26219
26220 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26221
26222         * spam.el (spam-split): Do not require spam-use-CHECK to be
26223         enabled if that check is passed to spam-split explicitly; also
26224         fix so 'spam doesn't get converted to spam-split-group when
26225         spam-split-symbolic-return is t.
26226         (spam-find-spam): Find registrations of the article and use those
26227         instead of re-running spam-split to find the spam/ham
26228         classification of the article.
26229         (spam-log-processing-to-registry, spam-log-registered-p)
26230         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26231         Use gnus-error instead of gnus-message.
26232         (spam-log-registration-type): Add function to determine the
26233         classification of a message based on registry entries; will
26234         return nil if both 'spam and 'ham are found.
26235         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26236         a reasonably fast local cache without the loading errors.
26237         (spam-cache-lookups): Set to t by default.
26238         (spam-find-spam): Don't try to guess spam-cache-lookups.
26239         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26240         spam-caches entry.
26241         (spam-filelist-build-cache, spam-filelist-check-cache):
26242         Fix caching of whitelist/blacklist entries.
26243         (spam-check-whitelist, spam-check-blacklist):
26244         Invoke spam-from-listed-p with a type, not a cache variable.
26245         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26246
26247 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26248
26249         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26250
26251         * nnmail.el (nnmail-split-fancy): do.
26252
26253         * mml.el (mml-parse): do.
26254
26255         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26256         (gnus-score-adaptive): do.
26257
26258 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26259
26260         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26261         (gnus-mime-button-map): Don't set keymap parent.
26262         (gnus-button-ctan-directory-regexp): Use shy grouping.
26263         (gnus-prev-page-map): Don't set keymap parent.
26264         (gnus-prev-page-map): Remove duplicated one.
26265         (gnus-next-page-map): Don't set keymap parent.
26266         (gnus-mime-security-button-map): Ditto.
26267
26268         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26269         version number.
26270
26271         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26272
26273 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26274
26275         * canlock.el (canlock-sha1-function): Remove.
26276         (canlock-sha1-function-for-verify): Remove.
26277         (canlock-openssl-program): Remove.
26278         (canlock-openssl-args): Remove.
26279         (canlock-ignore-errors): Remove.
26280         (canlock-sha1-with-openssl): Remove.
26281         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26282         (canlock-verify): Don't use canlock-ignore-errors.
26283
26284         * sha1-el.el (sha1-string-external): Make it can return a string
26285         in binary form.
26286         (sha1-region-external): Ditto.
26287         (sha1-string-internal): Ditto.
26288         (sha1-region-internal): Ditto.
26289         (sha1-region): Ditto.
26290         (sha1-string): Ditto.
26291         (sha1): Ditto.
26292
26293 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26294
26295         * spam.el (spam-report-articles-gmane): New command.
26296
26297 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26298
26299         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26300
26301         * run-at-time.el (run-at-time-saved): Remove.
26302         (run-at-time): Doc fix.
26303
26304 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26305
26306         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26307         (gnus-summary-limit-map): Add it.
26308         (gnus-summary-make-menu-bar): do.
26309
26310 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26311
26312         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26313         Make attempt at some caching support (done for BBDB only now).
26314         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26315         addresses to be checked.
26316         (spam-clear-cache-BBDB): Add function, to be invoked by
26317         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26318         (spam-check-BBDB): Check and use the caches, if
26319         spam-cache-lookups is on, remove superfluous (provide).
26320
26321 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26322
26323         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26324
26325 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26326
26327         * run-at-time.el (run-at-time-saved): Move to after the definition
26328         of `run-at-time'.
26329
26330         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26331
26332 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26333
26334         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26335         mm-w3m-local-map-property.
26336
26337         * mm-view.el (mm-w3m-mode-map): Remove.
26338         (mm-w3m-local-map-property): Remove.
26339         (mm-inline-text-html-render-with-w3m): Don't use
26340         mm-w3m-local-map-property.
26341
26342 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26343
26344         * run-at-time.el: New file.
26345
26346         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26347         under Emacs.
26348
26349         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26350         of gnus-set-text-properties.
26351
26352         * gnus-uu.el (gnus-uu-save-article): Ditto.
26353
26354         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26355
26356         * gnus-cite.el (gnus-cite-parse): Ditto.
26357
26358         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26359         of gnus-.
26360
26361         * gnus-xmas.el (run-at-time): Require run-at-time.
26362
26363         * gnus.el: Change calls to nnheader-run-at-time and
26364         password-run-at-time throughout to use run-at-time directly.
26365
26366         * password.el: Remove definition of run-at-time.
26367
26368         * nnheaderxm.el: Remove definition of run-at-time.
26369
26370 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26371
26372         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26373         in prompt.
26374
26375 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26376
26377         * messagexmas.el (message-xmas-redefine): Alias
26378         `message-make-caesar-translation-table' to
26379         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26380         version.
26381
26382         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26383         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26384         `gnus-xmas-set-text-properties'.
26385         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26386         `gnus-xmas-completing-read'.
26387         (gnus-xmas-completing-read): Removed.
26388         (gnus-xmas-open-network-stream): Removed.
26389
26390         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26391         XEmacs version.
26392
26393         * dns.el (dns-make-network-process): Use `open-network-stream'
26394         instead of `gnus-xmas-open-network-stream'.
26395
26396         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26397
26398         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26399
26400 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26401
26402         * gnus-art.el (gnus-mime-display-alternative)
26403         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26404         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26405         Don't use gnus-local-map-property.
26406
26407         * gnus-util.el (gnus-local-map-property): Remove.
26408
26409         * mm-view.el (mm-view-pkcs7-decrypt):
26410         Replace gnus-completing-read-maybe-default with completing-read.
26411
26412         * gnus-util.el (gnus-completing-read): do.
26413         (gnus-completing-read-maybe-default): Remove.
26414
26415 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26416
26417         * password.el: Only autoload `run-at-time' if not XEmacs.
26418         Only autoload the itimer functions if XEmacs.
26419
26420 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26421
26422         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26423         XEmacsen.
26424
26425         * dgnushack.el: Autoload executable-find for XEmacs.
26426
26427 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26428
26429         * gnus-art.el (gnus-read-string): Remove.
26430         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26431         read-string.
26432
26433 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26434
26435         * netrc.el: Autoload password-read.
26436         (netrc): Add configuration group.
26437         (netrc-encoding-method, netrc-openssl-path):
26438         Add variables for encoding and decoding of files with symmetric
26439         ciphers.
26440         (netrc-encode): Add assistant function to encode a file with
26441         netrc-encoding-method.
26442         (netrc-parse): Add interactive parameter, added optional
26443         decoding if netrc-encoding-method is non-nil but otherwise
26444         behavior is standard.
26445         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26446         Do s/encode/encrypt/ everywhere.
26447
26448         * spam.el: Remove executable-find autoload.
26449
26450 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26451
26452         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26453
26454         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26455
26456 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26457
26458         * gnus-art.el (gnus-treat-ansi-sequences)
26459         (article-treat-ansi-sequences): New variable and function.
26460         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26461
26462         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26463         Use it.
26464
26465 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26466
26467         * mm-util.el (mm-quote-arg): Remove.
26468
26469         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26470         shell-quote-argument.
26471
26472         * gnus-uu.el (gnus-uu-command): do.
26473
26474         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26475
26476         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26477         with make-char.
26478
26479         * mm-util.el (mm-make-char): Remove.
26480
26481         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26482         add-minor-mode.
26483
26484         * gnus-undo.el (gnus-undo-mode): do.
26485
26486         * gnus-topic.el (gnus-topic-mode): do.
26487
26488         * gnus-sum.el (gnus-dead-summary-mode): do.
26489
26490         * gnus-start.el (gnus-slave-mode): do.
26491
26492         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26493
26494         * gnus-ml.el (gnus-mailing-list-mode): do.
26495
26496         * gnus-gl.el (gnus-grouplens-mode): do.
26497
26498         * gnus-draft.el (gnus-draft-mode): do.
26499
26500         * gnus-dired.el (gnus-dired-mode): do.
26501
26502         * gnus-ems.el (gnus-add-minor-mode): Remove.
26503
26504         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26505         Replace gnus-char-width with char-width.
26506
26507         * gnus-ems.el (gnus-char-width): Remove.
26508
26509         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26510         Replace gnus-char-width with char-width.
26511
26512         * gnus-ems.el (gnus-char-width): Remove.
26513
26514         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26515         definition.
26516         Remove Emacs 20 hash table compatibility code.
26517
26518         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26519         20 compatibility code.
26520
26521         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26522
26523         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26524
26525         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26526         Replace with point-at-{eol,bol}.
26527
26528         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26529
26530         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26531
26532         * flow-fill.el (fill-flowed-point-at-bol)
26533         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26534
26535         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26536         Replace with point-at-{eol,bol} throughout all files.
26537
26538 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26539
26540         * ntlm.el (ntlm-string-as-unibyte): New macro.
26541         (ntlm-build-auth-response): Use it.
26542
26543         Remove Emacs 20 stuff:
26544         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26545         (butlast, mapc, remove): Remove the compiler macros.
26546         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26547         of delq and copy-sequence.
26548         * gnus-art.el (popup-menu): Remove the compiler macro.
26549         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26550         Emacs 20.
26551
26552 2004-01-05  Simon Josefsson  <jas@extundo.com>
26553
26554         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26555         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26556         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26557         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26558         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26559         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26560         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26561         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26562         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26563         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26564         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26565         string-xor into ntlm-string-xor.
26566         Suggested by Jesper Harder <harder@myrealbox.com>.
26567
26568         * ntlm.el: Don't include poem.
26569
26570         * md4.el (print-int32, print-string-hexa): Remove.
26571         Suggested by Jesper Harder <harder@myrealbox.com>.
26572
26573         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26574
26575         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26576         probably breaks emacs with DL patch, but do we care? Is anyone
26577         still using the DL stuff?)
26578
26579         * sieve-manage.el: Use the password package.
26580         (sieve-manage-read-passwd): Remove.
26581         (sieve-manage-interactive-login): Use password.  Re-add
26582         condition-case around loop.
26583
26584         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26585         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26586         Use the password package.
26587
26588 2003-02-19  Simon Josefsson  <jas@extundo.com>
26589
26590         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26591         token.
26592
26593 2002-08-07  Simon Josefsson  <jas@extundo.com>
26594
26595         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26596         (sieve-manage-authenticators):
26597         (sieve-manage-authenticator-alist): Add some SASL mechs.
26598         (sieve-sasl-auth): New function.
26599         (sieve-manage-cram-md5-auth):
26600         (sieve-manage-plain-auth): Rewrite using SASL library.
26601         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26602         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26603         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26604         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26605
26606 2004-01-05  Simon Josefsson  <jas@extundo.com>
26607
26608         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26609         New files.
26610
26611 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26612
26613         * gnus-group.el (gnus-no-groups-message): Update.
26614
26615         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26616
26617 2003-11-09  Simon Josefsson  <jas@extundo.com>
26618
26619         * imap.el: Support for ID IMAP extension (RFC 2971).
26620         (imap-local-variables): Add imap-id.
26621         (imap-id): New variable.
26622         (imap-id): New function.
26623         (imap-parse-response): Parse untagged ID response.
26624         * nnimap.el (nnimap-id): New variable.
26625         (nnimap-open-connection): Use it.
26626
26627 2003-12-28  Simon Josefsson  <jas@extundo.com>
26628
26629         * gnus-score.el (gnus-score-edit-all-score): New.
26630         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26631
26632 2004-01-04  Simon Josefsson  <jas@extundo.com>
26633
26634         * password.el: Add.
26635
26636 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26637
26638         * dns.el (dns-query-types): Fix typo.
26639         (dns-query-types): New function.
26640         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26641         PTR and SOA replies, see RFC 1035.
26642
26643 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26644
26645         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26646
26647         * Move to Changelog.2.
26648
26649 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26650
26651         * gnus.el (gnus-version-number): Bump version.
26652
26653 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26654
26655         * gnus.el: No Gnus v0.1 is released.
26656
26657 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26658
26659         * gnus.el: No Gnus v0.0 is released.
26660
26661 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26662
26663         * gnus.el (gnus-version-number): Bump.
26664         (gnus-version): No.
26665
26666 See ChangeLog.2 for earlier changes.
26667
26668   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26669
26670   This file is part of GNU Emacs.
26671
26672   GNU Emacs is free software: you can redistribute it and/or modify
26673   it under the terms of the GNU General Public License as published by
26674   the Free Software Foundation, either version 3 of the License, or
26675   (at your option) any later version.
26676
26677   GNU Emacs is distributed in the hope that it will be useful,
26678   but WITHOUT ANY WARRANTY; without even the implied warranty of
26679   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26680   GNU General Public License for more details.
26681
26682   You should have received a copy of the GNU General Public License
26683   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26684
26685 ;; Local Variables:
26686 ;; coding: utf-8
26687 ;; fill-column: 79
26688 ;; add-log-time-zone-rule: t
26689 ;; End: